Oct 13 05:03:50.830 INFO testing obaiyan/barragekyi against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:03:50.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 05:03:51.327 INFO blam! cfee49fba8bd92db57385d9101d44960a19a9e56400156db5a798420cc51480c Oct 13 05:03:51.329 INFO running `"docker" "start" "-a" "cfee49fba8bd92db57385d9101d44960a19a9e56400156db5a798420cc51480c"` Oct 13 05:03:53.007 INFO kablam! usermod: no changes Oct 13 05:03:53.159 INFO kablam! Compiling serde_json v1.0.9 Oct 13 05:03:53.159 INFO kablam! Compiling bytes v0.4.5 Oct 13 05:03:55.558 INFO kablam! Compiling tokio-io v0.1.4 Oct 13 05:03:57.941 INFO kablam! Compiling tokio-core v0.1.11 Oct 13 05:04:02.679 INFO kablam! Compiling tokio-proto v0.1.1 Oct 13 05:04:05.779 INFO kablam! Compiling hyper v0.11.11 Oct 13 05:04:17.397 INFO kablam! Compiling barragekyi v0.1.0 (/source) Oct 13 05:04:18.791 INFO kablam! warning: unused import: `std` Oct 13 05:04:18.791 INFO kablam! --> src/client/barrage_client.rs:17:5 Oct 13 05:04:18.791 INFO kablam! | Oct 13 05:04:18.791 INFO kablam! 17 | use std; Oct 13 05:04:18.791 INFO kablam! | ^^^ Oct 13 05:04:18.791 INFO kablam! | Oct 13 05:04:18.791 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:04:18.791 INFO kablam! Oct 13 05:04:18.791 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 13 05:04:18.791 INFO kablam! --> src/client/barrage_client.rs:19:17 Oct 13 05:04:18.791 INFO kablam! | Oct 13 05:04:18.791 INFO kablam! 19 | use std::sync::{Arc, Mutex}; Oct 13 05:04:18.791 INFO kablam! | ^^^ ^^^^^ Oct 13 05:04:18.791 INFO kablam! Oct 13 05:04:19.188 INFO kablam! warning: unused variable: `handler` Oct 13 05:04:19.189 INFO kablam! --> src/client/barrage_client.rs:118:13 Oct 13 05:04:19.190 INFO kablam! | Oct 13 05:04:19.191 INFO kablam! 118 | let handler = thread::spawn(move || { Oct 13 05:04:19.191 INFO kablam! | ^^^^^^^ help: consider using `_handler` instead Oct 13 05:04:19.192 INFO kablam! | Oct 13 05:04:19.193 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:04:19.193 INFO kablam! Oct 13 05:04:19.194 INFO kablam! warning: unused variable: `message` Oct 13 05:04:19.194 INFO kablam! --> src/client/barrage_client.rs:156:17 Oct 13 05:04:19.194 INFO kablam! | Oct 13 05:04:19.194 INFO kablam! 156 | let mut message = receiver.recv().unwrap(); Oct 13 05:04:19.194 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 13 05:04:19.194 INFO kablam! Oct 13 05:04:19.211 INFO kablam! warning: variable does not need to be mutable Oct 13 05:04:19.211 INFO kablam! --> src/client/barrage_client.rs:156:13 Oct 13 05:04:19.211 INFO kablam! | Oct 13 05:04:19.211 INFO kablam! 156 | let mut message = receiver.recv().unwrap(); Oct 13 05:04:19.211 INFO kablam! | ----^^^^^^^ Oct 13 05:04:19.211 INFO kablam! | | Oct 13 05:04:19.211 INFO kablam! | help: remove this `mut` Oct 13 05:04:19.211 INFO kablam! | Oct 13 05:04:19.211 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:04:19.211 INFO kablam! Oct 13 05:04:19.303 INFO kablam! warning: function is never used: `print_bytes` Oct 13 05:04:19.303 INFO kablam! --> src/client/barrage_client.rs:21:1 Oct 13 05:04:19.303 INFO kablam! | Oct 13 05:04:19.303 INFO kablam! 21 | fn print_bytes(data: &Vec) { Oct 13 05:04:19.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:19.303 INFO kablam! | Oct 13 05:04:19.303 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:04:19.303 INFO kablam! Oct 13 05:04:19.303 INFO kablam! warning: method is never used: `print_hello` Oct 13 05:04:19.303 INFO kablam! --> src/client/barrage_client.rs:37:5 Oct 13 05:04:19.303 INFO kablam! | Oct 13 05:04:19.303 INFO kablam! 37 | fn print_hello(&self) { Oct 13 05:04:19.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:19.303 INFO kablam! Oct 13 05:04:25.136 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.10s Oct 13 05:04:25.144 INFO kablam! su: No module specific data is present Oct 13 05:04:26.331 INFO running `"docker" "rm" "-f" "cfee49fba8bd92db57385d9101d44960a19a9e56400156db5a798420cc51480c"` Oct 13 05:04:26.748 INFO blam! cfee49fba8bd92db57385d9101d44960a19a9e56400156db5a798420cc51480c Oct 13 05:04:26.764 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 05:04:27.227 INFO blam! ee103f6ae276b782cf686790217cfaf878d62ffb570f36fad3f72aa78984592d Oct 13 05:04:27.243 INFO running `"docker" "start" "-a" "ee103f6ae276b782cf686790217cfaf878d62ffb570f36fad3f72aa78984592d"` Oct 13 05:04:29.538 INFO kablam! usermod: no changes Oct 13 05:04:29.833 INFO kablam! Compiling barragekyi v0.1.0 (/source) Oct 13 05:04:31.063 INFO kablam! warning: unused import: `std` Oct 13 05:04:31.063 INFO kablam! --> src/client/barrage_client.rs:17:5 Oct 13 05:04:31.063 INFO kablam! | Oct 13 05:04:31.063 INFO kablam! 17 | use std; Oct 13 05:04:31.063 INFO kablam! | ^^^ Oct 13 05:04:31.063 INFO kablam! | Oct 13 05:04:31.063 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:04:31.063 INFO kablam! Oct 13 05:04:31.063 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 13 05:04:31.063 INFO kablam! --> src/client/barrage_client.rs:19:17 Oct 13 05:04:31.063 INFO kablam! | Oct 13 05:04:31.063 INFO kablam! 19 | use std::sync::{Arc, Mutex}; Oct 13 05:04:31.063 INFO kablam! | ^^^ ^^^^^ Oct 13 05:04:31.063 INFO kablam! Oct 13 05:04:31.439 INFO kablam! warning: unused variable: `handler` Oct 13 05:04:31.439 INFO kablam! --> src/client/barrage_client.rs:118:13 Oct 13 05:04:31.439 INFO kablam! | Oct 13 05:04:31.439 INFO kablam! 118 | let handler = thread::spawn(move || { Oct 13 05:04:31.439 INFO kablam! | ^^^^^^^ help: consider using `_handler` instead Oct 13 05:04:31.439 INFO kablam! | Oct 13 05:04:31.439 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:04:31.439 INFO kablam! Oct 13 05:04:31.439 INFO kablam! warning: unused variable: `message` Oct 13 05:04:31.439 INFO kablam! --> src/client/barrage_client.rs:156:17 Oct 13 05:04:31.439 INFO kablam! | Oct 13 05:04:31.439 INFO kablam! 156 | let mut message = receiver.recv().unwrap(); Oct 13 05:04:31.439 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 13 05:04:31.439 INFO kablam! Oct 13 05:04:31.459 INFO kablam! warning: variable does not need to be mutable Oct 13 05:04:31.459 INFO kablam! --> src/client/barrage_client.rs:156:13 Oct 13 05:04:31.459 INFO kablam! | Oct 13 05:04:31.459 INFO kablam! 156 | let mut message = receiver.recv().unwrap(); Oct 13 05:04:31.459 INFO kablam! | ----^^^^^^^ Oct 13 05:04:31.459 INFO kablam! | | Oct 13 05:04:31.459 INFO kablam! | help: remove this `mut` Oct 13 05:04:31.459 INFO kablam! | Oct 13 05:04:31.459 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:04:31.459 INFO kablam! Oct 13 05:04:31.542 INFO kablam! warning: function is never used: `print_bytes` Oct 13 05:04:31.542 INFO kablam! --> src/client/barrage_client.rs:21:1 Oct 13 05:04:31.542 INFO kablam! | Oct 13 05:04:31.542 INFO kablam! 21 | fn print_bytes(data: &Vec) { Oct 13 05:04:31.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:31.542 INFO kablam! | Oct 13 05:04:31.542 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:04:31.542 INFO kablam! Oct 13 05:04:31.542 INFO kablam! warning: method is never used: `print_hello` Oct 13 05:04:31.543 INFO kablam! --> src/client/barrage_client.rs:37:5 Oct 13 05:04:31.543 INFO kablam! | Oct 13 05:04:31.543 INFO kablam! 37 | fn print_hello(&self) { Oct 13 05:04:31.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:31.543 INFO kablam! Oct 13 05:04:32.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Oct 13 05:04:32.196 INFO kablam! su: No module specific data is present Oct 13 05:04:33.299 INFO running `"docker" "rm" "-f" "ee103f6ae276b782cf686790217cfaf878d62ffb570f36fad3f72aa78984592d"` Oct 13 05:04:33.707 INFO blam! ee103f6ae276b782cf686790217cfaf878d62ffb570f36fad3f72aa78984592d Oct 13 05:04:33.717 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 05:04:34.153 INFO blam! 0a569fd2ad8ee62d17c7c0002da4d4aa78d685a4e4720d5b2237e8596204b56b Oct 13 05:04:34.154 INFO running `"docker" "start" "-a" "0a569fd2ad8ee62d17c7c0002da4d4aa78d685a4e4720d5b2237e8596204b56b"` Oct 13 05:04:35.603 INFO kablam! usermod: no changes Oct 13 05:04:35.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 13 05:04:35.819 INFO kablam! Running /target/debug/deps/barragekyi-46292816994ce9b2 Oct 13 05:04:35.836 INFO blam! Oct 13 05:04:35.836 INFO blam! running 0 tests Oct 13 05:04:35.836 INFO blam! Oct 13 05:04:35.836 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:04:35.836 INFO blam! Oct 13 05:04:35.838 INFO kablam! su: No module specific data is present Oct 13 05:04:36.629 INFO running `"docker" "rm" "-f" "0a569fd2ad8ee62d17c7c0002da4d4aa78d685a4e4720d5b2237e8596204b56b"` Oct 13 05:04:37.043 INFO blam! 0a569fd2ad8ee62d17c7c0002da4d4aa78d685a4e4720d5b2237e8596204b56b