Oct 21 22:57:07.634 INFO checking tokio-serde-msgpack-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:57:07.634 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 22:57:08.048 INFO blam! 849a4a69676c62f75bf1e168d4acbaa7d4fd15f3c1063440714a6030374a8ee0 Oct 21 22:57:08.054 INFO running `"docker" "start" "-a" "849a4a69676c62f75bf1e168d4acbaa7d4fd15f3c1063440714a6030374a8ee0"` Oct 21 22:57:09.128 INFO kablam! usermod: no changes Oct 21 22:57:09.377 INFO kablam! Checking tokio-stdin-stdout v0.1.4 Oct 21 22:57:09.377 INFO kablam! Checking tokio-serde-msgpack v0.2.0 (/source) Oct 21 22:57:10.660 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 21 22:57:10.660 INFO kablam! --> src/lib.rs:11:41 Oct 21 22:57:10.660 INFO kablam! | Oct 21 22:57:10.660 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 21 22:57:10.660 INFO kablam! | ^^^^^^^^^^ Oct 21 22:57:10.660 INFO kablam! | Oct 21 22:57:10.660 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:10.660 INFO kablam! Oct 21 22:57:10.660 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 21 22:57:10.660 INFO kablam! --> src/lib.rs:11:53 Oct 21 22:57:10.660 INFO kablam! | Oct 21 22:57:10.660 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 21 22:57:10.660 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:57:10.660 INFO kablam! Oct 21 22:57:10.660 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 21 22:57:10.660 INFO kablam! --> src/lib.rs:18:5 Oct 21 22:57:10.660 INFO kablam! | Oct 21 22:57:10.660 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 21 22:57:10.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:57:10.664 INFO kablam! Oct 21 22:57:10.665 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 21 22:57:10.665 INFO kablam! --> src/lib.rs:20:5 Oct 21 22:57:10.665 INFO kablam! | Oct 21 22:57:10.665 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 21 22:57:10.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:57:10.666 INFO kablam! Oct 21 22:57:10.666 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 21 22:57:10.666 INFO kablam! --> src/lib.rs:29:15 Oct 21 22:57:10.667 INFO kablam! | Oct 21 22:57:10.667 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 21 22:57:10.667 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:57:10.667 INFO kablam! Oct 21 22:57:10.668 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 21 22:57:10.668 INFO kablam! --> src/lib.rs:30:15 Oct 21 22:57:10.668 INFO kablam! | Oct 21 22:57:10.668 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 21 22:57:10.669 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 22:57:10.669 INFO kablam! Oct 21 22:57:13.265 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 21 22:57:13.265 INFO kablam! --> src/lib.rs:11:41 Oct 21 22:57:13.265 INFO kablam! | Oct 21 22:57:13.266 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 21 22:57:13.266 INFO kablam! | ^^^^^^^^^^ Oct 21 22:57:13.266 INFO kablam! | Oct 21 22:57:13.266 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:13.267 INFO kablam! Oct 21 22:57:13.267 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 21 22:57:13.267 INFO kablam! --> src/lib.rs:11:53 Oct 21 22:57:13.268 INFO kablam! | Oct 21 22:57:13.268 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 21 22:57:13.268 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:57:13.268 INFO kablam! Oct 21 22:57:13.269 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 21 22:57:13.269 INFO kablam! --> src/lib.rs:18:5 Oct 21 22:57:13.269 INFO kablam! | Oct 21 22:57:13.270 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 21 22:57:13.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:57:13.270 INFO kablam! Oct 21 22:57:13.270 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 21 22:57:13.271 INFO kablam! --> src/lib.rs:20:5 Oct 21 22:57:13.271 INFO kablam! | Oct 21 22:57:13.271 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 21 22:57:13.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:57:13.272 INFO kablam! Oct 21 22:57:13.272 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 21 22:57:13.273 INFO kablam! --> src/lib.rs:29:15 Oct 21 22:57:13.273 INFO kablam! | Oct 21 22:57:13.273 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 21 22:57:13.274 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:57:13.274 INFO kablam! Oct 21 22:57:13.274 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 21 22:57:13.274 INFO kablam! --> src/lib.rs:30:15 Oct 21 22:57:13.275 INFO kablam! | Oct 21 22:57:13.275 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 21 22:57:13.275 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 22:57:13.275 INFO kablam! Oct 21 22:57:15.120 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 21 22:57:15.120 INFO kablam! --> examples/client.rs:14:23 Oct 21 22:57:15.120 INFO kablam! | Oct 21 22:57:15.120 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 21 22:57:15.120 INFO kablam! | ^^^^^^^^^^ Oct 21 22:57:15.120 INFO kablam! | Oct 21 22:57:15.120 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:15.120 INFO kablam! Oct 21 22:57:15.120 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 21 22:57:15.120 INFO kablam! --> examples/client.rs:14:35 Oct 21 22:57:15.120 INFO kablam! | Oct 21 22:57:15.120 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 21 22:57:15.120 INFO kablam! | ^^^^^^^^^^ Oct 21 22:57:15.120 INFO kablam! Oct 21 22:57:15.121 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 21 22:57:15.121 INFO kablam! --> examples/client.rs:45:24 Oct 21 22:57:15.121 INFO kablam! | Oct 21 22:57:15.121 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 21 22:57:15.121 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:57:15.121 INFO kablam! Oct 21 22:57:15.121 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 21 22:57:15.121 INFO kablam! --> examples/client.rs:45:47 Oct 21 22:57:15.121 INFO kablam! | Oct 21 22:57:15.121 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 21 22:57:15.121 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:57:15.121 INFO kablam! Oct 21 22:57:16.101 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.95s Oct 21 22:57:16.113 INFO kablam! su: No module specific data is present Oct 21 22:57:16.517 INFO running `"docker" "rm" "-f" "849a4a69676c62f75bf1e168d4acbaa7d4fd15f3c1063440714a6030374a8ee0"` Oct 21 22:57:16.822 INFO blam! 849a4a69676c62f75bf1e168d4acbaa7d4fd15f3c1063440714a6030374a8ee0