Sep 18 00:49:05.631 INFO checking ferrum-0.2.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:49:05.631 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:49:05.632 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/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 18 00:49:05.804 INFO blam! b12bc30e806d450e53a0310548c1c78f38e914d14fa0a725b77559d508b40693 Sep 18 00:49:05.811 INFO running `"docker" "start" "-a" "b12bc30e806d450e53a0310548c1c78f38e914d14fa0a725b77559d508b40693"` Sep 18 00:49:06.597 INFO kablam! usermod: no changes Sep 18 00:49:06.811 INFO kablam! Checking ferrum-plugin v0.3.0 Sep 18 00:49:07.291 INFO kablam! Checking ferrum v0.2.1 (/source) Sep 18 00:49:10.186 INFO kablam! error: `H` cannot be sent between threads safely Sep 18 00:49:10.187 INFO kablam! --> src/ferrum.rs:14:22 Sep 18 00:49:10.187 INFO kablam! | Sep 18 00:49:10.187 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 18 00:49:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `H` cannot be sent between threads safely Sep 18 00:49:10.187 INFO kablam! | Sep 18 00:49:10.187 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 00:49:10.187 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `H` Sep 18 00:49:10.187 INFO kablam! = help: consider adding a `where H: std::marker::Send` bound Sep 18 00:49:10.187 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 18 00:49:10.187 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:10.187 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:10.187 INFO kablam! Sep 18 00:49:10.187 INFO kablam! error: `H` cannot be shared between threads safely Sep 18 00:49:10.187 INFO kablam! --> src/ferrum.rs:14:22 Sep 18 00:49:10.187 INFO kablam! | Sep 18 00:49:10.187 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 18 00:49:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `H` cannot be shared between threads safely Sep 18 00:49:10.187 INFO kablam! | Sep 18 00:49:10.187 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `H` Sep 18 00:49:10.187 INFO kablam! = help: consider adding a `where H: std::marker::Sync` bound Sep 18 00:49:10.187 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 18 00:49:10.187 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:10.187 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:10.187 INFO kablam! Sep 18 00:49:10.191 INFO kablam! error: expected a `std::ops::Fn<(&mut request::Request,)>` closure, found `H` Sep 18 00:49:10.191 INFO kablam! --> src/ferrum.rs:14:22 Sep 18 00:49:10.191 INFO kablam! | Sep 18 00:49:10.191 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 18 00:49:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an `Fn<(&mut request::Request,)>` closure, found `H` Sep 18 00:49:10.191 INFO kablam! | Sep 18 00:49:10.191 INFO kablam! = help: the trait `for<'r> std::ops::Fn<(&'r mut request::Request,)>` is not implemented for `H` Sep 18 00:49:10.191 INFO kablam! = help: consider adding a `where for<'r> H: std::ops::Fn<(&'r mut request::Request,)>` bound Sep 18 00:49:10.191 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 18 00:49:10.191 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:10.191 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:10.191 INFO kablam! Sep 18 00:49:10.219 INFO kablam! error: aborting due to 3 previous errors Sep 18 00:49:10.219 INFO kablam! Sep 18 00:49:10.227 INFO kablam! error: Could not compile `ferrum`. Sep 18 00:49:10.227 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:49:10.251 INFO kablam! error: `H` cannot be sent between threads safely Sep 18 00:49:10.251 INFO kablam! --> src/ferrum.rs:14:22 Sep 18 00:49:10.251 INFO kablam! | Sep 18 00:49:10.251 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 18 00:49:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `H` cannot be sent between threads safely Sep 18 00:49:10.251 INFO kablam! | Sep 18 00:49:10.251 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 00:49:10.251 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `H` Sep 18 00:49:10.251 INFO kablam! = help: consider adding a `where H: std::marker::Send` bound Sep 18 00:49:10.254 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 18 00:49:10.255 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:10.255 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:10.255 INFO kablam! Sep 18 00:49:10.255 INFO kablam! error: `H` cannot be shared between threads safely Sep 18 00:49:10.255 INFO kablam! --> src/ferrum.rs:14:22 Sep 18 00:49:10.255 INFO kablam! | Sep 18 00:49:10.255 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 18 00:49:10.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `H` cannot be shared between threads safely Sep 18 00:49:10.255 INFO kablam! | Sep 18 00:49:10.255 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `H` Sep 18 00:49:10.255 INFO kablam! = help: consider adding a `where H: std::marker::Sync` bound Sep 18 00:49:10.255 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 18 00:49:10.255 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:10.255 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:10.255 INFO kablam! Sep 18 00:49:10.255 INFO kablam! error: expected a `std::ops::Fn<(&mut request::Request,)>` closure, found `H` Sep 18 00:49:10.255 INFO kablam! --> src/ferrum.rs:14:22 Sep 18 00:49:10.255 INFO kablam! | Sep 18 00:49:10.255 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 18 00:49:10.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an `Fn<(&mut request::Request,)>` closure, found `H` Sep 18 00:49:10.255 INFO kablam! | Sep 18 00:49:10.256 INFO kablam! = help: the trait `for<'r> std::ops::Fn<(&'r mut request::Request,)>` is not implemented for `H` Sep 18 00:49:10.256 INFO kablam! = help: consider adding a `where for<'r> H: std::ops::Fn<(&'r mut request::Request,)>` bound Sep 18 00:49:10.256 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 18 00:49:10.256 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:49:10.256 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:49:10.256 INFO kablam! Sep 18 00:49:10.287 INFO kablam! error: aborting due to 3 previous errors Sep 18 00:49:10.287 INFO kablam! Sep 18 00:49:10.308 INFO kablam! error: Could not compile `ferrum`. Sep 18 00:49:10.308 INFO kablam! Sep 18 00:49:10.308 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:49:10.309 INFO kablam! su: No module specific data is present Sep 18 00:49:11.111 INFO running `"docker" "rm" "-f" "b12bc30e806d450e53a0310548c1c78f38e914d14fa0a725b77559d508b40693"` Sep 18 00:49:11.387 INFO blam! b12bc30e806d450e53a0310548c1c78f38e914d14fa0a725b77559d508b40693