Oct 15 16:04:19.443 INFO testing tokio_kcp-0.7.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:04:19.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:04:19.788 INFO blam! 6fb4d8cef0cc685dcc544c176275f24b0022ea88710314f45e8f10ede12b5214 Oct 15 16:04:19.799 INFO running `"docker" "start" "-a" "6fb4d8cef0cc685dcc544c176275f24b0022ea88710314f45e8f10ede12b5214"` Oct 15 16:04:20.783 INFO kablam! usermod: no changes Oct 15 16:04:21.003 INFO kablam! Compiling priority-queue v0.3.2 Oct 15 16:04:21.007 INFO kablam! Compiling kcp v0.4.10 Oct 15 16:04:22.945 INFO kablam! Compiling tokio_kcp v0.7.1 (/source) Oct 15 16:04:29.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.95s Oct 15 16:04:29.768 INFO kablam! su: No module specific data is present Oct 15 16:04:30.455 INFO running `"docker" "rm" "-f" "6fb4d8cef0cc685dcc544c176275f24b0022ea88710314f45e8f10ede12b5214"` Oct 15 16:04:30.675 INFO blam! 6fb4d8cef0cc685dcc544c176275f24b0022ea88710314f45e8f10ede12b5214 Oct 15 16:04:30.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:04:31.163 INFO blam! b20cd9312cbfdbe4405cb92ccd873447d907b5a67d2b3f80a867b9ad02fa2ec2 Oct 15 16:04:31.169 INFO running `"docker" "start" "-a" "b20cd9312cbfdbe4405cb92ccd873447d907b5a67d2b3f80a867b9ad02fa2ec2"` Oct 15 16:04:32.383 INFO kablam! usermod: no changes Oct 15 16:04:32.587 INFO kablam! Compiling tokio_kcp v0.7.1 (/source) Oct 15 16:04:41.751 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:04:41.751 INFO kablam! --> examples/client.rs:55:37 Oct 15 16:04:41.751 INFO kablam! | Oct 15 16:04:41.751 INFO kablam! 55 | let (sink, stream) = stream.framed(Bytes).split(); Oct 15 16:04:41.752 INFO kablam! | ^^^^^^ Oct 15 16:04:41.780 INFO kablam! | Oct 15 16:04:41.780 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:04:41.781 INFO kablam! Oct 15 16:04:42.859 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 16:04:42.859 INFO kablam! --> examples/bench_client.rs:74:17 Oct 15 16:04:42.859 INFO kablam! | Oct 15 16:04:42.859 INFO kablam! 74 | buf.put_u32::(self.index as u32); Oct 15 16:04:42.859 INFO kablam! | ^^^^^^^ Oct 15 16:04:42.871 INFO kablam! | Oct 15 16:04:42.871 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:04:42.871 INFO kablam! Oct 15 16:04:42.871 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 16:04:42.871 INFO kablam! --> examples/bench_client.rs:75:17 Oct 15 16:04:42.871 INFO kablam! | Oct 15 16:04:42.871 INFO kablam! 75 | buf.put_u32::(cur); Oct 15 16:04:42.871 INFO kablam! | ^^^^^^^ Oct 15 16:04:42.879 INFO kablam! Oct 15 16:04:42.951 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 15 16:04:42.951 INFO kablam! --> examples/bench_client.rs:138:26 Oct 15 16:04:42.951 INFO kablam! | Oct 15 16:04:42.951 INFO kablam! 138 | let sn = cur.get_u32::(); Oct 15 16:04:42.951 INFO kablam! | ^^^^^^^ Oct 15 16:04:42.963 INFO kablam! Oct 15 16:04:42.963 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 15 16:04:42.963 INFO kablam! --> examples/bench_client.rs:139:26 Oct 15 16:04:42.963 INFO kablam! | Oct 15 16:04:42.963 INFO kablam! 139 | let ts = cur.get_u32::(); Oct 15 16:04:42.963 INFO kablam! | ^^^^^^^ Oct 15 16:04:42.963 INFO kablam! Oct 15 16:04:49.722 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 16:04:49.723 INFO kablam! --> tests/echo_bench.rs:74:17 Oct 15 16:04:49.723 INFO kablam! | Oct 15 16:04:49.723 INFO kablam! 74 | buf.put_u32::(self.index as u32); Oct 15 16:04:49.723 INFO kablam! | ^^^^^^^ Oct 15 16:04:49.739 INFO kablam! | Oct 15 16:04:49.739 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:04:49.739 INFO kablam! Oct 15 16:04:49.741 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 16:04:49.741 INFO kablam! --> tests/echo_bench.rs:75:17 Oct 15 16:04:49.741 INFO kablam! | Oct 15 16:04:49.741 INFO kablam! 75 | buf.put_u32::(cur); Oct 15 16:04:49.741 INFO kablam! | ^^^^^^^ Oct 15 16:04:49.741 INFO kablam! Oct 15 16:04:49.815 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 15 16:04:49.815 INFO kablam! --> tests/echo_bench.rs:136:26 Oct 15 16:04:49.815 INFO kablam! | Oct 15 16:04:49.815 INFO kablam! 136 | let sn = cur.get_u32::(); Oct 15 16:04:49.815 INFO kablam! | ^^^^^^^ Oct 15 16:04:49.816 INFO kablam! Oct 15 16:04:49.816 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 15 16:04:49.816 INFO kablam! --> tests/echo_bench.rs:137:26 Oct 15 16:04:49.817 INFO kablam! | Oct 15 16:04:49.817 INFO kablam! 137 | let ts = cur.get_u32::(); Oct 15 16:04:49.817 INFO kablam! | ^^^^^^^ Oct 15 16:04:49.831 INFO kablam! Oct 15 16:04:50.828 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 16:04:50.828 INFO kablam! --> tests/echo.rs:43:17 Oct 15 16:04:50.828 INFO kablam! | Oct 15 16:04:50.828 INFO kablam! 43 | buf.put_u32::(self.count as u32); Oct 15 16:04:50.828 INFO kablam! | ^^^^^^^ Oct 15 16:04:50.835 INFO kablam! | Oct 15 16:04:50.835 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:04:50.835 INFO kablam! Oct 15 16:04:50.955 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 15 16:04:50.956 INFO kablam! --> tests/echo.rs:86:27 Oct 15 16:04:50.956 INFO kablam! | Oct 15 16:04:50.957 INFO kablam! 86 | let cnt = cur.get_u32::(); Oct 15 16:04:50.958 INFO kablam! | ^^^^^^^ Oct 15 16:04:50.958 INFO kablam! Oct 15 16:04:59.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.01s Oct 15 16:04:59.439 INFO kablam! su: No module specific data is present Oct 15 16:05:01.484 INFO running `"docker" "rm" "-f" "b20cd9312cbfdbe4405cb92ccd873447d907b5a67d2b3f80a867b9ad02fa2ec2"` Oct 15 16:05:01.722 INFO blam! b20cd9312cbfdbe4405cb92ccd873447d907b5a67d2b3f80a867b9ad02fa2ec2 Oct 15 16:05:01.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:05:02.190 INFO blam! 9b4a9b739bf0652754814037d43bd23b72b49eb3a72e75a62e388a97a4607d99 Oct 15 16:05:02.193 INFO running `"docker" "start" "-a" "9b4a9b739bf0652754814037d43bd23b72b49eb3a72e75a62e388a97a4607d99"` Oct 15 16:05:03.472 INFO kablam! usermod: no changes Oct 15 16:05:03.709 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 16:05:03.722 INFO kablam! Running /target/debug/deps/tokio_kcp-a4dd60d335b54a11 Oct 15 16:05:03.724 INFO blam! Oct 15 16:05:03.724 INFO blam! running 0 tests Oct 15 16:05:03.724 INFO blam! Oct 15 16:05:03.724 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:05:03.725 INFO blam! Oct 15 16:05:03.725 INFO kablam! Running /target/debug/deps/echo-394d1fb8ec35f746 Oct 15 16:05:03.727 INFO blam! Oct 15 16:05:03.727 INFO blam! running 1 test Oct 15 16:05:03.831 INFO blam! test echo ... ok Oct 15 16:05:03.831 INFO blam! Oct 15 16:05:03.832 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:05:03.832 INFO blam! Oct 15 16:05:03.833 INFO kablam! Running /target/debug/deps/echo_bench-8de6d955671fa62d Oct 15 16:05:03.835 INFO blam! Oct 15 16:05:03.835 INFO blam! running 3 tests Oct 15 16:05:23.838 INFO blam! test echo_bench_normal ... ok Oct 15 16:05:23.839 INFO blam! test echo_bench_default ... ok Oct 15 16:05:23.844 INFO blam! test echo_bench_fast ... ok Oct 15 16:05:23.844 INFO kablam! Doc-tests tokio_kcp Oct 15 16:05:23.844 INFO blam! Oct 15 16:05:23.844 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:05:23.844 INFO blam! Oct 15 16:05:29.003 INFO blam! Oct 15 16:05:29.003 INFO blam! running 0 tests Oct 15 16:05:29.004 INFO blam! Oct 15 16:05:29.005 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:05:29.005 INFO blam! Oct 15 16:05:29.016 INFO kablam! su: No module specific data is present Oct 15 16:05:30.079 INFO running `"docker" "rm" "-f" "9b4a9b739bf0652754814037d43bd23b72b49eb3a72e75a62e388a97a4607d99"` Oct 15 16:05:30.355 INFO blam! 9b4a9b739bf0652754814037d43bd23b72b49eb3a72e75a62e388a97a4607d99