Oct 15 16:22:54.694 INFO testing tk-redis-0.1.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:22:54.694 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 16:22:55.023 INFO blam! 244aa9e06ed259c59e72f6ae1c435cd49bfb3afdfb6ff416aac60e4e90129156 Oct 15 16:22:55.025 INFO running `"docker" "start" "-a" "244aa9e06ed259c59e72f6ae1c435cd49bfb3afdfb6ff416aac60e4e90129156"` Oct 15 16:22:56.167 INFO kablam! usermod: no changes Oct 15 16:22:56.319 INFO kablam! Compiling nodrop-union v0.1.9 Oct 15 16:22:56.319 INFO kablam! Compiling spin v0.4.9 Oct 15 16:22:56.582 INFO kablam! Compiling nodrop v0.1.12 Oct 15 16:22:57.027 INFO kablam! Compiling arrayvec v0.4.7 Oct 15 16:22:58.089 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 15 16:22:59.216 INFO kablam! Compiling crossbeam-deque v0.6.1 Oct 15 16:23:00.119 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 15 16:23:03.414 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 16:23:05.643 INFO kablam! Compiling tokio v0.1.11 Oct 15 16:23:09.016 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 16:23:13.234 INFO kablam! Compiling tk-redis v0.1.3 (/source) Oct 15 16:23:15.730 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 15 16:23:15.730 INFO kablam! --> src/codec.rs:3:22 Oct 15 16:23:15.730 INFO kablam! | Oct 15 16:23:15.730 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 15 16:23:15.730 INFO kablam! | ^^^^^ Oct 15 16:23:15.730 INFO kablam! | Oct 15 16:23:15.730 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:23:15.730 INFO kablam! Oct 15 16:23:15.730 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 15 16:23:15.730 INFO kablam! --> src/codec.rs:3:29 Oct 15 16:23:15.730 INFO kablam! | Oct 15 16:23:15.730 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 15 16:23:15.730 INFO kablam! | ^^^^^^^ Oct 15 16:23:15.730 INFO kablam! Oct 15 16:23:15.730 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 15 16:23:15.730 INFO kablam! --> src/codec.rs:8:6 Oct 15 16:23:15.730 INFO kablam! | Oct 15 16:23:15.730 INFO kablam! 8 | impl Codec for RedisCodec { Oct 15 16:23:15.730 INFO kablam! | ^^^^^ Oct 15 16:23:15.730 INFO kablam! Oct 15 16:23:15.730 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 15 16:23:15.730 INFO kablam! --> src/connection.rs:17:5 Oct 15 16:23:15.730 INFO kablam! | Oct 15 16:23:15.730 INFO kablam! 17 | use tokio_core::io::Framed; Oct 15 16:23:15.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:23:15.730 INFO kablam! Oct 15 16:23:15.731 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 15 16:23:15.731 INFO kablam! --> src/connection.rs:18:5 Oct 15 16:23:15.731 INFO kablam! | Oct 15 16:23:15.731 INFO kablam! 18 | use tokio_core::io::Io; Oct 15 16:23:15.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 16:23:15.731 INFO kablam! Oct 15 16:23:15.731 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 15 16:23:15.731 INFO kablam! --> src/connection.rs:257:20 Oct 15 16:23:15.731 INFO kablam! | Oct 15 16:23:15.731 INFO kablam! 257 | pub type RawConn = Framed; Oct 15 16:23:15.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:23:15.731 INFO kablam! Oct 15 16:23:15.731 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 15 16:23:15.731 INFO kablam! --> src/codec.rs:12:36 Oct 15 16:23:15.731 INFO kablam! | Oct 15 16:23:15.731 INFO kablam! 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Oct 15 16:23:15.731 INFO kablam! | ^^^^^^^ Oct 15 16:23:15.731 INFO kablam! Oct 15 16:23:15.755 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 15 16:23:15.755 INFO kablam! --> src/connection.rs:210:9 Oct 15 16:23:15.755 INFO kablam! | Oct 15 16:23:15.755 INFO kablam! 210 | stream::iter(cmds.into_iter().map(Ok)) Oct 15 16:23:15.755 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:23:15.755 INFO kablam! Oct 15 16:23:15.831 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 15 16:23:15.831 INFO kablam! --> src/connection.rs:142:41 Oct 15 16:23:15.831 INFO kablam! | Oct 15 16:23:15.831 INFO kablam! 142 | let socket = stream.framed(RedisCodec); Oct 15 16:23:15.831 INFO kablam! | ^^^^^^ Oct 15 16:23:15.831 INFO kablam! Oct 15 16:23:15.855 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 16:23:15.855 INFO kablam! --> src/connection.rs:171:24 Oct 15 16:23:15.855 INFO kablam! | Oct 15 16:23:15.855 INFO kablam! 171 | tx.complete(result); Oct 15 16:23:15.855 INFO kablam! | ^^^^^^^^ Oct 15 16:23:15.855 INFO kablam! Oct 15 16:23:15.931 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 15 16:23:15.931 INFO kablam! --> src/codec.rs:13:54 Oct 15 16:23:15.931 INFO kablam! | Oct 15 16:23:15.931 INFO kablam! 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Oct 15 16:23:15.931 INFO kablam! | ^^^^^^^^ Oct 15 16:23:15.931 INFO kablam! Oct 15 16:23:15.931 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 15 16:23:15.931 INFO kablam! --> src/codec.rs:14:17 Oct 15 16:23:15.931 INFO kablam! | Oct 15 16:23:15.931 INFO kablam! 14 | buf.drain_to(len); Oct 15 16:23:15.931 INFO kablam! | ^^^^^^^^ Oct 15 16:23:15.931 INFO kablam! Oct 15 16:23:16.091 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 16:23:16.091 INFO kablam! --> src/lib.rs:2:12 Oct 15 16:23:16.091 INFO kablam! | Oct 15 16:23:16.091 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 15 16:23:16.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:23:16.091 INFO kablam! | Oct 15 16:23:16.091 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 16:23:16.091 INFO kablam! Oct 15 16:23:18.038 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.85s Oct 15 16:23:18.044 INFO kablam! su: No module specific data is present Oct 15 16:23:18.575 INFO running `"docker" "rm" "-f" "244aa9e06ed259c59e72f6ae1c435cd49bfb3afdfb6ff416aac60e4e90129156"` Oct 15 16:23:18.872 INFO blam! 244aa9e06ed259c59e72f6ae1c435cd49bfb3afdfb6ff416aac60e4e90129156 Oct 15 16:23:18.873 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 16:23:19.423 INFO blam! ce2dc00792c294803233c2d0ef26b77c5a052ead19bd4515a6579461e5ba4220 Oct 15 16:23:19.427 INFO running `"docker" "start" "-a" "ce2dc00792c294803233c2d0ef26b77c5a052ead19bd4515a6579461e5ba4220"` Oct 15 16:23:20.175 INFO kablam! usermod: no changes Oct 15 16:23:20.351 INFO kablam! Compiling tk-redis v0.1.3 (/source) Oct 15 16:23:23.635 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 15 16:23:23.635 INFO kablam! --> src/codec.rs:3:22 Oct 15 16:23:23.635 INFO kablam! | Oct 15 16:23:23.635 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 15 16:23:23.635 INFO kablam! | ^^^^^ Oct 15 16:23:23.635 INFO kablam! | Oct 15 16:23:23.635 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:23:23.635 INFO kablam! Oct 15 16:23:23.635 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 15 16:23:23.635 INFO kablam! --> src/codec.rs:3:29 Oct 15 16:23:23.635 INFO kablam! | Oct 15 16:23:23.635 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 15 16:23:23.635 INFO kablam! | ^^^^^^^ Oct 15 16:23:23.635 INFO kablam! Oct 15 16:23:23.635 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 15 16:23:23.635 INFO kablam! --> src/codec.rs:8:6 Oct 15 16:23:23.635 INFO kablam! | Oct 15 16:23:23.635 INFO kablam! 8 | impl Codec for RedisCodec { Oct 15 16:23:23.635 INFO kablam! | ^^^^^ Oct 15 16:23:23.635 INFO kablam! Oct 15 16:23:23.635 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 15 16:23:23.635 INFO kablam! --> src/connection.rs:17:5 Oct 15 16:23:23.635 INFO kablam! | Oct 15 16:23:23.635 INFO kablam! 17 | use tokio_core::io::Framed; Oct 15 16:23:23.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:23:23.635 INFO kablam! Oct 15 16:23:23.635 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 15 16:23:23.635 INFO kablam! --> src/connection.rs:18:5 Oct 15 16:23:23.635 INFO kablam! | Oct 15 16:23:23.635 INFO kablam! 18 | use tokio_core::io::Io; Oct 15 16:23:23.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 16:23:23.635 INFO kablam! Oct 15 16:23:23.635 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 15 16:23:23.635 INFO kablam! --> src/connection.rs:257:20 Oct 15 16:23:23.635 INFO kablam! | Oct 15 16:23:23.635 INFO kablam! 257 | pub type RawConn = Framed; Oct 15 16:23:23.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:23:23.635 INFO kablam! Oct 15 16:23:23.635 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 15 16:23:23.635 INFO kablam! --> src/codec.rs:12:36 Oct 15 16:23:23.635 INFO kablam! | Oct 15 16:23:23.635 INFO kablam! 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Oct 15 16:23:23.635 INFO kablam! | ^^^^^^^ Oct 15 16:23:23.635 INFO kablam! Oct 15 16:23:23.635 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 15 16:23:23.635 INFO kablam! --> src/connection.rs:210:9 Oct 15 16:23:23.635 INFO kablam! | Oct 15 16:23:23.635 INFO kablam! 210 | stream::iter(cmds.into_iter().map(Ok)) Oct 15 16:23:23.636 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:23:23.636 INFO kablam! Oct 15 16:23:23.719 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 16:23:23.719 INFO kablam! --> tests/test_redis.rs:22:12 Oct 15 16:23:23.719 INFO kablam! | Oct 15 16:23:23.719 INFO kablam! 22 | tx.complete(core.remote()); Oct 15 16:23:23.719 INFO kablam! | ^^^^^^^^ Oct 15 16:23:23.719 INFO kablam! | Oct 15 16:23:23.719 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:23:23.719 INFO kablam! Oct 15 16:23:23.743 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 15 16:23:23.743 INFO kablam! --> src/connection.rs:142:41 Oct 15 16:23:23.743 INFO kablam! | Oct 15 16:23:23.743 INFO kablam! 142 | let socket = stream.framed(RedisCodec); Oct 15 16:23:23.743 INFO kablam! | ^^^^^^ Oct 15 16:23:23.743 INFO kablam! Oct 15 16:23:23.783 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 15 16:23:23.783 INFO kablam! --> src/connection.rs:171:24 Oct 15 16:23:23.783 INFO kablam! | Oct 15 16:23:23.783 INFO kablam! 171 | tx.complete(result); Oct 15 16:23:23.783 INFO kablam! | ^^^^^^^^ Oct 15 16:23:23.783 INFO kablam! Oct 15 16:23:23.843 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 15 16:23:23.843 INFO kablam! --> src/codec.rs:13:54 Oct 15 16:23:23.843 INFO kablam! | Oct 15 16:23:23.843 INFO kablam! 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Oct 15 16:23:23.843 INFO kablam! | ^^^^^^^^ Oct 15 16:23:23.843 INFO kablam! Oct 15 16:23:23.843 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 15 16:23:23.843 INFO kablam! --> src/codec.rs:14:17 Oct 15 16:23:23.843 INFO kablam! | Oct 15 16:23:23.843 INFO kablam! 14 | buf.drain_to(len); Oct 15 16:23:23.843 INFO kablam! | ^^^^^^^^ Oct 15 16:23:23.843 INFO kablam! Oct 15 16:23:24.205 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 15 16:23:24.205 INFO kablam! --> src/lib.rs:2:12 Oct 15 16:23:24.205 INFO kablam! | Oct 15 16:23:24.205 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 15 16:23:24.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:23:24.205 INFO kablam! | Oct 15 16:23:24.205 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 16:23:24.205 INFO kablam! Oct 15 16:23:26.911 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.69s Oct 15 16:23:26.918 INFO kablam! su: No module specific data is present Oct 15 16:23:27.536 INFO running `"docker" "rm" "-f" "ce2dc00792c294803233c2d0ef26b77c5a052ead19bd4515a6579461e5ba4220"` Oct 15 16:23:27.779 INFO blam! ce2dc00792c294803233c2d0ef26b77c5a052ead19bd4515a6579461e5ba4220 Oct 15 16:23:27.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 16:23:28.236 INFO blam! 9f6e00928050bde580504c914b66c0ed180a9f0dc69499a87fb1076d01072e26 Oct 15 16:23:28.245 INFO running `"docker" "start" "-a" "9f6e00928050bde580504c914b66c0ed180a9f0dc69499a87fb1076d01072e26"` Oct 15 16:23:29.253 INFO kablam! usermod: no changes Oct 15 16:23:29.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 16:23:29.419 INFO kablam! Running /target/debug/deps/tk_redis-e3c9b3da63721520 Oct 15 16:23:29.423 INFO blam! Oct 15 16:23:29.423 INFO blam! running 4 tests Oct 15 16:23:29.427 INFO blam! test value::tests::test_parse_int ... ok Oct 15 16:23:29.427 INFO blam! test value::tests::test_parse_data ... ok Oct 15 16:23:29.439 INFO blam! test value::tests::test_parse_status ... ok Oct 15 16:23:29.439 INFO blam! test value::tests::test_parse_bulk ... ok Oct 15 16:23:29.439 INFO blam! Oct 15 16:23:29.439 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:23:29.439 INFO blam! Oct 15 16:23:29.443 INFO kablam! Running /target/debug/deps/test_redis-d0ef36939c937b2b Oct 15 16:23:29.447 INFO blam! Oct 15 16:23:29.447 INFO blam! running 1 test Oct 15 16:23:29.493 INFO blam! test connect_to_redis ... FAILED Oct 15 16:23:29.493 INFO blam! Oct 15 16:23:29.493 INFO blam! failures: Oct 15 16:23:29.493 INFO blam! Oct 15 16:23:29.493 INFO blam! ---- connect_to_redis stdout ---- Oct 15 16:23:29.493 INFO blam! thread 'connect_to_redis' panicked at 'Failed to connect and send commands: ()', libcore/result.rs:1009:5 Oct 15 16:23:29.493 INFO blam! stack backtrace: Oct 15 16:23:29.493 INFO blam! 0: 0x5651906e90fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 16:23:29.493 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 16:23:29.493 INFO blam! 1: 0x5651906f2056 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 16:23:29.493 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 16:23:29.494 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 16:23:29.494 INFO blam! 2: 0x5651906ecdad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 16:23:29.494 INFO blam! at libstd/panicking.rs:211 Oct 15 16:23:29.494 INFO blam! 3: 0x5651906ecabb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 16:23:29.494 INFO blam! at libstd/panicking.rs:221 Oct 15 16:23:29.494 INFO blam! 4: 0x5651906ed45c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 16:23:29.494 INFO blam! at libstd/panicking.rs:476 Oct 15 16:23:29.494 INFO blam! 5: 0x5651906ed019 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 15 16:23:29.494 INFO blam! at libstd/panicking.rs:390 Oct 15 16:23:29.494 INFO blam! 6: 0x5651906ecf15 - rust_begin_unwind Oct 15 16:23:29.494 INFO blam! at libstd/panicking.rs:325 Oct 15 16:23:29.494 INFO blam! 7: 0x56519072d74b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 15 16:23:29.494 INFO blam! at libcore/panicking.rs:77 Oct 15 16:23:29.494 INFO blam! 8: 0x565190646dd9 - core::result::unwrap_failed::h60cac02c8c194074 Oct 15 16:23:29.494 INFO blam! at libcore/macros.rs:26 Oct 15 16:23:29.494 INFO blam! 9: 0x56519051f2eb - >::expect::hf9eaf527ad00913d Oct 15 16:23:29.494 INFO blam! at libcore/result.rs:835 Oct 15 16:23:29.494 INFO blam! 10: 0x5651905212e5 - test_redis::connect_to_redis::h8dd51e102c419f02 Oct 15 16:23:29.494 INFO blam! at tests/test_redis.rs:52 Oct 15 16:23:29.494 INFO blam! 11: 0x565190520f49 - test_redis::connect_to_redis::{{closure}}::h929c72bbbd1ea322 Oct 15 16:23:29.494 INFO blam! at tests/test_redis.rs:11 Oct 15 16:23:29.494 INFO blam! 12: 0x5651905157ed - core::ops::function::FnOnce::call_once::h9b605cae25ba3776 Oct 15 16:23:29.494 INFO blam! at libcore/ops/function.rs:238 Oct 15 16:23:29.495 INFO blam! 13: 0x56519052a49e - >::call_box::h95b7cb918af67b5d Oct 15 16:23:29.495 INFO blam! at libtest/lib.rs:1468 Oct 15 16:23:29.495 INFO blam! at libcore/ops/function.rs:238 Oct 15 16:23:29.495 INFO blam! at liballoc/boxed.rs:672 Oct 15 16:23:29.495 INFO blam! 14: 0x5651906fd229 - __rust_maybe_catch_panic Oct 15 16:23:29.495 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 16:23:29.495 INFO blam! 15: 0x56519054afed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 15 16:23:29.495 INFO blam! at libstd/panicking.rs:289 Oct 15 16:23:29.495 INFO blam! at libstd/panic.rs:392 Oct 15 16:23:29.495 INFO blam! at libtest/lib.rs:1423 Oct 15 16:23:29.495 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 16:23:29.495 INFO blam! 16: 0x56519054bbf4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 15 16:23:29.495 INFO blam! at libstd/thread/mod.rs:409 Oct 15 16:23:29.495 INFO blam! at libstd/panic.rs:313 Oct 15 16:23:29.495 INFO blam! at libstd/panicking.rs:310 Oct 15 16:23:29.495 INFO blam! 17: 0x5651906fd229 - __rust_maybe_catch_panic Oct 15 16:23:29.495 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 16:23:29.495 INFO blam! 18: 0x5651905391b6 - >::call_box::h96125cb29a9ba44b Oct 15 16:23:29.495 INFO blam! at libstd/panicking.rs:289 Oct 15 16:23:29.495 INFO blam! at libstd/panic.rs:392 Oct 15 16:23:29.495 INFO blam! at libstd/thread/mod.rs:408 Oct 15 16:23:29.495 INFO blam! at liballoc/boxed.rs:672 Oct 15 16:23:29.496 INFO blam! 19: 0x5651906eb1ea - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 15 16:23:29.496 INFO blam! at liballoc/boxed.rs:682 Oct 15 16:23:29.496 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 16:23:29.496 INFO blam! 20: 0x5651906debf5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 15 16:23:29.496 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 16:23:29.496 INFO blam! 21: 0x7f2e165eb6b9 - start_thread Oct 15 16:23:29.496 INFO blam! 22: 0x7f2e1610b41c - clone Oct 15 16:23:29.496 INFO blam! 23: 0x0 - Oct 15 16:23:29.496 INFO blam! Oct 15 16:23:29.496 INFO blam! Oct 15 16:23:29.496 INFO blam! failures: Oct 15 16:23:29.496 INFO blam! connect_to_redis Oct 15 16:23:29.496 INFO blam! Oct 15 16:23:29.496 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:23:29.496 INFO blam! Oct 15 16:23:29.498 INFO kablam! error: test failed, to rerun pass '--test test_redis' Oct 15 16:23:29.499 INFO kablam! su: No module specific data is present Oct 15 16:23:29.855 INFO running `"docker" "rm" "-f" "9f6e00928050bde580504c914b66c0ed180a9f0dc69499a87fb1076d01072e26"` Oct 15 16:23:30.009 INFO blam! 9f6e00928050bde580504c914b66c0ed180a9f0dc69499a87fb1076d01072e26