Sep 21 10:32:44.692 INFO checking ferrum-0.2.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:32:44.692 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:32:44.693 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/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 10:32:44.861 INFO blam! 9886a75965f055acaab1ed1fe5139960da6856545ca7081161e374d383ab0be0 Sep 21 10:32:44.863 INFO running `"docker" "start" "-a" "9886a75965f055acaab1ed1fe5139960da6856545ca7081161e374d383ab0be0"` Sep 21 10:32:45.942 INFO kablam! usermod: no changes Sep 21 10:32:46.061 INFO kablam! Checking ferrum-plugin v0.3.0 Sep 21 10:32:46.411 INFO kablam! Checking ferrum v0.2.1 (/source) Sep 21 10:32:48.505 INFO kablam! warning: `H` cannot be sent between threads safely Sep 21 10:32:48.505 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.505 INFO kablam! | Sep 21 10:32:48.505 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `H` cannot be sent between threads safely Sep 21 10:32:48.505 INFO kablam! | Sep 21 10:32:48.505 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:32:48.505 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `H` Sep 21 10:32:48.505 INFO kablam! = help: consider adding a `where H: std::marker::Send` bound Sep 21 10:32:48.505 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 21 10:32:48.505 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:32:48.505 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:32:48.505 INFO kablam! Sep 21 10:32:48.505 INFO kablam! warning: `H` cannot be shared between threads safely Sep 21 10:32:48.505 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.505 INFO kablam! | Sep 21 10:32:48.505 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `H` cannot be shared between threads safely Sep 21 10:32:48.506 INFO kablam! | Sep 21 10:32:48.506 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `H` Sep 21 10:32:48.506 INFO kablam! = help: consider adding a `where H: std::marker::Sync` bound Sep 21 10:32:48.506 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 21 10:32:48.506 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:32:48.506 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:32:48.506 INFO kablam! Sep 21 10:32:48.506 INFO kablam! warning: expected a `std::ops::Fn<(&mut request::Request,)>` closure, found `H` Sep 21 10:32:48.506 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.506 INFO kablam! | Sep 21 10:32:48.506 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an `Fn<(&mut request::Request,)>` closure, found `H` Sep 21 10:32:48.506 INFO kablam! | Sep 21 10:32:48.506 INFO kablam! = help: the trait `for<'r> std::ops::Fn<(&'r mut request::Request,)>` is not implemented for `H` Sep 21 10:32:48.506 INFO kablam! = help: consider adding a `where for<'r> H: std::ops::Fn<(&'r mut request::Request,)>` bound Sep 21 10:32:48.506 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 21 10:32:48.506 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:32:48.506 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:32:48.506 INFO kablam! Sep 21 10:32:48.506 INFO kablam! error[E0310]: the parameter type `H` may not live long enough Sep 21 10:32:48.506 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.506 INFO kablam! | Sep 21 10:32:48.506 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.506 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:32:48.506 INFO kablam! | | Sep 21 10:32:48.506 INFO kablam! | help: consider adding an explicit lifetime bound `H: 'static`... Sep 21 10:32:48.506 INFO kablam! | Sep 21 10:32:48.506 INFO kablam! note: ...so that the type `H` will meet its required lifetime bounds Sep 21 10:32:48.506 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.506 INFO kablam! | Sep 21 10:32:48.506 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:32:48.506 INFO kablam! Sep 21 10:32:48.518 INFO kablam! error: aborting due to previous error Sep 21 10:32:48.518 INFO kablam! Sep 21 10:32:48.518 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 10:32:48.528 INFO kablam! error: Could not compile `ferrum`. Sep 21 10:32:48.528 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:32:48.595 INFO kablam! warning: `H` cannot be sent between threads safely Sep 21 10:32:48.595 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.595 INFO kablam! | Sep 21 10:32:48.595 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `H` cannot be sent between threads safely Sep 21 10:32:48.595 INFO kablam! | Sep 21 10:32:48.596 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:32:48.596 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `H` Sep 21 10:32:48.596 INFO kablam! = help: consider adding a `where H: std::marker::Send` bound Sep 21 10:32:48.596 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 21 10:32:48.596 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:32:48.596 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:32:48.596 INFO kablam! Sep 21 10:32:48.596 INFO kablam! warning: `H` cannot be shared between threads safely Sep 21 10:32:48.596 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.596 INFO kablam! | Sep 21 10:32:48.596 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `H` cannot be shared between threads safely Sep 21 10:32:48.596 INFO kablam! | Sep 21 10:32:48.596 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `H` Sep 21 10:32:48.596 INFO kablam! = help: consider adding a `where H: std::marker::Sync` bound Sep 21 10:32:48.596 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 21 10:32:48.596 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:32:48.596 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:32:48.596 INFO kablam! Sep 21 10:32:48.596 INFO kablam! warning: expected a `std::ops::Fn<(&mut request::Request,)>` closure, found `H` Sep 21 10:32:48.596 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.596 INFO kablam! | Sep 21 10:32:48.597 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected an `Fn<(&mut request::Request,)>` closure, found `H` Sep 21 10:32:48.597 INFO kablam! | Sep 21 10:32:48.597 INFO kablam! = help: the trait `for<'r> std::ops::Fn<(&'r mut request::Request,)>` is not implemented for `H` Sep 21 10:32:48.597 INFO kablam! = help: consider adding a `where for<'r> H: std::ops::Fn<(&'r mut request::Request,)>` bound Sep 21 10:32:48.597 INFO kablam! = note: required because of the requirements on the impl of `middleware::Handler` for `H` Sep 21 10:32:48.597 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:32:48.598 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:32:48.598 INFO kablam! Sep 21 10:32:48.598 INFO kablam! error[E0310]: the parameter type `H` may not live long enough Sep 21 10:32:48.598 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.598 INFO kablam! | Sep 21 10:32:48.598 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.598 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:32:48.598 INFO kablam! | | Sep 21 10:32:48.598 INFO kablam! | help: consider adding an explicit lifetime bound `H: 'static`... Sep 21 10:32:48.598 INFO kablam! | Sep 21 10:32:48.598 INFO kablam! note: ...so that the type `H` will meet its required lifetime bounds Sep 21 10:32:48.598 INFO kablam! --> src/ferrum.rs:14:22 Sep 21 10:32:48.598 INFO kablam! | Sep 21 10:32:48.598 INFO kablam! 14 | pub type Server = HyperServer, Body>; Sep 21 10:32:48.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:32:48.598 INFO kablam! Sep 21 10:32:48.622 INFO kablam! error: aborting due to previous error Sep 21 10:32:48.622 INFO kablam! Sep 21 10:32:48.622 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 10:32:48.642 INFO kablam! error: Could not compile `ferrum`. Sep 21 10:32:48.642 INFO kablam! Sep 21 10:32:48.642 INFO kablam! To learn more, run the command again with --verbose. Sep 21 10:32:48.642 INFO kablam! su: No module specific data is present Sep 21 10:32:49.458 INFO running `"docker" "rm" "-f" "9886a75965f055acaab1ed1fe5139960da6856545ca7081161e374d383ab0be0"` Sep 21 10:32:49.583 INFO blam! 9886a75965f055acaab1ed1fe5139960da6856545ca7081161e374d383ab0be0