Oct 13 06:48:45.857 INFO checking unrest-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 06:48:45.858 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 06:48:46.128 INFO blam! 4d0578a38dd492749a0d346f8ed30e0df12b864a33abc33c977c1e41e13d296e Oct 13 06:48:46.137 INFO running `"docker" "start" "-a" "4d0578a38dd492749a0d346f8ed30e0df12b864a33abc33c977c1e41e13d296e"` Oct 13 06:48:46.869 INFO kablam! usermod: no changes Oct 13 06:48:47.064 INFO kablam! Checking unrest v0.1.0 (/source) Oct 13 06:48:54.512 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 13 06:48:54.512 INFO kablam! --> src/server.rs:73:18 Oct 13 06:48:54.512 INFO kablam! | Oct 13 06:48:54.512 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Oct 13 06:48:54.513 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:48:54.513 INFO kablam! | Oct 13 06:48:54.513 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:48:54.513 INFO kablam! Oct 13 06:48:54.646 INFO kablam! warning: variable does not need to be mutable Oct 13 06:48:54.647 INFO kablam! --> src/router.rs:23:13 Oct 13 06:48:54.647 INFO kablam! | Oct 13 06:48:54.647 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 13 06:48:54.647 INFO kablam! | ----^^ Oct 13 06:48:54.647 INFO kablam! | | Oct 13 06:48:54.647 INFO kablam! | help: remove this `mut` Oct 13 06:48:54.647 INFO kablam! | Oct 13 06:48:54.647 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:48:54.647 INFO kablam! Oct 13 06:48:54.650 INFO kablam! warning: variable does not need to be mutable Oct 13 06:48:54.650 INFO kablam! --> src/router.rs:30:13 Oct 13 06:48:54.650 INFO kablam! | Oct 13 06:48:54.650 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 13 06:48:54.650 INFO kablam! | ----^^ Oct 13 06:48:54.650 INFO kablam! | | Oct 13 06:48:54.650 INFO kablam! | help: remove this `mut` Oct 13 06:48:54.651 INFO kablam! Oct 13 06:48:54.679 INFO kablam! warning: variable does not need to be mutable Oct 13 06:48:54.679 INFO kablam! --> src/state.rs:45:13 Oct 13 06:48:54.679 INFO kablam! | Oct 13 06:48:54.679 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Oct 13 06:48:54.679 INFO kablam! | ----^^ Oct 13 06:48:54.679 INFO kablam! | | Oct 13 06:48:54.679 INFO kablam! | help: remove this `mut` Oct 13 06:48:54.679 INFO kablam! Oct 13 06:48:54.684 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 06:48:54.684 INFO kablam! --> src/lib.rs:1:12 Oct 13 06:48:54.684 INFO kablam! | Oct 13 06:48:54.684 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 13 06:48:54.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:48:54.685 INFO kablam! | Oct 13 06:48:54.685 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 06:48:54.685 INFO kablam! Oct 13 06:48:54.685 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 06:48:54.685 INFO kablam! --> src/lib.rs:2:12 Oct 13 06:48:54.686 INFO kablam! | Oct 13 06:48:54.686 INFO kablam! 2 | #![feature(proc_macro)] Oct 13 06:48:54.686 INFO kablam! | ^^^^^^^^^^ Oct 13 06:48:54.686 INFO kablam! Oct 13 06:48:54.865 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 13 06:48:54.865 INFO kablam! --> src/server.rs:73:18 Oct 13 06:48:54.865 INFO kablam! | Oct 13 06:48:54.865 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Oct 13 06:48:54.866 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:48:54.866 INFO kablam! | Oct 13 06:48:54.866 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:48:54.866 INFO kablam! Oct 13 06:48:54.962 INFO kablam! warning: variable does not need to be mutable Oct 13 06:48:54.962 INFO kablam! --> src/router.rs:23:13 Oct 13 06:48:54.962 INFO kablam! | Oct 13 06:48:54.962 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 13 06:48:54.962 INFO kablam! | ----^^ Oct 13 06:48:54.962 INFO kablam! | | Oct 13 06:48:54.962 INFO kablam! | help: remove this `mut` Oct 13 06:48:54.962 INFO kablam! | Oct 13 06:48:54.962 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:48:54.962 INFO kablam! Oct 13 06:48:54.964 INFO kablam! warning: variable does not need to be mutable Oct 13 06:48:54.964 INFO kablam! --> src/router.rs:30:13 Oct 13 06:48:54.964 INFO kablam! | Oct 13 06:48:54.964 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 13 06:48:54.964 INFO kablam! | ----^^ Oct 13 06:48:54.964 INFO kablam! | | Oct 13 06:48:54.964 INFO kablam! | help: remove this `mut` Oct 13 06:48:54.964 INFO kablam! Oct 13 06:48:54.992 INFO kablam! warning: variable does not need to be mutable Oct 13 06:48:54.992 INFO kablam! --> src/state.rs:45:13 Oct 13 06:48:54.992 INFO kablam! | Oct 13 06:48:54.992 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Oct 13 06:48:54.992 INFO kablam! | ----^^ Oct 13 06:48:54.992 INFO kablam! | | Oct 13 06:48:54.992 INFO kablam! | help: remove this `mut` Oct 13 06:48:54.992 INFO kablam! Oct 13 06:48:55.000 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 06:48:55.001 INFO kablam! --> src/lib.rs:1:12 Oct 13 06:48:55.001 INFO kablam! | Oct 13 06:48:55.001 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 13 06:48:55.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:48:55.001 INFO kablam! | Oct 13 06:48:55.001 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 06:48:55.001 INFO kablam! Oct 13 06:48:55.001 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 06:48:55.001 INFO kablam! --> src/lib.rs:2:12 Oct 13 06:48:55.001 INFO kablam! | Oct 13 06:48:55.001 INFO kablam! 2 | #![feature(proc_macro)] Oct 13 06:48:55.001 INFO kablam! | ^^^^^^^^^^ Oct 13 06:48:55.001 INFO kablam! Oct 13 06:48:55.050 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.16s Oct 13 06:48:55.069 INFO kablam! su: No module specific data is present Oct 13 06:48:56.178 INFO running `"docker" "rm" "-f" "4d0578a38dd492749a0d346f8ed30e0df12b864a33abc33c977c1e41e13d296e"` Oct 13 06:48:56.484 INFO blam! 4d0578a38dd492749a0d346f8ed30e0df12b864a33abc33c977c1e41e13d296e