Sep 14 09:52:00.991 INFO checking rustful-0.9.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 09:52:00.991 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 09:52:00.992 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:52:01.162 INFO blam! b634c73b46d1eb4aa35107511636c15939e1e474e41e6d5e3456ccf156a610df Sep 14 09:52:01.163 INFO running `"docker" "start" "-a" "b634c73b46d1eb4aa35107511636c15939e1e474e41e6d5e3456ccf156a610df"` Sep 14 09:52:01.730 INFO kablam! usermod: no changes Sep 14 09:52:01.867 INFO kablam! Checking buf_redux v0.1.3 Sep 14 09:52:01.867 INFO kablam! Checking anymap v0.12.1 Sep 14 09:52:01.871 INFO kablam! Compiling rustful v0.9.0 (file:///source) Sep 14 09:52:01.872 INFO kablam! Checking hyper v0.9.18 Sep 14 09:52:02.155 INFO kablam! Checking multipart v0.7.0 Sep 14 09:52:08.591 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:08.591 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 14 09:52:08.591 INFO kablam! | Sep 14 09:52:08.591 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 14 09:52:08.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:08.595 INFO kablam! | Sep 14 09:52:08.595 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 09:52:08.595 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 14 09:52:08.595 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:08.595 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 14 09:52:08.595 INFO kablam! Sep 14 09:52:08.595 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:08.595 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 14 09:52:08.595 INFO kablam! | Sep 14 09:52:08.595 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 14 09:52:08.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:08.595 INFO kablam! | Sep 14 09:52:08.595 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 14 09:52:08.595 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:08.595 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 14 09:52:08.595 INFO kablam! Sep 14 09:52:08.595 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:08.595 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 14 09:52:08.596 INFO kablam! | Sep 14 09:52:08.596 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 14 09:52:08.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:08.596 INFO kablam! | Sep 14 09:52:08.596 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 14 09:52:08.596 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:08.596 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 14 09:52:08.596 INFO kablam! Sep 14 09:52:08.781 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 14 09:52:08.781 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 14 09:52:08.781 INFO kablam! | Sep 14 09:52:08.781 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 14 09:52:08.781 INFO kablam! | ^^ Sep 14 09:52:08.791 INFO kablam! | Sep 14 09:52:08.791 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 14 09:52:08.791 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 14 09:52:08.791 INFO kablam! = note: for more information, see issue #42868 Sep 14 09:52:08.791 INFO kablam! Sep 14 09:52:08.792 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 14 09:52:08.792 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 14 09:52:08.792 INFO kablam! | Sep 14 09:52:08.792 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 14 09:52:08.792 INFO kablam! | ^^ Sep 14 09:52:08.792 INFO kablam! | Sep 14 09:52:08.792 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 14 09:52:08.792 INFO kablam! = note: for more information, see issue #42868 Sep 14 09:52:08.792 INFO kablam! Sep 14 09:52:09.627 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:09.627 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 14 09:52:09.627 INFO kablam! | Sep 14 09:52:09.627 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 14 09:52:09.627 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:09.627 INFO kablam! | | Sep 14 09:52:09.627 INFO kablam! | help: remove this `mut` Sep 14 09:52:09.627 INFO kablam! | Sep 14 09:52:09.627 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:52:09.627 INFO kablam! Sep 14 09:52:09.649 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:09.649 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 14 09:52:09.649 INFO kablam! | Sep 14 09:52:09.649 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 14 09:52:09.649 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:09.649 INFO kablam! | | Sep 14 09:52:09.649 INFO kablam! | help: remove this `mut` Sep 14 09:52:09.649 INFO kablam! Sep 14 09:52:09.655 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:09.655 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 14 09:52:09.655 INFO kablam! | Sep 14 09:52:09.655 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 14 09:52:09.655 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:09.655 INFO kablam! | | Sep 14 09:52:09.655 INFO kablam! | help: remove this `mut` Sep 14 09:52:09.655 INFO kablam! Sep 14 09:52:09.847 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:09.848 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 14 09:52:09.848 INFO kablam! | Sep 14 09:52:09.848 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 14 09:52:09.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:09.848 INFO kablam! | Sep 14 09:52:09.848 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 09:52:09.849 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 14 09:52:09.849 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:09.849 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 14 09:52:09.850 INFO kablam! Sep 14 09:52:09.850 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:09.850 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 14 09:52:09.850 INFO kablam! | Sep 14 09:52:09.850 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 14 09:52:09.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:09.851 INFO kablam! | Sep 14 09:52:09.851 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 14 09:52:09.851 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:09.851 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 14 09:52:09.852 INFO kablam! Sep 14 09:52:09.852 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:09.852 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 14 09:52:09.852 INFO kablam! | Sep 14 09:52:09.852 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 14 09:52:09.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:09.853 INFO kablam! | Sep 14 09:52:09.853 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 14 09:52:09.853 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:09.853 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 14 09:52:09.854 INFO kablam! Sep 14 09:52:09.860 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:09.860 INFO kablam! --> src/response.rs:684:13 Sep 14 09:52:09.860 INFO kablam! | Sep 14 09:52:09.860 INFO kablam! 684 | let mut writer = match self.writer { Sep 14 09:52:09.860 INFO kablam! | ----^^^^^^ Sep 14 09:52:09.860 INFO kablam! | | Sep 14 09:52:09.860 INFO kablam! | help: remove this `mut` Sep 14 09:52:09.860 INFO kablam! Sep 14 09:52:09.869 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:09.869 INFO kablam! --> src/response.rs:762:13 Sep 14 09:52:09.869 INFO kablam! | Sep 14 09:52:09.869 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 14 09:52:09.869 INFO kablam! | ----^^^^^^ Sep 14 09:52:09.869 INFO kablam! | | Sep 14 09:52:09.869 INFO kablam! | help: remove this `mut` Sep 14 09:52:09.869 INFO kablam! Sep 14 09:52:09.872 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:09.872 INFO kablam! --> src/response.rs:865:13 Sep 14 09:52:09.872 INFO kablam! | Sep 14 09:52:09.872 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:09.872 INFO kablam! | ----^^^^^^ Sep 14 09:52:09.872 INFO kablam! | | Sep 14 09:52:09.872 INFO kablam! | help: remove this `mut` Sep 14 09:52:09.872 INFO kablam! Sep 14 09:52:09.872 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:09.872 INFO kablam! --> src/response.rs:870:13 Sep 14 09:52:09.872 INFO kablam! | Sep 14 09:52:09.872 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:09.872 INFO kablam! | ----^^^^^^ Sep 14 09:52:09.872 INFO kablam! | | Sep 14 09:52:09.872 INFO kablam! | help: remove this `mut` Sep 14 09:52:09.887 INFO kablam! Sep 14 09:52:09.887 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:09.887 INFO kablam! --> src/response.rs:875:13 Sep 14 09:52:09.887 INFO kablam! | Sep 14 09:52:09.887 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:09.887 INFO kablam! | ----^^^^^^ Sep 14 09:52:09.887 INFO kablam! | | Sep 14 09:52:09.888 INFO kablam! | help: remove this `mut` Sep 14 09:52:09.888 INFO kablam! Sep 14 09:52:10.026 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 14 09:52:10.026 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 14 09:52:10.026 INFO kablam! | Sep 14 09:52:10.026 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 14 09:52:10.026 INFO kablam! | ^^ Sep 14 09:52:10.026 INFO kablam! | Sep 14 09:52:10.026 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 14 09:52:10.027 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 14 09:52:10.027 INFO kablam! = note: for more information, see issue #42868 Sep 14 09:52:10.027 INFO kablam! Sep 14 09:52:10.032 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 14 09:52:10.032 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 14 09:52:10.032 INFO kablam! | Sep 14 09:52:10.032 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 14 09:52:10.032 INFO kablam! | ^^ Sep 14 09:52:10.032 INFO kablam! | Sep 14 09:52:10.032 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 14 09:52:10.032 INFO kablam! = note: for more information, see issue #42868 Sep 14 09:52:10.032 INFO kablam! Sep 14 09:52:12.911 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.911 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 14 09:52:12.911 INFO kablam! | Sep 14 09:52:12.911 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 14 09:52:12.911 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:12.911 INFO kablam! | | Sep 14 09:52:12.911 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.911 INFO kablam! | Sep 14 09:52:12.911 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:52:12.911 INFO kablam! Sep 14 09:52:12.913 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.913 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 14 09:52:12.913 INFO kablam! | Sep 14 09:52:12.913 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 14 09:52:12.913 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:12.913 INFO kablam! | | Sep 14 09:52:12.913 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.913 INFO kablam! Sep 14 09:52:12.919 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.919 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 14 09:52:12.919 INFO kablam! | Sep 14 09:52:12.919 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 14 09:52:12.919 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:12.919 INFO kablam! | | Sep 14 09:52:12.919 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.919 INFO kablam! Sep 14 09:52:13.966 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:13.966 INFO kablam! --> src/response.rs:684:13 Sep 14 09:52:13.966 INFO kablam! | Sep 14 09:52:13.966 INFO kablam! 684 | let mut writer = match self.writer { Sep 14 09:52:13.966 INFO kablam! | ----^^^^^^ Sep 14 09:52:13.966 INFO kablam! | | Sep 14 09:52:13.966 INFO kablam! | help: remove this `mut` Sep 14 09:52:13.967 INFO kablam! Sep 14 09:52:13.972 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:13.972 INFO kablam! --> src/response.rs:762:13 Sep 14 09:52:13.972 INFO kablam! | Sep 14 09:52:13.972 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 14 09:52:13.972 INFO kablam! | ----^^^^^^ Sep 14 09:52:13.972 INFO kablam! | | Sep 14 09:52:13.972 INFO kablam! | help: remove this `mut` Sep 14 09:52:13.973 INFO kablam! Sep 14 09:52:13.977 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:13.977 INFO kablam! --> src/response.rs:865:13 Sep 14 09:52:13.977 INFO kablam! | Sep 14 09:52:13.977 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:13.977 INFO kablam! | ----^^^^^^ Sep 14 09:52:13.977 INFO kablam! | | Sep 14 09:52:13.977 INFO kablam! | help: remove this `mut` Sep 14 09:52:13.977 INFO kablam! Sep 14 09:52:13.978 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:13.978 INFO kablam! --> src/response.rs:870:13 Sep 14 09:52:13.978 INFO kablam! | Sep 14 09:52:13.978 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:13.978 INFO kablam! | ----^^^^^^ Sep 14 09:52:13.978 INFO kablam! | | Sep 14 09:52:13.978 INFO kablam! | help: remove this `mut` Sep 14 09:52:13.979 INFO kablam! Sep 14 09:52:13.979 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:13.979 INFO kablam! --> src/response.rs:875:13 Sep 14 09:52:13.979 INFO kablam! | Sep 14 09:52:13.979 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:13.979 INFO kablam! | ----^^^^^^ Sep 14 09:52:13.979 INFO kablam! | | Sep 14 09:52:13.980 INFO kablam! | help: remove this `mut` Sep 14 09:52:13.980 INFO kablam! Sep 14 09:52:14.430 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.68s Sep 14 09:52:14.440 INFO kablam! su: No module specific data is present Sep 14 09:52:15.637 INFO running `"docker" "rm" "-f" "b634c73b46d1eb4aa35107511636c15939e1e474e41e6d5e3456ccf156a610df"` Sep 14 09:52:15.873 INFO blam! b634c73b46d1eb4aa35107511636c15939e1e474e41e6d5e3456ccf156a610df