Oct 27 14:28:55.532 INFO checking tokio-postgres-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:28:55.532 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:28:56.064 INFO blam! bd2d79d8eb32c40cc7a81725ae186bb6ccfb1a3b78c56614f6c7e1de7743be4a Oct 27 14:28:56.075 INFO running `"docker" "start" "-a" "bd2d79d8eb32c40cc7a81725ae186bb6ccfb1a3b78c56614f6c7e1de7743be4a"` Oct 27 14:28:56.613 INFO kablam! usermod: no changes Oct 27 14:28:56.790 INFO kablam! Checking futures-state-stream v0.2.0 Oct 27 14:28:56.790 INFO kablam! Checking base64 v0.6.0 Oct 27 14:28:56.808 INFO kablam! Checking tokio-uds v0.1.7 Oct 27 14:28:56.808 INFO kablam! Checking tokio-dns-unofficial v0.1.2 Oct 27 14:28:58.367 INFO kablam! Checking postgres-protocol v0.3.2 Oct 27 14:29:02.379 INFO kablam! Checking postgres-shared v0.4.2 Oct 27 14:29:05.673 INFO kablam! Checking tokio-postgres v0.3.0 (/source) Oct 27 14:29:10.312 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:29:10.312 INFO kablam! --> src/lib.rs:59:18 Oct 27 14:29:10.312 INFO kablam! | Oct 27 14:29:10.312 INFO kablam! 59 | #[cfg_attr(test, macro_use)] Oct 27 14:29:10.312 INFO kablam! | ^^^^^^^^^ Oct 27 14:29:10.312 INFO kablam! | Oct 27 14:29:10.312 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:29:10.312 INFO kablam! Oct 27 14:29:10.336 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:10.336 INFO kablam! --> src/stream.rs:9:41 Oct 27 14:29:10.336 INFO kablam! | Oct 27 14:29:10.336 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:29:10.336 INFO kablam! | ^^^^^^ Oct 27 14:29:10.336 INFO kablam! | Oct 27 14:29:10.336 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:29:10.336 INFO kablam! Oct 27 14:29:10.336 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:10.336 INFO kablam! --> src/stream.rs:21:27 Oct 27 14:29:10.336 INFO kablam! | Oct 27 14:29:10.336 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 27 14:29:10.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:29:10.336 INFO kablam! Oct 27 14:29:10.336 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:10.336 INFO kablam! --> src/stream.rs:9:41 Oct 27 14:29:10.336 INFO kablam! | Oct 27 14:29:10.336 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 27 14:29:10.336 INFO kablam! | ^^^^^^ Oct 27 14:29:10.336 INFO kablam! | Oct 27 14:29:10.336 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:29:10.336 INFO kablam! Oct 27 14:29:10.336 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:29:10.336 INFO kablam! --> src/stream.rs:21:27 Oct 27 14:29:10.336 INFO kablam! | Oct 27 14:29:10.336 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 27 14:29:10.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:29:10.336 INFO kablam! Oct 27 14:29:10.743 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:10.743 INFO kablam! --> src/stream.rs:66:23 Oct 27 14:29:10.744 INFO kablam! | Oct 27 14:29:10.744 INFO kablam! 66 | s.framed(PostgresCodec) Oct 27 14:29:10.744 INFO kablam! | ^^^^^^ Oct 27 14:29:10.744 INFO kablam! Oct 27 14:29:10.745 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:10.745 INFO kablam! --> src/stream.rs:73:20 Oct 27 14:29:10.745 INFO kablam! | Oct 27 14:29:10.746 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 27 14:29:10.746 INFO kablam! | ^^^^^^ Oct 27 14:29:10.746 INFO kablam! Oct 27 14:29:10.787 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:10.787 INFO kablam! --> src/stream.rs:109:20 Oct 27 14:29:10.787 INFO kablam! | Oct 27 14:29:10.787 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 27 14:29:10.787 INFO kablam! | ^^^^^^ Oct 27 14:29:10.787 INFO kablam! Oct 27 14:29:10.879 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:10.879 INFO kablam! --> src/stream.rs:66:23 Oct 27 14:29:10.879 INFO kablam! | Oct 27 14:29:10.879 INFO kablam! 66 | s.framed(PostgresCodec) Oct 27 14:29:10.879 INFO kablam! | ^^^^^^ Oct 27 14:29:10.879 INFO kablam! Oct 27 14:29:10.879 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:10.879 INFO kablam! --> src/stream.rs:73:20 Oct 27 14:29:10.879 INFO kablam! | Oct 27 14:29:10.879 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 27 14:29:10.879 INFO kablam! | ^^^^^^ Oct 27 14:29:10.879 INFO kablam! Oct 27 14:29:10.879 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:29:10.879 INFO kablam! --> src/stream.rs:109:20 Oct 27 14:29:10.879 INFO kablam! | Oct 27 14:29:10.879 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 27 14:29:10.879 INFO kablam! | ^^^^^^ Oct 27 14:29:10.879 INFO kablam! Oct 27 14:29:11.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.23s Oct 27 14:29:11.874 INFO kablam! su: No module specific data is present Oct 27 14:29:12.255 INFO running `"docker" "rm" "-f" "bd2d79d8eb32c40cc7a81725ae186bb6ccfb1a3b78c56614f6c7e1de7743be4a"` Oct 27 14:29:12.574 INFO blam! bd2d79d8eb32c40cc7a81725ae186bb6ccfb1a3b78c56614f6c7e1de7743be4a