Oct 13 07:16:27.506 INFO checking tokio-rpc-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:16:27.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:16:27.909 INFO blam! 63359e391ed3bd86bb027db74c73ec374caed76be9e7e6c531be1686aa2ec940 Oct 13 07:16:27.920 INFO running `"docker" "start" "-a" "63359e391ed3bd86bb027db74c73ec374caed76be9e7e6c531be1686aa2ec940"` Oct 13 07:16:29.610 INFO kablam! usermod: no changes Oct 13 07:16:29.840 INFO kablam! Compiling protobuf v1.7.4 Oct 13 07:16:29.844 INFO kablam! Checking tokio-timer v0.1.2 Oct 13 07:16:30.886 INFO kablam! Checking tokio-rpc v0.1.1 (/source) Oct 13 07:16:34.923 INFO kablam! error: unused import: `str` Oct 13 07:16:34.923 INFO kablam! --> src/rpc.rs:5:15 Oct 13 07:16:34.923 INFO kablam! | Oct 13 07:16:34.923 INFO kablam! 5 | use std::{io, str}; Oct 13 07:16:34.923 INFO kablam! | ^^^ Oct 13 07:16:34.923 INFO kablam! | Oct 13 07:16:34.923 INFO kablam! note: lint level defined here Oct 13 07:16:34.923 INFO kablam! --> src/rpc.rs:3:9 Oct 13 07:16:34.923 INFO kablam! | Oct 13 07:16:34.923 INFO kablam! 3 | #![deny(warnings, missing_docs)] Oct 13 07:16:34.923 INFO kablam! | ^^^^^^^^ Oct 13 07:16:34.923 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 13 07:16:34.923 INFO kablam! Oct 13 07:16:34.936 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:16:34.936 INFO kablam! --> src/rpc.rs:10:41 Oct 13 07:16:34.936 INFO kablam! | Oct 13 07:16:34.936 INFO kablam! 10 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 13 07:16:34.936 INFO kablam! | ^^^^^^ Oct 13 07:16:34.936 INFO kablam! | Oct 13 07:16:34.936 INFO kablam! note: lint level defined here Oct 13 07:16:34.936 INFO kablam! --> src/rpc.rs:3:9 Oct 13 07:16:34.936 INFO kablam! | Oct 13 07:16:34.936 INFO kablam! 3 | #![deny(warnings, missing_docs)] Oct 13 07:16:34.936 INFO kablam! | ^^^^^^^^ Oct 13 07:16:34.936 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 07:16:34.936 INFO kablam! Oct 13 07:16:34.936 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:16:34.936 INFO kablam! --> src/rpc.rs:168:22 Oct 13 07:16:34.936 INFO kablam! | Oct 13 07:16:34.936 INFO kablam! 168 | type Transport = Framed; Oct 13 07:16:34.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 07:16:34.936 INFO kablam! Oct 13 07:16:34.936 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:16:34.937 INFO kablam! --> src/rpc.rs:180:22 Oct 13 07:16:34.937 INFO kablam! | Oct 13 07:16:34.937 INFO kablam! 180 | type Transport = Framed; Oct 13 07:16:34.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 07:16:34.937 INFO kablam! Oct 13 07:16:35.031 INFO kablam! error: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 13 07:16:35.031 INFO kablam! --> src/rpc.rs:157:13 Oct 13 07:16:35.031 INFO kablam! | Oct 13 07:16:35.031 INFO kablam! 157 | buf.put_u64::(id | MAGIC_VER_VAL); Oct 13 07:16:35.031 INFO kablam! | ^^^^^^^ Oct 13 07:16:35.031 INFO kablam! Oct 13 07:16:35.032 INFO kablam! error: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 13 07:16:35.032 INFO kablam! --> src/rpc.rs:158:13 Oct 13 07:16:35.032 INFO kablam! | Oct 13 07:16:35.032 INFO kablam! 158 | buf.put_u32::(payload_len as u32); Oct 13 07:16:35.032 INFO kablam! | ^^^^^^^ Oct 13 07:16:35.032 INFO kablam! Oct 13 07:16:35.032 INFO kablam! error: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:16:35.032 INFO kablam! --> src/rpc.rs:172:15 Oct 13 07:16:35.032 INFO kablam! | Oct 13 07:16:35.032 INFO kablam! 172 | Ok(io.framed(RPCCodec)) Oct 13 07:16:35.032 INFO kablam! | ^^^^^^ Oct 13 07:16:35.032 INFO kablam! Oct 13 07:16:35.035 INFO kablam! error: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:16:35.035 INFO kablam! --> src/rpc.rs:184:15 Oct 13 07:16:35.035 INFO kablam! | Oct 13 07:16:35.035 INFO kablam! 184 | Ok(io.framed(RPCCodec)) Oct 13 07:16:35.035 INFO kablam! | ^^^^^^ Oct 13 07:16:35.035 INFO kablam! Oct 13 07:16:35.041 INFO kablam! error: aborting due to 8 previous errors Oct 13 07:16:35.041 INFO kablam! Oct 13 07:16:35.050 INFO kablam! error: Could not compile `tokio-rpc`. Oct 13 07:16:35.050 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:16:38.875 INFO kablam! error: build failed Oct 13 07:16:38.880 INFO kablam! su: No module specific data is present Oct 13 07:16:39.156 INFO running `"docker" "rm" "-f" "63359e391ed3bd86bb027db74c73ec374caed76be9e7e6c531be1686aa2ec940"` Oct 13 07:16:39.253 INFO blam! 63359e391ed3bd86bb027db74c73ec374caed76be9e7e6c531be1686aa2ec940