Oct 27 14:27:46.924 INFO checking tokio-smtp-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:27:46.924 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 14:27:47.360 INFO blam! af340368e7942ee301d45ed0dd270165dde866bf3ad67dee83e1540469377c13 Oct 27 14:27:47.367 INFO running `"docker" "start" "-a" "af340368e7942ee301d45ed0dd270165dde866bf3ad67dee83e1540469377c13"` Oct 27 14:27:48.694 INFO kablam! usermod: no changes Oct 27 14:27:48.919 INFO kablam! Checking emailaddress v0.4.0 Oct 27 14:27:49.551 INFO kablam! Checking tokio-smtp v0.3.0 (/source) Oct 27 14:27:53.727 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.727 INFO kablam! --> src/client.rs:101:41 Oct 27 14:27:53.727 INFO kablam! | Oct 27 14:27:53.727 INFO kablam! 101 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:27:53.727 INFO kablam! | ^^^^^^ Oct 27 14:27:53.727 INFO kablam! | Oct 27 14:27:53.727 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:53.727 INFO kablam! Oct 27 14:27:53.727 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.727 INFO kablam! --> src/client.rs:108:31 Oct 27 14:27:53.727 INFO kablam! | Oct 27 14:27:53.727 INFO kablam! 108 | pub type ClientTransport = Framed, ClientCodec>; Oct 27 14:27:53.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.727 INFO kablam! Oct 27 14:27:53.727 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.727 INFO kablam! --> src/client.rs:337:36 Oct 27 14:27:53.727 INFO kablam! | Oct 27 14:27:53.727 INFO kablam! 337 | type HandshakeItem = (Response, Framed, ClientCodec>); Oct 27 14:27:53.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.727 INFO kablam! Oct 27 14:27:53.727 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.727 INFO kablam! --> src/client.rs:404:26 Oct 27 14:27:53.727 INFO kablam! | Oct 27 14:27:53.727 INFO kablam! 404 | fn clientauth(stream: Framed, ClientCodec>, params: &ClientParams, features: &[String]) -> Oct 27 14:27:53.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.727 INFO kablam! Oct 27 14:27:53.727 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.727 INFO kablam! --> src/client.rs:405:23 Oct 27 14:27:53.727 INFO kablam! | Oct 27 14:27:53.727 INFO kablam! 405 | Box, ClientCodec>, Error = IoError>> Oct 27 14:27:53.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.727 INFO kablam! Oct 27 14:27:53.795 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.795 INFO kablam! --> src/client.rs:101:41 Oct 27 14:27:53.795 INFO kablam! | Oct 27 14:27:53.795 INFO kablam! 101 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:27:53.795 INFO kablam! | ^^^^^^ Oct 27 14:27:53.795 INFO kablam! | Oct 27 14:27:53.795 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:27:53.795 INFO kablam! Oct 27 14:27:53.795 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.795 INFO kablam! --> src/client.rs:108:31 Oct 27 14:27:53.795 INFO kablam! | Oct 27 14:27:53.795 INFO kablam! 108 | pub type ClientTransport = Framed, ClientCodec>; Oct 27 14:27:53.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.795 INFO kablam! Oct 27 14:27:53.795 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.795 INFO kablam! --> src/client.rs:337:36 Oct 27 14:27:53.795 INFO kablam! | Oct 27 14:27:53.795 INFO kablam! 337 | type HandshakeItem = (Response, Framed, ClientCodec>); Oct 27 14:27:53.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.795 INFO kablam! Oct 27 14:27:53.795 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.795 INFO kablam! --> src/client.rs:404:26 Oct 27 14:27:53.795 INFO kablam! | Oct 27 14:27:53.795 INFO kablam! 404 | fn clientauth(stream: Framed, ClientCodec>, params: &ClientParams, features: &[String]) -> Oct 27 14:27:53.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.795 INFO kablam! Oct 27 14:27:53.795 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:27:53.795 INFO kablam! --> src/client.rs:405:23 Oct 27 14:27:53.795 INFO kablam! | Oct 27 14:27:53.795 INFO kablam! 405 | Box, ClientCodec>, Error = IoError>> Oct 27 14:27:53.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:27:53.795 INFO kablam! Oct 27 14:27:53.959 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:27:53.959 INFO kablam! --> src/client.rs:346:12 Oct 27 14:27:53.959 INFO kablam! | Oct 27 14:27:53.959 INFO kablam! 346 | io.framed(ClientCodec::new()) Oct 27 14:27:53.959 INFO kablam! | ^^^^^^ Oct 27 14:27:53.959 INFO kablam! Oct 27 14:27:54.023 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:27:54.023 INFO kablam! --> src/client.rs:346:12 Oct 27 14:27:54.023 INFO kablam! | Oct 27 14:27:54.023 INFO kablam! 346 | io.framed(ClientCodec::new()) Oct 27 14:27:54.023 INFO kablam! | ^^^^^^ Oct 27 14:27:54.023 INFO kablam! Oct 27 14:27:54.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.21s Oct 27 14:27:54.944 INFO kablam! su: No module specific data is present Oct 27 14:27:55.773 INFO running `"docker" "rm" "-f" "af340368e7942ee301d45ed0dd270165dde866bf3ad67dee83e1540469377c13"` Oct 27 14:27:56.083 INFO blam! af340368e7942ee301d45ed0dd270165dde866bf3ad67dee83e1540469377c13