Oct 10 12:27:12.334 INFO testing wayslog/statsd against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:27:12.334 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:27:12.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:27:12.760 INFO blam! 4df71b488ea51cececb855fe2bcf76c64b9c44a31a2af7960795fcc2cabc693a Oct 10 12:27:12.768 INFO running `"docker" "start" "-a" "4df71b488ea51cececb855fe2bcf76c64b9c44a31a2af7960795fcc2cabc693a"` Oct 10 12:27:13.770 INFO kablam! usermod: no changes Oct 10 12:27:14.072 INFO kablam! Compiling crc16 v0.3.4 Oct 10 12:27:14.072 INFO kablam! Compiling iovec v0.1.2 Oct 10 12:27:14.076 INFO kablam! Compiling memchr v2.0.1 Oct 10 12:27:14.076 INFO kablam! Compiling net2 v0.2.32 Oct 10 12:27:14.076 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 10 12:27:14.076 INFO kablam! Compiling syn v0.14.0 Oct 10 12:27:14.076 INFO kablam! Compiling serde_json v1.0.17 Oct 10 12:27:14.076 INFO kablam! Compiling tokio-threadpool v0.1.3 Oct 10 12:27:15.404 INFO kablam! Compiling backtrace v0.3.7 Oct 10 12:27:17.872 INFO kablam! Compiling aho-corasick v0.6.4 Oct 10 12:27:17.945 INFO kablam! Compiling bytes v0.4.7 Oct 10 12:27:18.088 INFO kablam! Compiling mio v0.6.14 Oct 10 12:27:22.594 INFO kablam! Compiling regex v1.0.0 Oct 10 12:27:27.503 INFO kablam! Compiling failure v0.1.1 Oct 10 12:27:27.554 INFO kablam! Compiling tokio-io v0.1.6 Oct 10 12:27:31.485 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 10 12:27:31.485 INFO kablam! Compiling tokio-fs v0.1.0 Oct 10 12:27:39.658 INFO kablam! Compiling tokio-udp v0.1.0 Oct 10 12:27:39.672 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 12:27:41.040 INFO kablam! Compiling env_logger v0.5.10 Oct 10 12:27:44.083 INFO kablam! Compiling serde_derive v1.0.59 Oct 10 12:27:45.516 INFO kablam! Compiling tokio v0.1.6 Oct 10 12:28:02.388 INFO kablam! Compiling statsd v0.1.0 (/source) Oct 10 12:28:04.896 INFO kablam! warning: unused import: `tokio::prelude` Oct 10 12:28:04.896 INFO kablam! --> src/sender/mod.rs:4:5 Oct 10 12:28:04.896 INFO kablam! | Oct 10 12:28:04.896 INFO kablam! 4 | use tokio::prelude::*; Oct 10 12:28:04.896 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:28:04.896 INFO kablam! | Oct 10 12:28:04.896 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:28:04.896 INFO kablam! Oct 10 12:28:04.904 INFO kablam! warning: unused variable: `queue` Oct 10 12:28:04.904 INFO kablam! --> src/sender/mod.rs:25:17 Oct 10 12:28:04.904 INFO kablam! | Oct 10 12:28:04.904 INFO kablam! 25 | pub fn dispatch(queue: Arc>) {} Oct 10 12:28:04.904 INFO kablam! | ^^^^^ help: consider using `_queue` instead Oct 10 12:28:04.904 INFO kablam! | Oct 10 12:28:04.904 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:28:04.904 INFO kablam! Oct 10 12:28:04.904 INFO kablam! warning: unused variable: `queue` Oct 10 12:28:04.904 INFO kablam! --> src/sender/mod.rs:27:15 Oct 10 12:28:04.904 INFO kablam! | Oct 10 12:28:04.904 INFO kablam! 27 | fn run_sender(queue: Arc>) {} Oct 10 12:28:04.904 INFO kablam! | ^^^^^ help: consider using `_queue` instead Oct 10 12:28:04.904 INFO kablam! Oct 10 12:28:04.992 INFO kablam! warning: field is never used: `sock` Oct 10 12:28:04.992 INFO kablam! --> src/sender/mod.rs:30:5 Oct 10 12:28:04.992 INFO kablam! | Oct 10 12:28:04.992 INFO kablam! 30 | sock: TcpStream, Oct 10 12:28:04.992 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 12:28:04.992 INFO kablam! | Oct 10 12:28:04.992 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:28:04.992 INFO kablam! Oct 10 12:28:12.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.05s Oct 10 12:28:12.864 INFO kablam! su: No module specific data is present Oct 10 12:28:13.765 INFO running `"docker" "rm" "-f" "4df71b488ea51cececb855fe2bcf76c64b9c44a31a2af7960795fcc2cabc693a"` Oct 10 12:28:14.008 INFO blam! 4df71b488ea51cececb855fe2bcf76c64b9c44a31a2af7960795fcc2cabc693a Oct 10 12:28:14.020 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:28:14.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:28:14.473 INFO blam! d6bfe2e4d53f5b4b4eddef12812534ac16ea94e43ab6089daa60c33ed2a1db1a Oct 10 12:28:14.474 INFO running `"docker" "start" "-a" "d6bfe2e4d53f5b4b4eddef12812534ac16ea94e43ab6089daa60c33ed2a1db1a"` Oct 10 12:28:15.883 INFO kablam! usermod: no changes Oct 10 12:28:16.108 INFO kablam! Compiling statsd v0.1.0 (/source) Oct 10 12:28:21.724 INFO kablam! warning: unused import: `tokio::prelude` Oct 10 12:28:21.724 INFO kablam! --> src/sender/mod.rs:4:5 Oct 10 12:28:21.724 INFO kablam! | Oct 10 12:28:21.724 INFO kablam! 4 | use tokio::prelude::*; Oct 10 12:28:21.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:28:21.724 INFO kablam! | Oct 10 12:28:21.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:28:21.724 INFO kablam! Oct 10 12:28:21.752 INFO kablam! warning: unused variable: `queue` Oct 10 12:28:21.752 INFO kablam! --> src/sender/mod.rs:25:17 Oct 10 12:28:21.752 INFO kablam! | Oct 10 12:28:21.752 INFO kablam! 25 | pub fn dispatch(queue: Arc>) {} Oct 10 12:28:21.752 INFO kablam! | ^^^^^ help: consider using `_queue` instead Oct 10 12:28:21.752 INFO kablam! | Oct 10 12:28:21.752 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:28:21.752 INFO kablam! Oct 10 12:28:21.752 INFO kablam! warning: unused variable: `queue` Oct 10 12:28:21.752 INFO kablam! --> src/sender/mod.rs:27:15 Oct 10 12:28:21.752 INFO kablam! | Oct 10 12:28:21.752 INFO kablam! 27 | fn run_sender(queue: Arc>) {} Oct 10 12:28:21.752 INFO kablam! | ^^^^^ help: consider using `_queue` instead Oct 10 12:28:21.752 INFO kablam! Oct 10 12:28:21.860 INFO kablam! warning: field is never used: `sock` Oct 10 12:28:21.860 INFO kablam! --> src/sender/mod.rs:30:5 Oct 10 12:28:21.860 INFO kablam! | Oct 10 12:28:21.860 INFO kablam! 30 | sock: TcpStream, Oct 10 12:28:21.860 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 12:28:21.860 INFO kablam! | Oct 10 12:28:21.860 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:28:21.860 INFO kablam! Oct 10 12:28:24.282 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.37s Oct 10 12:28:24.296 INFO kablam! su: No module specific data is present Oct 10 12:28:25.040 INFO running `"docker" "rm" "-f" "d6bfe2e4d53f5b4b4eddef12812534ac16ea94e43ab6089daa60c33ed2a1db1a"` Oct 10 12:28:25.402 INFO blam! d6bfe2e4d53f5b4b4eddef12812534ac16ea94e43ab6089daa60c33ed2a1db1a Oct 10 12:28:25.403 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:28:25.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:28:25.878 INFO blam! 1fdd67146091b6e51f589f5d82493bd643a2983dab04619846bbe462348e8362 Oct 10 12:28:25.880 INFO running `"docker" "start" "-a" "1fdd67146091b6e51f589f5d82493bd643a2983dab04619846bbe462348e8362"` Oct 10 12:28:27.282 INFO kablam! usermod: no changes Oct 10 12:28:27.532 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 10 12:28:27.560 INFO blam! Oct 10 12:28:27.561 INFO kablam! Running /target/debug/deps/stats-0fb6031672bfaf61 Oct 10 12:28:27.561 INFO blam! running 2 tests Oct 10 12:28:27.576 INFO blam! test ring::ring_test::test_crc_hasher_equal ... ok Oct 10 12:28:27.644 INFO blam! test ring::ring_test::test ... ok Oct 10 12:28:27.645 INFO kablam! Running /target/debug/deps/statsd_proxy-9e15da030bba2fd2 Oct 10 12:28:27.645 INFO blam! Oct 10 12:28:27.645 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:28:27.646 INFO blam! Oct 10 12:28:27.646 INFO blam! Oct 10 12:28:27.646 INFO blam! running 0 tests Oct 10 12:28:27.647 INFO blam! Oct 10 12:28:27.647 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:28:27.647 INFO blam! Oct 10 12:28:27.648 INFO kablam! Running /target/debug/deps/statsd_worker-da2ef8815f685b55 Oct 10 12:28:27.652 INFO kablam! Doc-tests stats Oct 10 12:28:27.653 INFO blam! Oct 10 12:28:27.653 INFO blam! running 0 tests Oct 10 12:28:27.653 INFO blam! Oct 10 12:28:27.653 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:28:27.654 INFO blam! Oct 10 12:28:32.284 INFO blam! Oct 10 12:28:32.284 INFO blam! running 0 tests Oct 10 12:28:32.284 INFO blam! Oct 10 12:28:32.284 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:28:32.284 INFO blam! Oct 10 12:28:32.300 INFO kablam! su: No module specific data is present Oct 10 12:28:33.462 INFO running `"docker" "rm" "-f" "1fdd67146091b6e51f589f5d82493bd643a2983dab04619846bbe462348e8362"` Oct 10 12:28:33.744 INFO blam! 1fdd67146091b6e51f589f5d82493bd643a2983dab04619846bbe462348e8362