Oct 27 14:27:46.576 INFO checking tokio-smtp-0.3.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:27:46.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:46.999 INFO blam! 319d2a6137dfbeee94f7a6b0dfe468bdc17aa313853c79341732542dee1919c8 Oct 27 14:27:47.011 INFO running `"docker" "start" "-a" "319d2a6137dfbeee94f7a6b0dfe468bdc17aa313853c79341732542dee1919c8"` Oct 27 14:27:48.375 INFO kablam! usermod: no changes Oct 27 14:27:48.631 INFO kablam! Checking emailaddress v0.4.0 Oct 27 14:27:49.387 INFO kablam! Checking tokio-smtp v0.3.0 (/source) Oct 27 14:27:53.622 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.622 INFO kablam! --> src/client.rs:101:41 Oct 27 14:27:53.622 INFO kablam! | Oct 27 14:27:53.622 INFO kablam! 101 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:27:53.622 INFO kablam! | ^^^^^^ Oct 27 14:27:53.622 INFO kablam! | Oct 27 14:27:53.622 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:53.622 INFO kablam! Oct 27 14:27:53.622 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.622 INFO kablam! --> src/client.rs:108:31 Oct 27 14:27:53.622 INFO kablam! | Oct 27 14:27:53.622 INFO kablam! 108 | pub type ClientTransport = Framed, ClientCodec>; Oct 27 14:27:53.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.622 INFO kablam! Oct 27 14:27:53.622 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.622 INFO kablam! --> src/client.rs:337:36 Oct 27 14:27:53.622 INFO kablam! | Oct 27 14:27:53.622 INFO kablam! 337 | type HandshakeItem = (Response, Framed, ClientCodec>); Oct 27 14:27:53.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.622 INFO kablam! Oct 27 14:27:53.622 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.622 INFO kablam! --> src/client.rs:404:26 Oct 27 14:27:53.622 INFO kablam! | Oct 27 14:27:53.622 INFO kablam! 404 | fn clientauth(stream: Framed, ClientCodec>, params: &ClientParams, features: &[String]) -> Oct 27 14:27:53.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.622 INFO kablam! Oct 27 14:27:53.622 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.622 INFO kablam! --> src/client.rs:405:23 Oct 27 14:27:53.622 INFO kablam! | Oct 27 14:27:53.622 INFO kablam! 405 | Box, ClientCodec>, Error = IoError>> Oct 27 14:27:53.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.622 INFO kablam! Oct 27 14:27:53.735 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.735 INFO kablam! --> src/client.rs:101:41 Oct 27 14:27:53.735 INFO kablam! | Oct 27 14:27:53.735 INFO kablam! 101 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:27:53.736 INFO kablam! | ^^^^^^ Oct 27 14:27:53.736 INFO kablam! | Oct 27 14:27:53.736 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:53.736 INFO kablam! Oct 27 14:27:53.736 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.736 INFO kablam! --> src/client.rs:108:31 Oct 27 14:27:53.737 INFO kablam! | Oct 27 14:27:53.737 INFO kablam! 108 | pub type ClientTransport = Framed, ClientCodec>; Oct 27 14:27:53.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.737 INFO kablam! Oct 27 14:27:53.737 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.737 INFO kablam! --> src/client.rs:337:36 Oct 27 14:27:53.738 INFO kablam! | Oct 27 14:27:53.738 INFO kablam! 337 | type HandshakeItem = (Response, Framed, ClientCodec>); Oct 27 14:27:53.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.738 INFO kablam! Oct 27 14:27:53.738 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.738 INFO kablam! --> src/client.rs:404:26 Oct 27 14:27:53.739 INFO kablam! | Oct 27 14:27:53.739 INFO kablam! 404 | fn clientauth(stream: Framed, ClientCodec>, params: &ClientParams, features: &[String]) -> Oct 27 14:27:53.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.739 INFO kablam! Oct 27 14:27:53.739 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.739 INFO kablam! --> src/client.rs:405:23 Oct 27 14:27:53.739 INFO kablam! | Oct 27 14:27:53.740 INFO kablam! 405 | Box, ClientCodec>, Error = IoError>> Oct 27 14:27:53.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.740 INFO kablam! Oct 27 14:27:53.899 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:27:53.899 INFO kablam! --> src/client.rs:346:12 Oct 27 14:27:53.900 INFO kablam! | Oct 27 14:27:53.900 INFO kablam! 346 | io.framed(ClientCodec::new()) Oct 27 14:27:53.900 INFO kablam! | ^^^^^^ Oct 27 14:27:53.900 INFO kablam! Oct 27 14:27:54.011 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:27:54.011 INFO kablam! --> src/client.rs:346:12 Oct 27 14:27:54.011 INFO kablam! | Oct 27 14:27:54.011 INFO kablam! 346 | io.framed(ClientCodec::new()) Oct 27 14:27:54.011 INFO kablam! | ^^^^^^ Oct 27 14:27:54.011 INFO kablam! Oct 27 14:27:54.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.50s Oct 27 14:27:54.904 INFO kablam! su: No module specific data is present Oct 27 14:27:55.499 INFO running `"docker" "rm" "-f" "319d2a6137dfbeee94f7a6b0dfe468bdc17aa313853c79341732542dee1919c8"` Oct 27 14:27:55.695 INFO blam! 319d2a6137dfbeee94f7a6b0dfe468bdc17aa313853c79341732542dee1919c8