Oct 11 09:59:04.331 INFO testing tk-redis-0.1.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:59:04.332 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:59:04.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:59:04.638 INFO blam! d585555cb753116ca9a8f000e7d305bd925d1561eea79e5d3b56c1de9023612b Oct 11 09:59:04.640 INFO running `"docker" "start" "-a" "d585555cb753116ca9a8f000e7d305bd925d1561eea79e5d3b56c1de9023612b"` Oct 11 09:59:05.181 INFO kablam! usermod: no changes Oct 11 09:59:05.340 INFO kablam! Compiling nodrop-union v0.1.9 Oct 11 09:59:05.441 INFO kablam! Compiling nodrop v0.1.12 Oct 11 09:59:06.140 INFO kablam! Compiling arrayvec v0.4.7 Oct 11 09:59:07.600 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 11 09:59:09.184 INFO kablam! Compiling crossbeam-deque v0.6.1 Oct 11 09:59:10.694 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 11 09:59:14.256 INFO kablam! Compiling tokio-fs v0.1.3 Oct 11 09:59:16.952 INFO kablam! Compiling tokio v0.1.11 Oct 11 09:59:21.400 INFO kablam! Compiling tokio-core v0.1.17 Oct 11 09:59:26.436 INFO kablam! Compiling tk-redis v0.1.3 (/source) Oct 11 09:59:30.914 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 11 09:59:30.914 INFO kablam! --> src/codec.rs:3:22 Oct 11 09:59:30.914 INFO kablam! | Oct 11 09:59:30.914 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 11 09:59:30.914 INFO kablam! | ^^^^^ Oct 11 09:59:30.914 INFO kablam! | Oct 11 09:59:30.914 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:59:30.914 INFO kablam! Oct 11 09:59:30.914 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 09:59:30.914 INFO kablam! --> src/codec.rs:3:29 Oct 11 09:59:30.914 INFO kablam! | Oct 11 09:59:30.914 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 11 09:59:30.914 INFO kablam! | ^^^^^^^ Oct 11 09:59:30.914 INFO kablam! Oct 11 09:59:30.914 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 11 09:59:30.914 INFO kablam! --> src/codec.rs:8:6 Oct 11 09:59:30.914 INFO kablam! | Oct 11 09:59:30.914 INFO kablam! 8 | impl Codec for RedisCodec { Oct 11 09:59:30.914 INFO kablam! | ^^^^^ Oct 11 09:59:30.914 INFO kablam! Oct 11 09:59:30.914 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 11 09:59:30.914 INFO kablam! --> src/connection.rs:17:5 Oct 11 09:59:30.914 INFO kablam! | Oct 11 09:59:30.914 INFO kablam! 17 | use tokio_core::io::Framed; Oct 11 09:59:30.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:30.914 INFO kablam! Oct 11 09:59:30.914 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 11 09:59:30.914 INFO kablam! --> src/connection.rs:18:5 Oct 11 09:59:30.914 INFO kablam! | Oct 11 09:59:30.914 INFO kablam! 18 | use tokio_core::io::Io; Oct 11 09:59:30.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 09:59:30.914 INFO kablam! Oct 11 09:59:30.914 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 11 09:59:30.914 INFO kablam! --> src/connection.rs:257:20 Oct 11 09:59:30.914 INFO kablam! | Oct 11 09:59:30.914 INFO kablam! 257 | pub type RawConn = Framed; Oct 11 09:59:30.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:30.914 INFO kablam! Oct 11 09:59:30.914 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 09:59:30.914 INFO kablam! --> src/codec.rs:12:36 Oct 11 09:59:30.914 INFO kablam! | Oct 11 09:59:30.914 INFO kablam! 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Oct 11 09:59:30.914 INFO kablam! | ^^^^^^^ Oct 11 09:59:30.914 INFO kablam! Oct 11 09:59:30.916 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 11 09:59:30.916 INFO kablam! --> src/connection.rs:210:9 Oct 11 09:59:30.916 INFO kablam! | Oct 11 09:59:30.916 INFO kablam! 210 | stream::iter(cmds.into_iter().map(Ok)) Oct 11 09:59:30.916 INFO kablam! | ^^^^^^^^^^^^ Oct 11 09:59:30.916 INFO kablam! Oct 11 09:59:31.004 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 11 09:59:31.004 INFO kablam! --> src/connection.rs:142:41 Oct 11 09:59:31.004 INFO kablam! | Oct 11 09:59:31.004 INFO kablam! 142 | let socket = stream.framed(RedisCodec); Oct 11 09:59:31.004 INFO kablam! | ^^^^^^ Oct 11 09:59:31.004 INFO kablam! Oct 11 09:59:31.011 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 09:59:31.011 INFO kablam! --> src/connection.rs:171:24 Oct 11 09:59:31.011 INFO kablam! | Oct 11 09:59:31.011 INFO kablam! 171 | tx.complete(result); Oct 11 09:59:31.011 INFO kablam! | ^^^^^^^^ Oct 11 09:59:31.011 INFO kablam! Oct 11 09:59:31.076 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 11 09:59:31.076 INFO kablam! --> src/codec.rs:13:54 Oct 11 09:59:31.076 INFO kablam! | Oct 11 09:59:31.076 INFO kablam! 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Oct 11 09:59:31.076 INFO kablam! | ^^^^^^^^ Oct 11 09:59:31.076 INFO kablam! Oct 11 09:59:31.076 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 11 09:59:31.076 INFO kablam! --> src/codec.rs:14:17 Oct 11 09:59:31.076 INFO kablam! | Oct 11 09:59:31.076 INFO kablam! 14 | buf.drain_to(len); Oct 11 09:59:31.076 INFO kablam! | ^^^^^^^^ Oct 11 09:59:31.076 INFO kablam! Oct 11 09:59:31.264 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 09:59:31.264 INFO kablam! --> src/lib.rs:2:12 Oct 11 09:59:31.264 INFO kablam! | Oct 11 09:59:31.264 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 11 09:59:31.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:31.264 INFO kablam! | Oct 11 09:59:31.264 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 09:59:31.264 INFO kablam! Oct 11 09:59:33.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.03s Oct 11 09:59:33.240 INFO kablam! su: No module specific data is present Oct 11 09:59:33.836 INFO running `"docker" "rm" "-f" "d585555cb753116ca9a8f000e7d305bd925d1561eea79e5d3b56c1de9023612b"` Oct 11 09:59:34.189 INFO blam! d585555cb753116ca9a8f000e7d305bd925d1561eea79e5d3b56c1de9023612b Oct 11 09:59:34.196 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:59:34.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:59:34.606 INFO blam! a0257a5d992dc29809f23304a9a6be655d1895adc46771bc8938b5f86cd5bb5e Oct 11 09:59:34.608 INFO running `"docker" "start" "-a" "a0257a5d992dc29809f23304a9a6be655d1895adc46771bc8938b5f86cd5bb5e"` Oct 11 09:59:36.327 INFO kablam! usermod: no changes Oct 11 09:59:36.464 INFO kablam! Compiling tk-redis v0.1.3 (/source) Oct 11 09:59:45.045 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 09:59:45.045 INFO kablam! --> tests/test_redis.rs:22:12 Oct 11 09:59:45.045 INFO kablam! | Oct 11 09:59:45.046 INFO kablam! 22 | tx.complete(core.remote()); Oct 11 09:59:45.046 INFO kablam! | ^^^^^^^^ Oct 11 09:59:45.046 INFO kablam! | Oct 11 09:59:45.047 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:59:45.047 INFO kablam! Oct 11 09:59:45.481 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 11 09:59:45.481 INFO kablam! --> src/codec.rs:3:22 Oct 11 09:59:45.481 INFO kablam! | Oct 11 09:59:45.482 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 11 09:59:45.482 INFO kablam! | ^^^^^ Oct 11 09:59:45.482 INFO kablam! | Oct 11 09:59:45.482 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:59:45.483 INFO kablam! Oct 11 09:59:45.483 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 09:59:45.483 INFO kablam! --> src/codec.rs:3:29 Oct 11 09:59:45.483 INFO kablam! | Oct 11 09:59:45.484 INFO kablam! 3 | use tokio_core::io::{Codec, EasyBuf}; Oct 11 09:59:45.484 INFO kablam! | ^^^^^^^ Oct 11 09:59:45.484 INFO kablam! Oct 11 09:59:45.484 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 11 09:59:45.485 INFO kablam! --> src/codec.rs:8:6 Oct 11 09:59:45.485 INFO kablam! | Oct 11 09:59:45.485 INFO kablam! 8 | impl Codec for RedisCodec { Oct 11 09:59:45.485 INFO kablam! | ^^^^^ Oct 11 09:59:45.486 INFO kablam! Oct 11 09:59:45.486 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 11 09:59:45.486 INFO kablam! --> src/connection.rs:17:5 Oct 11 09:59:45.486 INFO kablam! | Oct 11 09:59:45.487 INFO kablam! 17 | use tokio_core::io::Framed; Oct 11 09:59:45.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:45.487 INFO kablam! Oct 11 09:59:45.487 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 11 09:59:45.487 INFO kablam! --> src/connection.rs:18:5 Oct 11 09:59:45.488 INFO kablam! | Oct 11 09:59:45.488 INFO kablam! 18 | use tokio_core::io::Io; Oct 11 09:59:45.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 09:59:45.489 INFO kablam! Oct 11 09:59:45.489 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 11 09:59:45.489 INFO kablam! --> src/connection.rs:257:20 Oct 11 09:59:45.489 INFO kablam! | Oct 11 09:59:45.489 INFO kablam! 257 | pub type RawConn = Framed; Oct 11 09:59:45.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:45.490 INFO kablam! Oct 11 09:59:45.490 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 11 09:59:45.490 INFO kablam! --> src/codec.rs:12:36 Oct 11 09:59:45.491 INFO kablam! | Oct 11 09:59:45.491 INFO kablam! 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Oct 11 09:59:45.491 INFO kablam! | ^^^^^^^ Oct 11 09:59:45.491 INFO kablam! Oct 11 09:59:45.492 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 11 09:59:45.492 INFO kablam! --> src/connection.rs:210:9 Oct 11 09:59:45.492 INFO kablam! | Oct 11 09:59:45.492 INFO kablam! 210 | stream::iter(cmds.into_iter().map(Ok)) Oct 11 09:59:45.493 INFO kablam! | ^^^^^^^^^^^^ Oct 11 09:59:45.493 INFO kablam! Oct 11 09:59:45.878 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 11 09:59:45.879 INFO kablam! --> src/connection.rs:142:41 Oct 11 09:59:45.879 INFO kablam! | Oct 11 09:59:45.879 INFO kablam! 142 | let socket = stream.framed(RedisCodec); Oct 11 09:59:45.880 INFO kablam! | ^^^^^^ Oct 11 09:59:45.880 INFO kablam! Oct 11 09:59:46.032 INFO kablam! warning: use of deprecated item '>::complete': renamed to `send` Oct 11 09:59:46.032 INFO kablam! --> src/connection.rs:171:24 Oct 11 09:59:46.032 INFO kablam! | Oct 11 09:59:46.032 INFO kablam! 171 | tx.complete(result); Oct 11 09:59:46.032 INFO kablam! | ^^^^^^^^ Oct 11 09:59:46.032 INFO kablam! Oct 11 09:59:46.276 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 11 09:59:46.277 INFO kablam! --> src/codec.rs:13:54 Oct 11 09:59:46.278 INFO kablam! | Oct 11 09:59:46.278 INFO kablam! 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Oct 11 09:59:46.279 INFO kablam! | ^^^^^^^^ Oct 11 09:59:46.280 INFO kablam! Oct 11 09:59:46.280 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Oct 11 09:59:46.281 INFO kablam! --> src/codec.rs:14:17 Oct 11 09:59:46.282 INFO kablam! | Oct 11 09:59:46.282 INFO kablam! 14 | buf.drain_to(len); Oct 11 09:59:46.283 INFO kablam! | ^^^^^^^^ Oct 11 09:59:46.283 INFO kablam! Oct 11 09:59:46.764 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 09:59:46.764 INFO kablam! --> src/lib.rs:2:12 Oct 11 09:59:46.764 INFO kablam! | Oct 11 09:59:46.764 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 11 09:59:46.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:59:46.764 INFO kablam! | Oct 11 09:59:46.772 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 09:59:46.772 INFO kablam! Oct 11 09:59:49.968 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.62s Oct 11 09:59:49.979 INFO kablam! su: No module specific data is present Oct 11 09:59:51.091 INFO running `"docker" "rm" "-f" "a0257a5d992dc29809f23304a9a6be655d1895adc46771bc8938b5f86cd5bb5e"` Oct 11 09:59:51.358 INFO blam! a0257a5d992dc29809f23304a9a6be655d1895adc46771bc8938b5f86cd5bb5e Oct 11 09:59:51.359 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:59:51.361 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:59:51.784 INFO blam! 68da7201a25d77728e5e4ca5da66626dc1bcb427a30495fd2b9ad2acbc6a1c10 Oct 11 09:59:51.785 INFO running `"docker" "start" "-a" "68da7201a25d77728e5e4ca5da66626dc1bcb427a30495fd2b9ad2acbc6a1c10"` Oct 11 09:59:52.965 INFO kablam! usermod: no changes Oct 11 09:59:53.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 11 09:59:53.258 INFO kablam! Running /target/debug/deps/tk_redis-e3c9b3da63721520 Oct 11 09:59:53.260 INFO blam! Oct 11 09:59:53.260 INFO blam! running 4 tests Oct 11 09:59:53.261 INFO blam! test value::tests::test_parse_status ... ok Oct 11 09:59:53.261 INFO blam! test value::tests::test_parse_int ... ok Oct 11 09:59:53.261 INFO blam! test value::tests::test_parse_data ... ok Oct 11 09:59:53.261 INFO blam! test value::tests::test_parse_bulk ... ok Oct 11 09:59:53.261 INFO blam! Oct 11 09:59:53.261 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:59:53.261 INFO blam! Oct 11 09:59:53.274 INFO kablam! Running /target/debug/deps/test_redis-d0ef36939c937b2b Oct 11 09:59:53.282 INFO blam! Oct 11 09:59:53.282 INFO blam! running 1 test Oct 11 09:59:53.400 INFO blam! test connect_to_redis ... FAILED Oct 11 09:59:53.401 INFO blam! Oct 11 09:59:53.401 INFO blam! failures: Oct 11 09:59:53.401 INFO blam! Oct 11 09:59:53.401 INFO blam! ---- connect_to_redis stdout ---- Oct 11 09:59:53.401 INFO blam! thread 'connect_to_redis' panicked at 'Failed to connect and send commands: ()', libcore/result.rs:1009:5 Oct 11 09:59:53.401 INFO blam! stack backtrace: Oct 11 09:59:53.401 INFO blam! 0: 0x5597d9d9b0fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 09:59:53.401 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 09:59:53.401 INFO blam! 1: 0x5597d9da4056 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 09:59:53.401 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 09:59:53.401 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 09:59:53.401 INFO blam! 2: 0x5597d9d9edad - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 09:59:53.401 INFO blam! at libstd/panicking.rs:211 Oct 11 09:59:53.401 INFO blam! 3: 0x5597d9d9eabb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 09:59:53.401 INFO blam! at libstd/panicking.rs:221 Oct 11 09:59:53.401 INFO blam! 4: 0x5597d9d9f45c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 09:59:53.401 INFO blam! at libstd/panicking.rs:476 Oct 11 09:59:53.401 INFO blam! 5: 0x5597d9d9f019 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 09:59:53.401 INFO blam! at libstd/panicking.rs:390 Oct 11 09:59:53.401 INFO blam! 6: 0x5597d9d9ef15 - rust_begin_unwind Oct 11 09:59:53.401 INFO blam! at libstd/panicking.rs:325 Oct 11 09:59:53.401 INFO blam! 7: 0x5597d9ddf74b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 09:59:53.401 INFO blam! at libcore/panicking.rs:77 Oct 11 09:59:53.401 INFO blam! 8: 0x5597d9cf8dd9 - core::result::unwrap_failed::h60cac02c8c194074 Oct 11 09:59:53.401 INFO blam! at libcore/macros.rs:26 Oct 11 09:59:53.401 INFO blam! 9: 0x5597d9bd12eb - >::expect::hf9eaf527ad00913d Oct 11 09:59:53.401 INFO blam! at libcore/result.rs:835 Oct 11 09:59:53.401 INFO blam! 10: 0x5597d9bd32e5 - test_redis::connect_to_redis::h8dd51e102c419f02 Oct 11 09:59:53.401 INFO blam! at tests/test_redis.rs:52 Oct 11 09:59:53.401 INFO blam! 11: 0x5597d9bd2f49 - test_redis::connect_to_redis::{{closure}}::h929c72bbbd1ea322 Oct 11 09:59:53.401 INFO blam! at tests/test_redis.rs:11 Oct 11 09:59:53.401 INFO blam! 12: 0x5597d9bc77ed - core::ops::function::FnOnce::call_once::h9b605cae25ba3776 Oct 11 09:59:53.401 INFO blam! at libcore/ops/function.rs:238 Oct 11 09:59:53.401 INFO blam! 13: 0x5597d9bdc49e - >::call_box::h95b7cb918af67b5d Oct 11 09:59:53.401 INFO blam! at libtest/lib.rs:1468 Oct 11 09:59:53.401 INFO blam! at libcore/ops/function.rs:238 Oct 11 09:59:53.401 INFO blam! at liballoc/boxed.rs:672 Oct 11 09:59:53.401 INFO blam! 14: 0x5597d9daf229 - __rust_maybe_catch_panic Oct 11 09:59:53.401 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 09:59:53.401 INFO blam! 15: 0x5597d9bfcfed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 09:59:53.401 INFO blam! at libstd/panicking.rs:289 Oct 11 09:59:53.401 INFO blam! at libstd/panic.rs:392 Oct 11 09:59:53.401 INFO blam! at libtest/lib.rs:1423 Oct 11 09:59:53.401 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 09:59:53.401 INFO blam! 16: 0x5597d9bfdbf4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 09:59:53.401 INFO blam! at libstd/thread/mod.rs:409 Oct 11 09:59:53.401 INFO blam! at libstd/panic.rs:313 Oct 11 09:59:53.401 INFO blam! at libstd/panicking.rs:310 Oct 11 09:59:53.401 INFO blam! 17: 0x5597d9daf229 - __rust_maybe_catch_panic Oct 11 09:59:53.401 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 09:59:53.401 INFO blam! 18: 0x5597d9beb1b6 - >::call_box::h96125cb29a9ba44b Oct 11 09:59:53.401 INFO blam! at libstd/panicking.rs:289 Oct 11 09:59:53.401 INFO blam! at libstd/panic.rs:392 Oct 11 09:59:53.401 INFO blam! at libstd/thread/mod.rs:408 Oct 11 09:59:53.401 INFO blam! at liballoc/boxed.rs:672 Oct 11 09:59:53.401 INFO blam! 19: 0x5597d9d9d1ea - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 09:59:53.401 INFO blam! at liballoc/boxed.rs:682 Oct 11 09:59:53.401 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 09:59:53.401 INFO blam! 20: 0x5597d9d90bf5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 09:59:53.401 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 09:59:53.401 INFO blam! 21: 0x7f8e588fa6b9 - start_thread Oct 11 09:59:53.401 INFO blam! 22: 0x7f8e5841a41c - clone Oct 11 09:59:53.401 INFO blam! 23: 0x0 - Oct 11 09:59:53.401 INFO blam! Oct 11 09:59:53.401 INFO blam! Oct 11 09:59:53.401 INFO blam! failures: Oct 11 09:59:53.401 INFO blam! connect_to_redis Oct 11 09:59:53.402 INFO blam! Oct 11 09:59:53.402 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:59:53.402 INFO blam! Oct 11 09:59:53.403 INFO kablam! error: test failed, to rerun pass '--test test_redis' Oct 11 09:59:53.405 INFO kablam! su: No module specific data is present Oct 11 09:59:54.666 INFO running `"docker" "rm" "-f" "68da7201a25d77728e5e4ca5da66626dc1bcb427a30495fd2b9ad2acbc6a1c10"` Oct 11 09:59:55.030 INFO blam! 68da7201a25d77728e5e4ca5da66626dc1bcb427a30495fd2b9ad2acbc6a1c10