Oct 12 19:13:05.759 INFO testing wayslog/statsd against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 19:13:05.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 19:13:06.163 INFO blam! ccaff5e8a99d4d491709b5cdfe00c45aec7771be0f1e9722a1b5f2ded105c81e Oct 12 19:13:06.187 INFO running `"docker" "start" "-a" "ccaff5e8a99d4d491709b5cdfe00c45aec7771be0f1e9722a1b5f2ded105c81e"` Oct 12 19:13:07.910 INFO kablam! usermod: no changes Oct 12 19:13:08.175 INFO kablam! Compiling cfg-if v0.1.3 Oct 12 19:13:08.175 INFO kablam! Compiling libc v0.2.41 Oct 12 19:13:08.183 INFO kablam! Compiling crc16 v0.3.4 Oct 12 19:13:08.183 INFO kablam! Compiling rustc-demangle v0.1.8 Oct 12 19:13:08.183 INFO kablam! Compiling quote v0.6.2 Oct 12 19:13:08.183 INFO kablam! Compiling serde v1.0.59 Oct 12 19:13:08.751 INFO kablam! Compiling crossbeam-utils v0.3.2 Oct 12 19:13:08.752 INFO kablam! Compiling log v0.4.1 Oct 12 19:13:11.133 INFO kablam! Compiling crossbeam-epoch v0.4.1 Oct 12 19:13:12.615 INFO kablam! Compiling syn v0.14.0 Oct 12 19:13:15.868 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 12 19:13:16.361 INFO kablam! Compiling iovec v0.1.2 Oct 12 19:13:16.362 INFO kablam! Compiling net2 v0.2.32 Oct 12 19:13:16.363 INFO kablam! Compiling memchr v2.0.1 Oct 12 19:13:16.363 INFO kablam! Compiling num_cpus v1.8.0 Oct 12 19:13:16.363 INFO kablam! Compiling rand v0.4.2 Oct 12 19:13:18.979 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 19:13:19.052 INFO kablam! Compiling atty v0.2.10 Oct 12 19:13:19.095 INFO kablam! Compiling bytes v0.4.7 Oct 12 19:13:20.331 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 19:13:20.637 INFO kablam! Compiling backtrace v0.3.7 Oct 12 19:13:26.672 INFO kablam! Compiling mio v0.6.14 Oct 12 19:13:26.679 INFO kablam! Compiling failure v0.1.1 Oct 12 19:13:26.808 INFO kablam! Compiling regex v1.0.0 Oct 12 19:13:29.292 INFO kablam! Compiling tokio-io v0.1.6 Oct 12 19:13:32.460 INFO kablam! Compiling tokio-threadpool v0.1.3 Oct 12 19:13:40.636 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 12 19:13:51.163 INFO kablam! Compiling tokio-fs v0.1.0 Oct 12 19:13:51.207 INFO kablam! Compiling tokio-udp v0.1.0 Oct 12 19:13:51.363 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 12 19:13:51.487 INFO kablam! Compiling env_logger v0.5.10 Oct 12 19:13:51.924 INFO kablam! Compiling serde_derive v1.0.59 Oct 12 19:13:54.011 INFO kablam! Compiling tokio v0.1.6 Oct 12 19:13:58.975 INFO kablam! Compiling serde_json v1.0.17 Oct 12 19:14:13.279 INFO kablam! Compiling statsd v0.1.0 (/source) Oct 12 19:14:14.144 INFO kablam! warning: unused import: `tokio::prelude` Oct 12 19:14:14.144 INFO kablam! --> src/sender/mod.rs:4:5 Oct 12 19:14:14.145 INFO kablam! | Oct 12 19:14:14.145 INFO kablam! 4 | use tokio::prelude::*; Oct 12 19:14:14.146 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:14:14.147 INFO kablam! | Oct 12 19:14:14.147 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:14:14.148 INFO kablam! Oct 12 19:14:14.154 INFO kablam! warning: unused variable: `queue` Oct 12 19:14:14.155 INFO kablam! --> src/sender/mod.rs:25:17 Oct 12 19:14:14.155 INFO kablam! | Oct 12 19:14:14.156 INFO kablam! 25 | pub fn dispatch(queue: Arc>) {} Oct 12 19:14:14.157 INFO kablam! | ^^^^^ help: consider using `_queue` instead Oct 12 19:14:14.157 INFO kablam! | Oct 12 19:14:14.158 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:14:14.158 INFO kablam! Oct 12 19:14:14.159 INFO kablam! warning: unused variable: `queue` Oct 12 19:14:14.159 INFO kablam! --> src/sender/mod.rs:27:15 Oct 12 19:14:14.160 INFO kablam! | Oct 12 19:14:14.161 INFO kablam! 27 | fn run_sender(queue: Arc>) {} Oct 12 19:14:14.161 INFO kablam! | ^^^^^ help: consider using `_queue` instead Oct 12 19:14:14.162 INFO kablam! Oct 12 19:14:14.236 INFO kablam! warning: field is never used: `sock` Oct 12 19:14:14.237 INFO kablam! --> src/sender/mod.rs:30:5 Oct 12 19:14:14.237 INFO kablam! | Oct 12 19:14:14.237 INFO kablam! 30 | sock: TcpStream, Oct 12 19:14:14.238 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:14:14.238 INFO kablam! | Oct 12 19:14:14.238 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:14:14.238 INFO kablam! Oct 12 19:14:20.360 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 12 19:14:20.372 INFO kablam! su: No module specific data is present Oct 12 19:14:21.349 INFO running `"docker" "rm" "-f" "ccaff5e8a99d4d491709b5cdfe00c45aec7771be0f1e9722a1b5f2ded105c81e"` Oct 12 19:14:21.712 INFO blam! ccaff5e8a99d4d491709b5cdfe00c45aec7771be0f1e9722a1b5f2ded105c81e Oct 12 19:14:21.716 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 19:14:22.310 INFO blam! f4a83dc01e228f3b7c8f81fc1afc3c94530a042962ebcf6dbf524ad52fd19f0d Oct 12 19:14:22.312 INFO running `"docker" "start" "-a" "f4a83dc01e228f3b7c8f81fc1afc3c94530a042962ebcf6dbf524ad52fd19f0d"` Oct 12 19:14:24.406 INFO kablam! usermod: no changes Oct 12 19:14:24.637 INFO kablam! Compiling statsd v0.1.0 (/source) Oct 12 19:14:26.675 INFO kablam! warning: unused import: `tokio::prelude` Oct 12 19:14:26.675 INFO kablam! --> src/sender/mod.rs:4:5 Oct 12 19:14:26.675 INFO kablam! | Oct 12 19:14:26.675 INFO kablam! 4 | use tokio::prelude::*; Oct 12 19:14:26.675 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:14:26.675 INFO kablam! | Oct 12 19:14:26.675 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:14:26.675 INFO kablam! Oct 12 19:14:26.775 INFO kablam! warning: unused variable: `queue` Oct 12 19:14:26.775 INFO kablam! --> src/sender/mod.rs:25:17 Oct 12 19:14:26.775 INFO kablam! | Oct 12 19:14:26.775 INFO kablam! 25 | pub fn dispatch(queue: Arc>) {} Oct 12 19:14:26.775 INFO kablam! | ^^^^^ help: consider using `_queue` instead Oct 12 19:14:26.775 INFO kablam! | Oct 12 19:14:26.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:14:26.775 INFO kablam! Oct 12 19:14:26.775 INFO kablam! warning: unused variable: `queue` Oct 12 19:14:26.775 INFO kablam! --> src/sender/mod.rs:27:15 Oct 12 19:14:26.775 INFO kablam! | Oct 12 19:14:26.775 INFO kablam! 27 | fn run_sender(queue: Arc>) {} Oct 12 19:14:26.775 INFO kablam! | ^^^^^ help: consider using `_queue` instead Oct 12 19:14:26.775 INFO kablam! Oct 12 19:14:27.115 INFO kablam! warning: field is never used: `sock` Oct 12 19:14:27.115 INFO kablam! --> src/sender/mod.rs:30:5 Oct 12 19:14:27.116 INFO kablam! | Oct 12 19:14:27.116 INFO kablam! 30 | sock: TcpStream, Oct 12 19:14:27.116 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:14:27.116 INFO kablam! | Oct 12 19:14:27.117 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:14:27.117 INFO kablam! Oct 12 19:14:29.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.10s Oct 12 19:14:29.546 INFO kablam! su: No module specific data is present Oct 12 19:14:30.537 INFO running `"docker" "rm" "-f" "f4a83dc01e228f3b7c8f81fc1afc3c94530a042962ebcf6dbf524ad52fd19f0d"` Oct 12 19:14:30.821 INFO blam! f4a83dc01e228f3b7c8f81fc1afc3c94530a042962ebcf6dbf524ad52fd19f0d Oct 12 19:14:30.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 19:14:31.307 INFO blam! dcb57e04208d03cc7bc4fb38582a6260eb83765fce2c92140d9a099f22d336a6 Oct 12 19:14:31.307 INFO running `"docker" "start" "-a" "dcb57e04208d03cc7bc4fb38582a6260eb83765fce2c92140d9a099f22d336a6"` Oct 12 19:14:32.343 INFO kablam! usermod: no changes Oct 12 19:14:32.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 12 19:14:32.495 INFO kablam! Running /target/debug/deps/stats-51ae4c01ebb4bf08 Oct 12 19:14:32.499 INFO blam! Oct 12 19:14:32.499 INFO blam! running 2 tests Oct 12 19:14:32.511 INFO blam! test ring::ring_test::test_crc_hasher_equal ... ok Oct 12 19:14:32.567 INFO blam! test ring::ring_test::test ... ok Oct 12 19:14:32.567 INFO blam! Oct 12 19:14:32.567 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:14:32.567 INFO blam! Oct 12 19:14:32.568 INFO kablam! Running /target/debug/deps/statsd_proxy-23b7187ecfcff666 Oct 12 19:14:32.575 INFO blam! Oct 12 19:14:32.575 INFO blam! running 0 tests Oct 12 19:14:32.575 INFO blam! Oct 12 19:14:32.575 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:14:32.575 INFO blam! Oct 12 19:14:32.576 INFO kablam! Running /target/debug/deps/statsd_worker-a065432e97e71764 Oct 12 19:14:32.583 INFO blam! Oct 12 19:14:32.583 INFO blam! running 0 tests Oct 12 19:14:32.583 INFO blam! Oct 12 19:14:32.583 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:14:32.583 INFO blam! Oct 12 19:14:32.584 INFO kablam! Doc-tests stats Oct 12 19:14:33.539 INFO blam! Oct 12 19:14:33.539 INFO blam! running 0 tests Oct 12 19:14:33.539 INFO blam! Oct 12 19:14:33.539 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:14:33.539 INFO blam! Oct 12 19:14:33.551 INFO kablam! su: No module specific data is present Oct 12 19:14:35.174 INFO running `"docker" "rm" "-f" "dcb57e04208d03cc7bc4fb38582a6260eb83765fce2c92140d9a099f22d336a6"` Oct 12 19:14:35.483 INFO blam! dcb57e04208d03cc7bc4fb38582a6260eb83765fce2c92140d9a099f22d336a6