Sep 04 07:47:15.898 INFO checking rustful-0.9.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 07:47:15.898 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 07:47:15.898 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:47:16.079 INFO blam! e494f5ded039b422c2752fdad5b8b5a52dfe175dcc3e80e05109bf7ad5b4bf72 Sep 04 07:47:16.081 INFO running `"docker" "start" "-a" "e494f5ded039b422c2752fdad5b8b5a52dfe175dcc3e80e05109bf7ad5b4bf72"` Sep 04 07:47:16.832 INFO kablam! Checking anymap v0.12.1 Sep 04 07:47:16.835 INFO kablam! Compiling rustful v0.9.0 (file:///source) Sep 04 07:47:16.836 INFO kablam! Checking hyper v0.9.18 Sep 04 07:47:16.837 INFO kablam! Checking multipart v0.7.0 Sep 04 07:47:27.610 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:27.610 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 04 07:47:27.610 INFO kablam! | Sep 04 07:47:27.611 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 04 07:47:27.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:27.611 INFO kablam! | Sep 04 07:47:27.611 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 07:47:27.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:27.611 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:27.611 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 04 07:47:27.611 INFO kablam! Sep 04 07:47:27.611 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:27.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 04 07:47:27.611 INFO kablam! | Sep 04 07:47:27.611 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 04 07:47:27.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:27.611 INFO kablam! | Sep 04 07:47:27.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:27.612 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:27.612 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 04 07:47:27.612 INFO kablam! Sep 04 07:47:27.612 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:27.612 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 04 07:47:27.612 INFO kablam! | Sep 04 07:47:27.612 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 04 07:47:27.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:27.612 INFO kablam! | Sep 04 07:47:27.612 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:27.612 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:27.612 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 04 07:47:27.612 INFO kablam! Sep 04 07:47:27.797 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 07:47:27.797 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 04 07:47:27.797 INFO kablam! | Sep 04 07:47:27.797 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 04 07:47:27.797 INFO kablam! | ^^ Sep 04 07:47:27.797 INFO kablam! | Sep 04 07:47:27.797 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 04 07:47:27.797 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:27.797 INFO kablam! = note: for more information, see issue #42868 Sep 04 07:47:27.797 INFO kablam! Sep 04 07:47:27.798 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 07:47:27.798 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 04 07:47:27.798 INFO kablam! | Sep 04 07:47:27.798 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 04 07:47:27.798 INFO kablam! | ^^ Sep 04 07:47:27.798 INFO kablam! | Sep 04 07:47:27.798 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:27.798 INFO kablam! = note: for more information, see issue #42868 Sep 04 07:47:27.799 INFO kablam! Sep 04 07:47:28.391 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:28.391 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 04 07:47:28.391 INFO kablam! | Sep 04 07:47:28.391 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 04 07:47:28.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:28.392 INFO kablam! | Sep 04 07:47:28.392 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 07:47:28.392 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:28.392 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:28.392 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 04 07:47:28.392 INFO kablam! Sep 04 07:47:28.392 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:28.392 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 04 07:47:28.392 INFO kablam! | Sep 04 07:47:28.392 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 04 07:47:28.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:28.392 INFO kablam! | Sep 04 07:47:28.392 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:28.392 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:28.392 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 04 07:47:28.392 INFO kablam! Sep 04 07:47:28.392 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:28.392 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 04 07:47:28.392 INFO kablam! | Sep 04 07:47:28.392 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 04 07:47:28.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:28.392 INFO kablam! | Sep 04 07:47:28.392 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:28.392 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:28.393 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 04 07:47:28.393 INFO kablam! Sep 04 07:47:28.562 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 07:47:28.562 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 04 07:47:28.562 INFO kablam! | Sep 04 07:47:28.562 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 04 07:47:28.562 INFO kablam! | ^^ Sep 04 07:47:28.563 INFO kablam! | Sep 04 07:47:28.563 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 04 07:47:28.563 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:28.563 INFO kablam! = note: for more information, see issue #42868 Sep 04 07:47:28.563 INFO kablam! Sep 04 07:47:28.564 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:28.564 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 04 07:47:28.564 INFO kablam! | Sep 04 07:47:28.564 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 07:47:28.564 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:28.564 INFO kablam! | | Sep 04 07:47:28.564 INFO kablam! | help: remove this `mut` Sep 04 07:47:28.564 INFO kablam! | Sep 04 07:47:28.564 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:47:28.564 INFO kablam! Sep 04 07:47:28.564 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 07:47:28.564 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 04 07:47:28.564 INFO kablam! | Sep 04 07:47:28.564 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 04 07:47:28.564 INFO kablam! | ^^ Sep 04 07:47:28.564 INFO kablam! | Sep 04 07:47:28.564 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 07:47:28.565 INFO kablam! = note: for more information, see issue #42868 Sep 04 07:47:28.565 INFO kablam! Sep 04 07:47:28.567 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:28.567 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 04 07:47:28.567 INFO kablam! | Sep 04 07:47:28.567 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 07:47:28.567 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:28.567 INFO kablam! | | Sep 04 07:47:28.567 INFO kablam! | help: remove this `mut` Sep 04 07:47:28.567 INFO kablam! Sep 04 07:47:28.574 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:28.575 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 04 07:47:28.575 INFO kablam! | Sep 04 07:47:28.575 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 04 07:47:28.575 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:28.575 INFO kablam! | | Sep 04 07:47:28.575 INFO kablam! | help: remove this `mut` Sep 04 07:47:28.575 INFO kablam! Sep 04 07:47:28.734 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:28.734 INFO kablam! --> src/response.rs:684:13 Sep 04 07:47:28.734 INFO kablam! | Sep 04 07:47:28.734 INFO kablam! 684 | let mut writer = match self.writer { Sep 04 07:47:28.734 INFO kablam! | ----^^^^^^ Sep 04 07:47:28.734 INFO kablam! | | Sep 04 07:47:28.734 INFO kablam! | help: remove this `mut` Sep 04 07:47:28.734 INFO kablam! Sep 04 07:47:28.740 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:28.740 INFO kablam! --> src/response.rs:762:13 Sep 04 07:47:28.740 INFO kablam! | Sep 04 07:47:28.740 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 04 07:47:28.740 INFO kablam! | ----^^^^^^ Sep 04 07:47:28.740 INFO kablam! | | Sep 04 07:47:28.740 INFO kablam! | help: remove this `mut` Sep 04 07:47:28.740 INFO kablam! Sep 04 07:47:28.744 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:28.744 INFO kablam! --> src/response.rs:865:13 Sep 04 07:47:28.745 INFO kablam! | Sep 04 07:47:28.745 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:28.745 INFO kablam! | ----^^^^^^ Sep 04 07:47:28.745 INFO kablam! | | Sep 04 07:47:28.745 INFO kablam! | help: remove this `mut` Sep 04 07:47:28.745 INFO kablam! Sep 04 07:47:28.745 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:28.745 INFO kablam! --> src/response.rs:870:13 Sep 04 07:47:28.745 INFO kablam! | Sep 04 07:47:28.745 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:28.745 INFO kablam! | ----^^^^^^ Sep 04 07:47:28.745 INFO kablam! | | Sep 04 07:47:28.745 INFO kablam! | help: remove this `mut` Sep 04 07:47:28.745 INFO kablam! Sep 04 07:47:28.746 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:28.746 INFO kablam! --> src/response.rs:875:13 Sep 04 07:47:28.746 INFO kablam! | Sep 04 07:47:28.746 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:28.746 INFO kablam! | ----^^^^^^ Sep 04 07:47:28.746 INFO kablam! | | Sep 04 07:47:28.746 INFO kablam! | help: remove this `mut` Sep 04 07:47:28.746 INFO kablam! Sep 04 07:47:31.629 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:31.629 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 04 07:47:31.629 INFO kablam! | Sep 04 07:47:31.629 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 07:47:31.629 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:31.629 INFO kablam! | | Sep 04 07:47:31.629 INFO kablam! | help: remove this `mut` Sep 04 07:47:31.629 INFO kablam! | Sep 04 07:47:31.629 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:47:31.629 INFO kablam! Sep 04 07:47:31.631 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:31.631 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 04 07:47:31.632 INFO kablam! | Sep 04 07:47:31.632 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 07:47:31.632 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:31.632 INFO kablam! | | Sep 04 07:47:31.632 INFO kablam! | help: remove this `mut` Sep 04 07:47:31.632 INFO kablam! Sep 04 07:47:31.639 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:31.639 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 04 07:47:31.639 INFO kablam! | Sep 04 07:47:31.639 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 04 07:47:31.639 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:31.639 INFO kablam! | | Sep 04 07:47:31.639 INFO kablam! | help: remove this `mut` Sep 04 07:47:31.639 INFO kablam! Sep 04 07:47:33.045 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:33.045 INFO kablam! --> src/response.rs:684:13 Sep 04 07:47:33.045 INFO kablam! | Sep 04 07:47:33.045 INFO kablam! 684 | let mut writer = match self.writer { Sep 04 07:47:33.045 INFO kablam! | ----^^^^^^ Sep 04 07:47:33.045 INFO kablam! | | Sep 04 07:47:33.045 INFO kablam! | help: remove this `mut` Sep 04 07:47:33.045 INFO kablam! Sep 04 07:47:33.054 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:33.054 INFO kablam! --> src/response.rs:762:13 Sep 04 07:47:33.054 INFO kablam! | Sep 04 07:47:33.054 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 04 07:47:33.054 INFO kablam! | ----^^^^^^ Sep 04 07:47:33.054 INFO kablam! | | Sep 04 07:47:33.054 INFO kablam! | help: remove this `mut` Sep 04 07:47:33.054 INFO kablam! Sep 04 07:47:33.059 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:33.059 INFO kablam! --> src/response.rs:865:13 Sep 04 07:47:33.059 INFO kablam! | Sep 04 07:47:33.059 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:33.060 INFO kablam! | ----^^^^^^ Sep 04 07:47:33.060 INFO kablam! | | Sep 04 07:47:33.060 INFO kablam! | help: remove this `mut` Sep 04 07:47:33.060 INFO kablam! Sep 04 07:47:33.060 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:33.060 INFO kablam! --> src/response.rs:870:13 Sep 04 07:47:33.060 INFO kablam! | Sep 04 07:47:33.060 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:33.060 INFO kablam! | ----^^^^^^ Sep 04 07:47:33.060 INFO kablam! | | Sep 04 07:47:33.060 INFO kablam! | help: remove this `mut` Sep 04 07:47:33.060 INFO kablam! Sep 04 07:47:33.061 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:33.061 INFO kablam! --> src/response.rs:875:13 Sep 04 07:47:33.061 INFO kablam! | Sep 04 07:47:33.061 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:33.061 INFO kablam! | ----^^^^^^ Sep 04 07:47:33.061 INFO kablam! | | Sep 04 07:47:33.061 INFO kablam! | help: remove this `mut` Sep 04 07:47:33.061 INFO kablam! Sep 04 07:47:33.566 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.88s Sep 04 07:47:33.581 INFO kablam! su: No module specific data is present Sep 04 07:47:34.135 INFO running `"docker" "rm" "-f" "e494f5ded039b422c2752fdad5b8b5a52dfe175dcc3e80e05109bf7ad5b4bf72"` Sep 04 07:47:34.290 INFO blam! e494f5ded039b422c2752fdad5b8b5a52dfe175dcc3e80e05109bf7ad5b4bf72