Jul 06 01:21:22.495 INFO testing rustful-0.9.0 against master#860d169474acabdc53b9a698f8ce02eba7e0daeb for nll-3 Jul 06 01:21:22.495 INFO running: cargo +860d169474acabdc53b9a698f8ce02eba7e0daeb check --frozen --all --all-targets Jul 06 01:21:22.495 INFO creating container for: cargo +860d169474acabdc53b9a698f8ce02eba7e0daeb check --frozen --all --all-targets Jul 06 01:21:22.495 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/main/nll-3/master#860d169474acabdc53b9a698f8ce02eba7e0daeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/nll-3/master#860d169474acabdc53b9a698f8ce02eba7e0daeb:/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 +860d169474acabdc53b9a698f8ce02eba7e0daeb check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Jul 06 01:21:22.649 INFO blam! b1728ee713fadb15b8275dce0a686ffe375297991597ea8e44e6c3a46d3cccd3 Jul 06 01:21:22.651 INFO running `"docker" "start" "-a" "b1728ee713fadb15b8275dce0a686ffe375297991597ea8e44e6c3a46d3cccd3"` Jul 06 01:21:23.232 INFO kablam! Compiling rustful v0.9.0 (file:///source) Jul 06 01:21:23.233 INFO kablam! Checking multipart v0.7.0 Jul 06 01:21:31.631 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Jul 06 01:21:31.631 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Jul 06 01:21:31.631 INFO kablam! | Jul 06 01:21:31.631 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Jul 06 01:21:31.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 06 01:21:31.631 INFO kablam! | Jul 06 01:21:31.631 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Jul 06 01:21:31.631 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! Jul 06 01:21:31.632 INFO kablam! = note: for more information, see issue #51443 Jul 06 01:21:31.632 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Jul 06 01:21:31.632 INFO kablam! Jul 06 01:21:31.632 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Jul 06 01:21:31.632 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Jul 06 01:21:31.632 INFO kablam! | Jul 06 01:21:31.632 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Jul 06 01:21:31.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 06 01:21:31.632 INFO kablam! | Jul 06 01:21:31.632 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! Jul 06 01:21:31.632 INFO kablam! = note: for more information, see issue #51443 Jul 06 01:21:31.632 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Jul 06 01:21:31.632 INFO kablam! Jul 06 01:21:31.632 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Jul 06 01:21:31.632 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Jul 06 01:21:31.632 INFO kablam! | Jul 06 01:21:31.632 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Jul 06 01:21:31.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 06 01:21:31.632 INFO kablam! | Jul 06 01:21:31.632 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! Jul 06 01:21:31.632 INFO kablam! = note: for more information, see issue #51443 Jul 06 01:21:31.632 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Jul 06 01:21:31.633 INFO kablam! Jul 06 01:21:31.749 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Jul 06 01:21:31.749 INFO kablam! --> src/router/tree_router.rs:65:49 Jul 06 01:21:31.749 INFO kablam! | Jul 06 01:21:31.749 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Jul 06 01:21:31.749 INFO kablam! | ^^ Jul 06 01:21:31.749 INFO kablam! | Jul 06 01:21:31.749 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Jul 06 01:21:31.749 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! Jul 06 01:21:31.749 INFO kablam! = note: for more information, see issue #42868 Jul 06 01:21:31.749 INFO kablam! Jul 06 01:21:31.750 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Jul 06 01:21:31.750 INFO kablam! --> src/router/tree_router.rs:70:49 Jul 06 01:21:31.750 INFO kablam! | Jul 06 01:21:31.750 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Jul 06 01:21:31.750 INFO kablam! | ^^ Jul 06 01:21:31.750 INFO kablam! | Jul 06 01:21:31.751 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! Jul 06 01:21:31.751 INFO kablam! = note: for more information, see issue #42868 Jul 06 01:21:31.751 INFO kablam! Jul 06 01:21:32.417 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:32.417 INFO kablam! --> src/router/tree_router.rs:265:13 Jul 06 01:21:32.418 INFO kablam! | Jul 06 01:21:32.418 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Jul 06 01:21:32.418 INFO kablam! | ----^^^^^^^^ Jul 06 01:21:32.418 INFO kablam! | | Jul 06 01:21:32.418 INFO kablam! | help: remove this `mut` Jul 06 01:21:32.418 INFO kablam! | Jul 06 01:21:32.418 INFO kablam! = note: #[warn(unused_mut)] on by default Jul 06 01:21:32.418 INFO kablam! Jul 06 01:21:32.421 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:32.421 INFO kablam! --> src/router/tree_router.rs:274:13 Jul 06 01:21:32.421 INFO kablam! | Jul 06 01:21:32.421 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Jul 06 01:21:32.421 INFO kablam! | ----^^^^^^^^ Jul 06 01:21:32.421 INFO kablam! | | Jul 06 01:21:32.421 INFO kablam! | help: remove this `mut` Jul 06 01:21:32.421 INFO kablam! Jul 06 01:21:32.431 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:32.431 INFO kablam! --> src/router/tree_router.rs:287:21 Jul 06 01:21:32.431 INFO kablam! | Jul 06 01:21:32.431 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Jul 06 01:21:32.431 INFO kablam! | ----^^^^^^^^ Jul 06 01:21:32.431 INFO kablam! | | Jul 06 01:21:32.431 INFO kablam! | help: remove this `mut` Jul 06 01:21:32.431 INFO kablam! Jul 06 01:21:32.539 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Jul 06 01:21:32.539 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Jul 06 01:21:32.539 INFO kablam! | Jul 06 01:21:32.539 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Jul 06 01:21:32.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 06 01:21:32.539 INFO kablam! | Jul 06 01:21:32.539 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Jul 06 01:21:32.539 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! Jul 06 01:21:32.539 INFO kablam! = note: for more information, see issue #51443 Jul 06 01:21:32.539 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Jul 06 01:21:32.539 INFO kablam! Jul 06 01:21:32.539 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Jul 06 01:21:32.539 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Jul 06 01:21:32.539 INFO kablam! | Jul 06 01:21:32.539 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Jul 06 01:21:32.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 06 01:21:32.539 INFO kablam! | Jul 06 01:21:32.540 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! Jul 06 01:21:32.540 INFO kablam! = note: for more information, see issue #51443 Jul 06 01:21:32.540 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Jul 06 01:21:32.540 INFO kablam! Jul 06 01:21:32.540 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Jul 06 01:21:32.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Jul 06 01:21:32.540 INFO kablam! | Jul 06 01:21:32.540 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Jul 06 01:21:32.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 06 01:21:32.540 INFO kablam! | Jul 06 01:21:32.540 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! Jul 06 01:21:32.540 INFO kablam! = note: for more information, see issue #51443 Jul 06 01:21:32.540 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Jul 06 01:21:32.540 INFO kablam! Jul 06 01:21:32.599 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:32.599 INFO kablam! --> src/response.rs:684:13 Jul 06 01:21:32.599 INFO kablam! | Jul 06 01:21:32.599 INFO kablam! 684 | let mut writer = match self.writer { Jul 06 01:21:32.599 INFO kablam! | ----^^^^^^ Jul 06 01:21:32.599 INFO kablam! | | Jul 06 01:21:32.599 INFO kablam! | help: remove this `mut` Jul 06 01:21:32.599 INFO kablam! Jul 06 01:21:32.608 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:32.608 INFO kablam! --> src/response.rs:762:13 Jul 06 01:21:32.608 INFO kablam! | Jul 06 01:21:32.608 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Jul 06 01:21:32.608 INFO kablam! | ----^^^^^^ Jul 06 01:21:32.608 INFO kablam! | | Jul 06 01:21:32.609 INFO kablam! | help: remove this `mut` Jul 06 01:21:32.609 INFO kablam! Jul 06 01:21:32.615 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:32.615 INFO kablam! --> src/response.rs:865:13 Jul 06 01:21:32.615 INFO kablam! | Jul 06 01:21:32.615 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Jul 06 01:21:32.615 INFO kablam! | ----^^^^^^ Jul 06 01:21:32.615 INFO kablam! | | Jul 06 01:21:32.615 INFO kablam! | help: remove this `mut` Jul 06 01:21:32.615 INFO kablam! Jul 06 01:21:32.616 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:32.616 INFO kablam! --> src/response.rs:870:13 Jul 06 01:21:32.616 INFO kablam! | Jul 06 01:21:32.616 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Jul 06 01:21:32.616 INFO kablam! | ----^^^^^^ Jul 06 01:21:32.616 INFO kablam! | | Jul 06 01:21:32.616 INFO kablam! | help: remove this `mut` Jul 06 01:21:32.616 INFO kablam! Jul 06 01:21:32.617 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:32.617 INFO kablam! --> src/response.rs:875:13 Jul 06 01:21:32.617 INFO kablam! | Jul 06 01:21:32.617 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Jul 06 01:21:32.617 INFO kablam! | ----^^^^^^ Jul 06 01:21:32.617 INFO kablam! | | Jul 06 01:21:32.617 INFO kablam! | help: remove this `mut` Jul 06 01:21:32.617 INFO kablam! Jul 06 01:21:32.669 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Jul 06 01:21:32.669 INFO kablam! --> src/router/tree_router.rs:65:49 Jul 06 01:21:32.669 INFO kablam! | Jul 06 01:21:32.669 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Jul 06 01:21:32.669 INFO kablam! | ^^ Jul 06 01:21:32.669 INFO kablam! | Jul 06 01:21:32.669 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Jul 06 01:21:32.669 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! Jul 06 01:21:32.669 INFO kablam! = note: for more information, see issue #42868 Jul 06 01:21:32.669 INFO kablam! Jul 06 01:21:32.670 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Jul 06 01:21:32.671 INFO kablam! --> src/router/tree_router.rs:70:49 Jul 06 01:21:32.671 INFO kablam! | Jul 06 01:21:32.671 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Jul 06 01:21:32.671 INFO kablam! | ^^ Jul 06 01:21:32.671 INFO kablam! | Jul 06 01:21:32.671 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! Jul 06 01:21:32.671 INFO kablam! = note: for more information, see issue #42868 Jul 06 01:21:32.671 INFO kablam! Jul 06 01:21:35.700 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:35.700 INFO kablam! --> src/router/tree_router.rs:265:13 Jul 06 01:21:35.700 INFO kablam! | Jul 06 01:21:35.700 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Jul 06 01:21:35.700 INFO kablam! | ----^^^^^^^^ Jul 06 01:21:35.700 INFO kablam! | | Jul 06 01:21:35.700 INFO kablam! | help: remove this `mut` Jul 06 01:21:35.700 INFO kablam! | Jul 06 01:21:35.700 INFO kablam! = note: #[warn(unused_mut)] on by default Jul 06 01:21:35.700 INFO kablam! Jul 06 01:21:35.703 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:35.703 INFO kablam! --> src/router/tree_router.rs:274:13 Jul 06 01:21:35.703 INFO kablam! | Jul 06 01:21:35.703 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Jul 06 01:21:35.703 INFO kablam! | ----^^^^^^^^ Jul 06 01:21:35.703 INFO kablam! | | Jul 06 01:21:35.703 INFO kablam! | help: remove this `mut` Jul 06 01:21:35.703 INFO kablam! Jul 06 01:21:35.712 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:35.712 INFO kablam! --> src/router/tree_router.rs:287:21 Jul 06 01:21:35.712 INFO kablam! | Jul 06 01:21:35.712 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Jul 06 01:21:35.712 INFO kablam! | ----^^^^^^^^ Jul 06 01:21:35.713 INFO kablam! | | Jul 06 01:21:35.713 INFO kablam! | help: remove this `mut` Jul 06 01:21:35.713 INFO kablam! Jul 06 01:21:36.790 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:36.790 INFO kablam! --> src/response.rs:684:13 Jul 06 01:21:36.790 INFO kablam! | Jul 06 01:21:36.790 INFO kablam! 684 | let mut writer = match self.writer { Jul 06 01:21:36.790 INFO kablam! | ----^^^^^^ Jul 06 01:21:36.790 INFO kablam! | | Jul 06 01:21:36.790 INFO kablam! | help: remove this `mut` Jul 06 01:21:36.790 INFO kablam! Jul 06 01:21:36.796 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:36.796 INFO kablam! --> src/response.rs:762:13 Jul 06 01:21:36.796 INFO kablam! | Jul 06 01:21:36.796 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Jul 06 01:21:36.796 INFO kablam! | ----^^^^^^ Jul 06 01:21:36.796 INFO kablam! | | Jul 06 01:21:36.796 INFO kablam! | help: remove this `mut` Jul 06 01:21:36.796 INFO kablam! Jul 06 01:21:36.800 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:36.800 INFO kablam! --> src/response.rs:865:13 Jul 06 01:21:36.800 INFO kablam! | Jul 06 01:21:36.800 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Jul 06 01:21:36.800 INFO kablam! | ----^^^^^^ Jul 06 01:21:36.800 INFO kablam! | | Jul 06 01:21:36.800 INFO kablam! | help: remove this `mut` Jul 06 01:21:36.801 INFO kablam! Jul 06 01:21:36.801 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:36.801 INFO kablam! --> src/response.rs:870:13 Jul 06 01:21:36.801 INFO kablam! | Jul 06 01:21:36.801 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Jul 06 01:21:36.801 INFO kablam! | ----^^^^^^ Jul 06 01:21:36.801 INFO kablam! | | Jul 06 01:21:36.801 INFO kablam! | help: remove this `mut` Jul 06 01:21:36.801 INFO kablam! Jul 06 01:21:36.802 INFO kablam! warning: variable does not need to be mutable Jul 06 01:21:36.802 INFO kablam! --> src/response.rs:875:13 Jul 06 01:21:36.802 INFO kablam! | Jul 06 01:21:36.802 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Jul 06 01:21:36.802 INFO kablam! | ----^^^^^^ Jul 06 01:21:36.802 INFO kablam! | | Jul 06 01:21:36.802 INFO kablam! | help: remove this `mut` Jul 06 01:21:36.802 INFO kablam! Jul 06 01:21:37.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.90s Jul 06 01:21:37.047 INFO kablam! su: No module specific data is present Jul 06 01:21:37.422 INFO running `"docker" "rm" "-f" "b1728ee713fadb15b8275dce0a686ffe375297991597ea8e44e6c3a46d3cccd3"` Jul 06 01:21:37.512 INFO blam! b1728ee713fadb15b8275dce0a686ffe375297991597ea8e44e6c3a46d3cccd3