Sep 21 03:50:49.724 INFO checking rustful-0.9.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 03:50:49.724 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 03:50:49.724 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:50:49.967 INFO blam! 0f1b2e4bd63befe36467d7e99cbaf83dcef080fbadc03435cf742d6775c82d12 Sep 21 03:50:49.969 INFO running `"docker" "start" "-a" "0f1b2e4bd63befe36467d7e99cbaf83dcef080fbadc03435cf742d6775c82d12"` Sep 21 03:50:50.721 INFO kablam! usermod: no changes Sep 21 03:50:50.906 INFO kablam! Checking buf_redux v0.1.3 Sep 21 03:50:50.906 INFO kablam! Checking anymap v0.12.1 Sep 21 03:50:50.909 INFO kablam! Compiling rustful v0.9.0 (/source) Sep 21 03:50:51.285 INFO kablam! Checking multipart v0.7.0 Sep 21 03:50:56.574 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 21 03:50:56.574 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 21 03:50:56.574 INFO kablam! | Sep 21 03:50:56.574 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 21 03:50:56.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:50:56.575 INFO kablam! | Sep 21 03:50:56.575 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 03:50:56.575 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 21 03:50:56.576 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:50:56.576 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 21 03:50:56.576 INFO kablam! Sep 21 03:50:56.576 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 21 03:50:56.576 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 21 03:50:56.576 INFO kablam! | Sep 21 03:50:56.576 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 21 03:50:56.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:50:56.576 INFO kablam! | Sep 21 03:50:56.577 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 21 03:50:56.577 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:50:56.577 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 21 03:50:56.577 INFO kablam! Sep 21 03:50:56.577 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 21 03:50:56.577 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 21 03:50:56.577 INFO kablam! | Sep 21 03:50:56.577 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 21 03:50:56.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:50:56.577 INFO kablam! | Sep 21 03:50:56.577 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 21 03:50:56.578 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:50:56.578 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 21 03:50:56.578 INFO kablam! Sep 21 03:50:56.766 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 21 03:50:56.766 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 21 03:50:56.766 INFO kablam! | Sep 21 03:50:56.766 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 21 03:50:56.766 INFO kablam! | ^^ Sep 21 03:50:56.766 INFO kablam! | Sep 21 03:50:56.766 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 21 03:50:56.766 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 21 03:50:56.766 INFO kablam! = note: for more information, see issue #42868 Sep 21 03:50:56.766 INFO kablam! Sep 21 03:50:56.767 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 21 03:50:56.767 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 21 03:50:56.767 INFO kablam! | Sep 21 03:50:56.767 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 21 03:50:56.767 INFO kablam! | ^^ Sep 21 03:50:56.767 INFO kablam! | Sep 21 03:50:56.767 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 21 03:50:56.767 INFO kablam! = note: for more information, see issue #42868 Sep 21 03:50:56.767 INFO kablam! Sep 21 03:50:57.498 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 21 03:50:57.498 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:15:5 Sep 21 03:50:57.498 INFO kablam! | Sep 21 03:50:57.498 INFO kablam! 15 | fn clone_to_any_send(&self) -> Box where Self: Send; Sep 21 03:50:57.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:50:57.498 INFO kablam! | Sep 21 03:50:57.498 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 03:50:57.498 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 21 03:50:57.498 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:50:57.498 INFO kablam! = note: method `clone_to_any_send` references the `Self` type in where clauses Sep 21 03:50:57.498 INFO kablam! Sep 21 03:50:57.498 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 21 03:50:57.498 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:18:5 Sep 21 03:50:57.498 INFO kablam! | Sep 21 03:50:57.498 INFO kablam! 18 | fn clone_to_any_sync(&self) -> Box where Self: Sync; Sep 21 03:50:57.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:50:57.498 INFO kablam! | Sep 21 03:50:57.498 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 21 03:50:57.498 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:50:57.498 INFO kablam! = note: method `clone_to_any_sync` references the `Self` type in where clauses Sep 21 03:50:57.498 INFO kablam! Sep 21 03:50:57.498 INFO kablam! warning: the trait `anymap::any::CloneToAny` cannot be made into an object Sep 21 03:50:57.498 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/anymap-0.12.1/src/any.rs:21:5 Sep 21 03:50:57.498 INFO kablam! | Sep 21 03:50:57.498 INFO kablam! 21 | fn clone_to_any_send_sync(&self) -> Box where Self: Send + Sync; Sep 21 03:50:57.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 03:50:57.499 INFO kablam! | Sep 21 03:50:57.499 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 21 03:50:57.499 INFO kablam! = note: for more information, see issue #51443 Sep 21 03:50:57.499 INFO kablam! = note: method `clone_to_any_send_sync` references the `Self` type in where clauses Sep 21 03:50:57.499 INFO kablam! Sep 21 03:50:57.534 INFO kablam! warning: variable does not need to be mutable Sep 21 03:50:57.534 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 21 03:50:57.534 INFO kablam! | Sep 21 03:50:57.534 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 21 03:50:57.534 INFO kablam! | ----^^^^^^^^ Sep 21 03:50:57.534 INFO kablam! | | Sep 21 03:50:57.534 INFO kablam! | help: remove this `mut` Sep 21 03:50:57.534 INFO kablam! | Sep 21 03:50:57.534 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 03:50:57.534 INFO kablam! Sep 21 03:50:57.541 INFO kablam! warning: variable does not need to be mutable Sep 21 03:50:57.541 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 21 03:50:57.541 INFO kablam! | Sep 21 03:50:57.541 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 21 03:50:57.541 INFO kablam! | ----^^^^^^^^ Sep 21 03:50:57.541 INFO kablam! | | Sep 21 03:50:57.541 INFO kablam! | help: remove this `mut` Sep 21 03:50:57.541 INFO kablam! Sep 21 03:50:57.554 INFO kablam! warning: variable does not need to be mutable Sep 21 03:50:57.554 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 21 03:50:57.554 INFO kablam! | Sep 21 03:50:57.554 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 21 03:50:57.554 INFO kablam! | ----^^^^^^^^ Sep 21 03:50:57.554 INFO kablam! | | Sep 21 03:50:57.554 INFO kablam! | help: remove this `mut` Sep 21 03:50:57.554 INFO kablam! Sep 21 03:50:57.570 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 21 03:50:57.570 INFO kablam! --> src/router/tree_router.rs:65:49 Sep 21 03:50:57.570 INFO kablam! | Sep 21 03:50:57.570 INFO kablam! 65 | &mut **self.wildcard_route.as_mut::<'a>().unwrap() Sep 21 03:50:57.570 INFO kablam! | ^^ Sep 21 03:50:57.570 INFO kablam! | Sep 21 03:50:57.570 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 21 03:50:57.570 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 21 03:50:57.570 INFO kablam! = note: for more information, see issue #42868 Sep 21 03:50:57.570 INFO kablam! Sep 21 03:50:57.570 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 21 03:50:57.570 INFO kablam! --> src/router/tree_router.rs:70:49 Sep 21 03:50:57.570 INFO kablam! | Sep 21 03:50:57.570 INFO kablam! 70 | &mut **self.variable_route.as_mut::<'a>().unwrap() Sep 21 03:50:57.570 INFO kablam! | ^^ Sep 21 03:50:57.570 INFO kablam! | Sep 21 03:50:57.570 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 21 03:50:57.570 INFO kablam! = note: for more information, see issue #42868 Sep 21 03:50:57.570 INFO kablam! Sep 21 03:50:57.666 INFO kablam! warning: variable does not need to be mutable Sep 21 03:50:57.666 INFO kablam! --> src/response.rs:684:13 Sep 21 03:50:57.666 INFO kablam! | Sep 21 03:50:57.666 INFO kablam! 684 | let mut writer = match self.writer { Sep 21 03:50:57.666 INFO kablam! | ----^^^^^^ Sep 21 03:50:57.666 INFO kablam! | | Sep 21 03:50:57.666 INFO kablam! | help: remove this `mut` Sep 21 03:50:57.666 INFO kablam! Sep 21 03:50:57.670 INFO kablam! warning: variable does not need to be mutable Sep 21 03:50:57.670 INFO kablam! --> src/response.rs:762:13 Sep 21 03:50:57.670 INFO kablam! | Sep 21 03:50:57.670 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 21 03:50:57.670 INFO kablam! | ----^^^^^^ Sep 21 03:50:57.670 INFO kablam! | | Sep 21 03:50:57.670 INFO kablam! | help: remove this `mut` Sep 21 03:50:57.670 INFO kablam! Sep 21 03:50:57.670 INFO kablam! warning: variable does not need to be mutable Sep 21 03:50:57.670 INFO kablam! --> src/response.rs:865:13 Sep 21 03:50:57.670 INFO kablam! | Sep 21 03:50:57.670 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 21 03:50:57.670 INFO kablam! | ----^^^^^^ Sep 21 03:50:57.670 INFO kablam! | | Sep 21 03:50:57.670 INFO kablam! | help: remove this `mut` Sep 21 03:50:57.670 INFO kablam! Sep 21 03:50:57.674 INFO kablam! warning: variable does not need to be mutable Sep 21 03:50:57.674 INFO kablam! --> src/response.rs:870:13 Sep 21 03:50:57.674 INFO kablam! | Sep 21 03:50:57.674 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 21 03:50:57.674 INFO kablam! | ----^^^^^^ Sep 21 03:50:57.674 INFO kablam! | | Sep 21 03:50:57.674 INFO kablam! | help: remove this `mut` Sep 21 03:50:57.674 INFO kablam! Sep 21 03:50:57.674 INFO kablam! warning: variable does not need to be mutable Sep 21 03:50:57.674 INFO kablam! --> src/response.rs:875:13 Sep 21 03:50:57.674 INFO kablam! | Sep 21 03:50:57.674 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 21 03:50:57.674 INFO kablam! | ----^^^^^^ Sep 21 03:50:57.674 INFO kablam! | | Sep 21 03:50:57.674 INFO kablam! | help: remove this `mut` Sep 21 03:50:57.674 INFO kablam! Sep 21 03:51:00.159 INFO kablam! warning: variable does not need to be mutable Sep 21 03:51:00.159 INFO kablam! --> src/router/tree_router.rs:265:13 Sep 21 03:51:00.159 INFO kablam! | Sep 21 03:51:00.159 INFO kablam! 265 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 21 03:51:00.159 INFO kablam! | ----^^^^^^^^ Sep 21 03:51:00.159 INFO kablam! | | Sep 21 03:51:00.159 INFO kablam! | help: remove this `mut` Sep 21 03:51:00.159 INFO kablam! | Sep 21 03:51:00.159 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 03:51:00.159 INFO kablam! Sep 21 03:51:00.159 INFO kablam! warning: variable does not need to be mutable Sep 21 03:51:00.159 INFO kablam! --> src/router/tree_router.rs:274:13 Sep 21 03:51:00.159 INFO kablam! | Sep 21 03:51:00.159 INFO kablam! 274 | let mut endpoint = (&mut route).fold(self, |endpoint, segment| { Sep 21 03:51:00.159 INFO kablam! | ----^^^^^^^^ Sep 21 03:51:00.159 INFO kablam! | | Sep 21 03:51:00.159 INFO kablam! | help: remove this `mut` Sep 21 03:51:00.159 INFO kablam! Sep 21 03:51:00.162 INFO kablam! warning: variable does not need to be mutable Sep 21 03:51:00.162 INFO kablam! --> src/router/tree_router.rs:287:21 Sep 21 03:51:00.162 INFO kablam! | Sep 21 03:51:00.162 INFO kablam! 287 | let mut endpoint = (&mut route).fold(&mut new_root, |endpoint, segment| { Sep 21 03:51:00.162 INFO kablam! | ----^^^^^^^^ Sep 21 03:51:00.162 INFO kablam! | | Sep 21 03:51:00.162 INFO kablam! | help: remove this `mut` Sep 21 03:51:00.162 INFO kablam! Sep 21 03:51:01.070 INFO kablam! warning: variable does not need to be mutable Sep 21 03:51:01.070 INFO kablam! --> src/response.rs:684:13 Sep 21 03:51:01.070 INFO kablam! | Sep 21 03:51:01.070 INFO kablam! 684 | let mut writer = match self.writer { Sep 21 03:51:01.070 INFO kablam! | ----^^^^^^ Sep 21 03:51:01.070 INFO kablam! | | Sep 21 03:51:01.070 INFO kablam! | help: remove this `mut` Sep 21 03:51:01.070 INFO kablam! Sep 21 03:51:01.082 INFO kablam! warning: variable does not need to be mutable Sep 21 03:51:01.082 INFO kablam! --> src/response.rs:762:13 Sep 21 03:51:01.082 INFO kablam! | Sep 21 03:51:01.082 INFO kablam! 762 | let mut writer = try!(response_to_io_result(self.borrow_writer())); Sep 21 03:51:01.082 INFO kablam! | ----^^^^^^ Sep 21 03:51:01.082 INFO kablam! | | Sep 21 03:51:01.082 INFO kablam! | help: remove this `mut` Sep 21 03:51:01.082 INFO kablam! Sep 21 03:51:01.082 INFO kablam! warning: variable does not need to be mutable Sep 21 03:51:01.082 INFO kablam! --> src/response.rs:865:13 Sep 21 03:51:01.082 INFO kablam! | Sep 21 03:51:01.082 INFO kablam! 865 | let mut writer = try!(self.borrow_writer()); Sep 21 03:51:01.082 INFO kablam! | ----^^^^^^ Sep 21 03:51:01.082 INFO kablam! | | Sep 21 03:51:01.082 INFO kablam! | help: remove this `mut` Sep 21 03:51:01.082 INFO kablam! Sep 21 03:51:01.082 INFO kablam! warning: variable does not need to be mutable Sep 21 03:51:01.082 INFO kablam! --> src/response.rs:870:13 Sep 21 03:51:01.082 INFO kablam! | Sep 21 03:51:01.082 INFO kablam! 870 | let mut writer = try!(self.borrow_writer()); Sep 21 03:51:01.082 INFO kablam! | ----^^^^^^ Sep 21 03:51:01.082 INFO kablam! | | Sep 21 03:51:01.082 INFO kablam! | help: remove this `mut` Sep 21 03:51:01.082 INFO kablam! Sep 21 03:51:01.086 INFO kablam! warning: variable does not need to be mutable Sep 21 03:51:01.086 INFO kablam! --> src/response.rs:875:13 Sep 21 03:51:01.086 INFO kablam! | Sep 21 03:51:01.086 INFO kablam! 875 | let mut writer = try!(self.borrow_writer()); Sep 21 03:51:01.086 INFO kablam! | ----^^^^^^ Sep 21 03:51:01.086 INFO kablam! | | Sep 21 03:51:01.086 INFO kablam! | help: remove this `mut` Sep 21 03:51:01.086 INFO kablam! Sep 21 03:51:01.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.70s Sep 21 03:51:01.457 INFO kablam! su: No module specific data is present Sep 21 03:51:02.982 INFO running `"docker" "rm" "-f" "0f1b2e4bd63befe36467d7e99cbaf83dcef080fbadc03435cf742d6775c82d12"` Sep 21 03:51:03.122 INFO blam! 0f1b2e4bd63befe36467d7e99cbaf83dcef080fbadc03435cf742d6775c82d12