Oct 27 14:28:19.390 INFO checking tokio-rpc-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:28:19.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 14:28:19.619 INFO blam! 263bf6b6fd6d54979ee64c0403dd433005cadde9db6b16701b2c98a00dc370f3 Oct 27 14:28:19.621 INFO running `"docker" "start" "-a" "263bf6b6fd6d54979ee64c0403dd433005cadde9db6b16701b2c98a00dc370f3"` Oct 27 14:28:21.127 INFO kablam! usermod: no changes Oct 27 14:28:21.331 INFO kablam! Compiling protobuf v1.7.4 Oct 27 14:28:21.331 INFO kablam! Checking tokio-rpc v0.1.1 (/source) Oct 27 14:28:25.607 INFO kablam! error: unused import: `str` Oct 27 14:28:25.607 INFO kablam! --> src/rpc.rs:5:15 Oct 27 14:28:25.607 INFO kablam! | Oct 27 14:28:25.607 INFO kablam! 5 | use std::{io, str}; Oct 27 14:28:25.607 INFO kablam! | ^^^ Oct 27 14:28:25.607 INFO kablam! | Oct 27 14:28:25.607 INFO kablam! note: lint level defined here Oct 27 14:28:25.607 INFO kablam! --> src/rpc.rs:3:9 Oct 27 14:28:25.607 INFO kablam! | Oct 27 14:28:25.607 INFO kablam! 3 | #![deny(warnings, missing_docs)] Oct 27 14:28:25.607 INFO kablam! | ^^^^^^^^ Oct 27 14:28:25.607 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 27 14:28:25.607 INFO kablam! Oct 27 14:28:25.623 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:25.623 INFO kablam! --> src/rpc.rs:10:41 Oct 27 14:28:25.623 INFO kablam! | Oct 27 14:28:25.623 INFO kablam! 10 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:28:25.623 INFO kablam! | ^^^^^^ Oct 27 14:28:25.623 INFO kablam! | Oct 27 14:28:25.623 INFO kablam! note: lint level defined here Oct 27 14:28:25.623 INFO kablam! --> src/rpc.rs:3:9 Oct 27 14:28:25.623 INFO kablam! | Oct 27 14:28:25.623 INFO kablam! 3 | #![deny(warnings, missing_docs)] Oct 27 14:28:25.623 INFO kablam! | ^^^^^^^^ Oct 27 14:28:25.623 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 14:28:25.623 INFO kablam! Oct 27 14:28:25.623 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:25.623 INFO kablam! --> src/rpc.rs:168:22 Oct 27 14:28:25.623 INFO kablam! | Oct 27 14:28:25.623 INFO kablam! 168 | type Transport = Framed; Oct 27 14:28:25.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:25.623 INFO kablam! Oct 27 14:28:25.623 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:28:25.623 INFO kablam! --> src/rpc.rs:180:22 Oct 27 14:28:25.623 INFO kablam! | Oct 27 14:28:25.623 INFO kablam! 180 | type Transport = Framed; Oct 27 14:28:25.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:25.623 INFO kablam! Oct 27 14:28:25.726 INFO kablam! error: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 27 14:28:25.726 INFO kablam! --> src/rpc.rs:157:13 Oct 27 14:28:25.726 INFO kablam! | Oct 27 14:28:25.726 INFO kablam! 157 | buf.put_u64::(id | MAGIC_VER_VAL); Oct 27 14:28:25.726 INFO kablam! | ^^^^^^^ Oct 27 14:28:25.726 INFO kablam! Oct 27 14:28:25.727 INFO kablam! error: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 27 14:28:25.727 INFO kablam! --> src/rpc.rs:158:13 Oct 27 14:28:25.727 INFO kablam! | Oct 27 14:28:25.727 INFO kablam! 158 | buf.put_u32::(payload_len as u32); Oct 27 14:28:25.727 INFO kablam! | ^^^^^^^ Oct 27 14:28:25.727 INFO kablam! Oct 27 14:28:25.739 INFO kablam! error: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:28:25.739 INFO kablam! --> src/rpc.rs:172:15 Oct 27 14:28:25.739 INFO kablam! | Oct 27 14:28:25.739 INFO kablam! 172 | Ok(io.framed(RPCCodec)) Oct 27 14:28:25.739 INFO kablam! | ^^^^^^ Oct 27 14:28:25.739 INFO kablam! Oct 27 14:28:25.739 INFO kablam! error: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:28:25.739 INFO kablam! --> src/rpc.rs:184:15 Oct 27 14:28:25.739 INFO kablam! | Oct 27 14:28:25.739 INFO kablam! 184 | Ok(io.framed(RPCCodec)) Oct 27 14:28:25.739 INFO kablam! | ^^^^^^ Oct 27 14:28:25.739 INFO kablam! Oct 27 14:28:25.759 INFO kablam! error: aborting due to 8 previous errors Oct 27 14:28:25.759 INFO kablam! Oct 27 14:28:25.783 INFO kablam! error: Could not compile `tokio-rpc`. Oct 27 14:28:25.783 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 14:28:30.579 INFO kablam! error: build failed Oct 27 14:28:30.579 INFO kablam! su: No module specific data is present Oct 27 14:28:30.935 INFO running `"docker" "rm" "-f" "263bf6b6fd6d54979ee64c0403dd433005cadde9db6b16701b2c98a00dc370f3"` Oct 27 14:28:31.023 INFO blam! 263bf6b6fd6d54979ee64c0403dd433005cadde9db6b16701b2c98a00dc370f3