Oct 13 07:14:05.146 INFO checking tokio_kcp-0.7.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:14:05.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 07:14:05.632 INFO blam! 65be253b0ef1c37107a4560034796f87a09fab6c26f954ea0c6d1292ada3fd96 Oct 13 07:14:05.632 INFO running `"docker" "start" "-a" "65be253b0ef1c37107a4560034796f87a09fab6c26f954ea0c6d1292ada3fd96"` Oct 13 07:14:06.839 INFO kablam! usermod: no changes Oct 13 07:14:07.037 INFO kablam! Checking priority-queue v0.3.2 Oct 13 07:14:07.038 INFO kablam! Checking kcp v0.4.10 Oct 13 07:14:08.717 INFO kablam! Checking tokio_kcp v0.7.1 (/source) Oct 13 07:14:25.858 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 07:14:25.858 INFO kablam! --> tests/echo.rs:43:17 Oct 13 07:14:25.858 INFO kablam! | Oct 13 07:14:25.858 INFO kablam! 43 | buf.put_u32::(self.count as u32); Oct 13 07:14:25.858 INFO kablam! | ^^^^^^^ Oct 13 07:14:25.876 INFO kablam! | Oct 13 07:14:25.876 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:14:25.876 INFO kablam! Oct 13 07:14:26.044 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 13 07:14:26.044 INFO kablam! --> tests/echo.rs:86:27 Oct 13 07:14:26.044 INFO kablam! | Oct 13 07:14:26.044 INFO kablam! 86 | let cnt = cur.get_u32::(); Oct 13 07:14:26.044 INFO kablam! | ^^^^^^^ Oct 13 07:14:26.044 INFO kablam! Oct 13 07:14:27.549 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 07:14:27.549 INFO kablam! --> examples/bench_client.rs:74:17 Oct 13 07:14:27.549 INFO kablam! | Oct 13 07:14:27.549 INFO kablam! 74 | buf.put_u32::(self.index as u32); Oct 13 07:14:27.549 INFO kablam! | ^^^^^^^ Oct 13 07:14:27.550 INFO kablam! | Oct 13 07:14:27.550 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:14:27.550 INFO kablam! Oct 13 07:14:27.550 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 07:14:27.550 INFO kablam! --> examples/bench_client.rs:75:17 Oct 13 07:14:27.550 INFO kablam! | Oct 13 07:14:27.550 INFO kablam! 75 | buf.put_u32::(cur); Oct 13 07:14:27.550 INFO kablam! | ^^^^^^^ Oct 13 07:14:27.550 INFO kablam! Oct 13 07:14:27.600 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 13 07:14:27.600 INFO kablam! --> examples/bench_client.rs:138:26 Oct 13 07:14:27.600 INFO kablam! | Oct 13 07:14:27.600 INFO kablam! 138 | let sn = cur.get_u32::(); Oct 13 07:14:27.600 INFO kablam! | ^^^^^^^ Oct 13 07:14:27.600 INFO kablam! Oct 13 07:14:27.600 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 13 07:14:27.600 INFO kablam! --> examples/bench_client.rs:139:26 Oct 13 07:14:27.600 INFO kablam! | Oct 13 07:14:27.600 INFO kablam! 139 | let ts = cur.get_u32::(); Oct 13 07:14:27.600 INFO kablam! | ^^^^^^^ Oct 13 07:14:27.600 INFO kablam! Oct 13 07:14:28.132 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:14:28.132 INFO kablam! --> examples/client.rs:55:37 Oct 13 07:14:28.132 INFO kablam! | Oct 13 07:14:28.132 INFO kablam! 55 | let (sink, stream) = stream.framed(Bytes).split(); Oct 13 07:14:28.132 INFO kablam! | ^^^^^^ Oct 13 07:14:28.132 INFO kablam! | Oct 13 07:14:28.132 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:14:28.132 INFO kablam! Oct 13 07:14:28.224 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 07:14:28.224 INFO kablam! --> tests/echo_bench.rs:74:17 Oct 13 07:14:28.224 INFO kablam! | Oct 13 07:14:28.224 INFO kablam! 74 | buf.put_u32::(self.index as u32); Oct 13 07:14:28.224 INFO kablam! | ^^^^^^^ Oct 13 07:14:28.224 INFO kablam! | Oct 13 07:14:28.224 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:14:28.224 INFO kablam! Oct 13 07:14:28.232 INFO kablam! warning: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 07:14:28.232 INFO kablam! --> tests/echo_bench.rs:75:17 Oct 13 07:14:28.232 INFO kablam! | Oct 13 07:14:28.232 INFO kablam! 75 | buf.put_u32::(cur); Oct 13 07:14:28.232 INFO kablam! | ^^^^^^^ Oct 13 07:14:28.232 INFO kablam! Oct 13 07:14:28.241 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 13 07:14:28.241 INFO kablam! --> tests/echo_bench.rs:136:26 Oct 13 07:14:28.241 INFO kablam! | Oct 13 07:14:28.242 INFO kablam! 136 | let sn = cur.get_u32::(); Oct 13 07:14:28.242 INFO kablam! | ^^^^^^^ Oct 13 07:14:28.242 INFO kablam! Oct 13 07:14:28.242 INFO kablam! warning: use of deprecated item 'bytes::Buf::get_u32': use get_u32_be or get_u32_le Oct 13 07:14:28.243 INFO kablam! --> tests/echo_bench.rs:137:26 Oct 13 07:14:28.243 INFO kablam! | Oct 13 07:14:28.243 INFO kablam! 137 | let ts = cur.get_u32::(); Oct 13 07:14:28.244 INFO kablam! | ^^^^^^^ Oct 13 07:14:28.244 INFO kablam! Oct 13 07:14:28.385 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.50s Oct 13 07:14:28.400 INFO kablam! su: No module specific data is present Oct 13 07:14:28.829 INFO running `"docker" "rm" "-f" "65be253b0ef1c37107a4560034796f87a09fab6c26f954ea0c6d1292ada3fd96"` Oct 13 07:14:29.192 INFO blam! 65be253b0ef1c37107a4560034796f87a09fab6c26f954ea0c6d1292ada3fd96