Sep 04 04:37:27.799 INFO checking rustful-0.9.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:37:27.799 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:37:27.799 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.952 INFO blam! c06ebb0c19f4772675dea650bf0358dc14db0d861b559b293e5608b768f59625 Sep 04 04:37:27.954 INFO running `"docker" "start" "-a" "c06ebb0c19f4772675dea650bf0358dc14db0d861b559b293e5608b768f59625"` Sep 04 04:37:28.833 INFO kablam! Checking buf_redux v0.1.3 Sep 04 04:37:28.833 INFO kablam! Checking anymap v0.12.1 Sep 04 04:37:28.842 INFO kablam! Compiling rustful v0.9.0 (file:///source) Sep 04 04:37:29.513 INFO kablam! Checking multipart v0.7.0 Sep 04 04:37:34.583 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:34.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 04 04:37:34.583 INFO kablam! | Sep 04 04:37:34.583 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 04 04:37:34.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:34.583 INFO kablam! | Sep 04 04:37:34.583 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 04:37:34.584 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:34.584 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:34.584 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 04 04:37:34.584 INFO kablam! Sep 04 04:37:34.584 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:34.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 04 04:37:34.584 INFO kablam! | Sep 04 04:37:34.584 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 04 04:37:34.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:34.584 INFO kablam! | Sep 04 04:37:34.584 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:34.584 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:34.584 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 04 04:37:34.584 INFO kablam! Sep 04 04:37:34.584 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:34.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 04 04:37:34.584 INFO kablam! | Sep 04 04:37:34.584 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 04 04:37:34.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:34.584 INFO kablam! | Sep 04 04:37:34.584 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:34.584 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:34.585 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 04 04:37:34.585 INFO kablam! Sep 04 04:37:34.701 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 04:37:34.701 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 04 04:37:34.701 INFO kablam! | Sep 04 04:37:34.701 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 04 04:37:34.701 INFO kablam! | ^^ Sep 04 04:37:34.701 INFO kablam! | Sep 04 04:37:34.701 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 04 04:37:34.701 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:34.702 INFO kablam! = note: for more information, see issue #42868 Sep 04 04:37:34.702 INFO kablam! Sep 04 04:37:34.703 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 04:37:34.703 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 04 04:37:34.703 INFO kablam! | Sep 04 04:37:34.703 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 04 04:37:34.703 INFO kablam! | ^^ Sep 04 04:37:34.703 INFO kablam! | Sep 04 04:37:34.703 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:34.703 INFO kablam! = note: for more information, see issue #42868 Sep 04 04:37:34.703 INFO kablam! Sep 04 04:37:35.358 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:35.358 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 04 04:37:35.358 INFO kablam! | Sep 04 04:37:35.358 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 04:37:35.358 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:35.358 INFO kablam! | | Sep 04 04:37:35.358 INFO kablam! | help: remove this `mut` Sep 04 04:37:35.358 INFO kablam! | Sep 04 04:37:35.358 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:37:35.358 INFO kablam! Sep 04 04:37:35.361 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:35.361 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 04 04:37:35.361 INFO kablam! | Sep 04 04:37:35.362 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 04:37:35.362 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:35.362 INFO kablam! | | Sep 04 04:37:35.362 INFO kablam! | help: remove this `mut` Sep 04 04:37:35.362 INFO kablam! Sep 04 04:37:35.370 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:35.370 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 04 04:37:35.370 INFO kablam! | Sep 04 04:37:35.370 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 04 04:37:35.370 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:35.370 INFO kablam! | | Sep 04 04:37:35.370 INFO kablam! | help: remove this `mut` Sep 04 04:37:35.370 INFO kablam! Sep 04 04:37:35.521 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:35.521 INFO kablam! --> src/response.rs:684:13 Sep 04 04:37:35.521 INFO kablam! | Sep 04 04:37:35.521 INFO kablam! 684 | let mut writer = match self.writer { Sep 04 04:37:35.522 INFO kablam! | ----^^^^^^ Sep 04 04:37:35.522 INFO kablam! | | Sep 04 04:37:35.522 INFO kablam! | help: remove this `mut` Sep 04 04:37:35.522 INFO kablam! Sep 04 04:37:35.527 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:35.528 INFO kablam! --> src/response.rs:762:13 Sep 04 04:37:35.528 INFO kablam! | Sep 04 04:37:35.528 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 04 04:37:35.528 INFO kablam! | ----^^^^^^ Sep 04 04:37:35.528 INFO kablam! | | Sep 04 04:37:35.528 INFO kablam! | help: remove this `mut` Sep 04 04:37:35.528 INFO kablam! Sep 04 04:37:35.532 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:35.532 INFO kablam! --> src/response.rs:865:13 Sep 04 04:37:35.532 INFO kablam! | Sep 04 04:37:35.532 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:35.532 INFO kablam! | ----^^^^^^ Sep 04 04:37:35.532 INFO kablam! | | Sep 04 04:37:35.532 INFO kablam! | help: remove this `mut` Sep 04 04:37:35.532 INFO kablam! Sep 04 04:37:35.533 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:35.533 INFO kablam! --> src/response.rs:870:13 Sep 04 04:37:35.533 INFO kablam! | Sep 04 04:37:35.533 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:35.533 INFO kablam! | ----^^^^^^ Sep 04 04:37:35.533 INFO kablam! | | Sep 04 04:37:35.533 INFO kablam! | help: remove this `mut` Sep 04 04:37:35.533 INFO kablam! Sep 04 04:37:35.534 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:35.534 INFO kablam! --> src/response.rs:875:13 Sep 04 04:37:35.534 INFO kablam! | Sep 04 04:37:35.534 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:35.534 INFO kablam! | ----^^^^^^ Sep 04 04:37:35.534 INFO kablam! | | Sep 04 04:37:35.534 INFO kablam! | help: remove this `mut` Sep 04 04:37:35.534 INFO kablam! Sep 04 04:37:36.033 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:36.033 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 04 04:37:36.033 INFO kablam! | Sep 04 04:37:36.033 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 04 04:37:36.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:36.033 INFO kablam! | Sep 04 04:37:36.033 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 04:37:36.033 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:36.034 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:36.034 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 04 04:37:36.034 INFO kablam! Sep 04 04:37:36.034 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:36.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 04 04:37:36.034 INFO kablam! | Sep 04 04:37:36.034 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 04 04:37:36.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:36.034 INFO kablam! | Sep 04 04:37:36.034 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:36.034 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:36.034 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 04 04:37:36.034 INFO kablam! Sep 04 04:37:36.034 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 04 04:37:36.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 04 04:37:36.034 INFO kablam! | Sep 04 04:37:36.034 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 04 04:37:36.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:37:36.035 INFO kablam! | Sep 04 04:37:36.035 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:36.035 INFO kablam! = note: for more information, see issue #51443 Sep 04 04:37:36.035 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 04 04:37:36.035 INFO kablam! Sep 04 04:37:36.148 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 04:37:36.148 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 04 04:37:36.148 INFO kablam! | Sep 04 04:37:36.148 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 04 04:37:36.148 INFO kablam! | ^^ Sep 04 04:37:36.148 INFO kablam! | Sep 04 04:37:36.148 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 04 04:37:36.148 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:36.149 INFO kablam! = note: for more information, see issue #42868 Sep 04 04:37:36.149 INFO kablam! Sep 04 04:37:36.149 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 04:37:36.149 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 04 04:37:36.150 INFO kablam! | Sep 04 04:37:36.150 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 04 04:37:36.150 INFO kablam! | ^^ Sep 04 04:37:36.150 INFO kablam! | Sep 04 04:37:36.150 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:36.150 INFO kablam! = note: for more information, see issue #42868 Sep 04 04:37:36.150 INFO kablam! Sep 04 04:37:39.755 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.755 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 04 04:37:39.755 INFO kablam! | Sep 04 04:37:39.755 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 04:37:39.755 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:39.755 INFO kablam! | | Sep 04 04:37:39.755 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.755 INFO kablam! | Sep 04 04:37:39.755 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:37:39.755 INFO kablam! Sep 04 04:37:39.761 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.761 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 04 04:37:39.761 INFO kablam! | Sep 04 04:37:39.761 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 04 04:37:39.761 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:39.761 INFO kablam! | | Sep 04 04:37:39.761 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.761 INFO kablam! Sep 04 04:37:39.777 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:39.777 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 04 04:37:39.777 INFO kablam! | Sep 04 04:37:39.777 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 04 04:37:39.777 INFO kablam! | ----^^^^^^^^ Sep 04 04:37:39.777 INFO kablam! | | Sep 04 04:37:39.777 INFO kablam! | help: remove this `mut` Sep 04 04:37:39.777 INFO kablam! Sep 04 04:37:41.894 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:41.894 INFO kablam! --> src/response.rs:684:13 Sep 04 04:37:41.894 INFO kablam! | Sep 04 04:37:41.894 INFO kablam! 684 | let mut writer = match self.writer { Sep 04 04:37:41.894 INFO kablam! | ----^^^^^^ Sep 04 04:37:41.894 INFO kablam! | | Sep 04 04:37:41.894 INFO kablam! | help: remove this `mut` Sep 04 04:37:41.894 INFO kablam! Sep 04 04:37:41.904 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:41.904 INFO kablam! --> src/response.rs:762:13 Sep 04 04:37:41.904 INFO kablam! | Sep 04 04:37:41.904 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 04 04:37:41.904 INFO kablam! | ----^^^^^^ Sep 04 04:37:41.904 INFO kablam! | | Sep 04 04:37:41.904 INFO kablam! | help: remove this `mut` Sep 04 04:37:41.905 INFO kablam! Sep 04 04:37:41.912 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:41.912 INFO kablam! --> src/response.rs:865:13 Sep 04 04:37:41.912 INFO kablam! | Sep 04 04:37:41.912 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:41.912 INFO kablam! | ----^^^^^^ Sep 04 04:37:41.912 INFO kablam! | | Sep 04 04:37:41.912 INFO kablam! | help: remove this `mut` Sep 04 04:37:41.912 INFO kablam! Sep 04 04:37:41.913 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:41.913 INFO kablam! --> src/response.rs:870:13 Sep 04 04:37:41.913 INFO kablam! | Sep 04 04:37:41.913 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:41.913 INFO kablam! | ----^^^^^^ Sep 04 04:37:41.913 INFO kablam! | | Sep 04 04:37:41.913 INFO kablam! | help: remove this `mut` Sep 04 04:37:41.913 INFO kablam! Sep 04 04:37:41.914 INFO kablam! warning: variable does not need to be mutable Sep 04 04:37:41.914 INFO kablam! --> src/response.rs:875:13 Sep 04 04:37:41.914 INFO kablam! | Sep 04 04:37:41.914 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 04 04:37:41.914 INFO kablam! | ----^^^^^^ Sep 04 04:37:41.914 INFO kablam! | | Sep 04 04:37:41.914 INFO kablam! | help: remove this `mut` Sep 04 04:37:41.914 INFO kablam! Sep 04 04:37:42.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.79s Sep 04 04:37:42.468 INFO kablam! su: No module specific data is present Sep 04 04:37:42.956 INFO running `"docker" "rm" "-f" "c06ebb0c19f4772675dea650bf0358dc14db0d861b559b293e5608b768f59625"` Sep 04 04:37:43.122 INFO blam! c06ebb0c19f4772675dea650bf0358dc14db0d861b559b293e5608b768f59625