Oct 15 16:10:01.432 INFO testing tokio-rpc-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:10:01.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:10:01.827 INFO blam! 82afefaec3f7d19ce36be21133944bb79c5aa12a5e9b1e39554f8bc66ee06459 Oct 15 16:10:01.829 INFO running `"docker" "start" "-a" "82afefaec3f7d19ce36be21133944bb79c5aa12a5e9b1e39554f8bc66ee06459"` Oct 15 16:10:03.027 INFO kablam! usermod: no changes Oct 15 16:10:03.286 INFO kablam! Compiling tokio-timer v0.1.2 Oct 15 16:10:04.646 INFO kablam! Compiling tokio-rpc v0.1.1 (/source) Oct 15 16:10:07.135 INFO kablam! error: unused import: `str` Oct 15 16:10:07.135 INFO kablam! --> src/rpc.rs:5:15 Oct 15 16:10:07.135 INFO kablam! | Oct 15 16:10:07.135 INFO kablam! 5 | use std::{io, str}; Oct 15 16:10:07.135 INFO kablam! | ^^^ Oct 15 16:10:07.135 INFO kablam! | Oct 15 16:10:07.135 INFO kablam! note: lint level defined here Oct 15 16:10:07.135 INFO kablam! --> src/rpc.rs:3:9 Oct 15 16:10:07.135 INFO kablam! | Oct 15 16:10:07.135 INFO kablam! 3 | #![deny(warnings, missing_docs)] Oct 15 16:10:07.135 INFO kablam! | ^^^^^^^^ Oct 15 16:10:07.135 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 15 16:10:07.135 INFO kablam! Oct 15 16:10:07.151 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:10:07.151 INFO kablam! --> src/rpc.rs:10:41 Oct 15 16:10:07.151 INFO kablam! | Oct 15 16:10:07.151 INFO kablam! 10 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 15 16:10:07.151 INFO kablam! | ^^^^^^ Oct 15 16:10:07.151 INFO kablam! | Oct 15 16:10:07.151 INFO kablam! note: lint level defined here Oct 15 16:10:07.151 INFO kablam! --> src/rpc.rs:3:9 Oct 15 16:10:07.151 INFO kablam! | Oct 15 16:10:07.151 INFO kablam! 3 | #![deny(warnings, missing_docs)] Oct 15 16:10:07.151 INFO kablam! | ^^^^^^^^ Oct 15 16:10:07.151 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 15 16:10:07.151 INFO kablam! Oct 15 16:10:07.151 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:10:07.151 INFO kablam! --> src/rpc.rs:168:22 Oct 15 16:10:07.151 INFO kablam! | Oct 15 16:10:07.151 INFO kablam! 168 | type Transport = Framed; Oct 15 16:10:07.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 16:10:07.152 INFO kablam! Oct 15 16:10:07.152 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:10:07.152 INFO kablam! --> src/rpc.rs:180:22 Oct 15 16:10:07.152 INFO kablam! | Oct 15 16:10:07.152 INFO kablam! 180 | type Transport = Framed; Oct 15 16:10:07.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 16:10:07.152 INFO kablam! Oct 15 16:10:07.279 INFO kablam! error: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 15 16:10:07.280 INFO kablam! --> src/rpc.rs:157:13 Oct 15 16:10:07.280 INFO kablam! | Oct 15 16:10:07.280 INFO kablam! 157 | buf.put_u64::(id | MAGIC_VER_VAL); Oct 15 16:10:07.280 INFO kablam! | ^^^^^^^ Oct 15 16:10:07.280 INFO kablam! Oct 15 16:10:07.281 INFO kablam! error: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 15 16:10:07.281 INFO kablam! --> src/rpc.rs:158:13 Oct 15 16:10:07.282 INFO kablam! | Oct 15 16:10:07.282 INFO kablam! 158 | buf.put_u32::(payload_len as u32); Oct 15 16:10:07.282 INFO kablam! | ^^^^^^^ Oct 15 16:10:07.282 INFO kablam! Oct 15 16:10:07.282 INFO kablam! error: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:10:07.282 INFO kablam! --> src/rpc.rs:172:15 Oct 15 16:10:07.282 INFO kablam! | Oct 15 16:10:07.282 INFO kablam! 172 | Ok(io.framed(RPCCodec)) Oct 15 16:10:07.282 INFO kablam! | ^^^^^^ Oct 15 16:10:07.282 INFO kablam! Oct 15 16:10:07.282 INFO kablam! error: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:10:07.282 INFO kablam! --> src/rpc.rs:184:15 Oct 15 16:10:07.282 INFO kablam! | Oct 15 16:10:07.282 INFO kablam! 184 | Ok(io.framed(RPCCodec)) Oct 15 16:10:07.282 INFO kablam! | ^^^^^^ Oct 15 16:10:07.282 INFO kablam! Oct 15 16:10:07.287 INFO kablam! error: aborting due to 8 previous errors Oct 15 16:10:07.287 INFO kablam! Oct 15 16:10:07.302 INFO kablam! error: Could not compile `tokio-rpc`. Oct 15 16:10:07.302 INFO kablam! Oct 15 16:10:07.303 INFO kablam! To learn more, run the command again with --verbose. Oct 15 16:10:07.303 INFO kablam! su: No module specific data is present Oct 15 16:10:07.589 INFO running `"docker" "rm" "-f" "82afefaec3f7d19ce36be21133944bb79c5aa12a5e9b1e39554f8bc66ee06459"` Oct 15 16:10:07.681 INFO blam! 82afefaec3f7d19ce36be21133944bb79c5aa12a5e9b1e39554f8bc66ee06459