Sep 17 23:27:32.976 INFO checking gotham-0.2.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 23:27:32.976 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 23:27:32.976 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 23:27:33.288 INFO blam! 444ef708a8c64b29cda90bb7ab34b208acb8870ca09678dca30324b94ddda737 Sep 17 23:27:33.290 INFO running `"docker" "start" "-a" "444ef708a8c64b29cda90bb7ab34b208acb8870ca09678dca30324b94ddda737"` Sep 17 23:27:34.090 INFO kablam! usermod: no changes Sep 17 23:27:34.434 INFO kablam! Compiling gotham_derive v0.2.1 Sep 17 23:27:34.436 INFO kablam! Checking parking_lot v0.6.4 Sep 17 23:27:34.436 INFO kablam! Compiling borrow-bag v1.0.0 Sep 17 23:27:35.278 INFO kablam! Checking tokio-reactor v0.1.5 Sep 17 23:27:36.745 INFO kablam! Checking tokio-uds v0.2.1 Sep 17 23:27:36.745 INFO kablam! Checking tokio-tcp v0.1.1 Sep 17 23:27:36.745 INFO kablam! Checking tokio-udp v0.1.2 Sep 17 23:27:39.630 INFO kablam! Checking tokio v0.1.8 Sep 17 23:27:40.976 INFO kablam! Checking tokio-core v0.1.17 Sep 17 23:27:42.531 INFO kablam! Checking tokio-proto v0.1.1 Sep 17 23:27:44.841 INFO kablam! Checking hyper v0.11.27 Sep 17 23:27:50.615 INFO kablam! Checking gotham v0.2.1 (/source) Sep 17 23:27:54.323 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 23:27:54.323 INFO kablam! --> src/http/header/x_frame_options.rs:7:5 Sep 17 23:27:54.323 INFO kablam! | Sep 17 23:27:54.323 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 17 23:27:54.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 23:27:54.335 INFO kablam! | Sep 17 23:27:54.335 INFO kablam! note: lint level defined here Sep 17 23:27:54.335 INFO kablam! --> src/lib.rs:7:23 Sep 17 23:27:54.335 INFO kablam! | Sep 17 23:27:54.335 INFO kablam! 7 | #![warn(missing_docs, deprecated)] Sep 17 23:27:54.335 INFO kablam! | ^^^^^^^^^^ Sep 17 23:27:54.335 INFO kablam! Sep 17 23:27:54.335 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 23:27:54.335 INFO kablam! --> src/http/header/x_content_type_options.rs:6:5 Sep 17 23:27:54.335 INFO kablam! | Sep 17 23:27:54.335 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 17 23:27:54.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 23:27:54.335 INFO kablam! Sep 17 23:27:54.667 INFO kablam! error: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 17 23:27:54.667 INFO kablam! --> src/pipeline/single.rs:10:33 Sep 17 23:27:54.667 INFO kablam! | Sep 17 23:27:54.667 INFO kablam! 10 | pub type SinglePipelineSet = PipelineSet<<() as Append>>::Output>; Sep 17 23:27:54.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 17 23:27:54.668 INFO kablam! | Sep 17 23:27:54.668 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 23:27:54.668 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 17 23:27:54.668 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.669 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.669 INFO kablam! Sep 17 23:27:54.670 INFO kablam! error: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 17 23:27:54.670 INFO kablam! --> src/pipeline/single.rs:13:36 Sep 17 23:27:54.670 INFO kablam! | Sep 17 23:27:54.670 INFO kablam! 13 | pub type SinglePipelineHandle = Handle, <() as Append>>::Navigator>; Sep 17 23:27:54.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 17 23:27:54.670 INFO kablam! | Sep 17 23:27:54.671 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 17 23:27:54.671 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.671 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.671 INFO kablam! Sep 17 23:27:54.672 INFO kablam! error: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 17 23:27:54.672 INFO kablam! --> src/pipeline/single.rs:16:35 Sep 17 23:27:54.672 INFO kablam! | Sep 17 23:27:54.672 INFO kablam! 16 | pub type SinglePipelineChain = (SinglePipelineHandle, ()); Sep 17 23:27:54.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 17 23:27:54.672 INFO kablam! | Sep 17 23:27:54.672 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 17 23:27:54.673 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.673 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.673 INFO kablam! Sep 17 23:27:54.678 INFO kablam! error: the trait bound `C: pipeline::chain::PipelineHandleChain

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

` is not implemented for `C` Sep 17 23:27:54.684 INFO kablam! | Sep 17 23:27:54.684 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

` bound Sep 17 23:27:54.685 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.685 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.685 INFO kablam! Sep 17 23:27:54.686 INFO kablam! error: `C` cannot be sent between threads safely Sep 17 23:27:54.686 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 17 23:27:54.686 INFO kablam! | Sep 17 23:27:54.686 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 17 23:27:54.686 INFO kablam! | ________________________________________________^ Sep 17 23:27:54.686 INFO kablam! 18 | | 'a, Sep 17 23:27:54.687 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 17 23:27:54.687 INFO kablam! 20 | | C, Sep 17 23:27:54.687 INFO kablam! ... | Sep 17 23:27:54.687 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 17 23:27:54.687 INFO kablam! 24 | | >; Sep 17 23:27:54.687 INFO kablam! | |_^ `C` cannot be sent between threads safely Sep 17 23:27:54.688 INFO kablam! | Sep 17 23:27:54.688 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `C` Sep 17 23:27:54.688 INFO kablam! = help: consider adding a `where C: std::marker::Send` bound Sep 17 23:27:54.688 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.688 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.688 INFO kablam! Sep 17 23:27:54.689 INFO kablam! error: `C` cannot be shared between threads safely Sep 17 23:27:54.689 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 17 23:27:54.689 INFO kablam! | Sep 17 23:27:54.690 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 17 23:27:54.690 INFO kablam! | ________________________________________________^ Sep 17 23:27:54.690 INFO kablam! 18 | | 'a, Sep 17 23:27:54.690 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 17 23:27:54.690 INFO kablam! 20 | | C, Sep 17 23:27:54.691 INFO kablam! ... | Sep 17 23:27:54.691 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 17 23:27:54.691 INFO kablam! 24 | | >; Sep 17 23:27:54.691 INFO kablam! | |_^ `C` cannot be shared between threads safely Sep 17 23:27:54.691 INFO kablam! | Sep 17 23:27:54.691 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `C` Sep 17 23:27:54.692 INFO kablam! = help: consider adding a `where C: std::marker::Sync` bound Sep 17 23:27:54.692 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.692 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.692 INFO kablam! Sep 17 23:27:54.693 INFO kablam! error: `P` cannot be sent between threads safely Sep 17 23:27:54.693 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 17 23:27:54.693 INFO kablam! | Sep 17 23:27:54.693 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 17 23:27:54.693 INFO kablam! | ________________________________________________^ Sep 17 23:27:54.694 INFO kablam! 18 | | 'a, Sep 17 23:27:54.694 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 17 23:27:54.694 INFO kablam! 20 | | C, Sep 17 23:27:54.694 INFO kablam! ... | Sep 17 23:27:54.694 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 17 23:27:54.695 INFO kablam! 24 | | >; Sep 17 23:27:54.695 INFO kablam! | |_^ `P` cannot be sent between threads safely Sep 17 23:27:54.695 INFO kablam! | Sep 17 23:27:54.695 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `P` Sep 17 23:27:54.695 INFO kablam! = help: consider adding a `where P: std::marker::Send` bound Sep 17 23:27:54.696 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.696 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.696 INFO kablam! Sep 17 23:27:54.696 INFO kablam! error: `P` cannot be shared between threads safely Sep 17 23:27:54.697 INFO kablam! --> src/router/builder/draw.rs:17:48 Sep 17 23:27:54.697 INFO kablam! | Sep 17 23:27:54.697 INFO kablam! 17 | pub type DefaultSingleRouteBuilder<'a, C, P> = SingleRouteBuilder< Sep 17 23:27:54.697 INFO kablam! | ________________________________________________^ Sep 17 23:27:54.697 INFO kablam! 18 | | 'a, Sep 17 23:27:54.698 INFO kablam! 19 | | MethodOnlyRouteMatcher, Sep 17 23:27:54.698 INFO kablam! 20 | | C, Sep 17 23:27:54.698 INFO kablam! ... | Sep 17 23:27:54.698 INFO kablam! 23 | | NoopQueryStringExtractor, Sep 17 23:27:54.698 INFO kablam! 24 | | >; Sep 17 23:27:54.698 INFO kablam! | |_^ `P` cannot be shared between threads safely Sep 17 23:27:54.699 INFO kablam! | Sep 17 23:27:54.699 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `P` Sep 17 23:27:54.699 INFO kablam! = help: consider adding a `where P: std::marker::Sync` bound Sep 17 23:27:54.699 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.699 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.700 INFO kablam! Sep 17 23:27:54.700 INFO kablam! error: the trait bound `C: pipeline::chain::PipelineHandleChain

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

` is not implemented for `C` Sep 17 23:27:54.701 INFO kablam! | Sep 17 23:27:54.701 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

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

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

` is not implemented for `C` Sep 17 23:27:54.717 INFO kablam! | Sep 17 23:27:54.717 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

` bound Sep 17 23:27:54.717 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.717 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.717 INFO kablam! Sep 17 23:27:54.717 INFO kablam! error: `C` cannot be sent between threads safely Sep 17 23:27:54.717 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.717 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be sent between threads safely Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `C` Sep 17 23:27:54.718 INFO kablam! = help: consider adding a `where C: std::marker::Send` bound Sep 17 23:27:54.718 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.718 INFO kablam! Sep 17 23:27:54.718 INFO kablam! error: `C` cannot be shared between threads safely Sep 17 23:27:54.718 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be shared between threads safely Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `C` Sep 17 23:27:54.718 INFO kablam! = help: consider adding a `where C: std::marker::Sync` bound Sep 17 23:27:54.718 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.718 INFO kablam! Sep 17 23:27:54.718 INFO kablam! error: `P` cannot be sent between threads safely Sep 17 23:27:54.718 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be sent between threads safely Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `P` Sep 17 23:27:54.718 INFO kablam! = help: consider adding a `where P: std::marker::Send` bound Sep 17 23:27:54.718 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.718 INFO kablam! Sep 17 23:27:54.718 INFO kablam! error: `P` cannot be shared between threads safely Sep 17 23:27:54.718 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be shared between threads safely Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `P` Sep 17 23:27:54.718 INFO kablam! = help: consider adding a `where P: std::marker::Sync` bound Sep 17 23:27:54.718 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.718 INFO kablam! Sep 17 23:27:54.718 INFO kablam! error: `PE` cannot be sent between threads safely Sep 17 23:27:54.718 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PE` cannot be sent between threads safely Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `PE` Sep 17 23:27:54.718 INFO kablam! = help: consider adding a `where PE: std::marker::Send` bound Sep 17 23:27:54.718 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.718 INFO kablam! Sep 17 23:27:54.718 INFO kablam! error: `PE` cannot be shared between threads safely Sep 17 23:27:54.718 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PE` cannot be shared between threads safely Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `PE` Sep 17 23:27:54.718 INFO kablam! = help: consider adding a `where PE: std::marker::Sync` bound Sep 17 23:27:54.718 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.718 INFO kablam! Sep 17 23:27:54.718 INFO kablam! error: `QSE` cannot be sent between threads safely Sep 17 23:27:54.718 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.718 INFO kablam! | Sep 17 23:27:54.718 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `QSE` cannot be sent between threads safely Sep 17 23:27:54.719 INFO kablam! | Sep 17 23:27:54.719 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `QSE` Sep 17 23:27:54.719 INFO kablam! = help: consider adding a `where QSE: std::marker::Send` bound Sep 17 23:27:54.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.719 INFO kablam! Sep 17 23:27:54.719 INFO kablam! error: `QSE` cannot be shared between threads safely Sep 17 23:27:54.719 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.719 INFO kablam! | Sep 17 23:27:54.719 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `QSE` cannot be shared between threads safely Sep 17 23:27:54.719 INFO kablam! | Sep 17 23:27:54.719 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `QSE` Sep 17 23:27:54.719 INFO kablam! = help: consider adding a `where QSE: std::marker::Sync` bound Sep 17 23:27:54.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.719 INFO kablam! Sep 17 23:27:54.719 INFO kablam! error: the trait bound `for<'de> PE: serde::Deserialize<'de>` is not satisfied Sep 17 23:27:54.719 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.719 INFO kablam! | Sep 17 23:27:54.719 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::Deserialize<'de>` is not implemented for `PE` Sep 17 23:27:54.719 INFO kablam! | Sep 17 23:27:54.719 INFO kablam! = help: consider adding a `where for<'de> PE: serde::Deserialize<'de>` bound Sep 17 23:27:54.719 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 17 23:27:54.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.719 INFO kablam! Sep 17 23:27:54.719 INFO kablam! error: the trait bound `PE: router::response::extender::StaticResponseExtender` is not satisfied Sep 17 23:27:54.719 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.719 INFO kablam! | Sep 17 23:27:54.719 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `router::response::extender::StaticResponseExtender` is not implemented for `PE` Sep 17 23:27:54.719 INFO kablam! | Sep 17 23:27:54.727 INFO kablam! = help: consider adding a `where PE: router::response::extender::StaticResponseExtender` bound Sep 17 23:27:54.727 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 17 23:27:54.727 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.727 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.727 INFO kablam! Sep 17 23:27:54.727 INFO kablam! error: the trait bound `PE: state::data::StateData` is not satisfied Sep 17 23:27:54.727 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.727 INFO kablam! | Sep 17 23:27:54.727 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::data::StateData` is not implemented for `PE` Sep 17 23:27:54.727 INFO kablam! | Sep 17 23:27:54.727 INFO kablam! = help: consider adding a `where PE: state::data::StateData` bound Sep 17 23:27:54.727 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 17 23:27:54.727 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.727 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.727 INFO kablam! Sep 17 23:27:54.727 INFO kablam! error: the trait bound `for<'de> QSE: serde::Deserialize<'de>` is not satisfied Sep 17 23:27:54.727 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.727 INFO kablam! | Sep 17 23:27:54.727 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::Deserialize<'de>` is not implemented for `QSE` Sep 17 23:27:54.727 INFO kablam! | Sep 17 23:27:54.727 INFO kablam! = help: consider adding a `where for<'de> QSE: serde::Deserialize<'de>` bound Sep 17 23:27:54.727 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 17 23:27:54.727 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.727 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.727 INFO kablam! Sep 17 23:27:54.727 INFO kablam! error: the trait bound `QSE: router::response::extender::StaticResponseExtender` is not satisfied Sep 17 23:27:54.727 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.727 INFO kablam! | Sep 17 23:27:54.727 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `router::response::extender::StaticResponseExtender` is not implemented for `QSE` Sep 17 23:27:54.727 INFO kablam! | Sep 17 23:27:54.727 INFO kablam! = help: consider adding a `where QSE: router::response::extender::StaticResponseExtender` bound Sep 17 23:27:54.727 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 17 23:27:54.727 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.727 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.728 INFO kablam! Sep 17 23:27:54.728 INFO kablam! error: the trait bound `QSE: state::data::StateData` is not satisfied Sep 17 23:27:54.728 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:54.728 INFO kablam! | Sep 17 23:27:54.728 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:54.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::data::StateData` is not implemented for `QSE` Sep 17 23:27:54.728 INFO kablam! | Sep 17 23:27:54.728 INFO kablam! = help: consider adding a `where QSE: state::data::StateData` bound Sep 17 23:27:54.728 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 17 23:27:54.728 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:54.728 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:54.728 INFO kablam! Sep 17 23:27:54.857 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 23:27:54.857 INFO kablam! --> src/http/header/x_frame_options.rs:7:5 Sep 17 23:27:54.857 INFO kablam! | Sep 17 23:27:54.857 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 17 23:27:54.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 23:27:54.859 INFO kablam! | Sep 17 23:27:54.859 INFO kablam! note: lint level defined here Sep 17 23:27:54.859 INFO kablam! --> src/lib.rs:7:23 Sep 17 23:27:54.859 INFO kablam! | Sep 17 23:27:54.859 INFO kablam! 7 | #![warn(missing_docs, deprecated)] Sep 17 23:27:54.859 INFO kablam! | ^^^^^^^^^^ Sep 17 23:27:54.859 INFO kablam! Sep 17 23:27:54.859 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 23:27:54.859 INFO kablam! --> src/http/header/x_content_type_options.rs:6:5 Sep 17 23:27:54.859 INFO kablam! | Sep 17 23:27:54.859 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 17 23:27:54.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 23:27:54.859 INFO kablam! Sep 17 23:27:54.871 INFO kablam! error: aborting due to 29 previous errors Sep 17 23:27:54.871 INFO kablam! Sep 17 23:27:54.879 INFO kablam! error: Could not compile `gotham`. Sep 17 23:27:54.879 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 23:27:55.079 INFO kablam! error: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 17 23:27:55.079 INFO kablam! --> src/pipeline/single.rs:10:33 Sep 17 23:27:55.079 INFO kablam! | Sep 17 23:27:55.079 INFO kablam! 10 | pub type SinglePipelineSet = PipelineSet<<() as Append>>::Output>; Sep 17 23:27:55.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 17 23:27:55.079 INFO kablam! | Sep 17 23:27:55.079 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 23:27:55.079 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 17 23:27:55.079 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.079 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.079 INFO kablam! Sep 17 23:27:55.079 INFO kablam! error: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 17 23:27:55.079 INFO kablam! --> src/pipeline/single.rs:13:36 Sep 17 23:27:55.079 INFO kablam! | Sep 17 23:27:55.079 INFO kablam! 13 | pub type SinglePipelineHandle = Handle, <() as Append>>::Navigator>; Sep 17 23:27:55.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 17 23:27:55.079 INFO kablam! | Sep 17 23:27:55.079 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 17 23:27:55.079 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.079 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.079 INFO kablam! Sep 17 23:27:55.079 INFO kablam! error: the trait bound `C: middleware::chain::NewMiddlewareChain` is not satisfied Sep 17 23:27:55.079 INFO kablam! --> src/pipeline/single.rs:16:35 Sep 17 23:27:55.079 INFO kablam! | Sep 17 23:27:55.079 INFO kablam! 16 | pub type SinglePipelineChain = (SinglePipelineHandle, ()); Sep 17 23:27:55.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `middleware::chain::NewMiddlewareChain` is not implemented for `C` Sep 17 23:27:55.079 INFO kablam! | Sep 17 23:27:55.079 INFO kablam! = help: consider adding a `where C: middleware::chain::NewMiddlewareChain` bound Sep 17 23:27:55.079 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.079 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.079 INFO kablam! Sep 17 23:27:55.086 INFO kablam! error: the trait bound `C: pipeline::chain::PipelineHandleChain

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

` is not implemented for `C` Sep 17 23:27:55.086 INFO kablam! | Sep 17 23:27:55.086 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

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

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

` is not implemented for `C` Sep 17 23:27:55.087 INFO kablam! | Sep 17 23:27:55.087 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

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

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

` is not implemented for `C` Sep 17 23:27:55.094 INFO kablam! | Sep 17 23:27:55.094 INFO kablam! = help: consider adding a `where C: pipeline::chain::PipelineHandleChain

` bound Sep 17 23:27:55.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.094 INFO kablam! Sep 17 23:27:55.094 INFO kablam! error: `C` cannot be sent between threads safely Sep 17 23:27:55.094 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.094 INFO kablam! | Sep 17 23:27:55.094 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be sent between threads safely Sep 17 23:27:55.094 INFO kablam! | Sep 17 23:27:55.094 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `C` Sep 17 23:27:55.094 INFO kablam! = help: consider adding a `where C: std::marker::Send` bound Sep 17 23:27:55.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.094 INFO kablam! Sep 17 23:27:55.094 INFO kablam! error: `C` cannot be shared between threads safely Sep 17 23:27:55.094 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.094 INFO kablam! | Sep 17 23:27:55.094 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `C` cannot be shared between threads safely Sep 17 23:27:55.094 INFO kablam! | Sep 17 23:27:55.094 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `C` Sep 17 23:27:55.094 INFO kablam! = help: consider adding a `where C: std::marker::Sync` bound Sep 17 23:27:55.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.094 INFO kablam! Sep 17 23:27:55.094 INFO kablam! error: `P` cannot be sent between threads safely Sep 17 23:27:55.094 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.094 INFO kablam! | Sep 17 23:27:55.094 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be sent between threads safely Sep 17 23:27:55.094 INFO kablam! | Sep 17 23:27:55.095 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `P` Sep 17 23:27:55.095 INFO kablam! = help: consider adding a `where P: std::marker::Send` bound Sep 17 23:27:55.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.095 INFO kablam! Sep 17 23:27:55.095 INFO kablam! error: `P` cannot be shared between threads safely Sep 17 23:27:55.095 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.095 INFO kablam! | Sep 17 23:27:55.095 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P` cannot be shared between threads safely Sep 17 23:27:55.095 INFO kablam! | Sep 17 23:27:55.095 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `P` Sep 17 23:27:55.095 INFO kablam! = help: consider adding a `where P: std::marker::Sync` bound Sep 17 23:27:55.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.095 INFO kablam! Sep 17 23:27:55.096 INFO kablam! error: `PE` cannot be sent between threads safely Sep 17 23:27:55.096 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.096 INFO kablam! | Sep 17 23:27:55.096 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PE` cannot be sent between threads safely Sep 17 23:27:55.096 INFO kablam! | Sep 17 23:27:55.096 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `PE` Sep 17 23:27:55.096 INFO kablam! = help: consider adding a `where PE: std::marker::Send` bound Sep 17 23:27:55.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.096 INFO kablam! Sep 17 23:27:55.096 INFO kablam! error: `PE` cannot be shared between threads safely Sep 17 23:27:55.096 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.096 INFO kablam! | Sep 17 23:27:55.096 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PE` cannot be shared between threads safely Sep 17 23:27:55.096 INFO kablam! | Sep 17 23:27:55.096 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `PE` Sep 17 23:27:55.096 INFO kablam! = help: consider adding a `where PE: std::marker::Sync` bound Sep 17 23:27:55.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.096 INFO kablam! Sep 17 23:27:55.096 INFO kablam! error: `QSE` cannot be sent between threads safely Sep 17 23:27:55.096 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.096 INFO kablam! | Sep 17 23:27:55.096 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `QSE` cannot be sent between threads safely Sep 17 23:27:55.096 INFO kablam! | Sep 17 23:27:55.096 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `QSE` Sep 17 23:27:55.096 INFO kablam! = help: consider adding a `where QSE: std::marker::Send` bound Sep 17 23:27:55.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.096 INFO kablam! Sep 17 23:27:55.096 INFO kablam! error: `QSE` cannot be shared between threads safely Sep 17 23:27:55.096 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.096 INFO kablam! | Sep 17 23:27:55.097 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `QSE` cannot be shared between threads safely Sep 17 23:27:55.097 INFO kablam! | Sep 17 23:27:55.097 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `QSE` Sep 17 23:27:55.097 INFO kablam! = help: consider adding a `where QSE: std::marker::Sync` bound Sep 17 23:27:55.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.097 INFO kablam! Sep 17 23:27:55.097 INFO kablam! error: the trait bound `for<'de> PE: serde::Deserialize<'de>` is not satisfied Sep 17 23:27:55.097 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.097 INFO kablam! | Sep 17 23:27:55.097 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::Deserialize<'de>` is not implemented for `PE` Sep 17 23:27:55.097 INFO kablam! | Sep 17 23:27:55.097 INFO kablam! = help: consider adding a `where for<'de> PE: serde::Deserialize<'de>` bound Sep 17 23:27:55.097 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 17 23:27:55.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.097 INFO kablam! Sep 17 23:27:55.097 INFO kablam! error: the trait bound `PE: router::response::extender::StaticResponseExtender` is not satisfied Sep 17 23:27:55.097 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.097 INFO kablam! | Sep 17 23:27:55.097 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `router::response::extender::StaticResponseExtender` is not implemented for `PE` Sep 17 23:27:55.097 INFO kablam! | Sep 17 23:27:55.097 INFO kablam! = help: consider adding a `where PE: router::response::extender::StaticResponseExtender` bound Sep 17 23:27:55.097 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 17 23:27:55.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.097 INFO kablam! Sep 17 23:27:55.098 INFO kablam! error: the trait bound `PE: state::data::StateData` is not satisfied Sep 17 23:27:55.098 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.098 INFO kablam! | Sep 17 23:27:55.098 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::data::StateData` is not implemented for `PE` Sep 17 23:27:55.098 INFO kablam! | Sep 17 23:27:55.098 INFO kablam! = help: consider adding a `where PE: state::data::StateData` bound Sep 17 23:27:55.098 INFO kablam! = note: required because of the requirements on the impl of `extractor::path::PathExtractor` for `PE` Sep 17 23:27:55.098 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.098 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.098 INFO kablam! Sep 17 23:27:55.098 INFO kablam! error: the trait bound `for<'de> QSE: serde::Deserialize<'de>` is not satisfied Sep 17 23:27:55.098 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.098 INFO kablam! | Sep 17 23:27:55.098 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'de> serde::Deserialize<'de>` is not implemented for `QSE` Sep 17 23:27:55.098 INFO kablam! | Sep 17 23:27:55.098 INFO kablam! = help: consider adding a `where for<'de> QSE: serde::Deserialize<'de>` bound Sep 17 23:27:55.098 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 17 23:27:55.098 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.098 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.098 INFO kablam! Sep 17 23:27:55.103 INFO kablam! error: the trait bound `QSE: router::response::extender::StaticResponseExtender` is not satisfied Sep 17 23:27:55.103 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.103 INFO kablam! | Sep 17 23:27:55.103 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `router::response::extender::StaticResponseExtender` is not implemented for `QSE` Sep 17 23:27:55.103 INFO kablam! | Sep 17 23:27:55.103 INFO kablam! = help: consider adding a `where QSE: router::response::extender::StaticResponseExtender` bound Sep 17 23:27:55.103 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 17 23:27:55.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.103 INFO kablam! Sep 17 23:27:55.103 INFO kablam! error: the trait bound `QSE: state::data::StateData` is not satisfied Sep 17 23:27:55.103 INFO kablam! --> src/router/builder/mod.rs:32:5 Sep 17 23:27:55.103 INFO kablam! | Sep 17 23:27:55.103 INFO kablam! 32 | SingleRouteBuilder<'a, MethodOnlyRouteMatcher, C, P, PE, QSE>; Sep 17 23:27:55.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `state::data::StateData` is not implemented for `QSE` Sep 17 23:27:55.103 INFO kablam! | Sep 17 23:27:55.103 INFO kablam! = help: consider adding a `where QSE: state::data::StateData` bound Sep 17 23:27:55.103 INFO kablam! = note: required because of the requirements on the impl of `extractor::query_string::QueryStringExtractor` for `QSE` Sep 17 23:27:55.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 23:27:55.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 23:27:55.103 INFO kablam! Sep 17 23:27:55.301 INFO kablam! error: aborting due to 29 previous errors Sep 17 23:27:55.301 INFO kablam! Sep 17 23:27:55.326 INFO kablam! error: Could not compile `gotham`. Sep 17 23:27:55.326 INFO kablam! Sep 17 23:27:55.326 INFO kablam! To learn more, run the command again with --verbose. Sep 17 23:27:55.328 INFO kablam! su: No module specific data is present Sep 17 23:27:56.522 INFO running `"docker" "rm" "-f" "444ef708a8c64b29cda90bb7ab34b208acb8870ca09678dca30324b94ddda737"` Sep 17 23:27:56.834 INFO blam! 444ef708a8c64b29cda90bb7ab34b208acb8870ca09678dca30324b94ddda737