Sep 21 06:44:50.390 INFO checking mysql_async-0.15.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:44:50.390 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:44:50.390 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/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:50.612 INFO blam! e7a2b736e2656a81a89d3acfa2fb8bd5094d8c28611b3776b1471ce8c6e3173f Sep 21 06:44:50.614 INFO running `"docker" "start" "-a" "e7a2b736e2656a81a89d3acfa2fb8bd5094d8c28611b3776b1471ce8c6e3173f"` Sep 21 06:44:51.838 INFO kablam! usermod: no changes Sep 21 06:44:52.137 INFO kablam! Checking atoi v0.2.3 Sep 21 06:44:52.650 INFO kablam! Checking mysql_common v0.9.1 Sep 21 06:44:55.984 INFO kablam! Checking mysql_async v0.15.0 (/source) Sep 21 06:44:57.605 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == S` Sep 21 06:44:57.605 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.605 INFO kablam! | Sep 21 06:44:57.605 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:44:57.605 INFO kablam! | Sep 21 06:44:57.605 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:44:57.605 INFO kablam! = note: expected type `queryable::query_result::QueryResult` Sep 21 06:44:57.605 INFO kablam! found type `S` Sep 21 06:44:57.605 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:44:57.605 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.605 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.605 INFO kablam! Sep 21 06:44:57.606 INFO kablam! warning: expected a `std::ops::FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:44:57.606 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.606 INFO kablam! | Sep 21 06:44:57.606 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an `FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:44:57.606 INFO kablam! | Sep 21 06:44:57.606 INFO kablam! = help: the trait `std::ops::FnMut<(myc::row::Row,)>` is not implemented for `F` Sep 21 06:44:57.606 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(myc::row::Row,)>` bound Sep 21 06:44:57.606 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:44:57.606 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:44:57.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.606 INFO kablam! Sep 21 06:44:57.606 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:44:57.606 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.606 INFO kablam! | Sep 21 06:44:57.606 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:44:57.606 INFO kablam! | Sep 21 06:44:57.606 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:44:57.606 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:44:57.606 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:44:57.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.606 INFO kablam! Sep 21 06:44:57.606 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:44:57.606 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.606 INFO kablam! | Sep 21 06:44:57.606 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:44:57.606 INFO kablam! | Sep 21 06:44:57.606 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:44:57.606 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.606 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:44:57.606 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:44:57.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.606 INFO kablam! Sep 21 06:44:57.606 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 06:44:57.606 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.606 INFO kablam! | Sep 21 06:44:57.606 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 06:44:57.606 INFO kablam! | Sep 21 06:44:57.606 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 06:44:57.606 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 06:44:57.606 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.606 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:44:57.606 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:44:57.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.606 INFO kablam! Sep 21 06:44:57.606 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:44:57.606 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! 35 | pub type ForEachAndDrop = Sep 21 06:44:57.607 INFO kablam! | - help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:44:57.607 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:44:57.607 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:44:57.607 INFO kablam! Sep 21 06:44:57.607 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:44:57.607 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! 35 | pub type ForEachAndDrop = Sep 21 06:44:57.607 INFO kablam! | - help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:44:57.607 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:44:57.607 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:44:57.607 INFO kablam! Sep 21 06:44:57.607 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == (S, std::vec::Vec)` Sep 21 06:44:57.607 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.607 INFO kablam! | ______________________________________^ Sep 21 06:44:57.607 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.607 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.607 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.607 INFO kablam! 42 | | >; Sep 21 06:44:57.607 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! = note: expected type `(queryable::query_result::QueryResult, std::vec::Vec)` Sep 21 06:44:57.607 INFO kablam! found type `(S, std::vec::Vec)` Sep 21 06:44:57.607 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:44:57.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.607 INFO kablam! Sep 21 06:44:57.607 INFO kablam! warning: expected a `std::ops::FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:44:57.607 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.607 INFO kablam! | ______________________________________^ Sep 21 06:44:57.607 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.607 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.607 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.607 INFO kablam! 42 | | >; Sep 21 06:44:57.607 INFO kablam! | |_^ expected an `FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.607 INFO kablam! = help: the trait `std::ops::FnMut<(myc::row::Row,)>` is not implemented for `F` Sep 21 06:44:57.607 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(myc::row::Row,)>` bound Sep 21 06:44:57.607 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:44:57.607 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:44:57.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.607 INFO kablam! Sep 21 06:44:57.607 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:44:57.607 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.607 INFO kablam! | Sep 21 06:44:57.608 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.608 INFO kablam! | ______________________________________^ Sep 21 06:44:57.608 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.608 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.608 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.608 INFO kablam! 42 | | >; Sep 21 06:44:57.608 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:44:57.608 INFO kablam! | Sep 21 06:44:57.608 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:44:57.608 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:44:57.608 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:44:57.608 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.608 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.608 INFO kablam! Sep 21 06:44:57.610 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:44:57.610 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.610 INFO kablam! | Sep 21 06:44:57.610 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.610 INFO kablam! | ______________________________________^ Sep 21 06:44:57.610 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.610 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.610 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.610 INFO kablam! 42 | | >; Sep 21 06:44:57.610 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:44:57.610 INFO kablam! | Sep 21 06:44:57.610 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:44:57.610 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.610 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:44:57.610 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:44:57.610 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.610 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.610 INFO kablam! Sep 21 06:44:57.610 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 06:44:57.610 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.610 INFO kablam! | Sep 21 06:44:57.610 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.610 INFO kablam! | ______________________________________^ Sep 21 06:44:57.610 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.610 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.610 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.610 INFO kablam! 42 | | >; Sep 21 06:44:57.610 INFO kablam! | |_^ `T` cannot be sent between threads safely Sep 21 06:44:57.610 INFO kablam! | Sep 21 06:44:57.610 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 06:44:57.610 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 06:44:57.610 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.610 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:44:57.610 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:44:57.610 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.610 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.610 INFO kablam! Sep 21 06:44:57.610 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:44:57.611 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.611 INFO kablam! | Sep 21 06:44:57.611 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.611 INFO kablam! | ___________________________-__________^ Sep 21 06:44:57.611 INFO kablam! | | | Sep 21 06:44:57.611 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:44:57.611 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.611 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.611 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.611 INFO kablam! 42 | | >; Sep 21 06:44:57.611 INFO kablam! | |_^ Sep 21 06:44:57.611 INFO kablam! | Sep 21 06:44:57.611 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:44:57.611 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.611 INFO kablam! | Sep 21 06:44:57.611 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.611 INFO kablam! | ______________________________________^ Sep 21 06:44:57.611 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.611 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.611 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.611 INFO kablam! 42 | | >; Sep 21 06:44:57.611 INFO kablam! | |_^ Sep 21 06:44:57.611 INFO kablam! Sep 21 06:44:57.611 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:44:57.611 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.611 INFO kablam! | Sep 21 06:44:57.611 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.611 INFO kablam! | ________________________-_____________^ Sep 21 06:44:57.611 INFO kablam! | | | Sep 21 06:44:57.611 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:44:57.611 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.611 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.611 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.611 INFO kablam! 42 | | >; Sep 21 06:44:57.611 INFO kablam! | |_^ Sep 21 06:44:57.611 INFO kablam! | Sep 21 06:44:57.611 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:44:57.611 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.611 INFO kablam! | Sep 21 06:44:57.611 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.611 INFO kablam! | ______________________________________^ Sep 21 06:44:57.611 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.611 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.611 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.611 INFO kablam! 42 | | >; Sep 21 06:44:57.611 INFO kablam! | |_^ Sep 21 06:44:57.611 INFO kablam! Sep 21 06:44:57.611 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == (S, U)` Sep 21 06:44:57.611 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.611 INFO kablam! | Sep 21 06:44:57.611 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.611 INFO kablam! | _________________________________________^ Sep 21 06:44:57.611 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.611 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.611 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.611 INFO kablam! 48 | | >; Sep 21 06:44:57.611 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:44:57.611 INFO kablam! | Sep 21 06:44:57.611 INFO kablam! = note: expected type `(queryable::query_result::QueryResult, U)` Sep 21 06:44:57.611 INFO kablam! found type `(S, U)` Sep 21 06:44:57.611 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:44:57.611 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.611 INFO kablam! Sep 21 06:44:57.611 INFO kablam! warning: expected a `std::ops::FnMut<(U, myc::row::Row)>` closure, found `F` Sep 21 06:44:57.611 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.611 INFO kablam! | Sep 21 06:44:57.612 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.612 INFO kablam! | _________________________________________^ Sep 21 06:44:57.612 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.612 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.612 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.612 INFO kablam! 48 | | >; Sep 21 06:44:57.612 INFO kablam! | |_^ expected an `FnMut<(U, myc::row::Row)>` closure, found `F` Sep 21 06:44:57.612 INFO kablam! | Sep 21 06:44:57.612 INFO kablam! = help: the trait `std::ops::FnMut<(U, myc::row::Row)>` is not implemented for `F` Sep 21 06:44:57.612 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(U, myc::row::Row)>` bound Sep 21 06:44:57.612 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:44:57.612 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:44:57.612 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.612 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.612 INFO kablam! Sep 21 06:44:57.612 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:44:57.612 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.612 INFO kablam! | Sep 21 06:44:57.612 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.612 INFO kablam! | _________________________________________^ Sep 21 06:44:57.612 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.612 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.612 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.612 INFO kablam! 48 | | >; Sep 21 06:44:57.612 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:44:57.612 INFO kablam! | Sep 21 06:44:57.612 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:44:57.612 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:44:57.612 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:44:57.612 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.612 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.612 INFO kablam! Sep 21 06:44:57.612 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:44:57.612 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.612 INFO kablam! | Sep 21 06:44:57.612 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.612 INFO kablam! | _________________________________________^ Sep 21 06:44:57.612 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.612 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.612 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.612 INFO kablam! 48 | | >; Sep 21 06:44:57.612 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:44:57.612 INFO kablam! | Sep 21 06:44:57.612 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:44:57.613 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.613 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:44:57.613 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:44:57.613 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.613 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.613 INFO kablam! Sep 21 06:44:57.613 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 06:44:57.613 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.613 INFO kablam! | Sep 21 06:44:57.613 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.613 INFO kablam! | _________________________________________^ Sep 21 06:44:57.613 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.613 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.613 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.613 INFO kablam! 48 | | >; Sep 21 06:44:57.613 INFO kablam! | |_^ `T` cannot be sent between threads safely Sep 21 06:44:57.613 INFO kablam! | Sep 21 06:44:57.613 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 06:44:57.613 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 06:44:57.613 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.613 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:44:57.613 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:44:57.613 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.613 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.613 INFO kablam! Sep 21 06:44:57.613 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:44:57.613 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.613 INFO kablam! | Sep 21 06:44:57.613 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.613 INFO kablam! | ______________________________-__________^ Sep 21 06:44:57.613 INFO kablam! | | | Sep 21 06:44:57.613 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:44:57.613 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.613 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.614 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.614 INFO kablam! 48 | | >; Sep 21 06:44:57.614 INFO kablam! | |_^ Sep 21 06:44:57.614 INFO kablam! | Sep 21 06:44:57.614 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:44:57.614 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.614 INFO kablam! | Sep 21 06:44:57.614 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.614 INFO kablam! | _________________________________________^ Sep 21 06:44:57.614 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.614 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.614 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.614 INFO kablam! 48 | | >; Sep 21 06:44:57.614 INFO kablam! | |_^ Sep 21 06:44:57.614 INFO kablam! Sep 21 06:44:57.614 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:44:57.614 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.614 INFO kablam! | Sep 21 06:44:57.614 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.614 INFO kablam! | ___________________________-_____________^ Sep 21 06:44:57.614 INFO kablam! | | | Sep 21 06:44:57.614 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:44:57.614 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.614 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.614 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.614 INFO kablam! 48 | | >; Sep 21 06:44:57.614 INFO kablam! | |_^ Sep 21 06:44:57.614 INFO kablam! | Sep 21 06:44:57.614 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:44:57.614 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.614 INFO kablam! | Sep 21 06:44:57.614 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.614 INFO kablam! | _________________________________________^ Sep 21 06:44:57.614 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.614 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.614 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.614 INFO kablam! 48 | | >; Sep 21 06:44:57.614 INFO kablam! | |_^ Sep 21 06:44:57.614 INFO kablam! Sep 21 06:44:57.679 INFO kablam! error: aborting due to 6 previous errors Sep 21 06:44:57.679 INFO kablam! Sep 21 06:44:57.679 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 06:44:57.681 INFO kablam! error: Could not compile `mysql_async`. Sep 21 06:44:57.681 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:44:57.956 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == S` Sep 21 06:44:57.956 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.956 INFO kablam! | Sep 21 06:44:57.956 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:44:57.956 INFO kablam! | Sep 21 06:44:57.956 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:44:57.956 INFO kablam! = note: expected type `queryable::query_result::QueryResult` Sep 21 06:44:57.956 INFO kablam! found type `S` Sep 21 06:44:57.956 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:44:57.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.956 INFO kablam! Sep 21 06:44:57.956 INFO kablam! warning: expected a `std::ops::FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:44:57.956 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.956 INFO kablam! | Sep 21 06:44:57.956 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an `FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:44:57.956 INFO kablam! | Sep 21 06:44:57.956 INFO kablam! = help: the trait `std::ops::FnMut<(myc::row::Row,)>` is not implemented for `F` Sep 21 06:44:57.956 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(myc::row::Row,)>` bound Sep 21 06:44:57.956 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:44:57.956 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:44:57.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.956 INFO kablam! Sep 21 06:44:57.956 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:44:57.956 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.956 INFO kablam! | Sep 21 06:44:57.956 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:44:57.956 INFO kablam! | Sep 21 06:44:57.956 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:44:57.956 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:44:57.956 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:44:57.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.956 INFO kablam! Sep 21 06:44:57.956 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:44:57.956 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.956 INFO kablam! | Sep 21 06:44:57.956 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:44:57.956 INFO kablam! | Sep 21 06:44:57.956 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:44:57.956 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.956 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:44:57.957 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:44:57.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.957 INFO kablam! Sep 21 06:44:57.957 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 06:44:57.957 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.957 INFO kablam! | Sep 21 06:44:57.957 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 06:44:57.957 INFO kablam! | Sep 21 06:44:57.957 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 06:44:57.957 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 06:44:57.957 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.957 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:44:57.957 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:44:57.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.957 INFO kablam! Sep 21 06:44:57.957 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:44:57.957 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.957 INFO kablam! | Sep 21 06:44:57.957 INFO kablam! 35 | pub type ForEachAndDrop = Sep 21 06:44:57.957 INFO kablam! | - help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:44:57.957 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:44:57.957 INFO kablam! | Sep 21 06:44:57.957 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:44:57.957 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.957 INFO kablam! | Sep 21 06:44:57.957 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:44:57.957 INFO kablam! Sep 21 06:44:57.957 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:44:57.957 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.957 INFO kablam! | Sep 21 06:44:57.957 INFO kablam! 35 | pub type ForEachAndDrop = Sep 21 06:44:57.958 INFO kablam! | - help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:44:57.958 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:44:57.958 INFO kablam! | Sep 21 06:44:57.958 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:44:57.958 INFO kablam! --> src/queryable/query_result/mod.rs:36:5 Sep 21 06:44:57.958 INFO kablam! | Sep 21 06:44:57.958 INFO kablam! 36 | AndThen, ForEach>, BoxFuture, fn(S) -> BoxFuture>; Sep 21 06:44:57.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:44:57.958 INFO kablam! Sep 21 06:44:57.958 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == (S, std::vec::Vec)` Sep 21 06:44:57.958 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.958 INFO kablam! | Sep 21 06:44:57.958 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.958 INFO kablam! | ______________________________________^ Sep 21 06:44:57.958 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.958 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.958 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.958 INFO kablam! 42 | | >; Sep 21 06:44:57.958 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:44:57.958 INFO kablam! | Sep 21 06:44:57.958 INFO kablam! = note: expected type `(queryable::query_result::QueryResult, std::vec::Vec)` Sep 21 06:44:57.958 INFO kablam! found type `(S, std::vec::Vec)` Sep 21 06:44:57.958 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:44:57.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.958 INFO kablam! Sep 21 06:44:57.959 INFO kablam! warning: expected a `std::ops::FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:44:57.959 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.959 INFO kablam! | Sep 21 06:44:57.959 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.959 INFO kablam! | ______________________________________^ Sep 21 06:44:57.959 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.959 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.959 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.959 INFO kablam! 42 | | >; Sep 21 06:44:57.962 INFO kablam! | |_^ expected an `FnMut<(myc::row::Row,)>` closure, found `F` Sep 21 06:44:57.962 INFO kablam! | Sep 21 06:44:57.962 INFO kablam! = help: the trait `std::ops::FnMut<(myc::row::Row,)>` is not implemented for `F` Sep 21 06:44:57.962 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(myc::row::Row,)>` bound Sep 21 06:44:57.962 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:44:57.962 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:44:57.962 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.962 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.962 INFO kablam! Sep 21 06:44:57.962 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:44:57.962 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.962 INFO kablam! | Sep 21 06:44:57.962 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.962 INFO kablam! | ______________________________________^ Sep 21 06:44:57.962 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.962 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.962 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.962 INFO kablam! 42 | | >; Sep 21 06:44:57.962 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:44:57.962 INFO kablam! | Sep 21 06:44:57.962 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:44:57.962 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:44:57.962 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:44:57.962 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.962 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.962 INFO kablam! Sep 21 06:44:57.962 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:44:57.962 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.962 INFO kablam! | Sep 21 06:44:57.962 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.962 INFO kablam! | ______________________________________^ Sep 21 06:44:57.962 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.962 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.962 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.962 INFO kablam! 42 | | >; Sep 21 06:44:57.962 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:44:57.962 INFO kablam! | Sep 21 06:44:57.962 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:44:57.962 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.962 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:44:57.962 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:44:57.962 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.962 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.962 INFO kablam! Sep 21 06:44:57.962 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 06:44:57.962 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.962 INFO kablam! | Sep 21 06:44:57.963 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.963 INFO kablam! | ______________________________________^ Sep 21 06:44:57.963 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.963 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 42 | | >; Sep 21 06:44:57.963 INFO kablam! | |_^ `T` cannot be sent between threads safely Sep 21 06:44:57.963 INFO kablam! | Sep 21 06:44:57.963 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 06:44:57.963 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 06:44:57.963 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.963 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::map::Map` Sep 21 06:44:57.963 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:44:57.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.963 INFO kablam! Sep 21 06:44:57.963 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:44:57.963 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.963 INFO kablam! | Sep 21 06:44:57.963 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.963 INFO kablam! | ___________________________-__________^ Sep 21 06:44:57.963 INFO kablam! | | | Sep 21 06:44:57.963 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:44:57.963 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.963 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 42 | | >; Sep 21 06:44:57.963 INFO kablam! | |_^ Sep 21 06:44:57.963 INFO kablam! | Sep 21 06:44:57.963 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:44:57.963 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.963 INFO kablam! | Sep 21 06:44:57.963 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.963 INFO kablam! | ______________________________________^ Sep 21 06:44:57.963 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.963 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 42 | | >; Sep 21 06:44:57.963 INFO kablam! | |_^ Sep 21 06:44:57.963 INFO kablam! Sep 21 06:44:57.963 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:44:57.963 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.963 INFO kablam! | Sep 21 06:44:57.963 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.963 INFO kablam! | ________________________-_____________^ Sep 21 06:44:57.963 INFO kablam! | | | Sep 21 06:44:57.963 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:44:57.963 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.963 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 42 | | >; Sep 21 06:44:57.963 INFO kablam! | |_^ Sep 21 06:44:57.963 INFO kablam! | Sep 21 06:44:57.963 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:44:57.963 INFO kablam! --> src/queryable/query_result/mod.rs:38:38 Sep 21 06:44:57.963 INFO kablam! | Sep 21 06:44:57.963 INFO kablam! 38 | pub type MapAndDrop = AndThen< Sep 21 06:44:57.963 INFO kablam! | ______________________________________^ Sep 21 06:44:57.963 INFO kablam! 39 | | Either), Error>, Map>, Sep 21 06:44:57.963 INFO kablam! 40 | | (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 41 | | fn((S, Vec)) -> (BoxFuture, FutureResult, Error>), Sep 21 06:44:57.963 INFO kablam! 42 | | >; Sep 21 06:44:57.963 INFO kablam! | |_^ Sep 21 06:44:57.963 INFO kablam! Sep 21 06:44:57.963 INFO kablam! warning: type mismatch resolving ` as lib_futures::Future>::Item == (S, U)` Sep 21 06:44:57.963 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.963 INFO kablam! | Sep 21 06:44:57.963 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.964 INFO kablam! | _________________________________________^ Sep 21 06:44:57.965 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.965 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.965 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.965 INFO kablam! 48 | | >; Sep 21 06:44:57.965 INFO kablam! | |_^ expected struct `queryable::query_result::QueryResult`, found type parameter Sep 21 06:44:57.965 INFO kablam! | Sep 21 06:44:57.965 INFO kablam! = note: expected type `(queryable::query_result::QueryResult, U)` Sep 21 06:44:57.965 INFO kablam! found type `(S, U)` Sep 21 06:44:57.965 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:44:57.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.965 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.965 INFO kablam! Sep 21 06:44:57.965 INFO kablam! warning: expected a `std::ops::FnMut<(U, myc::row::Row)>` closure, found `F` Sep 21 06:44:57.965 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.965 INFO kablam! | Sep 21 06:44:57.965 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.965 INFO kablam! | _________________________________________^ Sep 21 06:44:57.965 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.965 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.965 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.965 INFO kablam! 48 | | >; Sep 21 06:44:57.965 INFO kablam! | |_^ expected an `FnMut<(U, myc::row::Row)>` closure, found `F` Sep 21 06:44:57.965 INFO kablam! | Sep 21 06:44:57.965 INFO kablam! = help: the trait `std::ops::FnMut<(U, myc::row::Row)>` is not implemented for `F` Sep 21 06:44:57.965 INFO kablam! = help: consider adding a `where F: std::ops::FnMut<(U, myc::row::Row)>` bound Sep 21 06:44:57.965 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:44:57.965 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:44:57.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.965 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.965 INFO kablam! Sep 21 06:44:57.965 INFO kablam! warning: the trait bound `P: queryable::Protocol` is not satisfied Sep 21 06:44:57.965 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.965 INFO kablam! | Sep 21 06:44:57.965 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.965 INFO kablam! | _________________________________________^ Sep 21 06:44:57.965 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.965 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.965 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.965 INFO kablam! 48 | | >; Sep 21 06:44:57.965 INFO kablam! | |_^ the trait `queryable::Protocol` is not implemented for `P` Sep 21 06:44:57.965 INFO kablam! | Sep 21 06:44:57.965 INFO kablam! = help: consider adding a `where P: queryable::Protocol` bound Sep 21 06:44:57.965 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:44:57.965 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:44:57.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.965 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.965 INFO kablam! Sep 21 06:44:57.965 INFO kablam! warning: the trait bound `T: connection_like::ConnectionLikeWrapper` is not satisfied Sep 21 06:44:57.965 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.965 INFO kablam! | Sep 21 06:44:57.965 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.965 INFO kablam! | _________________________________________^ Sep 21 06:44:57.965 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.965 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.965 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.965 INFO kablam! 48 | | >; Sep 21 06:44:57.965 INFO kablam! | |_^ the trait `connection_like::ConnectionLikeWrapper` is not implemented for `T` Sep 21 06:44:57.965 INFO kablam! | Sep 21 06:44:57.965 INFO kablam! = help: consider adding a `where T: connection_like::ConnectionLikeWrapper` bound Sep 21 06:44:57.965 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.965 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:44:57.966 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:44:57.966 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.966 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.966 INFO kablam! Sep 21 06:44:57.966 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 06:44:57.966 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.966 INFO kablam! | Sep 21 06:44:57.966 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.966 INFO kablam! | _________________________________________^ Sep 21 06:44:57.966 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.966 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.966 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.966 INFO kablam! 48 | | >; Sep 21 06:44:57.966 INFO kablam! | |_^ `T` cannot be sent between threads safely Sep 21 06:44:57.966 INFO kablam! | Sep 21 06:44:57.966 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 06:44:57.966 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 06:44:57.966 INFO kablam! = note: required because of the requirements on the impl of `connection_like::ConnectionLike` for `T` Sep 21 06:44:57.966 INFO kablam! = note: required because of the requirements on the impl of `lib_futures::Future` for `queryable::query_result::reduce::Reduce` Sep 21 06:44:57.966 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:44:57.966 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:44:57.966 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:44:57.966 INFO kablam! Sep 21 06:44:57.966 INFO kablam! error[E0310]: the parameter type `P` may not live long enough Sep 21 06:44:57.966 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.966 INFO kablam! | Sep 21 06:44:57.966 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.966 INFO kablam! | ______________________________-__________^ Sep 21 06:44:57.966 INFO kablam! | | | Sep 21 06:44:57.966 INFO kablam! | | help: consider adding an explicit lifetime bound `P: 'static`... Sep 21 06:44:57.966 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.966 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.966 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.966 INFO kablam! 48 | | >; Sep 21 06:44:57.966 INFO kablam! | |_^ Sep 21 06:44:57.966 INFO kablam! | Sep 21 06:44:57.966 INFO kablam! note: ...so that the type `P` will meet its required lifetime bounds Sep 21 06:44:57.966 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.966 INFO kablam! | Sep 21 06:44:57.966 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.966 INFO kablam! | _________________________________________^ Sep 21 06:44:57.966 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.966 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.966 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.966 INFO kablam! 48 | | >; Sep 21 06:44:57.966 INFO kablam! | |_^ Sep 21 06:44:57.966 INFO kablam! Sep 21 06:44:57.966 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 06:44:57.966 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.966 INFO kablam! | Sep 21 06:44:57.966 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.966 INFO kablam! | ___________________________-_____________^ Sep 21 06:44:57.966 INFO kablam! | | | Sep 21 06:44:57.966 INFO kablam! | | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 06:44:57.967 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.967 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.967 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.967 INFO kablam! 48 | | >; Sep 21 06:44:57.967 INFO kablam! | |_^ Sep 21 06:44:57.967 INFO kablam! | Sep 21 06:44:57.967 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 06:44:57.967 INFO kablam! --> src/queryable/query_result/mod.rs:44:41 Sep 21 06:44:57.967 INFO kablam! | Sep 21 06:44:57.967 INFO kablam! 44 | pub type ReduceAndDrop = AndThen< Sep 21 06:44:57.967 INFO kablam! | _________________________________________^ Sep 21 06:44:57.967 INFO kablam! 45 | | Either, Reduce>, Sep 21 06:44:57.967 INFO kablam! 46 | | (BoxFuture, FutureResult), Sep 21 06:44:57.967 INFO kablam! 47 | | fn((S, U)) -> (BoxFuture, FutureResult), Sep 21 06:44:57.967 INFO kablam! 48 | | >; Sep 21 06:44:57.967 INFO kablam! | |_^ Sep 21 06:44:57.967 INFO kablam! Sep 21 06:44:58.043 INFO kablam! error: aborting due to 6 previous errors Sep 21 06:44:58.043 INFO kablam! Sep 21 06:44:58.043 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 06:44:58.061 INFO kablam! error: Could not compile `mysql_async`. Sep 21 06:44:58.061 INFO kablam! Sep 21 06:44:58.062 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:44:58.063 INFO kablam! su: No module specific data is present Sep 21 06:44:58.473 INFO running `"docker" "rm" "-f" "e7a2b736e2656a81a89d3acfa2fb8bd5094d8c28611b3776b1471ce8c6e3173f"` Sep 21 06:44:58.534 INFO blam! e7a2b736e2656a81a89d3acfa2fb8bd5094d8c28611b3776b1471ce8c6e3173f