Oct 13 07:22:09.781 INFO checking tk-redis-0.1.3 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:22:09.781 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:22:10.234 INFO blam! 7998057ae5de75b3b129a799bc7fbe24558693657f31e9090dc37f9caf2a20f0 Oct 13 07:22:10.248 INFO running `"docker" "start" "-a" "7998057ae5de75b3b129a799bc7fbe24558693657f31e9090dc37f9caf2a20f0"` Oct 13 07:22:11.437 INFO kablam! usermod: no changes Oct 13 07:22:11.593 INFO kablam! Checking nodrop-union v0.1.9 Oct 13 07:22:11.593 INFO kablam! Checking spin v0.4.9 Oct 13 07:22:11.872 INFO kablam! Checking nodrop v0.1.12 Oct 13 07:22:12.373 INFO kablam! Checking arrayvec v0.4.7 Oct 13 07:22:13.415 INFO kablam! Checking crossbeam-epoch v0.5.2 Oct 13 07:22:14.328 INFO kablam! Checking crossbeam-deque v0.6.1 Oct 13 07:22:15.600 INFO kablam! Checking tokio-threadpool v0.1.7 Oct 13 07:22:17.642 INFO kablam! Checking tokio-fs v0.1.3 Oct 13 07:22:19.448 INFO kablam! Checking tokio v0.1.11 Oct 13 07:22:22.114 INFO kablam! Checking tokio-core v0.1.17 Oct 13 07:22:25.633 INFO kablam! Checking tk-redis v0.1.3 (/source) Oct 13 07:22:30.648 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 07:22:30.648 INFO kablam! --> src/codec.rs:3:22 Oct 13 07:22:30.648 INFO kablam! | Oct 13 07:22:30.648 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 13 07:22:30.648 INFO kablam! | ^^^^^ Oct 13 07:22:30.648 INFO kablam! | Oct 13 07:22:30.648 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:22:30.648 INFO kablam! Oct 13 07:22:30.648 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 07:22:30.648 INFO kablam! --> src/codec.rs:3:29 Oct 13 07:22:30.649 INFO kablam! | Oct 13 07:22:30.649 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 13 07:22:30.649 INFO kablam! | ^^^^^^^ Oct 13 07:22:30.649 INFO kablam! Oct 13 07:22:30.649 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 07:22:30.649 INFO kablam! --> src/codec.rs:8:6 Oct 13 07:22:30.649 INFO kablam! | Oct 13 07:22:30.649 INFO kablam! 8 | impl Codec for RedisCodec { Oct 13 07:22:30.649 INFO kablam! | ^^^^^ Oct 13 07:22:30.649 INFO kablam! Oct 13 07:22:30.649 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 07:22:30.649 INFO kablam! --> src/connection.rs:17:5 Oct 13 07:22:30.649 INFO kablam! | Oct 13 07:22:30.649 INFO kablam! 17 | use tokio_core::io::Framed; Oct 13 07:22:30.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:30.649 INFO kablam! Oct 13 07:22:30.649 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 07:22:30.649 INFO kablam! --> src/connection.rs:18:5 Oct 13 07:22:30.649 INFO kablam! | Oct 13 07:22:30.649 INFO kablam! 18 | use tokio_core::io::Io; Oct 13 07:22:30.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 07:22:30.649 INFO kablam! Oct 13 07:22:30.649 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 07:22:30.649 INFO kablam! --> src/connection.rs:257:20 Oct 13 07:22:30.649 INFO kablam! | Oct 13 07:22:30.649 INFO kablam! 257 | pub type RawConn = Framed; Oct 13 07:22:30.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:30.649 INFO kablam! Oct 13 07:22:30.649 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 07:22:30.649 INFO kablam! --> src/codec.rs:12:36 Oct 13 07:22:30.649 INFO kablam! | Oct 13 07:22:30.649 INFO kablam! 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Oct 13 07:22:30.649 INFO kablam! | ^^^^^^^ Oct 13 07:22:30.649 INFO kablam! Oct 13 07:22:30.649 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 07:22:30.649 INFO kablam! --> src/connection.rs:210:9 Oct 13 07:22:30.649 INFO kablam! | Oct 13 07:22:30.649 INFO kablam! 210 | stream::iter(cmds.into_iter().map(Ok)) Oct 13 07:22:30.649 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:22:30.649 INFO kablam! Oct 13 07:22:30.816 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 07:22:30.816 INFO kablam! --> src/connection.rs:142:41 Oct 13 07:22:30.816 INFO kablam! | Oct 13 07:22:30.816 INFO kablam! 142 | let socket = stream.framed(RedisCodec); Oct 13 07:22:30.816 INFO kablam! | ^^^^^^ Oct 13 07:22:30.816 INFO kablam! Oct 13 07:22:30.828 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 07:22:30.828 INFO kablam! --> src/connection.rs:171:24 Oct 13 07:22:30.828 INFO kablam! | Oct 13 07:22:30.828 INFO kablam! 171 | tx.complete(result); Oct 13 07:22:30.828 INFO kablam! | ^^^^^^^^ Oct 13 07:22:30.828 INFO kablam! Oct 13 07:22:30.916 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 07:22:30.916 INFO kablam! --> src/codec.rs:3:22 Oct 13 07:22:30.916 INFO kablam! | Oct 13 07:22:30.916 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 13 07:22:30.916 INFO kablam! | ^^^^^ Oct 13 07:22:30.916 INFO kablam! | Oct 13 07:22:30.916 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:22:30.916 INFO kablam! Oct 13 07:22:30.916 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 07:22:30.916 INFO kablam! --> src/codec.rs:3:29 Oct 13 07:22:30.916 INFO kablam! | Oct 13 07:22:30.916 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 13 07:22:30.916 INFO kablam! | ^^^^^^^ Oct 13 07:22:30.916 INFO kablam! Oct 13 07:22:30.916 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 07:22:30.916 INFO kablam! --> src/codec.rs:8:6 Oct 13 07:22:30.916 INFO kablam! | Oct 13 07:22:30.917 INFO kablam! 8 | impl Codec for RedisCodec { Oct 13 07:22:30.917 INFO kablam! | ^^^^^ Oct 13 07:22:30.917 INFO kablam! Oct 13 07:22:30.920 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 07:22:30.920 INFO kablam! --> src/connection.rs:17:5 Oct 13 07:22:30.920 INFO kablam! | Oct 13 07:22:30.920 INFO kablam! 17 | use tokio_core::io::Framed; Oct 13 07:22:30.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:30.920 INFO kablam! Oct 13 07:22:30.920 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 07:22:30.920 INFO kablam! --> src/connection.rs:18:5 Oct 13 07:22:30.920 INFO kablam! | Oct 13 07:22:30.920 INFO kablam! 18 | use tokio_core::io::Io; Oct 13 07:22:30.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 07:22:30.920 INFO kablam! Oct 13 07:22:30.920 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 07:22:30.920 INFO kablam! --> src/connection.rs:257:20 Oct 13 07:22:30.920 INFO kablam! | Oct 13 07:22:30.920 INFO kablam! 257 | pub type RawConn = Framed; Oct 13 07:22:30.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:30.920 INFO kablam! Oct 13 07:22:30.920 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 07:22:30.920 INFO kablam! --> src/codec.rs:12:36 Oct 13 07:22:30.920 INFO kablam! | Oct 13 07:22:30.920 INFO kablam! 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Oct 13 07:22:30.920 INFO kablam! | ^^^^^^^ Oct 13 07:22:30.920 INFO kablam! Oct 13 07:22:30.920 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 07:22:30.921 INFO kablam! --> src/connection.rs:210:9 Oct 13 07:22:30.921 INFO kablam! | Oct 13 07:22:30.921 INFO kablam! 210 | stream::iter(cmds.into_iter().map(Ok)) Oct 13 07:22:30.921 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:22:30.921 INFO kablam! Oct 13 07:22:30.928 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 13 07:22:30.928 INFO kablam! --> src/codec.rs:13:54 Oct 13 07:22:30.928 INFO kablam! | Oct 13 07:22:30.928 INFO kablam! 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Oct 13 07:22:30.928 INFO kablam! | ^^^^^^^^ Oct 13 07:22:30.928 INFO kablam! Oct 13 07:22:30.928 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 07:22:30.928 INFO kablam! --> src/codec.rs:14:17 Oct 13 07:22:30.929 INFO kablam! | Oct 13 07:22:30.929 INFO kablam! 14 | buf.drain_to(len); Oct 13 07:22:30.929 INFO kablam! | ^^^^^^^^ Oct 13 07:22:30.929 INFO kablam! Oct 13 07:22:30.992 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 07:22:30.992 INFO kablam! --> src/connection.rs:142:41 Oct 13 07:22:30.992 INFO kablam! | Oct 13 07:22:30.992 INFO kablam! 142 | let socket = stream.framed(RedisCodec); Oct 13 07:22:30.992 INFO kablam! | ^^^^^^ Oct 13 07:22:30.992 INFO kablam! Oct 13 07:22:31.016 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 07:22:31.016 INFO kablam! --> src/connection.rs:171:24 Oct 13 07:22:31.016 INFO kablam! | Oct 13 07:22:31.016 INFO kablam! 171 | tx.complete(result); Oct 13 07:22:31.016 INFO kablam! | ^^^^^^^^ Oct 13 07:22:31.016 INFO kablam! Oct 13 07:22:31.172 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 13 07:22:31.172 INFO kablam! --> src/codec.rs:13:54 Oct 13 07:22:31.172 INFO kablam! | Oct 13 07:22:31.172 INFO kablam! 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Oct 13 07:22:31.172 INFO kablam! | ^^^^^^^^ Oct 13 07:22:31.172 INFO kablam! Oct 13 07:22:31.172 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 13 07:22:31.172 INFO kablam! --> src/codec.rs:14:17 Oct 13 07:22:31.172 INFO kablam! | Oct 13 07:22:31.172 INFO kablam! 14 | buf.drain_to(len); Oct 13 07:22:31.172 INFO kablam! | ^^^^^^^^ Oct 13 07:22:31.172 INFO kablam! Oct 13 07:22:31.289 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 07:22:31.289 INFO kablam! --> src/lib.rs:2:12 Oct 13 07:22:31.289 INFO kablam! | Oct 13 07:22:31.289 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 13 07:22:31.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:31.289 INFO kablam! | Oct 13 07:22:31.289 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 07:22:31.290 INFO kablam! Oct 13 07:22:31.634 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 07:22:31.635 INFO kablam! --> src/lib.rs:2:12 Oct 13 07:22:31.636 INFO kablam! | Oct 13 07:22:31.637 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 13 07:22:31.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:22:31.638 INFO kablam! | Oct 13 07:22:31.639 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 07:22:31.640 INFO kablam! Oct 13 07:22:35.064 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 13 07:22:35.064 INFO kablam! --> tests/test_redis.rs:22:12 Oct 13 07:22:35.064 INFO kablam! | Oct 13 07:22:35.064 INFO kablam! 22 | tx.complete(core.remote()); Oct 13 07:22:35.064 INFO kablam! | ^^^^^^^^ Oct 13 07:22:35.064 INFO kablam! | Oct 13 07:22:35.064 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:22:35.064 INFO kablam! Oct 13 07:22:35.169 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.70s Oct 13 07:22:35.189 INFO kablam! su: No module specific data is present Oct 13 07:22:36.269 INFO running `"docker" "rm" "-f" "7998057ae5de75b3b129a799bc7fbe24558693657f31e9090dc37f9caf2a20f0"` Oct 13 07:22:36.668 INFO blam! 7998057ae5de75b3b129a799bc7fbe24558693657f31e9090dc37f9caf2a20f0