Sep 04 04:37:27.053 INFO checking rustful-0.9.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:37:27.053 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:37:27.054 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:37:27.273 INFO blam! aeee570aef49146f03a3f84c415796aac5b05690ebdf5c9e5829e978f0578c3d Sep 04 04:37:27.275 INFO running `"docker" "start" "-a" "aeee570aef49146f03a3f84c415796aac5b05690ebdf5c9e5829e978f0578c3d"` Sep 04 04:37:28.080 INFO kablam! Checking buf_redux v0.1.3 Sep 04 04:37:28.080 INFO kablam! Checking anymap v0.12.1 Sep 04 04:37:28.086 INFO kablam! Compiling rustful v0.9.0 (file:///source) Sep 04 04:37:28.088 INFO kablam! Checking hyper v0.9.18 Sep 04 04:37:28.570 INFO kablam! Checking multipart v0.7.0 Sep 04 04:37:37.194 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:37.194 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 04 04:37:37.194 INFO kablam! | Sep 04 04:37:37.194 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 04 04:37:37.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:37.194 INFO kablam! | Sep 04 04:37:37.194 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 04:37:37.194 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 04:37:37.194 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:37.194 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 04 04:37:37.194 INFO kablam! Sep 04 04:37:37.194 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:37.194 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 04 04:37:37.194 INFO kablam! | Sep 04 04:37:37.195 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 04 04:37:37.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:37.195 INFO kablam! | Sep 04 04:37:37.195 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 04:37:37.195 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:37.195 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 04 04:37:37.195 INFO kablam! Sep 04 04:37:37.195 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:37.195 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 04 04:37:37.195 INFO kablam! | Sep 04 04:37:37.195 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 04 04:37:37.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:37.195 INFO kablam! | Sep 04 04:37:37.195 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 04:37:37.195 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:37.195 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 04 04:37:37.195 INFO kablam! Sep 04 04:37:37.305 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 04:37:37.305 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 04 04:37:37.305 INFO kablam! | Sep 04 04:37:37.305 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 04 04:37:37.305 INFO kablam! | ^^ Sep 04 04:37:37.305 INFO kablam! | Sep 04 04:37:37.305 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 04 04:37:37.305 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 04:37:37.305 INFO kablam! = note: for more information, see issue #42868 Sep 04 04:37:37.305 INFO kablam! Sep 04 04:37:37.306 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 04:37:37.306 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 04 04:37:37.306 INFO kablam! | Sep 04 04:37:37.306 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 04 04:37:37.306 INFO kablam! | ^^ Sep 04 04:37:37.306 INFO kablam! | Sep 04 04:37:37.306 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 04:37:37.306 INFO kablam! = note: for more information, see issue #42868 Sep 04 04:37:37.306 INFO kablam! Sep 04 04:37:38.150 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:38.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 04 04:37:38.150 INFO kablam! | Sep 04 04:37:38.150 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 04 04:37:38.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:38.150 INFO kablam! | Sep 04 04:37:38.150 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 04:37:38.151 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 04:37:38.151 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:38.151 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 04 04:37:38.151 INFO kablam! Sep 04 04:37:38.151 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:38.151 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 04 04:37:38.151 INFO kablam! | Sep 04 04:37:38.151 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 04 04:37:38.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:38.151 INFO kablam! | Sep 04 04:37:38.151 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 04:37:38.152 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:38.152 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 04 04:37:38.152 INFO kablam! Sep 04 04:37:38.152 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:38.152 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 04 04:37:38.152 INFO kablam! | Sep 04 04:37:38.152 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 04 04:37:38.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:38.152 INFO kablam! | Sep 04 04:37:38.152 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 04:37:38.152 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:38.152 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 04 04:37:38.152 INFO kablam! Sep 04 04:37:38.367 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 04:37:38.367 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 04 04:37:38.367 INFO kablam! | Sep 04 04:37:38.367 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 04 04:37:38.367 INFO kablam! | ^^ Sep 04 04:37:38.367 INFO kablam! | Sep 04 04:37:38.367 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 04 04:37:38.367 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 04:37:38.367 INFO kablam! = note: for more information, see issue #42868 Sep 04 04:37:38.367 INFO kablam! Sep 04 04:37:38.368 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 04:37:38.369 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 04 04:37:38.369 INFO kablam! | Sep 04 04:37:38.369 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 04 04:37:38.369 INFO kablam! | ^^ Sep 04 04:37:38.369 INFO kablam! | Sep 04 04:37:38.369 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 04:37:38.369 INFO kablam! = note: for more information, see issue #42868 Sep 04 04:37:38.369 INFO kablam! Sep 04 04:37:39.581 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.581 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 04 04:37:39.581 INFO kablam! | Sep 04 04:37:39.581 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 04:37:39.581 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:39.581 INFO kablam! | | Sep 04 04:37:39.581 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.581 INFO kablam! | Sep 04 04:37:39.581 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:37:39.581 INFO kablam! Sep 04 04:37:39.586 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.586 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 04 04:37:39.586 INFO kablam! | Sep 04 04:37:39.586 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 04:37:39.586 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:39.586 INFO kablam! | | Sep 04 04:37:39.587 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.587 INFO kablam! Sep 04 04:37:39.602 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.602 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 04 04:37:39.602 INFO kablam! | Sep 04 04:37:39.602 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 04 04:37:39.602 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:39.602 INFO kablam! | | Sep 04 04:37:39.602 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.602 INFO kablam! Sep 04 04:37:39.867 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.867 INFO kablam! --> src/response.rs:684:13 Sep 04 04:37:39.867 INFO kablam! | Sep 04 04:37:39.867 INFO kablam! 684 | let mut writer = match self.writer { Sep 04 04:37:39.867 INFO kablam! | ----^^^^^^ Sep 04 04:37:39.867 INFO kablam! | | Sep 04 04:37:39.867 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.867 INFO kablam! Sep 04 04:37:39.876 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.876 INFO kablam! --> src/response.rs:762:13 Sep 04 04:37:39.876 INFO kablam! | Sep 04 04:37:39.876 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 04 04:37:39.877 INFO kablam! | ----^^^^^^ Sep 04 04:37:39.877 INFO kablam! | | Sep 04 04:37:39.877 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.877 INFO kablam! Sep 04 04:37:39.883 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.883 INFO kablam! --> src/response.rs:865:13 Sep 04 04:37:39.883 INFO kablam! | Sep 04 04:37:39.883 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:39.883 INFO kablam! | ----^^^^^^ Sep 04 04:37:39.883 INFO kablam! | | Sep 04 04:37:39.884 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.884 INFO kablam! Sep 04 04:37:39.884 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.884 INFO kablam! --> src/response.rs:870:13 Sep 04 04:37:39.884 INFO kablam! | Sep 04 04:37:39.884 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:39.884 INFO kablam! | ----^^^^^^ Sep 04 04:37:39.884 INFO kablam! | | Sep 04 04:37:39.885 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.885 INFO kablam! Sep 04 04:37:39.885 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.885 INFO kablam! --> src/response.rs:875:13 Sep 04 04:37:39.885 INFO kablam! | Sep 04 04:37:39.885 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:39.885 INFO kablam! | ----^^^^^^ Sep 04 04:37:39.885 INFO kablam! | | Sep 04 04:37:39.886 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.886 INFO kablam! Sep 04 04:37:42.213 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:42.213 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 04 04:37:42.213 INFO kablam! | Sep 04 04:37:42.213 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 04:37:42.213 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:42.213 INFO kablam! | | Sep 04 04:37:42.213 INFO kablam! | help: remove this `mut` Sep 04 04:37:42.213 INFO kablam! | Sep 04 04:37:42.213 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:37:42.213 INFO kablam! Sep 04 04:37:42.218 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:42.218 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 04 04:37:42.218 INFO kablam! | Sep 04 04:37:42.219 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 04:37:42.219 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:42.219 INFO kablam! | | Sep 04 04:37:42.219 INFO kablam! | help: remove this `mut` Sep 04 04:37:42.219 INFO kablam! Sep 04 04:37:42.233 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:42.233 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 04 04:37:42.233 INFO kablam! | Sep 04 04:37:42.233 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 04 04:37:42.233 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:42.233 INFO kablam! | | Sep 04 04:37:42.233 INFO kablam! | help: remove this `mut` Sep 04 04:37:42.233 INFO kablam! Sep 04 04:37:44.095 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:44.095 INFO kablam! --> src/response.rs:684:13 Sep 04 04:37:44.095 INFO kablam! | Sep 04 04:37:44.095 INFO kablam! 684 | let mut writer = match self.writer { Sep 04 04:37:44.095 INFO kablam! | ----^^^^^^ Sep 04 04:37:44.095 INFO kablam! | | Sep 04 04:37:44.095 INFO kablam! | help: remove this `mut` Sep 04 04:37:44.095 INFO kablam! Sep 04 04:37:44.105 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:44.105 INFO kablam! --> src/response.rs:762:13 Sep 04 04:37:44.105 INFO kablam! | Sep 04 04:37:44.105 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 04 04:37:44.105 INFO kablam! | ----^^^^^^ Sep 04 04:37:44.105 INFO kablam! | | Sep 04 04:37:44.105 INFO kablam! | help: remove this `mut` Sep 04 04:37:44.105 INFO kablam! Sep 04 04:37:44.112 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:44.112 INFO kablam! --> src/response.rs:865:13 Sep 04 04:37:44.112 INFO kablam! | Sep 04 04:37:44.112 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:44.112 INFO kablam! | ----^^^^^^ Sep 04 04:37:44.112 INFO kablam! | | Sep 04 04:37:44.112 INFO kablam! | help: remove this `mut` Sep 04 04:37:44.112 INFO kablam! Sep 04 04:37:44.113 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:44.113 INFO kablam! --> src/response.rs:870:13 Sep 04 04:37:44.113 INFO kablam! | Sep 04 04:37:44.113 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:44.113 INFO kablam! | ----^^^^^^ Sep 04 04:37:44.113 INFO kablam! | | Sep 04 04:37:44.113 INFO kablam! | help: remove this `mut` Sep 04 04:37:44.113 INFO kablam! Sep 04 04:37:44.114 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:44.114 INFO kablam! --> src/response.rs:875:13 Sep 04 04:37:44.114 INFO kablam! | Sep 04 04:37:44.114 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:44.114 INFO kablam! | ----^^^^^^ Sep 04 04:37:44.114 INFO kablam! | | Sep 04 04:37:44.114 INFO kablam! | help: remove this `mut` Sep 04 04:37:44.114 INFO kablam! Sep 04 04:37:44.717 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.79s Sep 04 04:37:44.730 INFO kablam! su: No module specific data is present Sep 04 04:37:45.289 INFO running `"docker" "rm" "-f" "aeee570aef49146f03a3f84c415796aac5b05690ebdf5c9e5829e978f0578c3d"` Sep 04 04:37:45.448 INFO blam! aeee570aef49146f03a3f84c415796aac5b05690ebdf5c9e5829e978f0578c3d