Oct 21 22:57:31.046 INFO checking tokio-postgres-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:57:31.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 21 22:57:31.486 INFO blam! 702605481ba77542a123a47ff1837e3cc1bdb3d60b68583688b7a12c1a596b85 Oct 21 22:57:31.492 INFO running `"docker" "start" "-a" "702605481ba77542a123a47ff1837e3cc1bdb3d60b68583688b7a12c1a596b85"` Oct 21 22:57:32.500 INFO kablam! usermod: no changes Oct 21 22:57:32.779 INFO kablam! Checking futures-state-stream v0.2.0 Oct 21 22:57:32.784 INFO kablam! Checking postgres-shared v0.4.2 Oct 21 22:57:32.785 INFO kablam! Checking tokio-dns-unofficial v0.1.2 Oct 21 22:57:32.800 INFO kablam! Checking tokio-uds v0.1.7 Oct 21 22:57:39.321 INFO kablam! Checking tokio-postgres v0.3.0 (/source) Oct 21 22:57:43.871 INFO kablam! warning: unused `#[macro_use]` import Oct 21 22:57:43.872 INFO kablam! --> src/lib.rs:59:18 Oct 21 22:57:43.872 INFO kablam! | Oct 21 22:57:43.872 INFO kablam! 59 | #[cfg_attr(test, macro_use)] Oct 21 22:57:43.872 INFO kablam! | ^^^^^^^^^ Oct 21 22:57:43.872 INFO kablam! | Oct 21 22:57:43.872 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:57:43.872 INFO kablam! Oct 21 22:57:43.909 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:57:43.909 INFO kablam! --> src/stream.rs:9:41 Oct 21 22:57:43.909 INFO kablam! | Oct 21 22:57:43.909 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 21 22:57:43.909 INFO kablam! | ^^^^^^ Oct 21 22:57:43.909 INFO kablam! | Oct 21 22:57:43.910 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:43.910 INFO kablam! Oct 21 22:57:43.910 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:57:43.910 INFO kablam! --> src/stream.rs:21:27 Oct 21 22:57:43.910 INFO kablam! | Oct 21 22:57:43.910 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 21 22:57:43.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:57:43.910 INFO kablam! Oct 21 22:57:44.016 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:57:44.016 INFO kablam! --> src/stream.rs:9:41 Oct 21 22:57:44.016 INFO kablam! | Oct 21 22:57:44.016 INFO kablam! 9 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 21 22:57:44.016 INFO kablam! | ^^^^^^ Oct 21 22:57:44.016 INFO kablam! | Oct 21 22:57:44.016 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:57:44.016 INFO kablam! Oct 21 22:57:44.016 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 21 22:57:44.016 INFO kablam! --> src/stream.rs:21:27 Oct 21 22:57:44.016 INFO kablam! | Oct 21 22:57:44.016 INFO kablam! 21 | pub type PostgresStream = Framed, PostgresCodec>; Oct 21 22:57:44.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:57:44.016 INFO kablam! Oct 21 22:57:44.401 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:57:44.401 INFO kablam! --> src/stream.rs:66:23 Oct 21 22:57:44.401 INFO kablam! | Oct 21 22:57:44.401 INFO kablam! 66 | s.framed(PostgresCodec) Oct 21 22:57:44.401 INFO kablam! | ^^^^^^ Oct 21 22:57:44.401 INFO kablam! Oct 21 22:57:44.404 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:57:44.404 INFO kablam! --> src/stream.rs:73:20 Oct 21 22:57:44.404 INFO kablam! | Oct 21 22:57:44.404 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 21 22:57:44.404 INFO kablam! | ^^^^^^ Oct 21 22:57:44.404 INFO kablam! Oct 21 22:57:44.418 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:57:44.424 INFO kablam! --> src/stream.rs:109:20 Oct 21 22:57:44.424 INFO kablam! | Oct 21 22:57:44.424 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 21 22:57:44.424 INFO kablam! | ^^^^^^ Oct 21 22:57:44.424 INFO kablam! Oct 21 22:57:44.478 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:57:44.478 INFO kablam! --> src/stream.rs:66:23 Oct 21 22:57:44.478 INFO kablam! | Oct 21 22:57:44.478 INFO kablam! 66 | s.framed(PostgresCodec) Oct 21 22:57:44.478 INFO kablam! | ^^^^^^ Oct 21 22:57:44.478 INFO kablam! Oct 21 22:57:44.478 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:57:44.492 INFO kablam! --> src/stream.rs:73:20 Oct 21 22:57:44.492 INFO kablam! | Oct 21 22:57:44.492 INFO kablam! 73 | .map(|s| s.framed(SslCodec)) Oct 21 22:57:44.492 INFO kablam! | ^^^^^^ Oct 21 22:57:44.492 INFO kablam! Oct 21 22:57:44.520 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 21 22:57:44.520 INFO kablam! --> src/stream.rs:109:20 Oct 21 22:57:44.520 INFO kablam! | Oct 21 22:57:44.520 INFO kablam! 109 | .map(|s| s.framed(PostgresCodec)) Oct 21 22:57:44.520 INFO kablam! | ^^^^^^ Oct 21 22:57:44.520 INFO kablam! Oct 21 22:57:45.392 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.86s Oct 21 22:57:45.401 INFO kablam! su: No module specific data is present Oct 21 22:57:45.678 INFO running `"docker" "rm" "-f" "702605481ba77542a123a47ff1837e3cc1bdb3d60b68583688b7a12c1a596b85"` Oct 21 22:57:45.759 INFO blam! 702605481ba77542a123a47ff1837e3cc1bdb3d60b68583688b7a12c1a596b85