Oct 27 14:27:57.148 INFO checking tokio-serde-msgpack-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:27:57.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 14:27:57.581 INFO blam! 5ab296852edad0d1cb58de7b15136b9f743a45d8b1e20e9481102ce8a2c81e69 Oct 27 14:27:57.583 INFO running `"docker" "start" "-a" "5ab296852edad0d1cb58de7b15136b9f743a45d8b1e20e9481102ce8a2c81e69"` Oct 27 14:27:59.182 INFO kablam! usermod: no changes Oct 27 14:27:59.386 INFO kablam! Checking tokio-stdin-stdout v0.1.4 Oct 27 14:27:59.386 INFO kablam! Checking rmp v0.8.7 Oct 27 14:28:01.060 INFO kablam! Checking rmp-serde v0.13.7 Oct 27 14:28:02.557 INFO kablam! Checking tokio-serde-msgpack v0.2.0 (/source) Oct 27 14:28:04.231 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 27 14:28:04.231 INFO kablam! --> src/lib.rs:11:41 Oct 27 14:28:04.231 INFO kablam! | Oct 27 14:28:04.231 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 27 14:28:04.231 INFO kablam! | ^^^^^^^^^^ Oct 27 14:28:04.231 INFO kablam! | Oct 27 14:28:04.231 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:28:04.231 INFO kablam! Oct 27 14:28:04.231 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 27 14:28:04.231 INFO kablam! --> src/lib.rs:11:53 Oct 27 14:28:04.233 INFO kablam! | Oct 27 14:28:04.233 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 27 14:28:04.233 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:28:04.233 INFO kablam! Oct 27 14:28:04.233 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 27 14:28:04.233 INFO kablam! --> src/lib.rs:18:5 Oct 27 14:28:04.233 INFO kablam! | Oct 27 14:28:04.233 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 27 14:28:04.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:04.233 INFO kablam! Oct 27 14:28:04.233 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 27 14:28:04.233 INFO kablam! --> src/lib.rs:20:5 Oct 27 14:28:04.233 INFO kablam! | Oct 27 14:28:04.233 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 27 14:28:04.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:04.233 INFO kablam! Oct 27 14:28:04.233 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 27 14:28:04.233 INFO kablam! --> src/lib.rs:29:15 Oct 27 14:28:04.233 INFO kablam! | Oct 27 14:28:04.233 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 27 14:28:04.233 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 14:28:04.233 INFO kablam! Oct 27 14:28:04.233 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 27 14:28:04.233 INFO kablam! --> src/lib.rs:30:15 Oct 27 14:28:04.233 INFO kablam! | Oct 27 14:28:04.233 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 27 14:28:04.233 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:28:04.233 INFO kablam! Oct 27 14:28:04.535 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 27 14:28:04.535 INFO kablam! --> src/lib.rs:11:41 Oct 27 14:28:04.535 INFO kablam! | Oct 27 14:28:04.535 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 27 14:28:04.535 INFO kablam! | ^^^^^^^^^^ Oct 27 14:28:04.535 INFO kablam! | Oct 27 14:28:04.535 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:28:04.535 INFO kablam! Oct 27 14:28:04.535 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 27 14:28:04.535 INFO kablam! --> src/lib.rs:11:53 Oct 27 14:28:04.535 INFO kablam! | Oct 27 14:28:04.535 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 27 14:28:04.535 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:28:04.535 INFO kablam! Oct 27 14:28:04.535 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 27 14:28:04.535 INFO kablam! --> src/lib.rs:18:5 Oct 27 14:28:04.535 INFO kablam! | Oct 27 14:28:04.535 INFO kablam! 18 | tokio_io::codec::FramedRead, MsgPackDecoder<'lt, R>>; Oct 27 14:28:04.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:04.535 INFO kablam! Oct 27 14:28:04.535 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 27 14:28:04.535 INFO kablam! --> src/lib.rs:20:5 Oct 27 14:28:04.535 INFO kablam! | Oct 27 14:28:04.535 INFO kablam! 20 | tokio_io::codec::FramedWrite, MsgPackEncoder>; Oct 27 14:28:04.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:28:04.535 INFO kablam! Oct 27 14:28:04.539 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 27 14:28:04.539 INFO kablam! --> src/lib.rs:29:15 Oct 27 14:28:04.539 INFO kablam! | Oct 27 14:28:04.539 INFO kablam! 29 | let rx2 = FramedRead::new(rx, MsgPackDecoder::<'lt, R>::new()); Oct 27 14:28:04.539 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 14:28:04.539 INFO kablam! Oct 27 14:28:04.539 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 27 14:28:04.539 INFO kablam! --> src/lib.rs:30:15 Oct 27 14:28:04.539 INFO kablam! | Oct 27 14:28:04.539 INFO kablam! 30 | let tx2 = FramedWrite::new(tx, MsgPackEncoder::::new()); Oct 27 14:28:04.539 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:28:04.539 INFO kablam! Oct 27 14:28:09.767 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 27 14:28:09.767 INFO kablam! --> examples/client.rs:14:23 Oct 27 14:28:09.767 INFO kablam! | Oct 27 14:28:09.767 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 27 14:28:09.767 INFO kablam! | ^^^^^^^^^^ Oct 27 14:28:09.767 INFO kablam! | Oct 27 14:28:09.767 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:28:09.767 INFO kablam! Oct 27 14:28:09.767 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 27 14:28:09.767 INFO kablam! --> examples/client.rs:14:35 Oct 27 14:28:09.767 INFO kablam! | Oct 27 14:28:09.767 INFO kablam! 14 | use tokio_io::codec::{FramedRead, LinesCodec}; Oct 27 14:28:09.767 INFO kablam! | ^^^^^^^^^^ Oct 27 14:28:09.767 INFO kablam! Oct 27 14:28:09.767 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 27 14:28:09.767 INFO kablam! --> examples/client.rs:45:24 Oct 27 14:28:09.767 INFO kablam! | Oct 27 14:28:09.767 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 27 14:28:09.767 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 14:28:09.767 INFO kablam! Oct 27 14:28:09.767 INFO kablam! warning: use of deprecated item 'tokio_io::codec::LinesCodec': Moved to tokio-codec Oct 27 14:28:09.767 INFO kablam! --> examples/client.rs:45:47 Oct 27 14:28:09.767 INFO kablam! | Oct 27 14:28:09.767 INFO kablam! 45 | let lines_in = FramedRead::new(stdin, LinesCodec::new()); Oct 27 14:28:09.767 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 14:28:09.767 INFO kablam! Oct 27 14:28:10.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.80s Oct 27 14:28:10.013 INFO kablam! su: No module specific data is present Oct 27 14:28:10.818 INFO running `"docker" "rm" "-f" "5ab296852edad0d1cb58de7b15136b9f743a45d8b1e20e9481102ce8a2c81e69"` Oct 27 14:28:11.059 INFO blam! 5ab296852edad0d1cb58de7b15136b9f743a45d8b1e20e9481102ce8a2c81e69