Oct 21 22:42:38.964 INFO checking unrest-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:42:38.964 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 21 22:42:39.221 INFO blam! db37c0ab78ca8fc87d75da48e187fd726c6123bbfe5dd98b42e610ce076d8478 Oct 21 22:42:39.224 INFO running `"docker" "start" "-a" "db37c0ab78ca8fc87d75da48e187fd726c6123bbfe5dd98b42e610ce076d8478"` Oct 21 22:42:39.796 INFO kablam! usermod: no changes Oct 21 22:42:39.952 INFO kablam! Checking unrest v0.1.0 (/source) Oct 21 22:42:44.348 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 21 22:42:44.348 INFO kablam! --> src/server.rs:73:18 Oct 21 22:42:44.348 INFO kablam! | Oct 21 22:42:44.348 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Oct 21 22:42:44.348 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:42:44.348 INFO kablam! | Oct 21 22:42:44.348 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:42:44.348 INFO kablam! Oct 21 22:42:44.412 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 21 22:42:44.412 INFO kablam! --> src/server.rs:73:18 Oct 21 22:42:44.412 INFO kablam! | Oct 21 22:42:44.412 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Oct 21 22:42:44.412 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:42:44.412 INFO kablam! | Oct 21 22:42:44.412 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:42:44.412 INFO kablam! Oct 21 22:42:44.424 INFO kablam! warning: variable does not need to be mutable Oct 21 22:42:44.424 INFO kablam! --> src/router.rs:23:13 Oct 21 22:42:44.424 INFO kablam! | Oct 21 22:42:44.424 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 21 22:42:44.424 INFO kablam! | ----^^ Oct 21 22:42:44.424 INFO kablam! | | Oct 21 22:42:44.424 INFO kablam! | help: remove this `mut` Oct 21 22:42:44.425 INFO kablam! | Oct 21 22:42:44.425 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:42:44.425 INFO kablam! Oct 21 22:42:44.425 INFO kablam! warning: variable does not need to be mutable Oct 21 22:42:44.425 INFO kablam! --> src/router.rs:30:13 Oct 21 22:42:44.425 INFO kablam! | Oct 21 22:42:44.425 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 21 22:42:44.425 INFO kablam! | ----^^ Oct 21 22:42:44.425 INFO kablam! | | Oct 21 22:42:44.425 INFO kablam! | help: remove this `mut` Oct 21 22:42:44.425 INFO kablam! Oct 21 22:42:44.464 INFO kablam! warning: variable does not need to be mutable Oct 21 22:42:44.464 INFO kablam! --> src/state.rs:45:13 Oct 21 22:42:44.464 INFO kablam! | Oct 21 22:42:44.464 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Oct 21 22:42:44.464 INFO kablam! | ----^^ Oct 21 22:42:44.464 INFO kablam! | | Oct 21 22:42:44.464 INFO kablam! | help: remove this `mut` Oct 21 22:42:44.464 INFO kablam! Oct 21 22:42:44.464 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 22:42:44.464 INFO kablam! --> src/lib.rs:1:12 Oct 21 22:42:44.464 INFO kablam! | Oct 21 22:42:44.464 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 21 22:42:44.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:42:44.464 INFO kablam! | Oct 21 22:42:44.466 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 22:42:44.466 INFO kablam! Oct 21 22:42:44.466 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 22:42:44.466 INFO kablam! --> src/lib.rs:2:12 Oct 21 22:42:44.466 INFO kablam! | Oct 21 22:42:44.466 INFO kablam! 2 | #![feature(proc_macro)] Oct 21 22:42:44.466 INFO kablam! | ^^^^^^^^^^ Oct 21 22:42:44.466 INFO kablam! Oct 21 22:42:44.532 INFO kablam! warning: variable does not need to be mutable Oct 21 22:42:44.532 INFO kablam! --> src/router.rs:23:13 Oct 21 22:42:44.532 INFO kablam! | Oct 21 22:42:44.532 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 21 22:42:44.532 INFO kablam! | ----^^ Oct 21 22:42:44.532 INFO kablam! | | Oct 21 22:42:44.532 INFO kablam! | help: remove this `mut` Oct 21 22:42:44.532 INFO kablam! | Oct 21 22:42:44.532 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:42:44.532 INFO kablam! Oct 21 22:42:44.534 INFO kablam! warning: variable does not need to be mutable Oct 21 22:42:44.534 INFO kablam! --> src/router.rs:30:13 Oct 21 22:42:44.534 INFO kablam! | Oct 21 22:42:44.534 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 21 22:42:44.534 INFO kablam! | ----^^ Oct 21 22:42:44.534 INFO kablam! | | Oct 21 22:42:44.534 INFO kablam! | help: remove this `mut` Oct 21 22:42:44.534 INFO kablam! Oct 21 22:42:44.566 INFO kablam! warning: variable does not need to be mutable Oct 21 22:42:44.566 INFO kablam! --> src/state.rs:45:13 Oct 21 22:42:44.566 INFO kablam! | Oct 21 22:42:44.566 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Oct 21 22:42:44.566 INFO kablam! | ----^^ Oct 21 22:42:44.566 INFO kablam! | | Oct 21 22:42:44.566 INFO kablam! | help: remove this `mut` Oct 21 22:42:44.566 INFO kablam! Oct 21 22:42:44.574 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 22:42:44.574 INFO kablam! --> src/lib.rs:1:12 Oct 21 22:42:44.574 INFO kablam! | Oct 21 22:42:44.574 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 21 22:42:44.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:42:44.574 INFO kablam! | Oct 21 22:42:44.574 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 22:42:44.574 INFO kablam! Oct 21 22:42:44.574 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 22:42:44.574 INFO kablam! --> src/lib.rs:2:12 Oct 21 22:42:44.574 INFO kablam! | Oct 21 22:42:44.574 INFO kablam! 2 | #![feature(proc_macro)] Oct 21 22:42:44.574 INFO kablam! | ^^^^^^^^^^ Oct 21 22:42:44.574 INFO kablam! Oct 21 22:42:44.614 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.79s Oct 21 22:42:44.626 INFO kablam! su: No module specific data is present Oct 21 22:42:44.997 INFO running `"docker" "rm" "-f" "db37c0ab78ca8fc87d75da48e187fd726c6123bbfe5dd98b42e610ce076d8478"` Oct 21 22:42:45.200 INFO blam! db37c0ab78ca8fc87d75da48e187fd726c6123bbfe5dd98b42e610ce076d8478