Oct 13 07:17:02.658 INFO checking tokio-postgres-0.3.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:17:02.658 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 07:17:03.136 INFO blam! 81728eb607fcfc99d3facdf0a93420014d59b296fb9ebb2314379dc27d32f889 Oct 13 07:17:03.156 INFO running `"docker" "start" "-a" "81728eb607fcfc99d3facdf0a93420014d59b296fb9ebb2314379dc27d32f889"` Oct 13 07:17:03.920 INFO kablam! usermod: no changes Oct 13 07:17:04.124 INFO kablam! Checking futures-state-stream v0.2.0 Oct 13 07:17:04.124 INFO kablam! Checking postgres-protocol v0.3.2 Oct 13 07:17:04.125 INFO kablam! Checking tokio-dns-unofficial v0.1.2 Oct 13 07:17:07.079 INFO kablam! Checking postgres-shared v0.4.2 Oct 13 07:17:10.779 INFO kablam! Checking tokio-postgres v0.3.0 (/source) Oct 13 07:17:14.984 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:14.984 INFO kablam! --> src/stream.rs:9:41 Oct 13 07:17:14.984 INFO kablam! | Oct 13 07:17:14.984 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 13 07:17:14.984 INFO kablam! | ^^^^^^ Oct 13 07:17:14.984 INFO kablam! | Oct 13 07:17:14.984 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:14.984 INFO kablam! Oct 13 07:17:14.984 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:14.984 INFO kablam! --> src/stream.rs:21:27 Oct 13 07:17:14.984 INFO kablam! | Oct 13 07:17:14.984 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 13 07:17:14.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:14.984 INFO kablam! Oct 13 07:17:15.404 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:17:15.404 INFO kablam! --> src/lib.rs:59:18 Oct 13 07:17:15.404 INFO kablam! | Oct 13 07:17:15.404 INFO kablam! 59 | #[cfg_attr(test, macro_use)] Oct 13 07:17:15.404 INFO kablam! | ^^^^^^^^^^ Oct 13 07:17:15.404 INFO kablam! | Oct 13 07:17:15.404 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:17:15.404 INFO kablam! Oct 13 07:17:15.465 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:15.465 INFO kablam! --> src/stream.rs:9:41 Oct 13 07:17:15.465 INFO kablam! | Oct 13 07:17:15.465 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 13 07:17:15.465 INFO kablam! | ^^^^^^ Oct 13 07:17:15.465 INFO kablam! | Oct 13 07:17:15.465 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:15.465 INFO kablam! Oct 13 07:17:15.465 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:15.465 INFO kablam! --> src/stream.rs:21:27 Oct 13 07:17:15.465 INFO kablam! | Oct 13 07:17:15.465 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 13 07:17:15.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:15.465 INFO kablam! Oct 13 07:17:15.472 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:15.472 INFO kablam! --> src/stream.rs:66:23 Oct 13 07:17:15.472 INFO kablam! | Oct 13 07:17:15.472 INFO kablam! 66 | s.framed(PostgresCodec) Oct 13 07:17:15.472 INFO kablam! | ^^^^^^ Oct 13 07:17:15.472 INFO kablam! Oct 13 07:17:15.474 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:15.474 INFO kablam! --> src/stream.rs:73:20 Oct 13 07:17:15.474 INFO kablam! | Oct 13 07:17:15.474 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 13 07:17:15.474 INFO kablam! | ^^^^^^ Oct 13 07:17:15.474 INFO kablam! Oct 13 07:17:15.493 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:15.493 INFO kablam! --> src/stream.rs:109:20 Oct 13 07:17:15.494 INFO kablam! | Oct 13 07:17:15.494 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 13 07:17:15.494 INFO kablam! | ^^^^^^ Oct 13 07:17:15.494 INFO kablam! Oct 13 07:17:16.215 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:16.215 INFO kablam! --> src/stream.rs:66:23 Oct 13 07:17:16.215 INFO kablam! | Oct 13 07:17:16.215 INFO kablam! 66 | s.framed(PostgresCodec) Oct 13 07:17:16.215 INFO kablam! | ^^^^^^ Oct 13 07:17:16.215 INFO kablam! Oct 13 07:17:16.224 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:16.224 INFO kablam! --> src/stream.rs:73:20 Oct 13 07:17:16.224 INFO kablam! | Oct 13 07:17:16.224 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 13 07:17:16.224 INFO kablam! | ^^^^^^ Oct 13 07:17:16.224 INFO kablam! Oct 13 07:17:16.231 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:16.231 INFO kablam! --> src/stream.rs:109:20 Oct 13 07:17:16.231 INFO kablam! | Oct 13 07:17:16.231 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 13 07:17:16.231 INFO kablam! | ^^^^^^ Oct 13 07:17:16.231 INFO kablam! Oct 13 07:17:17.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.20s Oct 13 07:17:17.145 INFO kablam! su: No module specific data is present Oct 13 07:17:17.453 INFO running `"docker" "rm" "-f" "81728eb607fcfc99d3facdf0a93420014d59b296fb9ebb2314379dc27d32f889"` Oct 13 07:17:17.574 INFO blam! 81728eb607fcfc99d3facdf0a93420014d59b296fb9ebb2314379dc27d32f889