Oct 15 09:33:06.499 INFO testing KineticCookie/sse-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:33:06.500 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 09:33:06.971 INFO blam! 585755cf88b89703cac819a765499c27eb11692a0efb9cbb55b82acb885a62a2 Oct 15 09:33:06.986 INFO running `"docker" "start" "-a" "585755cf88b89703cac819a765499c27eb11692a0efb9cbb55b82acb885a62a2"` Oct 15 09:33:08.011 INFO kablam! usermod: no changes Oct 15 09:33:08.159 INFO kablam! Compiling serde v1.0.10 Oct 15 09:33:08.159 INFO kablam! Compiling iovec v0.1.0 Oct 15 09:33:08.159 INFO kablam! Compiling num_cpus v1.6.2 Oct 15 09:33:08.159 INFO kablam! Compiling time v0.1.38 Oct 15 09:33:08.159 INFO kablam! Compiling net2 v0.2.29 Oct 15 09:33:08.203 INFO kablam! Compiling serde_derive v1.0.10 Oct 15 09:33:10.867 INFO kablam! Compiling bytes v0.4.4 Oct 15 09:33:11.311 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 15 09:33:11.647 INFO kablam! Compiling mio v0.6.9 Oct 15 09:33:13.215 INFO kablam! Compiling tokio-io v0.1.2 Oct 15 09:33:15.115 INFO kablam! Compiling tokio-core v0.1.8 Oct 15 09:33:18.335 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 09:33:21.587 INFO kablam! Compiling hyper v0.11.1 Oct 15 09:33:22.278 INFO kablam! Compiling serde_json v1.0.2 Oct 15 09:33:31.471 INFO kablam! Compiling ss_client v0.1.0 (/source) Oct 15 09:33:33.127 INFO kablam! warning: unused import: `std::str::FromStr` Oct 15 09:33:33.127 INFO kablam! --> src/main.rs:11:5 Oct 15 09:33:33.127 INFO kablam! | Oct 15 09:33:33.127 INFO kablam! 11 | use std::str::FromStr; Oct 15 09:33:33.127 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:33:33.127 INFO kablam! | Oct 15 09:33:33.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:33:33.127 INFO kablam! Oct 15 09:33:33.127 INFO kablam! warning: unused import: `futures::future::Future` Oct 15 09:33:33.127 INFO kablam! --> src/main.rs:12:5 Oct 15 09:33:33.127 INFO kablam! | Oct 15 09:33:33.127 INFO kablam! 12 | use futures::future::Future; Oct 15 09:33:33.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:33:33.127 INFO kablam! Oct 15 09:33:33.127 INFO kablam! warning: unused import: `messages::EngineMessage` Oct 15 09:33:33.127 INFO kablam! --> src/main.rs:13:5 Oct 15 09:33:33.127 INFO kablam! | Oct 15 09:33:33.127 INFO kablam! 13 | use messages::EngineMessage; Oct 15 09:33:33.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:33:33.127 INFO kablam! Oct 15 09:33:33.243 INFO kablam! warning: unused variable: `client` Oct 15 09:33:33.243 INFO kablam! --> src/main.rs:20:9 Oct 15 09:33:33.243 INFO kablam! | Oct 15 09:33:33.243 INFO kablam! 20 | let client = Client::new(&core.handle()); Oct 15 09:33:33.243 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 15 09:33:33.243 INFO kablam! | Oct 15 09:33:33.243 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:33:33.243 INFO kablam! Oct 15 09:33:33.250 INFO kablam! warning: variable does not need to be mutable Oct 15 09:33:33.250 INFO kablam! --> src/main.rs:19:9 Oct 15 09:33:33.250 INFO kablam! | Oct 15 09:33:33.250 INFO kablam! 19 | let mut core = tokio_core::reactor::Core::new().unwrap(); Oct 15 09:33:33.250 INFO kablam! | ----^^^^ Oct 15 09:33:33.250 INFO kablam! | | Oct 15 09:33:33.250 INFO kablam! | help: remove this `mut` Oct 15 09:33:33.250 INFO kablam! | Oct 15 09:33:33.250 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:33:33.250 INFO kablam! Oct 15 09:33:33.319 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:33:33.319 INFO kablam! --> src/client.rs:34:9 Oct 15 09:33:33.319 INFO kablam! | Oct 15 09:33:33.319 INFO kablam! 34 | file.read_to_string(&mut buffer); Oct 15 09:33:33.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:33:33.319 INFO kablam! | Oct 15 09:33:33.319 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:33:33.319 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:33:33.319 INFO kablam! Oct 15 09:33:33.319 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:33:33.319 INFO kablam! --> src/client.rs:52:9 Oct 15 09:33:33.319 INFO kablam! | Oct 15 09:33:33.319 INFO kablam! 52 | self.core.run(res); Oct 15 09:33:33.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:33:33.319 INFO kablam! | Oct 15 09:33:33.319 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:33:33.319 INFO kablam! Oct 15 09:33:37.333 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.30s Oct 15 09:33:37.340 INFO kablam! su: No module specific data is present Oct 15 09:33:37.845 INFO running `"docker" "rm" "-f" "585755cf88b89703cac819a765499c27eb11692a0efb9cbb55b82acb885a62a2"` Oct 15 09:33:38.121 INFO blam! 585755cf88b89703cac819a765499c27eb11692a0efb9cbb55b82acb885a62a2 Oct 15 09:33:38.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 09:33:38.551 INFO blam! ab35cdd10130d19cfaf33bb719b1224fbf0c5a34c6aab7c1fa85633702c0bbc8 Oct 15 09:33:38.554 INFO running `"docker" "start" "-a" "ab35cdd10130d19cfaf33bb719b1224fbf0c5a34c6aab7c1fa85633702c0bbc8"` Oct 15 09:33:39.397 INFO kablam! usermod: no changes Oct 15 09:33:39.589 INFO kablam! Compiling ss_client v0.1.0 (/source) Oct 15 09:33:41.013 INFO kablam! warning: unused import: `std::str::FromStr` Oct 15 09:33:41.013 INFO kablam! --> src/main.rs:11:5 Oct 15 09:33:41.013 INFO kablam! | Oct 15 09:33:41.013 INFO kablam! 11 | use std::str::FromStr; Oct 15 09:33:41.013 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:33:41.013 INFO kablam! | Oct 15 09:33:41.013 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:33:41.013 INFO kablam! Oct 15 09:33:41.013 INFO kablam! warning: unused import: `futures::future::Future` Oct 15 09:33:41.013 INFO kablam! --> src/main.rs:12:5 Oct 15 09:33:41.013 INFO kablam! | Oct 15 09:33:41.013 INFO kablam! 12 | use futures::future::Future; Oct 15 09:33:41.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:33:41.013 INFO kablam! Oct 15 09:33:41.013 INFO kablam! warning: unused import: `messages::EngineMessage` Oct 15 09:33:41.013 INFO kablam! --> src/main.rs:13:5 Oct 15 09:33:41.013 INFO kablam! | Oct 15 09:33:41.013 INFO kablam! 13 | use messages::EngineMessage; Oct 15 09:33:41.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:33:41.013 INFO kablam! Oct 15 09:33:41.114 INFO kablam! warning: unused variable: `client` Oct 15 09:33:41.114 INFO kablam! --> src/main.rs:20:9 Oct 15 09:33:41.114 INFO kablam! | Oct 15 09:33:41.114 INFO kablam! 20 | let client = Client::new(&core.handle()); Oct 15 09:33:41.114 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 15 09:33:41.114 INFO kablam! | Oct 15 09:33:41.114 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:33:41.114 INFO kablam! Oct 15 09:33:41.116 INFO kablam! warning: variable does not need to be mutable Oct 15 09:33:41.116 INFO kablam! --> src/main.rs:19:9 Oct 15 09:33:41.116 INFO kablam! | Oct 15 09:33:41.116 INFO kablam! 19 | let mut core = tokio_core::reactor::Core::new().unwrap(); Oct 15 09:33:41.116 INFO kablam! | ----^^^^ Oct 15 09:33:41.116 INFO kablam! | | Oct 15 09:33:41.116 INFO kablam! | help: remove this `mut` Oct 15 09:33:41.116 INFO kablam! | Oct 15 09:33:41.116 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:33:41.116 INFO kablam! Oct 15 09:33:41.161 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:33:41.161 INFO kablam! --> src/client.rs:34:9 Oct 15 09:33:41.161 INFO kablam! | Oct 15 09:33:41.161 INFO kablam! 34 | file.read_to_string(&mut buffer); Oct 15 09:33:41.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:33:41.161 INFO kablam! | Oct 15 09:33:41.161 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:33:41.161 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:33:41.161 INFO kablam! Oct 15 09:33:41.161 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:33:41.161 INFO kablam! --> src/client.rs:52:9 Oct 15 09:33:41.161 INFO kablam! | Oct 15 09:33:41.161 INFO kablam! 52 | self.core.run(res); Oct 15 09:33:41.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:33:41.161 INFO kablam! | Oct 15 09:33:41.161 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:33:41.161 INFO kablam! Oct 15 09:33:41.544 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 15 09:33:41.551 INFO kablam! su: No module specific data is present Oct 15 09:33:42.051 INFO running `"docker" "rm" "-f" "ab35cdd10130d19cfaf33bb719b1224fbf0c5a34c6aab7c1fa85633702c0bbc8"` Oct 15 09:33:42.322 INFO blam! ab35cdd10130d19cfaf33bb719b1224fbf0c5a34c6aab7c1fa85633702c0bbc8 Oct 15 09:33:42.324 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 09:33:42.599 INFO blam! 6b8a0d93f561034b417e92eafcc9611a0a3ac5ea1643773b23085ece2514c4af Oct 15 09:33:42.602 INFO running `"docker" "start" "-a" "6b8a0d93f561034b417e92eafcc9611a0a3ac5ea1643773b23085ece2514c4af"` Oct 15 09:33:43.220 INFO kablam! usermod: no changes Oct 15 09:33:43.321 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 09:33:43.338 INFO kablam! Running /target/debug/deps/ss_client-acdc80156a0fb759 Oct 15 09:33:43.349 INFO blam! Oct 15 09:33:43.349 INFO blam! running 0 tests Oct 15 09:33:43.349 INFO blam! Oct 15 09:33:43.349 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:33:43.349 INFO blam! Oct 15 09:33:43.355 INFO kablam! su: No module specific data is present Oct 15 09:33:43.611 INFO running `"docker" "rm" "-f" "6b8a0d93f561034b417e92eafcc9611a0a3ac5ea1643773b23085ece2514c4af"` Oct 15 09:33:43.790 INFO blam! 6b8a0d93f561034b417e92eafcc9611a0a3ac5ea1643773b23085ece2514c4af