Sep 04 02:52:36.803 INFO checking unrest-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 02:52:36.803 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 02:52:36.803 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:52:36.970 INFO blam! f5d61d54ce9bbffdc77c8e7c1284c3acff138692a4c5e0579daf28fef9ea6a93 Sep 04 02:52:36.973 INFO running `"docker" "start" "-a" "f5d61d54ce9bbffdc77c8e7c1284c3acff138692a4c5e0579daf28fef9ea6a93"` Sep 04 02:52:37.675 INFO kablam! Checking unrest v0.1.0 (file:///source) Sep 04 02:52:39.575 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Sep 04 02:52:39.575 INFO kablam! --> src/server.rs:73:18 Sep 04 02:52:39.575 INFO kablam! | Sep 04 02:52:39.575 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Sep 04 02:52:39.575 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 02:52:39.575 INFO kablam! | Sep 04 02:52:39.575 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 02:52:39.575 INFO kablam! Sep 04 02:52:39.589 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Sep 04 02:52:39.589 INFO kablam! --> src/server.rs:73:18 Sep 04 02:52:39.589 INFO kablam! | Sep 04 02:52:39.589 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Sep 04 02:52:39.590 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 02:52:39.590 INFO kablam! | Sep 04 02:52:39.590 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 02:52:39.590 INFO kablam! Sep 04 02:52:39.760 INFO kablam! warning: variable does not need to be mutable Sep 04 02:52:39.760 INFO kablam! --> src/router.rs:23:13 Sep 04 02:52:39.760 INFO kablam! | Sep 04 02:52:39.760 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Sep 04 02:52:39.760 INFO kablam! | ----^^ Sep 04 02:52:39.760 INFO kablam! | | Sep 04 02:52:39.760 INFO kablam! | help: remove this `mut` Sep 04 02:52:39.760 INFO kablam! | Sep 04 02:52:39.760 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 02:52:39.760 INFO kablam! Sep 04 02:52:39.763 INFO kablam! warning: variable does not need to be mutable Sep 04 02:52:39.763 INFO kablam! --> src/router.rs:30:13 Sep 04 02:52:39.763 INFO kablam! | Sep 04 02:52:39.764 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Sep 04 02:52:39.764 INFO kablam! | ----^^ Sep 04 02:52:39.764 INFO kablam! | | Sep 04 02:52:39.764 INFO kablam! | help: remove this `mut` Sep 04 02:52:39.764 INFO kablam! Sep 04 02:52:39.767 INFO kablam! warning: variable does not need to be mutable Sep 04 02:52:39.767 INFO kablam! --> src/router.rs:23:13 Sep 04 02:52:39.767 INFO kablam! | Sep 04 02:52:39.767 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Sep 04 02:52:39.767 INFO kablam! | ----^^ Sep 04 02:52:39.767 INFO kablam! | | Sep 04 02:52:39.767 INFO kablam! | help: remove this `mut` Sep 04 02:52:39.767 INFO kablam! | Sep 04 02:52:39.767 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 02:52:39.767 INFO kablam! Sep 04 02:52:39.772 INFO kablam! warning: variable does not need to be mutable Sep 04 02:52:39.772 INFO kablam! --> src/router.rs:30:13 Sep 04 02:52:39.772 INFO kablam! | Sep 04 02:52:39.772 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Sep 04 02:52:39.772 INFO kablam! | ----^^ Sep 04 02:52:39.772 INFO kablam! | | Sep 04 02:52:39.772 INFO kablam! | help: remove this `mut` Sep 04 02:52:39.772 INFO kablam! Sep 04 02:52:39.821 INFO kablam! warning: variable does not need to be mutable Sep 04 02:52:39.821 INFO kablam! --> src/state.rs:45:13 Sep 04 02:52:39.821 INFO kablam! | Sep 04 02:52:39.821 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Sep 04 02:52:39.821 INFO kablam! | ----^^ Sep 04 02:52:39.821 INFO kablam! | | Sep 04 02:52:39.821 INFO kablam! | help: remove this `mut` Sep 04 02:52:39.821 INFO kablam! Sep 04 02:52:39.826 INFO kablam! warning: variable does not need to be mutable Sep 04 02:52:39.826 INFO kablam! --> src/state.rs:45:13 Sep 04 02:52:39.826 INFO kablam! | Sep 04 02:52:39.826 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Sep 04 02:52:39.826 INFO kablam! | ----^^ Sep 04 02:52:39.827 INFO kablam! | | Sep 04 02:52:39.827 INFO kablam! | help: remove this `mut` Sep 04 02:52:39.827 INFO kablam! Sep 04 02:52:39.834 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 02:52:39.834 INFO kablam! --> src/lib.rs:1:12 Sep 04 02:52:39.834 INFO kablam! | Sep 04 02:52:39.834 INFO kablam! 1 | #![feature(conservative_impl_trait)] Sep 04 02:52:39.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:52:39.834 INFO kablam! | Sep 04 02:52:39.834 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:52:39.834 INFO kablam! Sep 04 02:52:39.834 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 02:52:39.834 INFO kablam! --> src/lib.rs:2:12 Sep 04 02:52:39.834 INFO kablam! | Sep 04 02:52:39.834 INFO kablam! 2 | #![feature(proc_macro)] Sep 04 02:52:39.834 INFO kablam! | ^^^^^^^^^^ Sep 04 02:52:39.834 INFO kablam! Sep 04 02:52:39.835 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 02:52:39.835 INFO kablam! --> src/lib.rs:1:12 Sep 04 02:52:39.836 INFO kablam! | Sep 04 02:52:39.836 INFO kablam! 1 | #![feature(conservative_impl_trait)] Sep 04 02:52:39.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:52:39.836 INFO kablam! | Sep 04 02:52:39.836 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:52:39.836 INFO kablam! Sep 04 02:52:39.836 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 02:52:39.836 INFO kablam! --> src/lib.rs:2:12 Sep 04 02:52:39.836 INFO kablam! | Sep 04 02:52:39.836 INFO kablam! 2 | #![feature(proc_macro)] Sep 04 02:52:39.836 INFO kablam! | ^^^^^^^^^^ Sep 04 02:52:39.836 INFO kablam! Sep 04 02:52:39.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.35s Sep 04 02:52:39.894 INFO kablam! su: No module specific data is present Sep 04 02:52:40.302 INFO running `"docker" "rm" "-f" "f5d61d54ce9bbffdc77c8e7c1284c3acff138692a4c5e0579daf28fef9ea6a93"` Sep 04 02:52:40.401 INFO blam! f5d61d54ce9bbffdc77c8e7c1284c3acff138692a4c5e0579daf28fef9ea6a93