Oct 21 23:00:14.807 INFO checking tk-redis-0.1.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:00:14.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 23:00:15.166 INFO blam! 5d4abe7e04ad3cdc9529cb7dda544817ccc8fe9d8dc70e7a126246a6341d7861 Oct 21 23:00:15.168 INFO running `"docker" "start" "-a" "5d4abe7e04ad3cdc9529cb7dda544817ccc8fe9d8dc70e7a126246a6341d7861"` Oct 21 23:00:16.702 INFO kablam! usermod: no changes Oct 21 23:00:16.916 INFO kablam! Checking nodrop-union v0.1.9 Oct 21 23:00:16.924 INFO kablam! Checking spin v0.4.9 Oct 21 23:00:17.188 INFO kablam! Checking nodrop v0.1.12 Oct 21 23:00:17.767 INFO kablam! Checking arrayvec v0.4.7 Oct 21 23:00:18.919 INFO kablam! Checking crossbeam-epoch v0.5.2 Oct 21 23:00:19.958 INFO kablam! Checking crossbeam-deque v0.6.1 Oct 21 23:00:21.048 INFO kablam! Checking tokio-threadpool v0.1.7 Oct 21 23:00:23.285 INFO kablam! Checking tokio-fs v0.1.3 Oct 21 23:00:25.103 INFO kablam! Checking tokio v0.1.11 Oct 21 23:00:27.557 INFO kablam! Checking tokio-core v0.1.17 Oct 21 23:00:31.175 INFO kablam! Checking tk-redis v0.1.3 (/source) Oct 21 23:00:35.896 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 21 23:00:35.896 INFO kablam! --> src/codec.rs:3:22 Oct 21 23:00:35.896 INFO kablam! | Oct 21 23:00:35.896 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 21 23:00:35.896 INFO kablam! | ^^^^^ Oct 21 23:00:35.896 INFO kablam! | Oct 21 23:00:35.896 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:00:35.896 INFO kablam! Oct 21 23:00:35.896 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 21 23:00:35.896 INFO kablam! --> src/codec.rs:3:29 Oct 21 23:00:35.896 INFO kablam! | Oct 21 23:00:35.896 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 21 23:00:35.896 INFO kablam! | ^^^^^^^ Oct 21 23:00:35.896 INFO kablam! Oct 21 23:00:35.896 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 21 23:00:35.896 INFO kablam! --> src/codec.rs:8:6 Oct 21 23:00:35.896 INFO kablam! | Oct 21 23:00:35.896 INFO kablam! 8 | impl Codec for RedisCodec { Oct 21 23:00:35.897 INFO kablam! | ^^^^^ Oct 21 23:00:35.901 INFO kablam! Oct 21 23:00:35.901 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 21 23:00:35.901 INFO kablam! --> src/connection.rs:17:5 Oct 21 23:00:35.901 INFO kablam! | Oct 21 23:00:35.901 INFO kablam! 17 | use tokio_core::io::Framed; Oct 21 23:00:35.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:00:35.901 INFO kablam! Oct 21 23:00:35.901 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 21 23:00:35.901 INFO kablam! --> src/connection.rs:18:5 Oct 21 23:00:35.901 INFO kablam! | Oct 21 23:00:35.901 INFO kablam! 18 | use tokio_core::io::Io; Oct 21 23:00:35.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 23:00:35.901 INFO kablam! Oct 21 23:00:35.901 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 21 23:00:35.901 INFO kablam! --> src/connection.rs:257:20 Oct 21 23:00:35.901 INFO kablam! | Oct 21 23:00:35.902 INFO kablam! 257 | pub type RawConn = Framed; Oct 21 23:00:35.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:00:35.902 INFO kablam! Oct 21 23:00:35.902 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 21 23:00:35.902 INFO kablam! --> src/codec.rs:12:36 Oct 21 23:00:35.902 INFO kablam! | Oct 21 23:00:35.902 INFO kablam! 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Oct 21 23:00:35.902 INFO kablam! | ^^^^^^^ Oct 21 23:00:35.902 INFO kablam! Oct 21 23:00:35.908 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 21 23:00:35.908 INFO kablam! --> src/connection.rs:210:9 Oct 21 23:00:35.908 INFO kablam! | Oct 21 23:00:35.908 INFO kablam! 210 | stream::iter(cmds.into_iter().map(Ok)) Oct 21 23:00:35.908 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:00:35.908 INFO kablam! Oct 21 23:00:36.048 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 21 23:00:36.048 INFO kablam! --> src/connection.rs:142:41 Oct 21 23:00:36.048 INFO kablam! | Oct 21 23:00:36.048 INFO kablam! 142 | let socket = stream.framed(RedisCodec); Oct 21 23:00:36.048 INFO kablam! | ^^^^^^ Oct 21 23:00:36.048 INFO kablam! Oct 21 23:00:36.073 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 21 23:00:36.073 INFO kablam! --> src/connection.rs:171:24 Oct 21 23:00:36.073 INFO kablam! | Oct 21 23:00:36.073 INFO kablam! 171 | tx.complete(result); Oct 21 23:00:36.073 INFO kablam! | ^^^^^^^^ Oct 21 23:00:36.073 INFO kablam! Oct 21 23:00:36.216 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 21 23:00:36.216 INFO kablam! --> src/codec.rs:13:54 Oct 21 23:00:36.216 INFO kablam! | Oct 21 23:00:36.216 INFO kablam! 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Oct 21 23:00:36.216 INFO kablam! | ^^^^^^^^ Oct 21 23:00:36.216 INFO kablam! Oct 21 23:00:36.216 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 21 23:00:36.216 INFO kablam! --> src/codec.rs:14:17 Oct 21 23:00:36.216 INFO kablam! | Oct 21 23:00:36.216 INFO kablam! 14 | buf.drain_to(len); Oct 21 23:00:36.216 INFO kablam! | ^^^^^^^^ Oct 21 23:00:36.216 INFO kablam! Oct 21 23:00:36.652 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 23:00:36.652 INFO kablam! --> src/lib.rs:2:12 Oct 21 23:00:36.652 INFO kablam! | Oct 21 23:00:36.652 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 21 23:00:36.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:00:36.652 INFO kablam! | Oct 21 23:00:36.652 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:00:36.652 INFO kablam! Oct 21 23:00:36.756 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 21 23:00:36.756 INFO kablam! --> src/codec.rs:3:22 Oct 21 23:00:36.756 INFO kablam! | Oct 21 23:00:36.756 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 21 23:00:36.756 INFO kablam! | ^^^^^ Oct 21 23:00:36.756 INFO kablam! | Oct 21 23:00:36.756 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:00:36.756 INFO kablam! Oct 21 23:00:36.756 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 21 23:00:36.756 INFO kablam! --> src/codec.rs:3:29 Oct 21 23:00:36.756 INFO kablam! | Oct 21 23:00:36.756 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 21 23:00:36.756 INFO kablam! | ^^^^^^^ Oct 21 23:00:36.756 INFO kablam! Oct 21 23:00:36.756 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 21 23:00:36.756 INFO kablam! --> src/codec.rs:8:6 Oct 21 23:00:36.756 INFO kablam! | Oct 21 23:00:36.756 INFO kablam! 8 | impl Codec for RedisCodec { Oct 21 23:00:36.756 INFO kablam! | ^^^^^ Oct 21 23:00:36.756 INFO kablam! Oct 21 23:00:36.756 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 21 23:00:36.756 INFO kablam! --> src/connection.rs:17:5 Oct 21 23:00:36.756 INFO kablam! | Oct 21 23:00:36.756 INFO kablam! 17 | use tokio_core::io::Framed; Oct 21 23:00:36.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:00:36.756 INFO kablam! Oct 21 23:00:36.757 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 21 23:00:36.757 INFO kablam! --> src/connection.rs:18:5 Oct 21 23:00:36.757 INFO kablam! | Oct 21 23:00:36.757 INFO kablam! 18 | use tokio_core::io::Io; Oct 21 23:00:36.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 23:00:36.757 INFO kablam! Oct 21 23:00:36.757 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 21 23:00:36.757 INFO kablam! --> src/connection.rs:257:20 Oct 21 23:00:36.757 INFO kablam! | Oct 21 23:00:36.757 INFO kablam! 257 | pub type RawConn = Framed; Oct 21 23:00:36.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:00:36.757 INFO kablam! Oct 21 23:00:36.757 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 21 23:00:36.757 INFO kablam! --> src/codec.rs:12:36 Oct 21 23:00:36.757 INFO kablam! | Oct 21 23:00:36.757 INFO kablam! 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Oct 21 23:00:36.757 INFO kablam! | ^^^^^^^ Oct 21 23:00:36.757 INFO kablam! Oct 21 23:00:36.757 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 21 23:00:36.757 INFO kablam! --> src/connection.rs:210:9 Oct 21 23:00:36.757 INFO kablam! | Oct 21 23:00:36.757 INFO kablam! 210 | stream::iter(cmds.into_iter().map(Ok)) Oct 21 23:00:36.757 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:00:36.757 INFO kablam! Oct 21 23:00:36.820 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 21 23:00:36.820 INFO kablam! --> src/connection.rs:142:41 Oct 21 23:00:36.820 INFO kablam! | Oct 21 23:00:36.820 INFO kablam! 142 | let socket = stream.framed(RedisCodec); Oct 21 23:00:36.820 INFO kablam! | ^^^^^^ Oct 21 23:00:36.820 INFO kablam! Oct 21 23:00:36.836 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 21 23:00:36.836 INFO kablam! --> src/connection.rs:171:24 Oct 21 23:00:36.836 INFO kablam! | Oct 21 23:00:36.836 INFO kablam! 171 | tx.complete(result); Oct 21 23:00:36.836 INFO kablam! | ^^^^^^^^ Oct 21 23:00:36.836 INFO kablam! Oct 21 23:00:36.896 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 21 23:00:36.896 INFO kablam! --> src/codec.rs:13:54 Oct 21 23:00:36.896 INFO kablam! | Oct 21 23:00:36.896 INFO kablam! 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Oct 21 23:00:36.896 INFO kablam! | ^^^^^^^^ Oct 21 23:00:36.896 INFO kablam! Oct 21 23:00:36.898 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 21 23:00:36.898 INFO kablam! --> src/codec.rs:14:17 Oct 21 23:00:36.898 INFO kablam! | Oct 21 23:00:36.898 INFO kablam! 14 | buf.drain_to(len); Oct 21 23:00:36.898 INFO kablam! | ^^^^^^^^ Oct 21 23:00:36.898 INFO kablam! Oct 21 23:00:37.080 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 23:00:37.080 INFO kablam! --> src/lib.rs:2:12 Oct 21 23:00:37.080 INFO kablam! | Oct 21 23:00:37.080 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 21 23:00:37.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:00:37.080 INFO kablam! | Oct 21 23:00:37.080 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:00:37.080 INFO kablam! Oct 21 23:00:40.753 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 21 23:00:40.753 INFO kablam! --> tests/test_redis.rs:22:12 Oct 21 23:00:40.753 INFO kablam! | Oct 21 23:00:40.753 INFO kablam! 22 | tx.complete(core.remote()); Oct 21 23:00:40.754 INFO kablam! | ^^^^^^^^ Oct 21 23:00:40.754 INFO kablam! | Oct 21 23:00:40.754 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:00:40.754 INFO kablam! Oct 21 23:00:40.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.15s Oct 21 23:00:40.877 INFO kablam! su: No module specific data is present Oct 21 23:00:41.534 INFO running `"docker" "rm" "-f" "5d4abe7e04ad3cdc9529cb7dda544817ccc8fe9d8dc70e7a126246a6341d7861"` Oct 21 23:00:41.952 INFO blam! 5d4abe7e04ad3cdc9529cb7dda544817ccc8fe9d8dc70e7a126246a6341d7861