Oct 11 09:50:32.985 INFO testing tokio-rpc-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:50:32.985 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:50:32.986 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:50:33.280 INFO blam! 38bee366f717ae49c4fb4d79d90eea4d564b0de3f105b4ce44ce7a6dba271907 Oct 11 09:50:33.288 INFO running `"docker" "start" "-a" "38bee366f717ae49c4fb4d79d90eea4d564b0de3f105b4ce44ce7a6dba271907"` Oct 11 09:50:33.900 INFO kablam! usermod: no changes Oct 11 09:50:34.029 INFO kablam! Compiling tokio-rpc v0.1.1 (/source) Oct 11 09:50:38.928 INFO kablam! error: unused import: `str` Oct 11 09:50:38.928 INFO kablam! --> src/rpc.rs:5:15 Oct 11 09:50:38.928 INFO kablam! | Oct 11 09:50:38.928 INFO kablam! 5 | use std::{io, str}; Oct 11 09:50:38.928 INFO kablam! | ^^^ Oct 11 09:50:38.928 INFO kablam! | Oct 11 09:50:38.928 INFO kablam! note: lint level defined here Oct 11 09:50:38.928 INFO kablam! --> src/rpc.rs:3:9 Oct 11 09:50:38.928 INFO kablam! | Oct 11 09:50:38.928 INFO kablam! 3 | #![deny(warnings, missing_docs)] Oct 11 09:50:38.928 INFO kablam! | ^^^^^^^^ Oct 11 09:50:38.928 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 11 09:50:38.928 INFO kablam! Oct 11 09:50:38.972 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:50:38.972 INFO kablam! --> src/rpc.rs:10:41 Oct 11 09:50:38.972 INFO kablam! | Oct 11 09:50:38.972 INFO kablam! 10 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 11 09:50:38.972 INFO kablam! | ^^^^^^ Oct 11 09:50:38.972 INFO kablam! | Oct 11 09:50:38.973 INFO kablam! note: lint level defined here Oct 11 09:50:38.974 INFO kablam! --> src/rpc.rs:3:9 Oct 11 09:50:38.974 INFO kablam! | Oct 11 09:50:38.974 INFO kablam! 3 | #![deny(warnings, missing_docs)] Oct 11 09:50:38.974 INFO kablam! | ^^^^^^^^ Oct 11 09:50:38.974 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 11 09:50:38.974 INFO kablam! Oct 11 09:50:38.974 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:50:38.974 INFO kablam! --> src/rpc.rs:168:22 Oct 11 09:50:38.974 INFO kablam! | Oct 11 09:50:38.974 INFO kablam! 168 | type Transport = Framed; Oct 11 09:50:38.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 09:50:38.974 INFO kablam! Oct 11 09:50:38.974 INFO kablam! error: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:50:38.974 INFO kablam! --> src/rpc.rs:180:22 Oct 11 09:50:38.974 INFO kablam! | Oct 11 09:50:38.974 INFO kablam! 180 | type Transport = Framed; Oct 11 09:50:38.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 09:50:38.974 INFO kablam! Oct 11 09:50:39.108 INFO kablam! error: use of deprecated item 'bytes::BufMut::put_u64': use put_u64_be or put_u64_le Oct 11 09:50:39.109 INFO kablam! --> src/rpc.rs:157:13 Oct 11 09:50:39.109 INFO kablam! | Oct 11 09:50:39.110 INFO kablam! 157 | buf.put_u64::(id | MAGIC_VER_VAL); Oct 11 09:50:39.110 INFO kablam! | ^^^^^^^ Oct 11 09:50:39.110 INFO kablam! Oct 11 09:50:39.110 INFO kablam! error: use of deprecated item 'bytes::BufMut::put_u32': use put_u32_be or put_u32_le Oct 11 09:50:39.111 INFO kablam! --> src/rpc.rs:158:13 Oct 11 09:50:39.111 INFO kablam! | Oct 11 09:50:39.111 INFO kablam! 158 | buf.put_u32::(payload_len as u32); Oct 11 09:50:39.111 INFO kablam! | ^^^^^^^ Oct 11 09:50:39.112 INFO kablam! Oct 11 09:50:39.112 INFO kablam! error: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:50:39.112 INFO kablam! --> src/rpc.rs:172:15 Oct 11 09:50:39.112 INFO kablam! | Oct 11 09:50:39.113 INFO kablam! 172 | Ok(io.framed(RPCCodec)) Oct 11 09:50:39.113 INFO kablam! | ^^^^^^ Oct 11 09:50:39.113 INFO kablam! Oct 11 09:50:39.113 INFO kablam! error: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:50:39.114 INFO kablam! --> src/rpc.rs:184:15 Oct 11 09:50:39.114 INFO kablam! | Oct 11 09:50:39.114 INFO kablam! 184 | Ok(io.framed(RPCCodec)) Oct 11 09:50:39.114 INFO kablam! | ^^^^^^ Oct 11 09:50:39.115 INFO kablam! Oct 11 09:50:39.115 INFO kablam! error: aborting due to 8 previous errors Oct 11 09:50:39.115 INFO kablam! Oct 11 09:50:39.130 INFO kablam! error: Could not compile `tokio-rpc`. Oct 11 09:50:39.130 INFO kablam! Oct 11 09:50:39.130 INFO kablam! To learn more, run the command again with --verbose. Oct 11 09:50:39.136 INFO kablam! su: No module specific data is present Oct 11 09:50:39.954 INFO running `"docker" "rm" "-f" "38bee366f717ae49c4fb4d79d90eea4d564b0de3f105b4ce44ce7a6dba271907"` Oct 11 09:50:40.216 INFO blam! 38bee366f717ae49c4fb4d79d90eea4d564b0de3f105b4ce44ce7a6dba271907