Oct 13 07:17:02.569 INFO checking tokio-postgres-0.3.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:17:02.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.024 INFO blam! 7dbeec136e9a54687a70c76ce39f96e7f928ef125d125865d0cf3b0f01168760 Oct 13 07:17:03.026 INFO running `"docker" "start" "-a" "7dbeec136e9a54687a70c76ce39f96e7f928ef125d125865d0cf3b0f01168760"` Oct 13 07:17:03.845 INFO kablam! usermod: no changes Oct 13 07:17:04.069 INFO kablam! Checking futures-state-stream v0.2.0 Oct 13 07:17:04.070 INFO kablam! Checking stringprep v0.1.2 Oct 13 07:17:04.071 INFO kablam! Checking tokio-dns-unofficial v0.1.2 Oct 13 07:17:05.044 INFO kablam! Checking postgres-protocol v0.3.2 Oct 13 07:17:08.656 INFO kablam! Checking postgres-shared v0.4.2 Oct 13 07:17:11.496 INFO kablam! Checking tokio-postgres v0.3.0 (/source) Oct 13 07:17:16.494 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:17:16.494 INFO kablam! --> src/lib.rs:59:18 Oct 13 07:17:16.494 INFO kablam! | Oct 13 07:17:16.494 INFO kablam! 59 | #[cfg_attr(test, macro_use)] Oct 13 07:17:16.494 INFO kablam! | ^^^^^^^^^^ Oct 13 07:17:16.494 INFO kablam! | Oct 13 07:17:16.494 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:17:16.494 INFO kablam! Oct 13 07:17:16.532 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:16.532 INFO kablam! --> src/stream.rs:9:41 Oct 13 07:17:16.532 INFO kablam! | Oct 13 07:17:16.532 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 13 07:17:16.532 INFO kablam! | ^^^^^^ Oct 13 07:17:16.532 INFO kablam! | Oct 13 07:17:16.532 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:16.532 INFO kablam! Oct 13 07:17:16.532 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:16.532 INFO kablam! --> src/stream.rs:21:27 Oct 13 07:17:16.532 INFO kablam! | Oct 13 07:17:16.532 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 13 07:17:16.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:16.532 INFO kablam! Oct 13 07:17:16.552 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:16.552 INFO kablam! --> src/stream.rs:9:41 Oct 13 07:17:16.552 INFO kablam! | Oct 13 07:17:16.552 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 13 07:17:16.552 INFO kablam! | ^^^^^^ Oct 13 07:17:16.552 INFO kablam! | Oct 13 07:17:16.552 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:17:16.552 INFO kablam! Oct 13 07:17:16.552 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:17:16.552 INFO kablam! --> src/stream.rs:21:27 Oct 13 07:17:16.552 INFO kablam! | Oct 13 07:17:16.552 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 13 07:17:16.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:17:16.552 INFO kablam! Oct 13 07:17:16.935 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:16.935 INFO kablam! --> src/stream.rs:66:23 Oct 13 07:17:16.935 INFO kablam! | Oct 13 07:17:16.935 INFO kablam! 66 | s.framed(PostgresCodec) Oct 13 07:17:16.935 INFO kablam! | ^^^^^^ Oct 13 07:17:16.935 INFO kablam! Oct 13 07:17:16.937 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:16.937 INFO kablam! --> src/stream.rs:73:20 Oct 13 07:17:16.937 INFO kablam! | Oct 13 07:17:16.937 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 13 07:17:16.937 INFO kablam! | ^^^^^^ Oct 13 07:17:16.937 INFO kablam! Oct 13 07:17:16.947 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:16.947 INFO kablam! --> src/stream.rs:109:20 Oct 13 07:17:16.947 INFO kablam! | Oct 13 07:17:16.947 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 13 07:17:16.947 INFO kablam! | ^^^^^^ Oct 13 07:17:16.947 INFO kablam! Oct 13 07:17:16.973 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:16.973 INFO kablam! --> src/stream.rs:66:23 Oct 13 07:17:16.973 INFO kablam! | Oct 13 07:17:16.973 INFO kablam! 66 | s.framed(PostgresCodec) Oct 13 07:17:16.973 INFO kablam! | ^^^^^^ Oct 13 07:17:16.973 INFO kablam! Oct 13 07:17:16.976 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:16.977 INFO kablam! --> src/stream.rs:73:20 Oct 13 07:17:16.977 INFO kablam! | Oct 13 07:17:16.977 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 13 07:17:16.977 INFO kablam! | ^^^^^^ Oct 13 07:17:16.977 INFO kablam! Oct 13 07:17:16.988 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:17:16.988 INFO kablam! --> src/stream.rs:109:20 Oct 13 07:17:16.989 INFO kablam! | Oct 13 07:17:16.989 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 13 07:17:16.989 INFO kablam! | ^^^^^^ Oct 13 07:17:16.989 INFO kablam! Oct 13 07:17:17.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.91s Oct 13 07:17:17.788 INFO kablam! su: No module specific data is present Oct 13 07:17:18.159 INFO running `"docker" "rm" "-f" "7dbeec136e9a54687a70c76ce39f96e7f928ef125d125865d0cf3b0f01168760"` Oct 13 07:17:18.453 INFO blam! 7dbeec136e9a54687a70c76ce39f96e7f928ef125d125865d0cf3b0f01168760