Sep 14 09:52:02.506 INFO checking rustful-0.9.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 09:52:02.506 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 09:52:02.506 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:02.821 INFO blam! 9dd2c38441067ba361a5ac8c34e49486b751a2e5bc70aace2c04724bcaef7d2a Sep 14 09:52:02.827 INFO running `"docker" "start" "-a" "9dd2c38441067ba361a5ac8c34e49486b751a2e5bc70aace2c04724bcaef7d2a"` Sep 14 09:52:03.629 INFO kablam! usermod: no changes Sep 14 09:52:03.810 INFO kablam! Checking buf_redux v0.1.3 Sep 14 09:52:03.810 INFO kablam! Checking anymap v0.12.1 Sep 14 09:52:03.812 INFO kablam! Compiling rustful v0.9.0 (file:///source) Sep 14 09:52:03.812 INFO kablam! Checking hyper v0.9.18 Sep 14 09:52:04.131 INFO kablam! Checking multipart v0.7.0 Sep 14 09:52:11.287 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:11.287 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 14 09:52:11.287 INFO kablam! | Sep 14 09:52:11.287 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 14 09:52:11.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:11.287 INFO kablam! | Sep 14 09:52:11.287 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 09:52:11.287 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:11.287 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:11.287 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 14 09:52:11.287 INFO kablam! Sep 14 09:52:11.287 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:11.287 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 14 09:52:11.287 INFO kablam! | Sep 14 09:52:11.287 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 14 09:52:11.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:11.287 INFO kablam! | Sep 14 09:52:11.287 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:11.287 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:11.287 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 14 09:52:11.287 INFO kablam! Sep 14 09:52:11.287 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:11.287 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 14 09:52:11.287 INFO kablam! | Sep 14 09:52:11.287 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 14 09:52:11.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:11.287 INFO kablam! | Sep 14 09:52:11.287 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:11.287 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:11.287 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 14 09:52:11.287 INFO kablam! Sep 14 09:52:11.511 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 14 09:52:11.511 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 14 09:52:11.511 INFO kablam! | Sep 14 09:52:11.511 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 14 09:52:11.511 INFO kablam! | ^^ Sep 14 09:52:11.511 INFO kablam! | Sep 14 09:52:11.511 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 14 09:52:11.511 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:11.511 INFO kablam! = note: for more information, see issue #42868 Sep 14 09:52:11.511 INFO kablam! Sep 14 09:52:11.511 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 14 09:52:11.511 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 14 09:52:11.511 INFO kablam! | Sep 14 09:52:11.511 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 14 09:52:11.511 INFO kablam! | ^^ Sep 14 09:52:11.511 INFO kablam! | Sep 14 09:52:11.511 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:11.511 INFO kablam! = note: for more information, see issue #42868 Sep 14 09:52:11.511 INFO kablam! Sep 14 09:52:11.977 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:11.977 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 14 09:52:11.977 INFO kablam! | Sep 14 09:52:11.977 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 14 09:52:11.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:11.978 INFO kablam! | Sep 14 09:52:11.978 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 09:52:11.978 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:11.979 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:11.979 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 14 09:52:11.979 INFO kablam! Sep 14 09:52:11.979 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:11.980 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 14 09:52:11.980 INFO kablam! | Sep 14 09:52:11.980 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 14 09:52:11.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:11.980 INFO kablam! | Sep 14 09:52:11.980 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:11.980 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:11.981 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 14 09:52:11.981 INFO kablam! Sep 14 09:52:11.981 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 14 09:52:11.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 14 09:52:11.982 INFO kablam! | Sep 14 09:52:11.982 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 14 09:52:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:52:11.984 INFO kablam! | Sep 14 09:52:11.984 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:11.984 INFO kablam! = note: for more information, see issue #51443 Sep 14 09:52:11.984 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 14 09:52:11.984 INFO kablam! Sep 14 09:52:12.095 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 14 09:52:12.095 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 14 09:52:12.095 INFO kablam! | Sep 14 09:52:12.095 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 14 09:52:12.095 INFO kablam! | ^^ Sep 14 09:52:12.095 INFO kablam! | Sep 14 09:52:12.095 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 14 09:52:12.095 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:12.095 INFO kablam! = note: for more information, see issue #42868 Sep 14 09:52:12.095 INFO kablam! Sep 14 09:52:12.097 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 14 09:52:12.097 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 14 09:52:12.097 INFO kablam! | Sep 14 09:52:12.097 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 14 09:52:12.097 INFO kablam! | ^^ Sep 14 09:52:12.097 INFO kablam! | Sep 14 09:52:12.097 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:12.097 INFO kablam! = note: for more information, see issue #42868 Sep 14 09:52:12.097 INFO kablam! Sep 14 09:52:12.581 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.581 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 14 09:52:12.581 INFO kablam! | Sep 14 09:52:12.581 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 14 09:52:12.581 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:12.581 INFO kablam! | | Sep 14 09:52:12.581 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.591 INFO kablam! | Sep 14 09:52:12.591 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:52:12.591 INFO kablam! Sep 14 09:52:12.594 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.594 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 14 09:52:12.594 INFO kablam! | Sep 14 09:52:12.594 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 14 09:52:12.594 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:12.594 INFO kablam! | | Sep 14 09:52:12.594 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.595 INFO kablam! Sep 14 09:52:12.601 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.601 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 14 09:52:12.601 INFO kablam! | Sep 14 09:52:12.601 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 14 09:52:12.601 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:12.601 INFO kablam! | | Sep 14 09:52:12.601 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.607 INFO kablam! Sep 14 09:52:12.713 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.713 INFO kablam! --> src/response.rs:684:13 Sep 14 09:52:12.713 INFO kablam! | Sep 14 09:52:12.713 INFO kablam! 684 | let mut writer = match self.writer { Sep 14 09:52:12.713 INFO kablam! | ----^^^^^^ Sep 14 09:52:12.713 INFO kablam! | | Sep 14 09:52:12.713 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.714 INFO kablam! Sep 14 09:52:12.719 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.719 INFO kablam! --> src/response.rs:762:13 Sep 14 09:52:12.719 INFO kablam! | Sep 14 09:52:12.719 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 14 09:52:12.719 INFO kablam! | ----^^^^^^ Sep 14 09:52:12.719 INFO kablam! | | Sep 14 09:52:12.719 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.720 INFO kablam! Sep 14 09:52:12.724 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.724 INFO kablam! --> src/response.rs:865:13 Sep 14 09:52:12.724 INFO kablam! | Sep 14 09:52:12.724 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:12.724 INFO kablam! | ----^^^^^^ Sep 14 09:52:12.724 INFO kablam! | | Sep 14 09:52:12.724 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.724 INFO kablam! Sep 14 09:52:12.725 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.725 INFO kablam! --> src/response.rs:870:13 Sep 14 09:52:12.725 INFO kablam! | Sep 14 09:52:12.725 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:12.725 INFO kablam! | ----^^^^^^ Sep 14 09:52:12.725 INFO kablam! | | Sep 14 09:52:12.725 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.726 INFO kablam! Sep 14 09:52:12.727 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:12.727 INFO kablam! --> src/response.rs:875:13 Sep 14 09:52:12.727 INFO kablam! | Sep 14 09:52:12.727 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:12.727 INFO kablam! | ----^^^^^^ Sep 14 09:52:12.727 INFO kablam! | | Sep 14 09:52:12.727 INFO kablam! | help: remove this `mut` Sep 14 09:52:12.727 INFO kablam! Sep 14 09:52:15.254 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:15.254 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 14 09:52:15.254 INFO kablam! | Sep 14 09:52:15.254 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 14 09:52:15.254 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:15.254 INFO kablam! | | Sep 14 09:52:15.254 INFO kablam! | help: remove this `mut` Sep 14 09:52:15.254 INFO kablam! | Sep 14 09:52:15.254 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:52:15.254 INFO kablam! Sep 14 09:52:15.256 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:15.256 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 14 09:52:15.256 INFO kablam! | Sep 14 09:52:15.256 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 14 09:52:15.256 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:15.256 INFO kablam! | | Sep 14 09:52:15.256 INFO kablam! | help: remove this `mut` Sep 14 09:52:15.256 INFO kablam! Sep 14 09:52:15.262 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:15.262 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 14 09:52:15.262 INFO kablam! | Sep 14 09:52:15.262 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 14 09:52:15.262 INFO kablam! | ----^^^^^^^^ Sep 14 09:52:15.262 INFO kablam! | | Sep 14 09:52:15.262 INFO kablam! | help: remove this `mut` Sep 14 09:52:15.262 INFO kablam! Sep 14 09:52:16.191 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:16.192 INFO kablam! --> src/response.rs:684:13 Sep 14 09:52:16.192 INFO kablam! | Sep 14 09:52:16.192 INFO kablam! 684 | let mut writer = match self.writer { Sep 14 09:52:16.192 INFO kablam! | ----^^^^^^ Sep 14 09:52:16.192 INFO kablam! | | Sep 14 09:52:16.192 INFO kablam! | help: remove this `mut` Sep 14 09:52:16.195 INFO kablam! Sep 14 09:52:16.200 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:16.200 INFO kablam! --> src/response.rs:762:13 Sep 14 09:52:16.200 INFO kablam! | Sep 14 09:52:16.200 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 14 09:52:16.200 INFO kablam! | ----^^^^^^ Sep 14 09:52:16.200 INFO kablam! | | Sep 14 09:52:16.200 INFO kablam! | help: remove this `mut` Sep 14 09:52:16.200 INFO kablam! Sep 14 09:52:16.203 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:16.203 INFO kablam! --> src/response.rs:865:13 Sep 14 09:52:16.203 INFO kablam! | Sep 14 09:52:16.203 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:16.203 INFO kablam! | ----^^^^^^ Sep 14 09:52:16.203 INFO kablam! | | Sep 14 09:52:16.203 INFO kablam! | help: remove this `mut` Sep 14 09:52:16.203 INFO kablam! Sep 14 09:52:16.203 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:16.203 INFO kablam! --> src/response.rs:870:13 Sep 14 09:52:16.203 INFO kablam! | Sep 14 09:52:16.203 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:16.203 INFO kablam! | ----^^^^^^ Sep 14 09:52:16.203 INFO kablam! | | Sep 14 09:52:16.203 INFO kablam! | help: remove this `mut` Sep 14 09:52:16.203 INFO kablam! Sep 14 09:52:16.203 INFO kablam! warning: variable does not need to be mutable Sep 14 09:52:16.203 INFO kablam! --> src/response.rs:875:13 Sep 14 09:52:16.203 INFO kablam! | Sep 14 09:52:16.203 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 14 09:52:16.203 INFO kablam! | ----^^^^^^ Sep 14 09:52:16.203 INFO kablam! | | Sep 14 09:52:16.203 INFO kablam! | help: remove this `mut` Sep 14 09:52:16.203 INFO kablam! Sep 14 09:52:16.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.95s Sep 14 09:52:16.631 INFO kablam! su: No module specific data is present Sep 14 09:52:17.841 INFO running `"docker" "rm" "-f" "9dd2c38441067ba361a5ac8c34e49486b751a2e5bc70aace2c04724bcaef7d2a"` Sep 14 09:52:18.180 INFO blam! 9dd2c38441067ba361a5ac8c34e49486b751a2e5bc70aace2c04724bcaef7d2a