Oct 15 15:10:57.296 INFO testing unrest-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:10:57.296 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 15:10:57.641 INFO blam! 0cbeb628acf900f00f1097f8f0eb7d63f0a029797e6e893e35a608552b584ebb Oct 15 15:10:57.643 INFO running `"docker" "start" "-a" "0cbeb628acf900f00f1097f8f0eb7d63f0a029797e6e893e35a608552b584ebb"` Oct 15 15:10:58.335 INFO kablam! usermod: no changes Oct 15 15:10:58.611 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 15 15:10:58.611 INFO kablam! Compiling want v0.0.4 Oct 15 15:10:58.623 INFO kablam! Compiling mio-uds v0.6.7 Oct 15 15:10:58.623 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 15 15:10:58.631 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 15:11:01.367 INFO kablam! Compiling tokio-uds v0.2.2 Oct 15 15:11:07.479 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 15:11:09.675 INFO kablam! Compiling tokio v0.1.11 Oct 15 15:11:13.694 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 15:11:17.837 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 15:11:22.471 INFO kablam! Compiling hyper v0.11.27 Oct 15 15:11:33.581 INFO kablam! Compiling unrest v0.1.0 (/source) Oct 15 15:11:36.873 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 15 15:11:36.873 INFO kablam! --> src/server.rs:73:18 Oct 15 15:11:36.873 INFO kablam! | Oct 15 15:11:36.873 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Oct 15 15:11:36.873 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 15:11:36.873 INFO kablam! | Oct 15 15:11:36.873 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:11:36.873 INFO kablam! Oct 15 15:11:36.976 INFO kablam! warning: variable does not need to be mutable Oct 15 15:11:36.977 INFO kablam! --> src/router.rs:23:13 Oct 15 15:11:36.978 INFO kablam! | Oct 15 15:11:36.978 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 15 15:11:36.979 INFO kablam! | ----^^ Oct 15 15:11:36.980 INFO kablam! | | Oct 15 15:11:36.988 INFO kablam! | help: remove this `mut` Oct 15 15:11:36.988 INFO kablam! | Oct 15 15:11:36.988 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:11:36.988 INFO kablam! Oct 15 15:11:36.988 INFO kablam! warning: variable does not need to be mutable Oct 15 15:11:36.988 INFO kablam! --> src/router.rs:30:13 Oct 15 15:11:36.988 INFO kablam! | Oct 15 15:11:36.988 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 15 15:11:36.988 INFO kablam! | ----^^ Oct 15 15:11:36.988 INFO kablam! | | Oct 15 15:11:36.989 INFO kablam! | help: remove this `mut` Oct 15 15:11:36.989 INFO kablam! Oct 15 15:11:37.011 INFO kablam! warning: variable does not need to be mutable Oct 15 15:11:37.011 INFO kablam! --> src/state.rs:45:13 Oct 15 15:11:37.011 INFO kablam! | Oct 15 15:11:37.011 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Oct 15 15:11:37.011 INFO kablam! | ----^^ Oct 15 15:11:37.011 INFO kablam! | | Oct 15 15:11:37.011 INFO kablam! | help: remove this `mut` Oct 15 15:11:37.011 INFO kablam! Oct 15 15:11:37.011 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 15:11:37.011 INFO kablam! --> src/lib.rs:1:12 Oct 15 15:11:37.011 INFO kablam! | Oct 15 15:11:37.011 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 15 15:11:37.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:11:37.011 INFO kablam! | Oct 15 15:11:37.011 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 15:11:37.011 INFO kablam! Oct 15 15:11:37.011 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 15 15:11:37.011 INFO kablam! --> src/lib.rs:2:12 Oct 15 15:11:37.011 INFO kablam! | Oct 15 15:11:37.011 INFO kablam! 2 | #![feature(proc_macro)] Oct 15 15:11:37.011 INFO kablam! | ^^^^^^^^^^ Oct 15 15:11:37.011 INFO kablam! Oct 15 15:11:39.527 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.16s Oct 15 15:11:39.527 INFO kablam! su: No module specific data is present Oct 15 15:11:39.943 INFO running `"docker" "rm" "-f" "0cbeb628acf900f00f1097f8f0eb7d63f0a029797e6e893e35a608552b584ebb"` Oct 15 15:11:40.083 INFO blam! 0cbeb628acf900f00f1097f8f0eb7d63f0a029797e6e893e35a608552b584ebb Oct 15 15:11:40.083 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 15:11:40.535 INFO blam! 5db11bdb4a1ccb1f24a7e7b9eaabe036b147428234e6b676f0c8e88b432da880 Oct 15 15:11:40.542 INFO running `"docker" "start" "-a" "5db11bdb4a1ccb1f24a7e7b9eaabe036b147428234e6b676f0c8e88b432da880"` Oct 15 15:11:41.249 INFO kablam! usermod: no changes Oct 15 15:11:41.371 INFO kablam! Compiling unrest v0.1.0 (/source) Oct 15 15:11:44.224 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 15 15:11:44.225 INFO kablam! --> src/server.rs:73:18 Oct 15 15:11:44.225 INFO kablam! | Oct 15 15:11:44.225 INFO kablam! 73 | http.bind_connection(&handle, socket, addr, service_factory()); Oct 15 15:11:44.225 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 15:11:44.225 INFO kablam! | Oct 15 15:11:44.225 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:11:44.225 INFO kablam! Oct 15 15:11:44.298 INFO kablam! warning: variable does not need to be mutable Oct 15 15:11:44.299 INFO kablam! --> src/router.rs:23:13 Oct 15 15:11:44.299 INFO kablam! | Oct 15 15:11:44.299 INFO kablam! 23 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 15 15:11:44.300 INFO kablam! | ----^^ Oct 15 15:11:44.300 INFO kablam! | | Oct 15 15:11:44.300 INFO kablam! | help: remove this `mut` Oct 15 15:11:44.300 INFO kablam! | Oct 15 15:11:44.301 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:11:44.301 INFO kablam! Oct 15 15:11:44.301 INFO kablam! warning: variable does not need to be mutable Oct 15 15:11:44.302 INFO kablam! --> src/router.rs:30:13 Oct 15 15:11:44.302 INFO kablam! | Oct 15 15:11:44.302 INFO kablam! 30 | let mut rr = Rc::get_mut(&mut self.rr).expect("can't modify router at this point"); Oct 15 15:11:44.303 INFO kablam! | ----^^ Oct 15 15:11:44.303 INFO kablam! | | Oct 15 15:11:44.303 INFO kablam! | help: remove this `mut` Oct 15 15:11:44.304 INFO kablam! Oct 15 15:11:44.327 INFO kablam! warning: variable does not need to be mutable Oct 15 15:11:44.327 INFO kablam! --> src/state.rs:45:13 Oct 15 15:11:44.328 INFO kablam! | Oct 15 15:11:44.328 INFO kablam! 45 | let mut hm = Rc::get_mut(&mut self.hm).expect("can't modify state container at this point"); Oct 15 15:11:44.328 INFO kablam! | ----^^ Oct 15 15:11:44.329 INFO kablam! | | Oct 15 15:11:44.329 INFO kablam! | help: remove this `mut` Oct 15 15:11:44.329 INFO kablam! Oct 15 15:11:44.333 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 15:11:44.333 INFO kablam! --> src/lib.rs:1:12 Oct 15 15:11:44.334 INFO kablam! | Oct 15 15:11:44.334 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 15 15:11:44.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:11:44.335 INFO kablam! | Oct 15 15:11:44.335 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 15:11:44.335 INFO kablam! Oct 15 15:11:44.335 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 15 15:11:44.335 INFO kablam! --> src/lib.rs:2:12 Oct 15 15:11:44.335 INFO kablam! | Oct 15 15:11:44.335 INFO kablam! 2 | #![feature(proc_macro)] Oct 15 15:11:44.335 INFO kablam! | ^^^^^^^^^^ Oct 15 15:11:44.335 INFO kablam! Oct 15 15:11:45.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.72s Oct 15 15:11:46.000 INFO kablam! su: No module specific data is present Oct 15 15:11:46.327 INFO running `"docker" "rm" "-f" "5db11bdb4a1ccb1f24a7e7b9eaabe036b147428234e6b676f0c8e88b432da880"` Oct 15 15:11:46.448 INFO blam! 5db11bdb4a1ccb1f24a7e7b9eaabe036b147428234e6b676f0c8e88b432da880 Oct 15 15:11:46.452 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 15:11:46.716 INFO blam! e16e06ec6189ab680aed761c1f90efdc6ef324b8f8af13e3c258cd683b7c750a Oct 15 15:11:46.718 INFO running `"docker" "start" "-a" "e16e06ec6189ab680aed761c1f90efdc6ef324b8f8af13e3c258cd683b7c750a"` Oct 15 15:11:47.218 INFO kablam! usermod: no changes Oct 15 15:11:47.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 15:11:47.361 INFO kablam! Running /target/debug/deps/unrest-6df8da816f3463be Oct 15 15:11:47.364 INFO blam! Oct 15 15:11:47.364 INFO blam! running 1 test Oct 15 15:11:47.364 INFO blam! test state::tests::set_get ... ok Oct 15 15:11:47.364 INFO blam! Oct 15 15:11:47.364 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:11:47.364 INFO blam! Oct 15 15:11:47.365 INFO kablam! Doc-tests unrest Oct 15 15:11:52.909 INFO blam! Oct 15 15:11:52.909 INFO blam! running 0 tests Oct 15 15:11:52.911 INFO blam! Oct 15 15:11:52.911 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:11:52.911 INFO blam! Oct 15 15:11:52.924 INFO kablam! su: No module specific data is present Oct 15 15:11:53.799 INFO running `"docker" "rm" "-f" "e16e06ec6189ab680aed761c1f90efdc6ef324b8f8af13e3c258cd683b7c750a"` Oct 15 15:11:54.091 INFO blam! e16e06ec6189ab680aed761c1f90efdc6ef324b8f8af13e3c258cd683b7c750a