Sep 21 09:11:54.040 INFO checking gotham-0.2.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 09:11:54.040 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 09:11:54.040 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/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 09:11:54.255 INFO blam! 744aad017a8997955347365b648aa8d6d82ecc392ea5c3f7ccd8b0b6b3d0d5d1 Sep 21 09:11:54.257 INFO running `"docker" "start" "-a" "744aad017a8997955347365b648aa8d6d82ecc392ea5c3f7ccd8b0b6b3d0d5d1"` Sep 21 09:11:55.741 INFO kablam! usermod: no changes Sep 21 09:11:56.158 INFO kablam! Compiling gotham_derive v0.2.1 Sep 21 09:11:56.183 INFO kablam! Compiling borrow-bag v1.0.0 Sep 21 09:11:59.584 INFO kablam! Checking gotham v0.2.1 (/source) Sep 21 09:12:01.732 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 09:12:01.732 INFO kablam! --> src/http/header/x_frame_options.rs:7:5 Sep 21 09:12:01.732 INFO kablam! | Sep 21 09:12:01.732 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 21 09:12:01.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 09:12:01.732 INFO kablam! | Sep 21 09:12:01.732 INFO kablam! note: lint level defined here Sep 21 09:12:01.732 INFO kablam! --> src/lib.rs:7:23 Sep 21 09:12:01.732 INFO kablam! | Sep 21 09:12:01.732 INFO kablam! 7 | #![warn(missing_docs, deprecated)] Sep 21 09:12:01.732 INFO kablam! | ^^^^^^^^^^ Sep 21 09:12:01.732 INFO kablam! Sep 21 09:12:01.732 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 09:12:01.732 INFO kablam! --> src/http/header/x_content_type_options.rs:6:5 Sep 21 09:12:01.733 INFO kablam! | Sep 21 09:12:01.733 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 21 09:12:01.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 09:12:01.734 INFO kablam! Sep 21 09:12:01.970 INFO kablam! warning: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 21 09:12:01.970 INFO kablam! --> src/pipeline/single.rs:10:33 Sep 21 09:12:01.970 INFO kablam! | Sep 21 09:12:01.970 INFO kablam! 10 | pub type SinglePipelineSet = PipelineSet<<() as Append>>::Output>; Sep 21 09:12:01.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 21 09:12:01.970 INFO kablam! | Sep 21 09:12:01.970 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 09:12:01.970 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 21 09:12:01.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.970 INFO kablam! Sep 21 09:12:01.970 INFO kablam! warning: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 21 09:12:01.970 INFO kablam! --> src/pipeline/single.rs:13:36 Sep 21 09:12:01.970 INFO kablam! | Sep 21 09:12:01.971 INFO kablam! 13 | pub type SinglePipelineHandle = Handle, <() as Append>>::Navigator>; Sep 21 09:12:01.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 21 09:12:01.971 INFO kablam! | Sep 21 09:12:01.971 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 21 09:12:01.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.971 INFO kablam! Sep 21 09:12:01.971 INFO kablam! warning: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 21 09:12:01.971 INFO kablam! --> src/pipeline/single.rs:16:35 Sep 21 09:12:01.971 INFO kablam! | Sep 21 09:12:01.971 INFO kablam! 16 | pub type SinglePipelineChain = (SinglePipelineHandle, ()); Sep 21 09:12:01.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 21 09:12:01.972 INFO kablam! | Sep 21 09:12:01.972 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 21 09:12:01.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.972 INFO kablam! Sep 21 09:12:01.977 INFO kablam! warning: the trait bound `C: pipeline::chain::PipelineHandleChain

` is not satisfied Sep 21 09:12:01.977 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:01.977 INFO kablam! | Sep 21 09:12:01.977 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:01.977 INFO kablam! | ________________________________________________^ Sep 21 09:12:01.977 INFO kablam! 18 | | 'a, Sep 21 09:12:01.977 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:01.977 INFO kablam! 20 | | C, Sep 21 09:12:01.977 INFO kablam! ... | Sep 21 09:12:01.977 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:01.977 INFO kablam! 24 | | >; Sep 21 09:12:01.977 INFO kablam! | |_^ the trait `pipeline::chain::PipelineHandleChain

` is not implemented for `C` Sep 21 09:12:01.977 INFO kablam! | Sep 21 09:12:01.977 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

` bound Sep 21 09:12:01.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.977 INFO kablam! Sep 21 09:12:01.977 INFO kablam! warning: `C` cannot be sent between threads safely Sep 21 09:12:01.977 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:01.977 INFO kablam! | Sep 21 09:12:01.978 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:01.978 INFO kablam! | ________________________________________________^ Sep 21 09:12:01.978 INFO kablam! 18 | | 'a, Sep 21 09:12:01.978 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:01.978 INFO kablam! 20 | | C, Sep 21 09:12:01.978 INFO kablam! ... | Sep 21 09:12:01.978 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:01.978 INFO kablam! 24 | | >; Sep 21 09:12:01.978 INFO kablam! | |_^ `C` cannot be sent between threads safely Sep 21 09:12:01.978 INFO kablam! | Sep 21 09:12:01.978 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `C` Sep 21 09:12:01.978 INFO kablam! = help: consider adding a `where C: std::marker::Send` bound Sep 21 09:12:01.978 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.978 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.978 INFO kablam! Sep 21 09:12:01.978 INFO kablam! warning: `C` cannot be shared between threads safely Sep 21 09:12:01.978 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:01.978 INFO kablam! | Sep 21 09:12:01.978 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:01.978 INFO kablam! | ________________________________________________^ Sep 21 09:12:01.978 INFO kablam! 18 | | 'a, Sep 21 09:12:01.978 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:01.978 INFO kablam! 20 | | C, Sep 21 09:12:01.978 INFO kablam! ... | Sep 21 09:12:01.978 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:01.978 INFO kablam! 24 | | >; Sep 21 09:12:01.978 INFO kablam! | |_^ `C` cannot be shared between threads safely Sep 21 09:12:01.978 INFO kablam! | Sep 21 09:12:01.978 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `C` Sep 21 09:12:01.978 INFO kablam! = help: consider adding a `where C: std::marker::Sync` bound Sep 21 09:12:01.978 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.978 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.978 INFO kablam! Sep 21 09:12:01.978 INFO kablam! warning: `P` cannot be sent between threads safely Sep 21 09:12:01.978 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:01.978 INFO kablam! | Sep 21 09:12:01.978 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:01.978 INFO kablam! | ________________________________________________^ Sep 21 09:12:01.978 INFO kablam! 18 | | 'a, Sep 21 09:12:01.978 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:01.978 INFO kablam! 20 | | C, Sep 21 09:12:01.978 INFO kablam! ... | Sep 21 09:12:01.978 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:01.978 INFO kablam! 24 | | >; Sep 21 09:12:01.978 INFO kablam! | |_^ `P` cannot be sent between threads safely Sep 21 09:12:01.978 INFO kablam! | Sep 21 09:12:01.978 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `P` Sep 21 09:12:01.978 INFO kablam! = help: consider adding a `where P: std::marker::Send` bound Sep 21 09:12:01.978 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.978 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.978 INFO kablam! Sep 21 09:12:01.980 INFO kablam! warning: `P` cannot be shared between threads safely Sep 21 09:12:01.980 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:01.980 INFO kablam! | Sep 21 09:12:01.980 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:01.980 INFO kablam! | ________________________________________________^ Sep 21 09:12:01.980 INFO kablam! 18 | | 'a, Sep 21 09:12:01.980 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:01.980 INFO kablam! 20 | | C, Sep 21 09:12:01.980 INFO kablam! ... | Sep 21 09:12:01.980 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:01.980 INFO kablam! 24 | | >; Sep 21 09:12:01.980 INFO kablam! | |_^ `P` cannot be shared between threads safely Sep 21 09:12:01.980 INFO kablam! | Sep 21 09:12:01.980 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `P` Sep 21 09:12:01.980 INFO kablam! = help: consider adding a `where P: std::marker::Sync` bound Sep 21 09:12:01.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.980 INFO kablam! Sep 21 09:12:01.980 INFO kablam! warning: the trait bound `C: pipeline::chain::PipelineHandleChain

` is not satisfied Sep 21 09:12:01.980 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:01.980 INFO kablam! | Sep 21 09:12:01.980 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:01.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::chain::PipelineHandleChain

` is not implemented for `C` Sep 21 09:12:01.980 INFO kablam! | Sep 21 09:12:01.980 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

` bound Sep 21 09:12:01.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.980 INFO kablam! Sep 21 09:12:01.980 INFO kablam! warning: the trait bound `C: std::marker::Copy` is not satisfied Sep 21 09:12:01.980 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:01.980 INFO kablam! | Sep 21 09:12:01.980 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:01.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `C` Sep 21 09:12:01.980 INFO kablam! | Sep 21 09:12:01.980 INFO kablam! = help: consider adding a `where C: std::marker::Copy` bound Sep 21 09:12:01.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.980 INFO kablam! Sep 21 09:12:01.981 INFO kablam! warning: `C` cannot be sent between threads safely Sep 21 09:12:01.981 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:01.981 INFO kablam! | Sep 21 09:12:01.981 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:01.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be sent between threads safely Sep 21 09:12:01.981 INFO kablam! | Sep 21 09:12:01.981 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `C` Sep 21 09:12:01.981 INFO kablam! = help: consider adding a `where C: std::marker::Send` bound Sep 21 09:12:01.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.981 INFO kablam! Sep 21 09:12:01.981 INFO kablam! warning: `C` cannot be shared between threads safely Sep 21 09:12:01.981 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:01.981 INFO kablam! | Sep 21 09:12:01.981 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:01.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be shared between threads safely Sep 21 09:12:01.981 INFO kablam! | Sep 21 09:12:01.981 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `C` Sep 21 09:12:01.981 INFO kablam! = help: consider adding a `where C: std::marker::Sync` bound Sep 21 09:12:01.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.981 INFO kablam! Sep 21 09:12:01.981 INFO kablam! warning: `P` cannot be sent between threads safely Sep 21 09:12:01.981 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:01.981 INFO kablam! | Sep 21 09:12:01.981 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:01.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be sent between threads safely Sep 21 09:12:01.981 INFO kablam! | Sep 21 09:12:01.981 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `P` Sep 21 09:12:01.981 INFO kablam! = help: consider adding a `where P: std::marker::Send` bound Sep 21 09:12:01.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.981 INFO kablam! Sep 21 09:12:01.983 INFO kablam! warning: `P` cannot be shared between threads safely Sep 21 09:12:01.983 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:01.983 INFO kablam! | Sep 21 09:12:01.983 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:01.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be shared between threads safely Sep 21 09:12:01.983 INFO kablam! | Sep 21 09:12:01.983 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `P` Sep 21 09:12:01.983 INFO kablam! = help: consider adding a `where P: std::marker::Sync` bound Sep 21 09:12:01.983 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.983 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.983 INFO kablam! Sep 21 09:12:01.986 INFO kablam! warning: the trait bound `C: pipeline::chain::PipelineHandleChain

` is not satisfied Sep 21 09:12:01.986 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.986 INFO kablam! | Sep 21 09:12:01.986 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::chain::PipelineHandleChain

` is not implemented for `C` Sep 21 09:12:01.986 INFO kablam! | Sep 21 09:12:01.986 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

` bound Sep 21 09:12:01.986 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.986 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.986 INFO kablam! Sep 21 09:12:01.986 INFO kablam! warning: `C` cannot be sent between threads safely Sep 21 09:12:01.986 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.986 INFO kablam! | Sep 21 09:12:01.986 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be sent between threads safely Sep 21 09:12:01.986 INFO kablam! | Sep 21 09:12:01.986 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `C` Sep 21 09:12:01.988 INFO kablam! = help: consider adding a `where C: std::marker::Send` bound Sep 21 09:12:01.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.988 INFO kablam! Sep 21 09:12:01.988 INFO kablam! warning: `C` cannot be shared between threads safely Sep 21 09:12:01.988 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.988 INFO kablam! | Sep 21 09:12:01.988 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be shared between threads safely Sep 21 09:12:01.988 INFO kablam! | Sep 21 09:12:01.988 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `C` Sep 21 09:12:01.988 INFO kablam! = help: consider adding a `where C: std::marker::Sync` bound Sep 21 09:12:01.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.988 INFO kablam! Sep 21 09:12:01.988 INFO kablam! warning: `P` cannot be sent between threads safely Sep 21 09:12:01.988 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.988 INFO kablam! | Sep 21 09:12:01.988 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be sent between threads safely Sep 21 09:12:01.988 INFO kablam! | Sep 21 09:12:01.988 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `P` Sep 21 09:12:01.988 INFO kablam! = help: consider adding a `where P: std::marker::Send` bound Sep 21 09:12:01.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.988 INFO kablam! Sep 21 09:12:01.988 INFO kablam! warning: `P` cannot be shared between threads safely Sep 21 09:12:01.988 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.988 INFO kablam! | Sep 21 09:12:01.988 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be shared between threads safely Sep 21 09:12:01.988 INFO kablam! | Sep 21 09:12:01.988 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `P` Sep 21 09:12:01.988 INFO kablam! = help: consider adding a `where P: std::marker::Sync` bound Sep 21 09:12:01.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.989 INFO kablam! Sep 21 09:12:01.989 INFO kablam! warning: `PE` cannot be sent between threads safely Sep 21 09:12:01.989 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PE` cannot be sent between threads safely Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `PE` Sep 21 09:12:01.989 INFO kablam! = help: consider adding a `where PE: std::marker::Send` bound Sep 21 09:12:01.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.989 INFO kablam! Sep 21 09:12:01.989 INFO kablam! warning: `PE` cannot be shared between threads safely Sep 21 09:12:01.989 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PE` cannot be shared between threads safely Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `PE` Sep 21 09:12:01.989 INFO kablam! = help: consider adding a `where PE: std::marker::Sync` bound Sep 21 09:12:01.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.989 INFO kablam! Sep 21 09:12:01.989 INFO kablam! warning: `QSE` cannot be sent between threads safely Sep 21 09:12:01.989 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `QSE` cannot be sent between threads safely Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `QSE` Sep 21 09:12:01.989 INFO kablam! = help: consider adding a `where QSE: std::marker::Send` bound Sep 21 09:12:01.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.989 INFO kablam! Sep 21 09:12:01.989 INFO kablam! warning: `QSE` cannot be shared between threads safely Sep 21 09:12:01.989 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `QSE` cannot be shared between threads safely Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `QSE` Sep 21 09:12:01.989 INFO kablam! = help: consider adding a `where QSE: std::marker::Sync` bound Sep 21 09:12:01.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.989 INFO kablam! Sep 21 09:12:01.989 INFO kablam! warning: the trait bound `for<'de> PE: serde::Deserialize<'de>` is not satisfied Sep 21 09:12:01.989 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::Deserialize<'de>` is not implemented for `PE` Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! = help: consider adding a `where for<'de> PE: serde::Deserialize<'de>` bound Sep 21 09:12:01.989 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 21 09:12:01.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.989 INFO kablam! Sep 21 09:12:01.989 INFO kablam! warning: the trait bound `PE: router::response::extender::StaticResponseExtender` is not satisfied Sep 21 09:12:01.989 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `router::response::extender::StaticResponseExtender` is not implemented for `PE` Sep 21 09:12:01.989 INFO kablam! | Sep 21 09:12:01.989 INFO kablam! = help: consider adding a `where PE: router::response::extender::StaticResponseExtender` bound Sep 21 09:12:01.989 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 21 09:12:01.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.990 INFO kablam! Sep 21 09:12:01.990 INFO kablam! warning: the trait bound `PE: state::data::StateData` is not satisfied Sep 21 09:12:01.990 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.990 INFO kablam! | Sep 21 09:12:01.990 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::data::StateData` is not implemented for `PE` Sep 21 09:12:01.990 INFO kablam! | Sep 21 09:12:01.990 INFO kablam! = help: consider adding a `where PE: state::data::StateData` bound Sep 21 09:12:01.990 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 21 09:12:01.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.990 INFO kablam! Sep 21 09:12:01.990 INFO kablam! warning: the trait bound `for<'de> QSE: serde::Deserialize<'de>` is not satisfied Sep 21 09:12:01.990 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.990 INFO kablam! | Sep 21 09:12:01.990 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::Deserialize<'de>` is not implemented for `QSE` Sep 21 09:12:01.990 INFO kablam! | Sep 21 09:12:01.990 INFO kablam! = help: consider adding a `where for<'de> QSE: serde::Deserialize<'de>` bound Sep 21 09:12:01.990 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 21 09:12:01.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.990 INFO kablam! Sep 21 09:12:01.990 INFO kablam! warning: the trait bound `QSE: router::response::extender::StaticResponseExtender` is not satisfied Sep 21 09:12:01.990 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.990 INFO kablam! | Sep 21 09:12:01.990 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `router::response::extender::StaticResponseExtender` is not implemented for `QSE` Sep 21 09:12:01.990 INFO kablam! | Sep 21 09:12:01.990 INFO kablam! = help: consider adding a `where QSE: router::response::extender::StaticResponseExtender` bound Sep 21 09:12:01.990 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 21 09:12:01.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.991 INFO kablam! Sep 21 09:12:01.991 INFO kablam! warning: the trait bound `QSE: state::data::StateData` is not satisfied Sep 21 09:12:01.991 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:01.991 INFO kablam! | Sep 21 09:12:01.991 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:01.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::data::StateData` is not implemented for `QSE` Sep 21 09:12:01.991 INFO kablam! | Sep 21 09:12:01.991 INFO kablam! = help: consider adding a `where QSE: state::data::StateData` bound Sep 21 09:12:01.991 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 21 09:12:01.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:01.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:01.991 INFO kablam! Sep 21 09:12:02.089 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 09:12:02.089 INFO kablam! --> src/http/header/x_frame_options.rs:7:5 Sep 21 09:12:02.089 INFO kablam! | Sep 21 09:12:02.089 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 21 09:12:02.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 09:12:02.089 INFO kablam! | Sep 21 09:12:02.089 INFO kablam! note: lint level defined here Sep 21 09:12:02.089 INFO kablam! --> src/lib.rs:7:23 Sep 21 09:12:02.089 INFO kablam! | Sep 21 09:12:02.089 INFO kablam! 7 | #![warn(missing_docs, deprecated)] Sep 21 09:12:02.089 INFO kablam! | ^^^^^^^^^^ Sep 21 09:12:02.089 INFO kablam! Sep 21 09:12:02.089 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 09:12:02.089 INFO kablam! --> src/http/header/x_content_type_options.rs:6:5 Sep 21 09:12:02.089 INFO kablam! | Sep 21 09:12:02.089 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 21 09:12:02.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 09:12:02.089 INFO kablam! Sep 21 09:12:02.286 INFO kablam! warning: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 21 09:12:02.286 INFO kablam! --> src/pipeline/single.rs:10:33 Sep 21 09:12:02.286 INFO kablam! | Sep 21 09:12:02.286 INFO kablam! 10 | pub type SinglePipelineSet = PipelineSet<<() as Append>>::Output>; Sep 21 09:12:02.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 21 09:12:02.286 INFO kablam! | Sep 21 09:12:02.286 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 09:12:02.286 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 21 09:12:02.286 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.286 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.286 INFO kablam! Sep 21 09:12:02.286 INFO kablam! warning: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 21 09:12:02.286 INFO kablam! --> src/pipeline/single.rs:13:36 Sep 21 09:12:02.286 INFO kablam! | Sep 21 09:12:02.286 INFO kablam! 13 | pub type SinglePipelineHandle = Handle, <() as Append>>::Navigator>; Sep 21 09:12:02.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 21 09:12:02.286 INFO kablam! | Sep 21 09:12:02.286 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 21 09:12:02.286 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.286 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.286 INFO kablam! Sep 21 09:12:02.286 INFO kablam! warning: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 21 09:12:02.286 INFO kablam! --> src/pipeline/single.rs:16:35 Sep 21 09:12:02.286 INFO kablam! | Sep 21 09:12:02.286 INFO kablam! 16 | pub type SinglePipelineChain = (SinglePipelineHandle, ()); Sep 21 09:12:02.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 21 09:12:02.286 INFO kablam! | Sep 21 09:12:02.287 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 21 09:12:02.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.287 INFO kablam! Sep 21 09:12:02.302 INFO kablam! warning: the trait bound `C: pipeline::chain::PipelineHandleChain

` is not satisfied Sep 21 09:12:02.302 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:02.302 INFO kablam! | Sep 21 09:12:02.302 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:02.302 INFO kablam! | ________________________________________________^ Sep 21 09:12:02.302 INFO kablam! 18 | | 'a, Sep 21 09:12:02.302 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:02.302 INFO kablam! 20 | | C, Sep 21 09:12:02.302 INFO kablam! ... | Sep 21 09:12:02.302 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:02.302 INFO kablam! 24 | | >; Sep 21 09:12:02.302 INFO kablam! | |_^ the trait `pipeline::chain::PipelineHandleChain

` is not implemented for `C` Sep 21 09:12:02.302 INFO kablam! | Sep 21 09:12:02.302 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

` bound Sep 21 09:12:02.302 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.302 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.303 INFO kablam! Sep 21 09:12:02.303 INFO kablam! warning: `C` cannot be sent between threads safely Sep 21 09:12:02.303 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:02.303 INFO kablam! | Sep 21 09:12:02.303 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:02.303 INFO kablam! | ________________________________________________^ Sep 21 09:12:02.303 INFO kablam! 18 | | 'a, Sep 21 09:12:02.303 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:02.303 INFO kablam! 20 | | C, Sep 21 09:12:02.303 INFO kablam! ... | Sep 21 09:12:02.303 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:02.303 INFO kablam! 24 | | >; Sep 21 09:12:02.303 INFO kablam! | |_^ `C` cannot be sent between threads safely Sep 21 09:12:02.303 INFO kablam! | Sep 21 09:12:02.303 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `C` Sep 21 09:12:02.303 INFO kablam! = help: consider adding a `where C: std::marker::Send` bound Sep 21 09:12:02.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.303 INFO kablam! Sep 21 09:12:02.303 INFO kablam! warning: `C` cannot be shared between threads safely Sep 21 09:12:02.303 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:02.303 INFO kablam! | Sep 21 09:12:02.303 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:02.303 INFO kablam! | ________________________________________________^ Sep 21 09:12:02.303 INFO kablam! 18 | | 'a, Sep 21 09:12:02.303 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:02.303 INFO kablam! 20 | | C, Sep 21 09:12:02.303 INFO kablam! ... | Sep 21 09:12:02.303 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:02.303 INFO kablam! 24 | | >; Sep 21 09:12:02.303 INFO kablam! | |_^ `C` cannot be shared between threads safely Sep 21 09:12:02.303 INFO kablam! | Sep 21 09:12:02.303 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `C` Sep 21 09:12:02.303 INFO kablam! = help: consider adding a `where C: std::marker::Sync` bound Sep 21 09:12:02.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.303 INFO kablam! Sep 21 09:12:02.303 INFO kablam! warning: `P` cannot be sent between threads safely Sep 21 09:12:02.303 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:02.303 INFO kablam! | Sep 21 09:12:02.303 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:02.303 INFO kablam! | ________________________________________________^ Sep 21 09:12:02.303 INFO kablam! 18 | | 'a, Sep 21 09:12:02.303 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:02.303 INFO kablam! 20 | | C, Sep 21 09:12:02.303 INFO kablam! ... | Sep 21 09:12:02.303 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:02.303 INFO kablam! 24 | | >; Sep 21 09:12:02.303 INFO kablam! | |_^ `P` cannot be sent between threads safely Sep 21 09:12:02.303 INFO kablam! | Sep 21 09:12:02.303 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `P` Sep 21 09:12:02.303 INFO kablam! = help: consider adding a `where P: std::marker::Send` bound Sep 21 09:12:02.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.303 INFO kablam! Sep 21 09:12:02.303 INFO kablam! warning: `P` cannot be shared between threads safely Sep 21 09:12:02.303 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 21 09:12:02.303 INFO kablam! | Sep 21 09:12:02.303 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 21 09:12:02.303 INFO kablam! | ________________________________________________^ Sep 21 09:12:02.303 INFO kablam! 18 | | 'a, Sep 21 09:12:02.303 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 21 09:12:02.303 INFO kablam! 20 | | C, Sep 21 09:12:02.303 INFO kablam! ... | Sep 21 09:12:02.303 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 21 09:12:02.303 INFO kablam! 24 | | >; Sep 21 09:12:02.303 INFO kablam! | |_^ `P` cannot be shared between threads safely Sep 21 09:12:02.303 INFO kablam! | Sep 21 09:12:02.303 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `P` Sep 21 09:12:02.304 INFO kablam! = help: consider adding a `where P: std::marker::Sync` bound Sep 21 09:12:02.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.304 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.304 INFO kablam! Sep 21 09:12:02.304 INFO kablam! warning: the trait bound `C: pipeline::chain::PipelineHandleChain

` is not satisfied Sep 21 09:12:02.304 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:02.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::chain::PipelineHandleChain

` is not implemented for `C` Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

` bound Sep 21 09:12:02.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.304 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.304 INFO kablam! Sep 21 09:12:02.304 INFO kablam! warning: the trait bound `C: std::marker::Copy` is not satisfied Sep 21 09:12:02.304 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:02.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `C` Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! = help: consider adding a `where C: std::marker::Copy` bound Sep 21 09:12:02.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.304 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.304 INFO kablam! Sep 21 09:12:02.304 INFO kablam! warning: `C` cannot be sent between threads safely Sep 21 09:12:02.304 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:02.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be sent between threads safely Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `C` Sep 21 09:12:02.304 INFO kablam! = help: consider adding a `where C: std::marker::Send` bound Sep 21 09:12:02.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.304 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.304 INFO kablam! Sep 21 09:12:02.304 INFO kablam! warning: `C` cannot be shared between threads safely Sep 21 09:12:02.304 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:02.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be shared between threads safely Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `C` Sep 21 09:12:02.304 INFO kablam! = help: consider adding a `where C: std::marker::Sync` bound Sep 21 09:12:02.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.304 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.304 INFO kablam! Sep 21 09:12:02.304 INFO kablam! warning: `P` cannot be sent between threads safely Sep 21 09:12:02.304 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:02.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be sent between threads safely Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `P` Sep 21 09:12:02.304 INFO kablam! = help: consider adding a `where P: std::marker::Send` bound Sep 21 09:12:02.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.304 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.304 INFO kablam! Sep 21 09:12:02.304 INFO kablam! warning: `P` cannot be shared between threads safely Sep 21 09:12:02.304 INFO kablam! --> src/router/builder/draw.rs:29:5 Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! 29 | AssociatedRouteBuilder<'a, C, P, NoopPathExtractor, NoopQueryStringExtractor>; Sep 21 09:12:02.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be shared between threads safely Sep 21 09:12:02.304 INFO kablam! | Sep 21 09:12:02.304 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `P` Sep 21 09:12:02.304 INFO kablam! = help: consider adding a `where P: std::marker::Sync` bound Sep 21 09:12:02.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.305 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.305 INFO kablam! Sep 21 09:12:02.306 INFO kablam! warning: the trait bound `C: pipeline::chain::PipelineHandleChain

` is not satisfied Sep 21 09:12:02.306 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.306 INFO kablam! | Sep 21 09:12:02.306 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pipeline::chain::PipelineHandleChain

` is not implemented for `C` Sep 21 09:12:02.306 INFO kablam! | Sep 21 09:12:02.306 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

` bound Sep 21 09:12:02.306 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.306 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.307 INFO kablam! Sep 21 09:12:02.307 INFO kablam! warning: `C` cannot be sent between threads safely Sep 21 09:12:02.307 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.307 INFO kablam! | Sep 21 09:12:02.307 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be sent between threads safely Sep 21 09:12:02.307 INFO kablam! | Sep 21 09:12:02.307 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `C` Sep 21 09:12:02.307 INFO kablam! = help: consider adding a `where C: std::marker::Send` bound Sep 21 09:12:02.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.307 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.307 INFO kablam! Sep 21 09:12:02.307 INFO kablam! warning: `C` cannot be shared between threads safely Sep 21 09:12:02.307 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.307 INFO kablam! | Sep 21 09:12:02.307 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be shared between threads safely Sep 21 09:12:02.307 INFO kablam! | Sep 21 09:12:02.307 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `C` Sep 21 09:12:02.307 INFO kablam! = help: consider adding a `where C: std::marker::Sync` bound Sep 21 09:12:02.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.307 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.307 INFO kablam! Sep 21 09:12:02.307 INFO kablam! warning: `P` cannot be sent between threads safely Sep 21 09:12:02.307 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.307 INFO kablam! | Sep 21 09:12:02.307 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be sent between threads safely Sep 21 09:12:02.307 INFO kablam! | Sep 21 09:12:02.307 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `P` Sep 21 09:12:02.307 INFO kablam! = help: consider adding a `where P: std::marker::Send` bound Sep 21 09:12:02.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.307 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.307 INFO kablam! Sep 21 09:12:02.308 INFO kablam! warning: `P` cannot be shared between threads safely Sep 21 09:12:02.308 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.308 INFO kablam! | Sep 21 09:12:02.308 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be shared between threads safely Sep 21 09:12:02.308 INFO kablam! | Sep 21 09:12:02.308 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `P` Sep 21 09:12:02.308 INFO kablam! = help: consider adding a `where P: std::marker::Sync` bound Sep 21 09:12:02.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.308 INFO kablam! Sep 21 09:12:02.308 INFO kablam! warning: `PE` cannot be sent between threads safely Sep 21 09:12:02.308 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.308 INFO kablam! | Sep 21 09:12:02.308 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PE` cannot be sent between threads safely Sep 21 09:12:02.308 INFO kablam! | Sep 21 09:12:02.308 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `PE` Sep 21 09:12:02.308 INFO kablam! = help: consider adding a `where PE: std::marker::Send` bound Sep 21 09:12:02.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.308 INFO kablam! Sep 21 09:12:02.308 INFO kablam! warning: `PE` cannot be shared between threads safely Sep 21 09:12:02.308 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.308 INFO kablam! | Sep 21 09:12:02.308 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PE` cannot be shared between threads safely Sep 21 09:12:02.308 INFO kablam! | Sep 21 09:12:02.308 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `PE` Sep 21 09:12:02.308 INFO kablam! = help: consider adding a `where PE: std::marker::Sync` bound Sep 21 09:12:02.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.308 INFO kablam! Sep 21 09:12:02.318 INFO kablam! warning: `QSE` cannot be sent between threads safely Sep 21 09:12:02.318 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.318 INFO kablam! | Sep 21 09:12:02.318 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `QSE` cannot be sent between threads safely Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `QSE` Sep 21 09:12:02.319 INFO kablam! = help: consider adding a `where QSE: std::marker::Send` bound Sep 21 09:12:02.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.319 INFO kablam! Sep 21 09:12:02.319 INFO kablam! warning: `QSE` cannot be shared between threads safely Sep 21 09:12:02.319 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `QSE` cannot be shared between threads safely Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `QSE` Sep 21 09:12:02.319 INFO kablam! = help: consider adding a `where QSE: std::marker::Sync` bound Sep 21 09:12:02.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.319 INFO kablam! Sep 21 09:12:02.319 INFO kablam! warning: the trait bound `for<'de> PE: serde::Deserialize<'de>` is not satisfied Sep 21 09:12:02.319 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::Deserialize<'de>` is not implemented for `PE` Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! = help: consider adding a `where for<'de> PE: serde::Deserialize<'de>` bound Sep 21 09:12:02.319 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 21 09:12:02.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.319 INFO kablam! Sep 21 09:12:02.319 INFO kablam! warning: the trait bound `PE: router::response::extender::StaticResponseExtender` is not satisfied Sep 21 09:12:02.319 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `router::response::extender::StaticResponseExtender` is not implemented for `PE` Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! = help: consider adding a `where PE: router::response::extender::StaticResponseExtender` bound Sep 21 09:12:02.319 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 21 09:12:02.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.319 INFO kablam! Sep 21 09:12:02.319 INFO kablam! warning: the trait bound `PE: state::data::StateData` is not satisfied Sep 21 09:12:02.319 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::data::StateData` is not implemented for `PE` Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! = help: consider adding a `where PE: state::data::StateData` bound Sep 21 09:12:02.319 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 21 09:12:02.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.319 INFO kablam! Sep 21 09:12:02.319 INFO kablam! warning: the trait bound `for<'de> QSE: serde::Deserialize<'de>` is not satisfied Sep 21 09:12:02.319 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::Deserialize<'de>` is not implemented for `QSE` Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! = help: consider adding a `where for<'de> QSE: serde::Deserialize<'de>` bound Sep 21 09:12:02.319 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 21 09:12:02.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.319 INFO kablam! Sep 21 09:12:02.319 INFO kablam! warning: the trait bound `QSE: router::response::extender::StaticResponseExtender` is not satisfied Sep 21 09:12:02.319 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `router::response::extender::StaticResponseExtender` is not implemented for `QSE` Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.319 INFO kablam! = help: consider adding a `where QSE: router::response::extender::StaticResponseExtender` bound Sep 21 09:12:02.319 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 21 09:12:02.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.319 INFO kablam! Sep 21 09:12:02.319 INFO kablam! warning: the trait bound `QSE: state::data::StateData` is not satisfied Sep 21 09:12:02.319 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 21 09:12:02.319 INFO kablam! | Sep 21 09:12:02.320 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 21 09:12:02.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::data::StateData` is not implemented for `QSE` Sep 21 09:12:02.320 INFO kablam! | Sep 21 09:12:02.320 INFO kablam! = help: consider adding a `where QSE: state::data::StateData` bound Sep 21 09:12:02.320 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 21 09:12:02.320 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:12:02.320 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:12:02.320 INFO kablam! Sep 21 09:12:05.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.68s Sep 21 09:12:05.475 INFO kablam! su: No module specific data is present Sep 21 09:12:06.124 INFO running `"docker" "rm" "-f" "744aad017a8997955347365b648aa8d6d82ecc392ea5c3f7ccd8b0b6b3d0d5d1"` Sep 21 09:12:06.231 INFO blam! 744aad017a8997955347365b648aa8d6d82ecc392ea5c3f7ccd8b0b6b3d0d5d1