Oct 13 07:16:01.465 INFO checking tokio-serde-msgpack-0.2.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:16:01.466 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:01.901 INFO blam! a2bfd6ddea388e88425211b4c2cf8f2a27f3e10de5c4f810be2594d78cf25834 Oct 13 07:16:01.902 INFO running `"docker" "start" "-a" "a2bfd6ddea388e88425211b4c2cf8f2a27f3e10de5c4f810be2594d78cf25834"` Oct 13 07:16:03.788 INFO kablam! usermod: no changes Oct 13 07:16:03.971 INFO kablam! Checking tokio-stdin-stdout v0.1.4 Oct 13 07:16:03.996 INFO kablam! Checking rmp-serde v0.13.7 Oct 13 07:16:06.253 INFO kablam! Checking tokio-serde-msgpack v0.2.0 (/source) Oct 13 07:16:08.140 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 13 07:16:08.141 INFO kablam! --> src/lib.rs:11:41 Oct 13 07:16:08.142 INFO kablam! | Oct 13 07:16:08.143 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 13 07:16:08.143 INFO kablam! | ^^^^^^^^^^ Oct 13 07:16:08.144 INFO kablam! | Oct 13 07:16:08.145 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:16:08.145 INFO kablam! Oct 13 07:16:08.146 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 13 07:16:08.147 INFO kablam! --> src/lib.rs:11:53 Oct 13 07:16:08.147 INFO kablam! | Oct 13 07:16:08.148 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 13 07:16:08.149 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:16:08.149 INFO kablam! Oct 13 07:16:08.150 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 13 07:16:08.151 INFO kablam! --> src/lib.rs:18:5 Oct 13 07:16:08.151 INFO kablam! | Oct 13 07:16:08.152 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 13 07:16:08.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:16:08.153 INFO kablam! Oct 13 07:16:08.154 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 13 07:16:08.155 INFO kablam! --> src/lib.rs:20:5 Oct 13 07:16:08.155 INFO kablam! | Oct 13 07:16:08.156 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 13 07:16:08.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:16:08.157 INFO kablam! Oct 13 07:16:08.158 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 13 07:16:08.159 INFO kablam! --> src/lib.rs:29:15 Oct 13 07:16:08.159 INFO kablam! | Oct 13 07:16:08.160 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 13 07:16:08.161 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 07:16:08.161 INFO kablam! Oct 13 07:16:08.162 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 13 07:16:08.163 INFO kablam! --> src/lib.rs:30:15 Oct 13 07:16:08.163 INFO kablam! | Oct 13 07:16:08.164 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 13 07:16:08.164 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:16:08.165 INFO kablam! Oct 13 07:16:08.184 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 13 07:16:08.185 INFO kablam! --> src/lib.rs:11:41 Oct 13 07:16:08.186 INFO kablam! | Oct 13 07:16:08.187 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 13 07:16:08.187 INFO kablam! | ^^^^^^^^^^ Oct 13 07:16:08.188 INFO kablam! | Oct 13 07:16:08.189 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:16:08.189 INFO kablam! Oct 13 07:16:08.190 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 13 07:16:08.190 INFO kablam! --> src/lib.rs:11:53 Oct 13 07:16:08.191 INFO kablam! | Oct 13 07:16:08.192 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 13 07:16:08.193 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:16:08.193 INFO kablam! Oct 13 07:16:08.194 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 13 07:16:08.194 INFO kablam! --> src/lib.rs:18:5 Oct 13 07:16:08.195 INFO kablam! | Oct 13 07:16:08.196 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 13 07:16:08.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:16:08.196 INFO kablam! Oct 13 07:16:08.196 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 13 07:16:08.196 INFO kablam! --> src/lib.rs:20:5 Oct 13 07:16:08.196 INFO kablam! | Oct 13 07:16:08.196 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 13 07:16:08.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:16:08.196 INFO kablam! Oct 13 07:16:08.196 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 13 07:16:08.196 INFO kablam! --> src/lib.rs:29:15 Oct 13 07:16:08.196 INFO kablam! | Oct 13 07:16:08.196 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 13 07:16:08.196 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 07:16:08.200 INFO kablam! Oct 13 07:16:08.200 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 13 07:16:08.200 INFO kablam! --> src/lib.rs:30:15 Oct 13 07:16:08.200 INFO kablam! | Oct 13 07:16:08.200 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 13 07:16:08.200 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:16:08.200 INFO kablam! Oct 13 07:16:13.368 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 13 07:16:13.368 INFO kablam! --> examples/client.rs:14:23 Oct 13 07:16:13.368 INFO kablam! | Oct 13 07:16:13.368 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 13 07:16:13.368 INFO kablam! | ^^^^^^^^^^ Oct 13 07:16:13.368 INFO kablam! | Oct 13 07:16:13.368 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:16:13.368 INFO kablam! Oct 13 07:16:13.368 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 13 07:16:13.368 INFO kablam! --> examples/client.rs:14:35 Oct 13 07:16:13.368 INFO kablam! | Oct 13 07:16:13.368 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 13 07:16:13.368 INFO kablam! | ^^^^^^^^^^ Oct 13 07:16:13.368 INFO kablam! Oct 13 07:16:13.368 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 13 07:16:13.368 INFO kablam! --> examples/client.rs:45:24 Oct 13 07:16:13.368 INFO kablam! | Oct 13 07:16:13.368 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 13 07:16:13.369 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 07:16:13.369 INFO kablam! Oct 13 07:16:13.369 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 13 07:16:13.369 INFO kablam! --> examples/client.rs:45:47 Oct 13 07:16:13.369 INFO kablam! | Oct 13 07:16:13.369 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 13 07:16:13.369 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 07:16:13.369 INFO kablam! Oct 13 07:16:14.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.23s Oct 13 07:16:14.064 INFO kablam! su: No module specific data is present Oct 13 07:16:14.818 INFO running `"docker" "rm" "-f" "a2bfd6ddea388e88425211b4c2cf8f2a27f3e10de5c4f810be2594d78cf25834"` Oct 13 07:16:15.120 INFO blam! a2bfd6ddea388e88425211b4c2cf8f2a27f3e10de5c4f810be2594d78cf25834