Sep 06 00:42:03.006 INFO checking rustful-0.9.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:42:03.006 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:42:03.006 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:42:03.151 INFO blam! 0f18fe53a81f624d5bb2e9fb38417c3c46303dd404a0c1832c04cc41d17b83a9 Sep 06 00:42:03.155 INFO running `"docker" "start" "-a" "0f18fe53a81f624d5bb2e9fb38417c3c46303dd404a0c1832c04cc41d17b83a9"` Sep 06 00:42:03.681 INFO kablam! usermod: no changes Sep 06 00:42:03.832 INFO kablam! Compiling rustful v0.9.0 (file:///source) Sep 06 00:42:03.832 INFO kablam! Checking hyper v0.9.18 Sep 06 00:42:03.832 INFO kablam! Checking multipart v0.7.0 Sep 06 00:42:09.910 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 06 00:42:09.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 06 00:42:09.910 INFO kablam! | Sep 06 00:42:09.910 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 06 00:42:09.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:42:09.910 INFO kablam! | Sep 06 00:42:09.910 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 06 00:42:09.910 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 06 00:42:09.910 INFO kablam! = note: for more information, see issue #51443 Sep 06 00:42:09.910 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 06 00:42:09.910 INFO kablam! Sep 06 00:42:09.910 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 06 00:42:09.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 06 00:42:09.910 INFO kablam! | Sep 06 00:42:09.910 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 06 00:42:09.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:42:09.910 INFO kablam! | Sep 06 00:42:09.910 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 06 00:42:09.910 INFO kablam! = note: for more information, see issue #51443 Sep 06 00:42:09.910 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 06 00:42:09.910 INFO kablam! Sep 06 00:42:09.910 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 06 00:42:09.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 06 00:42:09.910 INFO kablam! | Sep 06 00:42:09.910 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 06 00:42:09.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:42:09.910 INFO kablam! | Sep 06 00:42:09.910 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 06 00:42:09.910 INFO kablam! = note: for more information, see issue #51443 Sep 06 00:42:09.911 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 06 00:42:09.911 INFO kablam! Sep 06 00:42:09.989 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 06 00:42:09.989 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 06 00:42:09.989 INFO kablam! | Sep 06 00:42:09.989 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 06 00:42:09.989 INFO kablam! | ^^ Sep 06 00:42:09.989 INFO kablam! | Sep 06 00:42:09.989 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 06 00:42:09.989 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 06 00:42:09.989 INFO kablam! = note: for more information, see issue #42868 Sep 06 00:42:09.989 INFO kablam! Sep 06 00:42:09.989 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 06 00:42:09.989 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 06 00:42:09.989 INFO kablam! | Sep 06 00:42:09.990 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 06 00:42:09.990 INFO kablam! | ^^ Sep 06 00:42:09.990 INFO kablam! | Sep 06 00:42:09.990 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 06 00:42:09.990 INFO kablam! = note: for more information, see issue #42868 Sep 06 00:42:09.990 INFO kablam! Sep 06 00:42:10.610 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:10.610 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 06 00:42:10.610 INFO kablam! | Sep 06 00:42:10.610 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 06 00:42:10.610 INFO kablam! | ----^^^^^^^^ Sep 06 00:42:10.610 INFO kablam! | | Sep 06 00:42:10.610 INFO kablam! | help: remove this `mut` Sep 06 00:42:10.610 INFO kablam! | Sep 06 00:42:10.610 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 00:42:10.610 INFO kablam! Sep 06 00:42:10.612 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:10.612 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 06 00:42:10.612 INFO kablam! | Sep 06 00:42:10.612 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 06 00:42:10.612 INFO kablam! | ----^^^^^^^^ Sep 06 00:42:10.612 INFO kablam! | | Sep 06 00:42:10.612 INFO kablam! | help: remove this `mut` Sep 06 00:42:10.612 INFO kablam! Sep 06 00:42:10.618 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:10.618 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 06 00:42:10.618 INFO kablam! | Sep 06 00:42:10.618 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 06 00:42:10.618 INFO kablam! | ----^^^^^^^^ Sep 06 00:42:10.618 INFO kablam! | | Sep 06 00:42:10.618 INFO kablam! | help: remove this `mut` Sep 06 00:42:10.618 INFO kablam! Sep 06 00:42:10.781 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:10.781 INFO kablam! --> src/response.rs:684:13 Sep 06 00:42:10.781 INFO kablam! | Sep 06 00:42:10.781 INFO kablam! 684 | let mut writer = match self.writer { Sep 06 00:42:10.781 INFO kablam! | ----^^^^^^ Sep 06 00:42:10.781 INFO kablam! | | Sep 06 00:42:10.781 INFO kablam! | help: remove this `mut` Sep 06 00:42:10.790 INFO kablam! Sep 06 00:42:10.795 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:10.795 INFO kablam! --> src/response.rs:762:13 Sep 06 00:42:10.795 INFO kablam! | Sep 06 00:42:10.795 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 06 00:42:10.795 INFO kablam! | ----^^^^^^ Sep 06 00:42:10.795 INFO kablam! | | Sep 06 00:42:10.795 INFO kablam! | help: remove this `mut` Sep 06 00:42:10.802 INFO kablam! Sep 06 00:42:10.805 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:10.805 INFO kablam! --> src/response.rs:865:13 Sep 06 00:42:10.805 INFO kablam! | Sep 06 00:42:10.805 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 06 00:42:10.805 INFO kablam! | ----^^^^^^ Sep 06 00:42:10.805 INFO kablam! | | Sep 06 00:42:10.805 INFO kablam! | help: remove this `mut` Sep 06 00:42:10.805 INFO kablam! Sep 06 00:42:10.806 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:10.806 INFO kablam! --> src/response.rs:870:13 Sep 06 00:42:10.806 INFO kablam! | Sep 06 00:42:10.806 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 06 00:42:10.806 INFO kablam! | ----^^^^^^ Sep 06 00:42:10.806 INFO kablam! | | Sep 06 00:42:10.806 INFO kablam! | help: remove this `mut` Sep 06 00:42:10.806 INFO kablam! Sep 06 00:42:10.807 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:10.807 INFO kablam! --> src/response.rs:875:13 Sep 06 00:42:10.807 INFO kablam! | Sep 06 00:42:10.807 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 06 00:42:10.807 INFO kablam! | ----^^^^^^ Sep 06 00:42:10.807 INFO kablam! | | Sep 06 00:42:10.807 INFO kablam! | help: remove this `mut` Sep 06 00:42:10.807 INFO kablam! Sep 06 00:42:10.911 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 06 00:42:10.911 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 06 00:42:10.911 INFO kablam! | Sep 06 00:42:10.911 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 06 00:42:10.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:42:10.911 INFO kablam! | Sep 06 00:42:10.911 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 06 00:42:10.911 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 06 00:42:10.911 INFO kablam! = note: for more information, see issue #51443 Sep 06 00:42:10.911 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 06 00:42:10.911 INFO kablam! Sep 06 00:42:10.911 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 06 00:42:10.911 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 06 00:42:10.911 INFO kablam! | Sep 06 00:42:10.911 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 06 00:42:10.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:42:10.911 INFO kablam! | Sep 06 00:42:10.911 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 06 00:42:10.911 INFO kablam! = note: for more information, see issue #51443 Sep 06 00:42:10.911 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 06 00:42:10.911 INFO kablam! Sep 06 00:42:10.911 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 06 00:42:10.911 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 06 00:42:10.911 INFO kablam! | Sep 06 00:42:10.911 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 06 00:42:10.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:42:10.911 INFO kablam! | Sep 06 00:42:10.911 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 06 00:42:10.911 INFO kablam! = note: for more information, see issue #51443 Sep 06 00:42:10.911 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 06 00:42:10.911 INFO kablam! Sep 06 00:42:11.047 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 06 00:42:11.047 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 06 00:42:11.047 INFO kablam! | Sep 06 00:42:11.047 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 06 00:42:11.047 INFO kablam! | ^^ Sep 06 00:42:11.047 INFO kablam! | Sep 06 00:42:11.047 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 06 00:42:11.047 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 06 00:42:11.047 INFO kablam! = note: for more information, see issue #42868 Sep 06 00:42:11.047 INFO kablam! Sep 06 00:42:11.048 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 06 00:42:11.048 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 06 00:42:11.048 INFO kablam! | Sep 06 00:42:11.048 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 06 00:42:11.048 INFO kablam! | ^^ Sep 06 00:42:11.048 INFO kablam! | Sep 06 00:42:11.048 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 06 00:42:11.048 INFO kablam! = note: for more information, see issue #42868 Sep 06 00:42:11.048 INFO kablam! Sep 06 00:42:13.562 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:13.562 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 06 00:42:13.562 INFO kablam! | Sep 06 00:42:13.562 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 06 00:42:13.562 INFO kablam! | ----^^^^^^^^ Sep 06 00:42:13.562 INFO kablam! | | Sep 06 00:42:13.562 INFO kablam! | help: remove this `mut` Sep 06 00:42:13.562 INFO kablam! | Sep 06 00:42:13.562 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 00:42:13.562 INFO kablam! Sep 06 00:42:13.562 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:13.562 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 06 00:42:13.562 INFO kablam! | Sep 06 00:42:13.562 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 06 00:42:13.562 INFO kablam! | ----^^^^^^^^ Sep 06 00:42:13.562 INFO kablam! | | Sep 06 00:42:13.562 INFO kablam! | help: remove this `mut` Sep 06 00:42:13.562 INFO kablam! Sep 06 00:42:13.566 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:13.566 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 06 00:42:13.566 INFO kablam! | Sep 06 00:42:13.566 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 06 00:42:13.566 INFO kablam! | ----^^^^^^^^ Sep 06 00:42:13.566 INFO kablam! | | Sep 06 00:42:13.566 INFO kablam! | help: remove this `mut` Sep 06 00:42:13.566 INFO kablam! Sep 06 00:42:14.443 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:14.443 INFO kablam! --> src/response.rs:684:13 Sep 06 00:42:14.443 INFO kablam! | Sep 06 00:42:14.443 INFO kablam! 684 | let mut writer = match self.writer { Sep 06 00:42:14.443 INFO kablam! | ----^^^^^^ Sep 06 00:42:14.443 INFO kablam! | | Sep 06 00:42:14.443 INFO kablam! | help: remove this `mut` Sep 06 00:42:14.443 INFO kablam! Sep 06 00:42:14.447 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:14.447 INFO kablam! --> src/response.rs:762:13 Sep 06 00:42:14.447 INFO kablam! | Sep 06 00:42:14.447 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 06 00:42:14.447 INFO kablam! | ----^^^^^^ Sep 06 00:42:14.447 INFO kablam! | | Sep 06 00:42:14.447 INFO kablam! | help: remove this `mut` Sep 06 00:42:14.447 INFO kablam! Sep 06 00:42:14.450 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:14.450 INFO kablam! --> src/response.rs:865:13 Sep 06 00:42:14.450 INFO kablam! | Sep 06 00:42:14.450 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 06 00:42:14.450 INFO kablam! | ----^^^^^^ Sep 06 00:42:14.450 INFO kablam! | | Sep 06 00:42:14.450 INFO kablam! | help: remove this `mut` Sep 06 00:42:14.450 INFO kablam! Sep 06 00:42:14.450 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:14.450 INFO kablam! --> src/response.rs:870:13 Sep 06 00:42:14.450 INFO kablam! | Sep 06 00:42:14.450 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 06 00:42:14.450 INFO kablam! | ----^^^^^^ Sep 06 00:42:14.450 INFO kablam! | | Sep 06 00:42:14.450 INFO kablam! | help: remove this `mut` Sep 06 00:42:14.450 INFO kablam! Sep 06 00:42:14.450 INFO kablam! warning: variable does not need to be mutable Sep 06 00:42:14.450 INFO kablam! --> src/response.rs:875:13 Sep 06 00:42:14.451 INFO kablam! | Sep 06 00:42:14.451 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 06 00:42:14.451 INFO kablam! | ----^^^^^^ Sep 06 00:42:14.451 INFO kablam! | | Sep 06 00:42:14.451 INFO kablam! | help: remove this `mut` Sep 06 00:42:14.451 INFO kablam! Sep 06 00:42:14.825 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.13s Sep 06 00:42:14.833 INFO kablam! su: No module specific data is present Sep 06 00:42:16.051 INFO running `"docker" "rm" "-f" "0f18fe53a81f624d5bb2e9fb38417c3c46303dd404a0c1832c04cc41d17b83a9"` Sep 06 00:42:16.162 INFO blam! 0f18fe53a81f624d5bb2e9fb38417c3c46303dd404a0c1832c04cc41d17b83a9