Oct 27 14:28:55.476 INFO checking tokio-postgres-0.3.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:28:55.476 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:28:55.976 INFO blam! 3faf0ba6f32257b0a1b274baf6c9d3c4f4f025c80bcf392581473723479b77c7 Oct 27 14:28:55.985 INFO running `"docker" "start" "-a" "3faf0ba6f32257b0a1b274baf6c9d3c4f4f025c80bcf392581473723479b77c7"` Oct 27 14:28:56.869 INFO kablam! usermod: no changes Oct 27 14:28:57.100 INFO kablam! Checking futures-state-stream v0.2.0 Oct 27 14:28:57.100 INFO kablam! Checking postgres-protocol v0.3.2 Oct 27 14:28:57.100 INFO kablam! Checking tokio-uds v0.1.7 Oct 27 14:28:57.100 INFO kablam! Checking tokio-dns-unofficial v0.1.2 Oct 27 14:29:00.313 INFO kablam! Checking postgres-shared v0.4.2 Oct 27 14:29:04.587 INFO kablam! Checking tokio-postgres v0.3.0 (/source) Oct 27 14:29:09.139 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:09.139 INFO kablam! --> src/stream.rs:9:41 Oct 27 14:29:09.139 INFO kablam! | Oct 27 14:29:09.139 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:29:09.139 INFO kablam! | ^^^^^^ Oct 27 14:29:09.139 INFO kablam! | Oct 27 14:29:09.139 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:29:09.139 INFO kablam! Oct 27 14:29:09.139 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:09.139 INFO kablam! --> src/stream.rs:21:27 Oct 27 14:29:09.139 INFO kablam! | Oct 27 14:29:09.139 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 27 14:29:09.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:29:09.139 INFO kablam! Oct 27 14:29:09.587 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:09.587 INFO kablam! --> src/stream.rs:66:23 Oct 27 14:29:09.587 INFO kablam! | Oct 27 14:29:09.587 INFO kablam! 66 | s.framed(PostgresCodec) Oct 27 14:29:09.588 INFO kablam! | ^^^^^^ Oct 27 14:29:09.588 INFO kablam! Oct 27 14:29:09.595 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:09.595 INFO kablam! --> src/stream.rs:73:20 Oct 27 14:29:09.595 INFO kablam! | Oct 27 14:29:09.595 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 27 14:29:09.595 INFO kablam! | ^^^^^^ Oct 27 14:29:09.596 INFO kablam! Oct 27 14:29:09.604 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:09.605 INFO kablam! --> src/stream.rs:109:20 Oct 27 14:29:09.605 INFO kablam! | Oct 27 14:29:09.605 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 27 14:29:09.605 INFO kablam! | ^^^^^^ Oct 27 14:29:09.605 INFO kablam! Oct 27 14:29:09.685 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:29:09.685 INFO kablam! --> src/lib.rs:59:18 Oct 27 14:29:09.685 INFO kablam! | Oct 27 14:29:09.686 INFO kablam! 59 | #[cfg_attr(test, macro_use)] Oct 27 14:29:09.686 INFO kablam! | ^^^^^^^^^ Oct 27 14:29:09.686 INFO kablam! | Oct 27 14:29:09.687 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:29:09.687 INFO kablam! Oct 27 14:29:09.723 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:09.724 INFO kablam! --> src/stream.rs:9:41 Oct 27 14:29:09.724 INFO kablam! | Oct 27 14:29:09.724 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:29:09.724 INFO kablam! | ^^^^^^ Oct 27 14:29:09.725 INFO kablam! | Oct 27 14:29:09.725 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:29:09.726 INFO kablam! Oct 27 14:29:09.726 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:09.727 INFO kablam! --> src/stream.rs:21:27 Oct 27 14:29:09.727 INFO kablam! | Oct 27 14:29:09.727 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 27 14:29:09.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:29:09.728 INFO kablam! Oct 27 14:29:10.175 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:10.175 INFO kablam! --> src/stream.rs:66:23 Oct 27 14:29:10.175 INFO kablam! | Oct 27 14:29:10.175 INFO kablam! 66 | s.framed(PostgresCodec) Oct 27 14:29:10.175 INFO kablam! | ^^^^^^ Oct 27 14:29:10.175 INFO kablam! Oct 27 14:29:10.175 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:10.175 INFO kablam! --> src/stream.rs:73:20 Oct 27 14:29:10.175 INFO kablam! | Oct 27 14:29:10.175 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 27 14:29:10.175 INFO kablam! | ^^^^^^ Oct 27 14:29:10.175 INFO kablam! Oct 27 14:29:10.191 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:10.191 INFO kablam! --> src/stream.rs:109:20 Oct 27 14:29:10.191 INFO kablam! | Oct 27 14:29:10.191 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 27 14:29:10.191 INFO kablam! | ^^^^^^ Oct 27 14:29:10.191 INFO kablam! Oct 27 14:29:11.111 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.23s Oct 27 14:29:11.122 INFO kablam! su: No module specific data is present Oct 27 14:29:11.439 INFO running `"docker" "rm" "-f" "3faf0ba6f32257b0a1b274baf6c9d3c4f4f025c80bcf392581473723479b77c7"` Oct 27 14:29:11.562 INFO blam! 3faf0ba6f32257b0a1b274baf6c9d3c4f4f025c80bcf392581473723479b77c7