Oct 27 14:00:55.012 INFO checking unrest-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:00:55.013 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 14:00:55.487 INFO blam! 98fa348e07b26fdedc3108eb4d4709db334259ee85009becbdfdfbb7ab13ef68 Oct 27 14:00:55.489 INFO running `"docker" "start" "-a" "98fa348e07b26fdedc3108eb4d4709db334259ee85009becbdfdfbb7ab13ef68"` Oct 27 14:00:57.901 INFO kablam! usermod: no changes Oct 27 14:00:58.203 INFO kablam! Checking unrest v0.1.0 (/source) Oct 27 14:01:04.783 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 27 14:01:04.783 INFO kablam! --> src/server.rs:73:18 Oct 27 14:01:04.783 INFO kablam! | Oct 27 14:01:04.783 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Oct 27 14:01:04.783 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 14:01:04.783 INFO kablam! | Oct 27 14:01:04.783 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:01:04.783 INFO kablam! Oct 27 14:01:04.995 INFO kablam! warning: variable does not need to be mutable Oct 27 14:01:04.996 INFO kablam! --> src/router.rs:23:13 Oct 27 14:01:04.996 INFO kablam! | Oct 27 14:01:04.996 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 27 14:01:04.996 INFO kablam! | ----^^ Oct 27 14:01:04.997 INFO kablam! | | Oct 27 14:01:04.997 INFO kablam! | help: remove this `mut` Oct 27 14:01:04.997 INFO kablam! | Oct 27 14:01:04.997 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:01:04.998 INFO kablam! Oct 27 14:01:05.007 INFO kablam! warning: variable does not need to be mutable Oct 27 14:01:05.007 INFO kablam! --> src/router.rs:30:13 Oct 27 14:01:05.008 INFO kablam! | Oct 27 14:01:05.008 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 27 14:01:05.008 INFO kablam! | ----^^ Oct 27 14:01:05.009 INFO kablam! | | Oct 27 14:01:05.009 INFO kablam! | help: remove this `mut` Oct 27 14:01:05.009 INFO kablam! Oct 27 14:01:05.063 INFO kablam! warning: variable does not need to be mutable Oct 27 14:01:05.063 INFO kablam! --> src/state.rs:45:13 Oct 27 14:01:05.064 INFO kablam! | Oct 27 14:01:05.064 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Oct 27 14:01:05.064 INFO kablam! | ----^^ Oct 27 14:01:05.064 INFO kablam! | | Oct 27 14:01:05.065 INFO kablam! | help: remove this `mut` Oct 27 14:01:05.065 INFO kablam! Oct 27 14:01:05.071 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 14:01:05.071 INFO kablam! --> src/lib.rs:1:12 Oct 27 14:01:05.071 INFO kablam! | Oct 27 14:01:05.072 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 27 14:01:05.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:01:05.072 INFO kablam! | Oct 27 14:01:05.073 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 14:01:05.073 INFO kablam! Oct 27 14:01:05.073 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 14:01:05.073 INFO kablam! --> src/lib.rs:2:12 Oct 27 14:01:05.074 INFO kablam! | Oct 27 14:01:05.074 INFO kablam! 2 | #![feature(proc_macro)] Oct 27 14:01:05.074 INFO kablam! | ^^^^^^^^^^ Oct 27 14:01:05.074 INFO kablam! Oct 27 14:01:05.459 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 27 14:01:05.460 INFO kablam! --> src/server.rs:73:18 Oct 27 14:01:05.460 INFO kablam! | Oct 27 14:01:05.460 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Oct 27 14:01:05.460 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 14:01:05.461 INFO kablam! | Oct 27 14:01:05.461 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:01:05.461 INFO kablam! Oct 27 14:01:05.554 INFO kablam! warning: variable does not need to be mutable Oct 27 14:01:05.555 INFO kablam! --> src/router.rs:23:13 Oct 27 14:01:05.555 INFO kablam! | Oct 27 14:01:05.555 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 27 14:01:05.555 INFO kablam! | ----^^ Oct 27 14:01:05.556 INFO kablam! | | Oct 27 14:01:05.556 INFO kablam! | help: remove this `mut` Oct 27 14:01:05.556 INFO kablam! | Oct 27 14:01:05.556 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:01:05.557 INFO kablam! Oct 27 14:01:05.560 INFO kablam! warning: variable does not need to be mutable Oct 27 14:01:05.560 INFO kablam! --> src/router.rs:30:13 Oct 27 14:01:05.560 INFO kablam! | Oct 27 14:01:05.560 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 27 14:01:05.560 INFO kablam! | ----^^ Oct 27 14:01:05.560 INFO kablam! | | Oct 27 14:01:05.560 INFO kablam! | help: remove this `mut` Oct 27 14:01:05.560 INFO kablam! Oct 27 14:01:05.587 INFO kablam! warning: variable does not need to be mutable Oct 27 14:01:05.587 INFO kablam! --> src/state.rs:45:13 Oct 27 14:01:05.587 INFO kablam! | Oct 27 14:01:05.587 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Oct 27 14:01:05.587 INFO kablam! | ----^^ Oct 27 14:01:05.587 INFO kablam! | | Oct 27 14:01:05.587 INFO kablam! | help: remove this `mut` Oct 27 14:01:05.587 INFO kablam! Oct 27 14:01:05.595 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 14:01:05.595 INFO kablam! --> src/lib.rs:1:12 Oct 27 14:01:05.595 INFO kablam! | Oct 27 14:01:05.595 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 27 14:01:05.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:01:05.595 INFO kablam! | Oct 27 14:01:05.595 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 14:01:05.595 INFO kablam! Oct 27 14:01:05.595 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 14:01:05.595 INFO kablam! --> src/lib.rs:2:12 Oct 27 14:01:05.595 INFO kablam! | Oct 27 14:01:05.595 INFO kablam! 2 | #![feature(proc_macro)] Oct 27 14:01:05.595 INFO kablam! | ^^^^^^^^^^ Oct 27 14:01:05.595 INFO kablam! Oct 27 14:01:05.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.71s Oct 27 14:01:05.675 INFO kablam! su: No module specific data is present Oct 27 14:01:06.803 INFO running `"docker" "rm" "-f" "98fa348e07b26fdedc3108eb4d4709db334259ee85009becbdfdfbb7ab13ef68"` Oct 27 14:01:07.087 INFO blam! 98fa348e07b26fdedc3108eb4d4709db334259ee85009becbdfdfbb7ab13ef68