Sep 01 07:56:47.354 INFO checking rustful-0.9.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 07:56:47.354 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 07:56:47.355 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:56:47.518 INFO blam! e2bb60e23ba08554e1e94c6e32b6bb976c723c8afe05e826c99b050dc7bfd27a Sep 01 07:56:47.520 INFO running `"docker" "start" "-a" "e2bb60e23ba08554e1e94c6e32b6bb976c723c8afe05e826c99b050dc7bfd27a"` Sep 01 07:56:48.249 INFO kablam! Compiling rustful v0.9.0 (file:///source) Sep 01 07:56:48.249 INFO kablam! Checking hyper v0.9.18 Sep 01 07:56:48.249 INFO kablam! Checking multipart v0.7.0 Sep 01 07:56:58.872 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 01 07:56:58.872 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 01 07:56:58.872 INFO kablam! | Sep 01 07:56:58.872 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 01 07:56:58.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:56:58.872 INFO kablam! | Sep 01 07:56:58.872 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 07:56:58.872 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 01 07:56:58.872 INFO kablam! = note: for more information, see issue #51443 Sep 01 07:56:58.872 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 01 07:56:58.873 INFO kablam! Sep 01 07:56:58.873 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 01 07:56:58.874 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 01 07:56:58.874 INFO kablam! | Sep 01 07:56:58.874 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 01 07:56:58.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:56:58.874 INFO kablam! | Sep 01 07:56:58.874 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 01 07:56:58.874 INFO kablam! = note: for more information, see issue #51443 Sep 01 07:56:58.874 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 01 07:56:58.874 INFO kablam! Sep 01 07:56:58.874 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 01 07:56:58.874 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 01 07:56:58.874 INFO kablam! | Sep 01 07:56:58.874 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 01 07:56:58.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:56:58.874 INFO kablam! | Sep 01 07:56:58.874 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 01 07:56:58.874 INFO kablam! = note: for more information, see issue #51443 Sep 01 07:56:58.874 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 01 07:56:58.874 INFO kablam! Sep 01 07:56:59.054 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 01 07:56:59.054 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 01 07:56:59.054 INFO kablam! | Sep 01 07:56:59.054 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 01 07:56:59.054 INFO kablam! | ^^ Sep 01 07:56:59.054 INFO kablam! | Sep 01 07:56:59.054 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 01 07:56:59.054 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 01 07:56:59.054 INFO kablam! = note: for more information, see issue #42868 Sep 01 07:56:59.054 INFO kablam! Sep 01 07:56:59.056 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 01 07:56:59.056 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 01 07:56:59.056 INFO kablam! | Sep 01 07:56:59.056 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 01 07:56:59.056 INFO kablam! | ^^ Sep 01 07:56:59.056 INFO kablam! | Sep 01 07:56:59.056 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 01 07:56:59.056 INFO kablam! = note: for more information, see issue #42868 Sep 01 07:56:59.056 INFO kablam! Sep 01 07:56:59.801 INFO kablam! warning: variable does not need to be mutable Sep 01 07:56:59.802 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 01 07:56:59.802 INFO kablam! | Sep 01 07:56:59.802 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 01 07:56:59.802 INFO kablam! | ----^^^^^^^^ Sep 01 07:56:59.802 INFO kablam! | | Sep 01 07:56:59.802 INFO kablam! | help: remove this `mut` Sep 01 07:56:59.802 INFO kablam! | Sep 01 07:56:59.802 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 07:56:59.802 INFO kablam! Sep 01 07:56:59.809 INFO kablam! warning: variable does not need to be mutable Sep 01 07:56:59.809 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 01 07:56:59.809 INFO kablam! | Sep 01 07:56:59.809 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 01 07:56:59.809 INFO kablam! | ----^^^^^^^^ Sep 01 07:56:59.809 INFO kablam! | | Sep 01 07:56:59.809 INFO kablam! | help: remove this `mut` Sep 01 07:56:59.809 INFO kablam! Sep 01 07:56:59.816 INFO kablam! warning: variable does not need to be mutable Sep 01 07:56:59.816 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 01 07:56:59.816 INFO kablam! | Sep 01 07:56:59.816 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 01 07:56:59.816 INFO kablam! | ----^^^^^^^^ Sep 01 07:56:59.816 INFO kablam! | | Sep 01 07:56:59.816 INFO kablam! | help: remove this `mut` Sep 01 07:56:59.816 INFO kablam! Sep 01 07:56:59.969 INFO kablam! warning: variable does not need to be mutable Sep 01 07:56:59.969 INFO kablam! --> src/response.rs:684:13 Sep 01 07:56:59.969 INFO kablam! | Sep 01 07:56:59.969 INFO kablam! 684 | let mut writer = match self.writer { Sep 01 07:56:59.969 INFO kablam! | ----^^^^^^ Sep 01 07:56:59.969 INFO kablam! | | Sep 01 07:56:59.970 INFO kablam! | help: remove this `mut` Sep 01 07:56:59.970 INFO kablam! Sep 01 07:56:59.978 INFO kablam! warning: variable does not need to be mutable Sep 01 07:56:59.978 INFO kablam! --> src/response.rs:762:13 Sep 01 07:56:59.978 INFO kablam! | Sep 01 07:56:59.978 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 01 07:56:59.978 INFO kablam! | ----^^^^^^ Sep 01 07:56:59.978 INFO kablam! | | Sep 01 07:56:59.978 INFO kablam! | help: remove this `mut` Sep 01 07:56:59.978 INFO kablam! Sep 01 07:56:59.984 INFO kablam! warning: variable does not need to be mutable Sep 01 07:56:59.984 INFO kablam! --> src/response.rs:865:13 Sep 01 07:56:59.984 INFO kablam! | Sep 01 07:56:59.984 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 01 07:56:59.984 INFO kablam! | ----^^^^^^ Sep 01 07:56:59.984 INFO kablam! | | Sep 01 07:56:59.984 INFO kablam! | help: remove this `mut` Sep 01 07:56:59.984 INFO kablam! Sep 01 07:56:59.985 INFO kablam! warning: variable does not need to be mutable Sep 01 07:56:59.985 INFO kablam! --> src/response.rs:870:13 Sep 01 07:56:59.985 INFO kablam! | Sep 01 07:56:59.985 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 01 07:56:59.985 INFO kablam! | ----^^^^^^ Sep 01 07:56:59.985 INFO kablam! | | Sep 01 07:56:59.985 INFO kablam! | help: remove this `mut` Sep 01 07:56:59.985 INFO kablam! Sep 01 07:56:59.986 INFO kablam! warning: variable does not need to be mutable Sep 01 07:56:59.986 INFO kablam! --> src/response.rs:875:13 Sep 01 07:56:59.986 INFO kablam! | Sep 01 07:56:59.986 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 01 07:56:59.986 INFO kablam! | ----^^^^^^ Sep 01 07:56:59.986 INFO kablam! | | Sep 01 07:56:59.986 INFO kablam! | help: remove this `mut` Sep 01 07:56:59.986 INFO kablam! Sep 01 07:57:00.045 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 01 07:57:00.045 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 01 07:57:00.045 INFO kablam! | Sep 01 07:57:00.045 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 01 07:57:00.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:57:00.045 INFO kablam! | Sep 01 07:57:00.045 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 07:57:00.045 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 01 07:57:00.045 INFO kablam! = note: for more information, see issue #51443 Sep 01 07:57:00.045 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 01 07:57:00.045 INFO kablam! Sep 01 07:57:00.046 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 01 07:57:00.046 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 01 07:57:00.046 INFO kablam! | Sep 01 07:57:00.046 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 01 07:57:00.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:57:00.046 INFO kablam! | Sep 01 07:57:00.046 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 01 07:57:00.046 INFO kablam! = note: for more information, see issue #51443 Sep 01 07:57:00.046 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 01 07:57:00.046 INFO kablam! Sep 01 07:57:00.046 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 01 07:57:00.046 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 01 07:57:00.046 INFO kablam! | Sep 01 07:57:00.046 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 01 07:57:00.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:57:00.046 INFO kablam! | Sep 01 07:57:00.046 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 01 07:57:00.046 INFO kablam! = note: for more information, see issue #51443 Sep 01 07:57:00.047 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 01 07:57:00.047 INFO kablam! Sep 01 07:57:00.179 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 01 07:57:00.180 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 01 07:57:00.180 INFO kablam! | Sep 01 07:57:00.180 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 01 07:57:00.180 INFO kablam! | ^^ Sep 01 07:57:00.180 INFO kablam! | Sep 01 07:57:00.180 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 01 07:57:00.180 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 01 07:57:00.180 INFO kablam! = note: for more information, see issue #42868 Sep 01 07:57:00.180 INFO kablam! Sep 01 07:57:00.181 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 01 07:57:00.181 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 01 07:57:00.181 INFO kablam! | Sep 01 07:57:00.181 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 01 07:57:00.181 INFO kablam! | ^^ Sep 01 07:57:00.181 INFO kablam! | Sep 01 07:57:00.181 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 01 07:57:00.181 INFO kablam! = note: for more information, see issue #42868 Sep 01 07:57:00.181 INFO kablam! Sep 01 07:57:03.481 INFO kablam! warning: variable does not need to be mutable Sep 01 07:57:03.481 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 01 07:57:03.481 INFO kablam! | Sep 01 07:57:03.481 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 01 07:57:03.481 INFO kablam! | ----^^^^^^^^ Sep 01 07:57:03.481 INFO kablam! | | Sep 01 07:57:03.481 INFO kablam! | help: remove this `mut` Sep 01 07:57:03.481 INFO kablam! | Sep 01 07:57:03.481 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 07:57:03.481 INFO kablam! Sep 01 07:57:03.485 INFO kablam! warning: variable does not need to be mutable Sep 01 07:57:03.485 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 01 07:57:03.485 INFO kablam! | Sep 01 07:57:03.485 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 01 07:57:03.485 INFO kablam! | ----^^^^^^^^ Sep 01 07:57:03.485 INFO kablam! | | Sep 01 07:57:03.485 INFO kablam! | help: remove this `mut` Sep 01 07:57:03.485 INFO kablam! Sep 01 07:57:03.496 INFO kablam! warning: variable does not need to be mutable Sep 01 07:57:03.496 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 01 07:57:03.496 INFO kablam! | Sep 01 07:57:03.496 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 01 07:57:03.497 INFO kablam! | ----^^^^^^^^ Sep 01 07:57:03.497 INFO kablam! | | Sep 01 07:57:03.497 INFO kablam! | help: remove this `mut` Sep 01 07:57:03.497 INFO kablam! Sep 01 07:57:05.242 INFO kablam! warning: variable does not need to be mutable Sep 01 07:57:05.242 INFO kablam! --> src/response.rs:684:13 Sep 01 07:57:05.242 INFO kablam! | Sep 01 07:57:05.242 INFO kablam! 684 | let mut writer = match self.writer { Sep 01 07:57:05.242 INFO kablam! | ----^^^^^^ Sep 01 07:57:05.242 INFO kablam! | | Sep 01 07:57:05.242 INFO kablam! | help: remove this `mut` Sep 01 07:57:05.242 INFO kablam! Sep 01 07:57:05.250 INFO kablam! warning: variable does not need to be mutable Sep 01 07:57:05.250 INFO kablam! --> src/response.rs:762:13 Sep 01 07:57:05.250 INFO kablam! | Sep 01 07:57:05.250 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 01 07:57:05.250 INFO kablam! | ----^^^^^^ Sep 01 07:57:05.250 INFO kablam! | | Sep 01 07:57:05.250 INFO kablam! | help: remove this `mut` Sep 01 07:57:05.250 INFO kablam! Sep 01 07:57:05.255 INFO kablam! warning: variable does not need to be mutable Sep 01 07:57:05.255 INFO kablam! --> src/response.rs:865:13 Sep 01 07:57:05.256 INFO kablam! | Sep 01 07:57:05.256 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 01 07:57:05.256 INFO kablam! | ----^^^^^^ Sep 01 07:57:05.256 INFO kablam! | | Sep 01 07:57:05.256 INFO kablam! | help: remove this `mut` Sep 01 07:57:05.256 INFO kablam! Sep 01 07:57:05.256 INFO kablam! warning: variable does not need to be mutable Sep 01 07:57:05.256 INFO kablam! --> src/response.rs:870:13 Sep 01 07:57:05.256 INFO kablam! | Sep 01 07:57:05.256 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 01 07:57:05.256 INFO kablam! | ----^^^^^^ Sep 01 07:57:05.256 INFO kablam! | | Sep 01 07:57:05.256 INFO kablam! | help: remove this `mut` Sep 01 07:57:05.256 INFO kablam! Sep 01 07:57:05.257 INFO kablam! warning: variable does not need to be mutable Sep 01 07:57:05.257 INFO kablam! --> src/response.rs:875:13 Sep 01 07:57:05.257 INFO kablam! | Sep 01 07:57:05.257 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 01 07:57:05.257 INFO kablam! | ----^^^^^^ Sep 01 07:57:05.257 INFO kablam! | | Sep 01 07:57:05.257 INFO kablam! | help: remove this `mut` Sep 01 07:57:05.257 INFO kablam! Sep 01 07:57:05.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.62s Sep 01 07:57:05.734 INFO kablam! su: No module specific data is present Sep 01 07:57:06.210 INFO running `"docker" "rm" "-f" "e2bb60e23ba08554e1e94c6e32b6bb976c723c8afe05e826c99b050dc7bfd27a"` Sep 01 07:57:06.375 INFO blam! e2bb60e23ba08554e1e94c6e32b6bb976c723c8afe05e826c99b050dc7bfd27a