Sep 04 07:47:17.600 INFO checking rustful-0.9.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:47:17.600 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:47:17.600 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-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:17.834 INFO blam! a8623a7acce533a3fe55463bd6784191c1a4cc3503be648a42cd0b45e05c6340 Sep 04 07:47:17.836 INFO running `"docker" "start" "-a" "a8623a7acce533a3fe55463bd6784191c1a4cc3503be648a42cd0b45e05c6340"` Sep 04 07:47:18.722 INFO kablam! Checking buf_redux v0.1.3 Sep 04 07:47:18.725 INFO kablam! Compiling rustful v0.9.0 (file:///source) Sep 04 07:47:18.728 INFO kablam! Checking hyper v0.9.18 Sep 04 07:47:19.442 INFO kablam! Checking multipart v0.7.0 Sep 04 07:47:29.134 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:29.134 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 04 07:47:29.134 INFO kablam! | Sep 04 07:47:29.134 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 04 07:47:29.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:29.134 INFO kablam! | Sep 04 07:47:29.134 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 07:47:29.134 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:29.135 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:29.135 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 04 07:47:29.135 INFO kablam! Sep 04 07:47:29.135 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:29.135 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 04 07:47:29.135 INFO kablam! | Sep 04 07:47:29.135 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 04 07:47:29.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:29.135 INFO kablam! | Sep 04 07:47:29.135 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:29.135 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:29.135 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 04 07:47:29.135 INFO kablam! Sep 04 07:47:29.135 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:29.135 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 04 07:47:29.135 INFO kablam! | Sep 04 07:47:29.135 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 04 07:47:29.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:29.135 INFO kablam! | Sep 04 07:47:29.135 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:29.135 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:29.135 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 04 07:47:29.135 INFO kablam! Sep 04 07:47:29.325 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 07:47:29.325 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 04 07:47:29.325 INFO kablam! | Sep 04 07:47:29.325 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 04 07:47:29.325 INFO kablam! | ^^ Sep 04 07:47:29.325 INFO kablam! | Sep 04 07:47:29.325 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 04 07:47:29.325 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:29.325 INFO kablam! = note: for more information, see issue #42868 Sep 04 07:47:29.325 INFO kablam! Sep 04 07:47:29.326 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 07:47:29.326 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 04 07:47:29.326 INFO kablam! | Sep 04 07:47:29.326 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 04 07:47:29.326 INFO kablam! | ^^ Sep 04 07:47:29.326 INFO kablam! | Sep 04 07:47:29.326 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:29.326 INFO kablam! = note: for more information, see issue #42868 Sep 04 07:47:29.326 INFO kablam! Sep 04 07:47:30.177 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:30.177 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 04 07:47:30.177 INFO kablam! | Sep 04 07:47:30.177 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 07:47:30.177 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:30.177 INFO kablam! | | Sep 04 07:47:30.177 INFO kablam! | help: remove this `mut` Sep 04 07:47:30.177 INFO kablam! | Sep 04 07:47:30.177 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:47:30.177 INFO kablam! Sep 04 07:47:30.180 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:30.180 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 04 07:47:30.180 INFO kablam! | Sep 04 07:47:30.180 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 07:47:30.180 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:30.180 INFO kablam! | | Sep 04 07:47:30.180 INFO kablam! | help: remove this `mut` Sep 04 07:47:30.180 INFO kablam! Sep 04 07:47:30.188 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:30.188 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 04 07:47:30.188 INFO kablam! | Sep 04 07:47:30.188 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 04 07:47:30.188 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:30.188 INFO kablam! | | Sep 04 07:47:30.188 INFO kablam! | help: remove this `mut` Sep 04 07:47:30.188 INFO kablam! Sep 04 07:47:30.327 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:30.327 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 04 07:47:30.327 INFO kablam! | Sep 04 07:47:30.327 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 04 07:47:30.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:30.327 INFO kablam! | Sep 04 07:47:30.327 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 07:47:30.327 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:30.327 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:30.327 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 04 07:47:30.327 INFO kablam! Sep 04 07:47:30.328 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:30.328 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 04 07:47:30.328 INFO kablam! | Sep 04 07:47:30.328 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 04 07:47:30.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:30.328 INFO kablam! | Sep 04 07:47:30.328 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:30.328 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:30.328 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 04 07:47:30.328 INFO kablam! Sep 04 07:47:30.328 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 07:47:30.328 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 04 07:47:30.328 INFO kablam! | Sep 04 07:47:30.328 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 04 07:47:30.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 07:47:30.328 INFO kablam! | Sep 04 07:47:30.328 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:30.328 INFO kablam! = note: for more information, see issue #51443 Sep 04 07:47:30.328 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 04 07:47:30.328 INFO kablam! Sep 04 07:47:30.356 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:30.356 INFO kablam! --> src/response.rs:684:13 Sep 04 07:47:30.356 INFO kablam! | Sep 04 07:47:30.356 INFO kablam! 684 | let mut writer = match self.writer { Sep 04 07:47:30.356 INFO kablam! | ----^^^^^^ Sep 04 07:47:30.356 INFO kablam! | | Sep 04 07:47:30.356 INFO kablam! | help: remove this `mut` Sep 04 07:47:30.356 INFO kablam! Sep 04 07:47:30.364 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:30.364 INFO kablam! --> src/response.rs:762:13 Sep 04 07:47:30.364 INFO kablam! | Sep 04 07:47:30.364 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 04 07:47:30.364 INFO kablam! | ----^^^^^^ Sep 04 07:47:30.364 INFO kablam! | | Sep 04 07:47:30.365 INFO kablam! | help: remove this `mut` Sep 04 07:47:30.365 INFO kablam! Sep 04 07:47:30.370 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:30.370 INFO kablam! --> src/response.rs:865:13 Sep 04 07:47:30.370 INFO kablam! | Sep 04 07:47:30.370 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:30.371 INFO kablam! | ----^^^^^^ Sep 04 07:47:30.371 INFO kablam! | | Sep 04 07:47:30.371 INFO kablam! | help: remove this `mut` Sep 04 07:47:30.371 INFO kablam! Sep 04 07:47:30.371 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:30.371 INFO kablam! --> src/response.rs:870:13 Sep 04 07:47:30.371 INFO kablam! | Sep 04 07:47:30.371 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:30.371 INFO kablam! | ----^^^^^^ Sep 04 07:47:30.371 INFO kablam! | | Sep 04 07:47:30.371 INFO kablam! | help: remove this `mut` Sep 04 07:47:30.371 INFO kablam! Sep 04 07:47:30.372 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:30.372 INFO kablam! --> src/response.rs:875:13 Sep 04 07:47:30.372 INFO kablam! | Sep 04 07:47:30.372 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:30.372 INFO kablam! | ----^^^^^^ Sep 04 07:47:30.372 INFO kablam! | | Sep 04 07:47:30.372 INFO kablam! | help: remove this `mut` Sep 04 07:47:30.372 INFO kablam! Sep 04 07:47:30.500 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 07:47:30.500 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 04 07:47:30.500 INFO kablam! | Sep 04 07:47:30.501 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 04 07:47:30.501 INFO kablam! | ^^ Sep 04 07:47:30.501 INFO kablam! | Sep 04 07:47:30.501 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 04 07:47:30.501 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:30.501 INFO kablam! = note: for more information, see issue #42868 Sep 04 07:47:30.501 INFO kablam! Sep 04 07:47:30.502 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 07:47:30.502 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 04 07:47:30.502 INFO kablam! | Sep 04 07:47:30.502 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 04 07:47:30.502 INFO kablam! | ^^ Sep 04 07:47:30.502 INFO kablam! | Sep 04 07:47:30.502 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:30.502 INFO kablam! = note: for more information, see issue #42868 Sep 04 07:47:30.502 INFO kablam! Sep 04 07:47:34.363 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:34.363 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 04 07:47:34.363 INFO kablam! | Sep 04 07:47:34.363 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 07:47:34.363 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:34.363 INFO kablam! | | Sep 04 07:47:34.363 INFO kablam! | help: remove this `mut` Sep 04 07:47:34.363 INFO kablam! | Sep 04 07:47:34.363 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 07:47:34.363 INFO kablam! Sep 04 07:47:34.368 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:34.368 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 04 07:47:34.368 INFO kablam! | Sep 04 07:47:34.368 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 07:47:34.368 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:34.368 INFO kablam! | | Sep 04 07:47:34.368 INFO kablam! | help: remove this `mut` Sep 04 07:47:34.368 INFO kablam! Sep 04 07:47:34.382 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:34.382 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 04 07:47:34.382 INFO kablam! | Sep 04 07:47:34.382 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 04 07:47:34.382 INFO kablam! | ----^^^^^^^^ Sep 04 07:47:34.382 INFO kablam! | | Sep 04 07:47:34.382 INFO kablam! | help: remove this `mut` Sep 04 07:47:34.382 INFO kablam! Sep 04 07:47:36.169 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:36.169 INFO kablam! --> src/response.rs:684:13 Sep 04 07:47:36.169 INFO kablam! | Sep 04 07:47:36.169 INFO kablam! 684 | let mut writer = match self.writer { Sep 04 07:47:36.169 INFO kablam! | ----^^^^^^ Sep 04 07:47:36.169 INFO kablam! | | Sep 04 07:47:36.169 INFO kablam! | help: remove this `mut` Sep 04 07:47:36.169 INFO kablam! Sep 04 07:47:36.177 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:36.177 INFO kablam! --> src/response.rs:762:13 Sep 04 07:47:36.177 INFO kablam! | Sep 04 07:47:36.177 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 04 07:47:36.177 INFO kablam! | ----^^^^^^ Sep 04 07:47:36.177 INFO kablam! | | Sep 04 07:47:36.177 INFO kablam! | help: remove this `mut` Sep 04 07:47:36.177 INFO kablam! Sep 04 07:47:36.182 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:36.182 INFO kablam! --> src/response.rs:865:13 Sep 04 07:47:36.182 INFO kablam! | Sep 04 07:47:36.182 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:36.182 INFO kablam! | ----^^^^^^ Sep 04 07:47:36.182 INFO kablam! | | Sep 04 07:47:36.182 INFO kablam! | help: remove this `mut` Sep 04 07:47:36.182 INFO kablam! Sep 04 07:47:36.183 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:36.183 INFO kablam! --> src/response.rs:870:13 Sep 04 07:47:36.183 INFO kablam! | Sep 04 07:47:36.183 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:36.183 INFO kablam! | ----^^^^^^ Sep 04 07:47:36.183 INFO kablam! | | Sep 04 07:47:36.183 INFO kablam! | help: remove this `mut` Sep 04 07:47:36.183 INFO kablam! Sep 04 07:47:36.183 INFO kablam! warning: variable does not need to be mutable Sep 04 07:47:36.184 INFO kablam! --> src/response.rs:875:13 Sep 04 07:47:36.184 INFO kablam! | Sep 04 07:47:36.184 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 04 07:47:36.184 INFO kablam! | ----^^^^^^ Sep 04 07:47:36.184 INFO kablam! | | Sep 04 07:47:36.184 INFO kablam! | help: remove this `mut` Sep 04 07:47:36.184 INFO kablam! Sep 04 07:47:36.681 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.13s Sep 04 07:47:36.695 INFO kablam! su: No module specific data is present Sep 04 07:47:37.240 INFO running `"docker" "rm" "-f" "a8623a7acce533a3fe55463bd6784191c1a4cc3503be648a42cd0b45e05c6340"` Sep 04 07:47:37.390 INFO blam! a8623a7acce533a3fe55463bd6784191c1a4cc3503be648a42cd0b45e05c6340