Nov 17 20:29:41.330 INFO testing tk-redis-0.1.3 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 20:29:41.330 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 20:29:41.541 INFO [stdout] fa1908540f81bdced79fc4f6229dcd157f399ee35c2de36a2af3c630248e6bcc Nov 17 20:29:41.547 INFO running `"docker" "start" "-a" "fa1908540f81bdced79fc4f6229dcd157f399ee35c2de36a2af3c630248e6bcc"` Nov 17 20:29:42.459 INFO [stderr] usermod: no changes Nov 17 20:29:42.603 INFO [stderr] Compiling nodrop-union v0.1.10 Nov 17 20:29:42.623 INFO [stderr] Compiling spin v0.4.10 Nov 17 20:29:42.815 INFO [stderr] Compiling nodrop v0.1.13 Nov 17 20:29:43.362 INFO [stderr] Compiling arrayvec v0.4.7 Nov 17 20:29:44.714 INFO [stderr] Compiling crossbeam-epoch v0.6.1 Nov 17 20:29:46.187 INFO [stderr] Compiling crossbeam-deque v0.6.2 Nov 17 20:29:47.239 INFO [stderr] Compiling tokio-threadpool v0.1.8 Nov 17 20:29:50.531 INFO [stderr] Compiling tokio-fs v0.1.4 Nov 17 20:29:53.019 INFO [stderr] Compiling tokio v0.1.11 Nov 17 20:29:55.897 INFO [stderr] Compiling tokio-core v0.1.17 Nov 17 20:30:00.431 INFO [stderr] Compiling tk-redis v0.1.3 (/source) Nov 17 20:30:03.327 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Nov 17 20:30:03.327 INFO [stderr] --> src/codec.rs:3:22 Nov 17 20:30:03.327 INFO [stderr] | Nov 17 20:30:03.327 INFO [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; Nov 17 20:30:03.327 INFO [stderr] | ^^^^^ Nov 17 20:30:03.327 INFO [stderr] | Nov 17 20:30:03.327 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 20:30:03.327 INFO [stderr] Nov 17 20:30:03.327 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Nov 17 20:30:03.327 INFO [stderr] --> src/codec.rs:3:29 Nov 17 20:30:03.327 INFO [stderr] | Nov 17 20:30:03.327 INFO [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; Nov 17 20:30:03.327 INFO [stderr] | ^^^^^^^ Nov 17 20:30:03.327 INFO [stderr] Nov 17 20:30:03.327 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Nov 17 20:30:03.327 INFO [stderr] --> src/codec.rs:8:6 Nov 17 20:30:03.327 INFO [stderr] | Nov 17 20:30:03.327 INFO [stderr] 8 | impl Codec for RedisCodec { Nov 17 20:30:03.327 INFO [stderr] | ^^^^^ Nov 17 20:30:03.327 INFO [stderr] Nov 17 20:30:03.327 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Nov 17 20:30:03.327 INFO [stderr] --> src/connection.rs:17:5 Nov 17 20:30:03.327 INFO [stderr] | Nov 17 20:30:03.327 INFO [stderr] 17 | use tokio_core::io::Framed; Nov 17 20:30:03.327 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 17 20:30:03.327 INFO [stderr] Nov 17 20:30:03.327 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Nov 17 20:30:03.327 INFO [stderr] --> src/connection.rs:18:5 Nov 17 20:30:03.327 INFO [stderr] | Nov 17 20:30:03.327 INFO [stderr] 18 | use tokio_core::io::Io; Nov 17 20:30:03.327 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 20:30:03.327 INFO [stderr] Nov 17 20:30:03.327 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Nov 17 20:30:03.327 INFO [stderr] --> src/connection.rs:257:20 Nov 17 20:30:03.327 INFO [stderr] | Nov 17 20:30:03.327 INFO [stderr] 257 | pub type RawConn = Framed; Nov 17 20:30:03.327 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 20:30:03.327 INFO [stderr] Nov 17 20:30:03.327 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Nov 17 20:30:03.327 INFO [stderr] --> src/codec.rs:12:36 Nov 17 20:30:03.327 INFO [stderr] | Nov 17 20:30:03.327 INFO [stderr] 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Nov 17 20:30:03.327 INFO [stderr] | ^^^^^^^ Nov 17 20:30:03.327 INFO [stderr] Nov 17 20:30:03.327 INFO [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Nov 17 20:30:03.327 INFO [stderr] --> src/connection.rs:210:9 Nov 17 20:30:03.327 INFO [stderr] | Nov 17 20:30:03.327 INFO [stderr] 210 | stream::iter(cmds.into_iter().map(Ok)) Nov 17 20:30:03.327 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 20:30:03.327 INFO [stderr] Nov 17 20:30:03.411 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Nov 17 20:30:03.411 INFO [stderr] --> src/connection.rs:142:41 Nov 17 20:30:03.411 INFO [stderr] | Nov 17 20:30:03.411 INFO [stderr] 142 | let socket = stream.framed(RedisCodec); Nov 17 20:30:03.411 INFO [stderr] | ^^^^^^ Nov 17 20:30:03.411 INFO [stderr] Nov 17 20:30:03.427 INFO [stderr] warning: use of deprecated item '>::complete': renamed to `send` Nov 17 20:30:03.427 INFO [stderr] --> src/connection.rs:171:24 Nov 17 20:30:03.427 INFO [stderr] | Nov 17 20:30:03.427 INFO [stderr] 171 | tx.complete(result); Nov 17 20:30:03.427 INFO [stderr] | ^^^^^^^^ Nov 17 20:30:03.427 INFO [stderr] Nov 17 20:30:03.487 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Nov 17 20:30:03.487 INFO [stderr] --> src/codec.rs:13:54 Nov 17 20:30:03.487 INFO [stderr] | Nov 17 20:30:03.487 INFO [stderr] 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Nov 17 20:30:03.487 INFO [stderr] | ^^^^^^^^ Nov 17 20:30:03.487 INFO [stderr] Nov 17 20:30:03.487 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Nov 17 20:30:03.487 INFO [stderr] --> src/codec.rs:14:17 Nov 17 20:30:03.487 INFO [stderr] | Nov 17 20:30:03.487 INFO [stderr] 14 | buf.drain_to(len); Nov 17 20:30:03.487 INFO [stderr] | ^^^^^^^^ Nov 17 20:30:03.487 INFO [stderr] Nov 17 20:30:03.674 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 17 20:30:03.674 INFO [stderr] --> src/lib.rs:2:12 Nov 17 20:30:03.674 INFO [stderr] | Nov 17 20:30:03.674 INFO [stderr] 2 | #![feature(conservative_impl_trait)] Nov 17 20:30:03.674 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 20:30:03.674 INFO [stderr] | Nov 17 20:30:03.674 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 17 20:30:03.674 INFO [stderr] Nov 17 20:30:05.084 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.60s Nov 17 20:30:05.092 INFO [stderr] su: No module specific data is present Nov 17 20:30:05.505 INFO running `"docker" "inspect" "fa1908540f81bdced79fc4f6229dcd157f399ee35c2de36a2af3c630248e6bcc"` Nov 17 20:30:05.656 INFO running `"docker" "rm" "-f" "fa1908540f81bdced79fc4f6229dcd157f399ee35c2de36a2af3c630248e6bcc"` Nov 17 20:30:05.783 INFO [stdout] fa1908540f81bdced79fc4f6229dcd157f399ee35c2de36a2af3c630248e6bcc Nov 17 20:30:05.785 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 20:30:06.035 INFO [stdout] 0cb8ef7e37708b11e5b4ca53e9099e7d03be2bd5684eca396453d20b8e13c985 Nov 17 20:30:06.037 INFO running `"docker" "start" "-a" "0cb8ef7e37708b11e5b4ca53e9099e7d03be2bd5684eca396453d20b8e13c985"` Nov 17 20:30:06.827 INFO [stderr] usermod: no changes Nov 17 20:30:06.975 INFO [stderr] Compiling tk-redis v0.1.3 (/source) Nov 17 20:30:09.927 INFO [stderr] warning: use of deprecated item '>::complete': renamed to `send` Nov 17 20:30:09.927 INFO [stderr] --> tests/test_redis.rs:22:12 Nov 17 20:30:09.927 INFO [stderr] | Nov 17 20:30:09.927 INFO [stderr] 22 | tx.complete(core.remote()); Nov 17 20:30:09.927 INFO [stderr] | ^^^^^^^^ Nov 17 20:30:09.927 INFO [stderr] | Nov 17 20:30:09.927 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 20:30:09.927 INFO [stderr] Nov 17 20:30:10.003 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Nov 17 20:30:10.003 INFO [stderr] --> src/codec.rs:3:22 Nov 17 20:30:10.003 INFO [stderr] | Nov 17 20:30:10.003 INFO [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; Nov 17 20:30:10.003 INFO [stderr] | ^^^^^ Nov 17 20:30:10.003 INFO [stderr] | Nov 17 20:30:10.003 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 20:30:10.003 INFO [stderr] Nov 17 20:30:10.003 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Nov 17 20:30:10.003 INFO [stderr] --> src/codec.rs:3:29 Nov 17 20:30:10.003 INFO [stderr] | Nov 17 20:30:10.003 INFO [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; Nov 17 20:30:10.003 INFO [stderr] | ^^^^^^^ Nov 17 20:30:10.003 INFO [stderr] Nov 17 20:30:10.003 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Nov 17 20:30:10.003 INFO [stderr] --> src/codec.rs:8:6 Nov 17 20:30:10.003 INFO [stderr] | Nov 17 20:30:10.003 INFO [stderr] 8 | impl Codec for RedisCodec { Nov 17 20:30:10.003 INFO [stderr] | ^^^^^ Nov 17 20:30:10.003 INFO [stderr] Nov 17 20:30:10.003 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Nov 17 20:30:10.003 INFO [stderr] --> src/connection.rs:17:5 Nov 17 20:30:10.003 INFO [stderr] | Nov 17 20:30:10.003 INFO [stderr] 17 | use tokio_core::io::Framed; Nov 17 20:30:10.003 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 17 20:30:10.003 INFO [stderr] Nov 17 20:30:10.003 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Nov 17 20:30:10.003 INFO [stderr] --> src/connection.rs:18:5 Nov 17 20:30:10.003 INFO [stderr] | Nov 17 20:30:10.003 INFO [stderr] 18 | use tokio_core::io::Io; Nov 17 20:30:10.003 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 20:30:10.003 INFO [stderr] Nov 17 20:30:10.003 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Nov 17 20:30:10.003 INFO [stderr] --> src/connection.rs:257:20 Nov 17 20:30:10.003 INFO [stderr] | Nov 17 20:30:10.003 INFO [stderr] 257 | pub type RawConn = Framed; Nov 17 20:30:10.003 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 20:30:10.003 INFO [stderr] Nov 17 20:30:10.003 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Nov 17 20:30:10.003 INFO [stderr] --> src/codec.rs:12:36 Nov 17 20:30:10.003 INFO [stderr] | Nov 17 20:30:10.003 INFO [stderr] 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Nov 17 20:30:10.003 INFO [stderr] | ^^^^^^^ Nov 17 20:30:10.003 INFO [stderr] Nov 17 20:30:10.003 INFO [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Nov 17 20:30:10.004 INFO [stderr] --> src/connection.rs:210:9 Nov 17 20:30:10.004 INFO [stderr] | Nov 17 20:30:10.004 INFO [stderr] 210 | stream::iter(cmds.into_iter().map(Ok)) Nov 17 20:30:10.004 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 20:30:10.004 INFO [stderr] Nov 17 20:30:10.083 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Nov 17 20:30:10.083 INFO [stderr] --> src/connection.rs:142:41 Nov 17 20:30:10.083 INFO [stderr] | Nov 17 20:30:10.083 INFO [stderr] 142 | let socket = stream.framed(RedisCodec); Nov 17 20:30:10.083 INFO [stderr] | ^^^^^^ Nov 17 20:30:10.083 INFO [stderr] Nov 17 20:30:10.099 INFO [stderr] warning: use of deprecated item '>::complete': renamed to `send` Nov 17 20:30:10.099 INFO [stderr] --> src/connection.rs:171:24 Nov 17 20:30:10.099 INFO [stderr] | Nov 17 20:30:10.099 INFO [stderr] 171 | tx.complete(result); Nov 17 20:30:10.099 INFO [stderr] | ^^^^^^^^ Nov 17 20:30:10.099 INFO [stderr] Nov 17 20:30:10.159 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Nov 17 20:30:10.159 INFO [stderr] --> src/codec.rs:13:54 Nov 17 20:30:10.159 INFO [stderr] | Nov 17 20:30:10.159 INFO [stderr] 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Nov 17 20:30:10.159 INFO [stderr] | ^^^^^^^^ Nov 17 20:30:10.159 INFO [stderr] Nov 17 20:30:10.159 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Nov 17 20:30:10.159 INFO [stderr] --> src/codec.rs:14:17 Nov 17 20:30:10.159 INFO [stderr] | Nov 17 20:30:10.159 INFO [stderr] 14 | buf.drain_to(len); Nov 17 20:30:10.159 INFO [stderr] | ^^^^^^^^ Nov 17 20:30:10.159 INFO [stderr] Nov 17 20:30:10.479 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 17 20:30:10.479 INFO [stderr] --> src/lib.rs:2:12 Nov 17 20:30:10.479 INFO [stderr] | Nov 17 20:30:10.479 INFO [stderr] 2 | #![feature(conservative_impl_trait)] Nov 17 20:30:10.479 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 20:30:10.479 INFO [stderr] | Nov 17 20:30:10.479 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 17 20:30:10.479 INFO [stderr] Nov 17 20:30:13.002 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.14s Nov 17 20:30:13.012 INFO [stderr] su: No module specific data is present Nov 17 20:30:13.333 INFO running `"docker" "inspect" "0cb8ef7e37708b11e5b4ca53e9099e7d03be2bd5684eca396453d20b8e13c985"` Nov 17 20:30:13.491 INFO running `"docker" "rm" "-f" "0cb8ef7e37708b11e5b4ca53e9099e7d03be2bd5684eca396453d20b8e13c985"` Nov 17 20:30:13.709 INFO [stdout] 0cb8ef7e37708b11e5b4ca53e9099e7d03be2bd5684eca396453d20b8e13c985 Nov 17 20:30:13.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 20:30:13.988 INFO [stdout] 9e2b6071f6dfa9edbecbc6c6171e1f063c79ea404761d909d201f6c316fd43c8 Nov 17 20:30:13.992 INFO running `"docker" "start" "-a" "9e2b6071f6dfa9edbecbc6c6171e1f063c79ea404761d909d201f6c316fd43c8"` Nov 17 20:30:15.398 INFO [stderr] usermod: no changes Nov 17 20:30:15.611 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s Nov 17 20:30:15.631 INFO [stderr] Running /target/debug/deps/tk_redis-52ea64c1577c19c9 Nov 17 20:30:15.631 INFO [stderr] Running /target/debug/deps/test_redis-43e6e056897d12d9 Nov 17 20:30:15.631 INFO [stdout] Nov 17 20:30:15.631 INFO [stdout] running 4 tests Nov 17 20:30:15.631 INFO [stdout] test value::tests::test_parse_status ... ok Nov 17 20:30:15.631 INFO [stdout] test value::tests::test_parse_int ... ok Nov 17 20:30:15.631 INFO [stdout] test value::tests::test_parse_data ... ok Nov 17 20:30:15.631 INFO [stdout] test value::tests::test_parse_bulk ... ok Nov 17 20:30:15.631 INFO [stdout] Nov 17 20:30:15.631 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:30:15.631 INFO [stdout] Nov 17 20:30:15.633 INFO [stdout] Nov 17 20:30:15.633 INFO [stdout] running 1 test Nov 17 20:30:15.734 INFO [stdout] test connect_to_redis ... FAILED Nov 17 20:30:15.734 INFO [stdout] Nov 17 20:30:15.734 INFO [stdout] failures: Nov 17 20:30:15.734 INFO [stdout] Nov 17 20:30:15.734 INFO [stdout] ---- connect_to_redis stdout ---- Nov 17 20:30:15.734 INFO [stdout] thread 'connect_to_redis' panicked at 'Failed to connect and send commands: ()', libcore/result.rs:1009:5 Nov 17 20:30:15.734 INFO [stdout] stack backtrace: Nov 17 20:30:15.734 INFO [stdout] 0: 0x559196b84c53 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 17 20:30:15.734 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 17 20:30:15.734 INFO [stdout] 1: 0x559196b7f2c8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 17 20:30:15.734 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 17 20:30:15.734 INFO [stdout] 2: 0x559196b839e4 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 17 20:30:15.734 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 17 20:30:15.734 INFO [stdout] at libstd/panicking.rs:211 Nov 17 20:30:15.734 INFO [stdout] 3: 0x559196b836cc - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 17 20:30:15.734 INFO [stdout] at libstd/panicking.rs:221 Nov 17 20:30:15.734 INFO [stdout] 4: 0x559196b840f0 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 17 20:30:15.734 INFO [stdout] at libstd/panicking.rs:476 Nov 17 20:30:15.734 INFO [stdout] 5: 0x559196b83c71 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 17 20:30:15.734 INFO [stdout] at libstd/panicking.rs:390 Nov 17 20:30:15.734 INFO [stdout] 6: 0x559196b83b55 - rust_begin_unwind Nov 17 20:30:15.734 INFO [stdout] at libstd/panicking.rs:325 Nov 17 20:30:15.734 INFO [stdout] 7: 0x559196b9447c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 17 20:30:15.734 INFO [stdout] at libcore/panicking.rs:77 Nov 17 20:30:15.734 INFO [stdout] 8: 0x559196ad5ad5 - core::result::unwrap_failed::h76bb05e4c5101ea5 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 17 20:30:15.734 INFO [stdout] 9: 0x5591969a6a8f - >::expect::h66bfc6778dc0a590 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:835 Nov 17 20:30:15.734 INFO [stdout] 10: 0x5591969a8d66 - test_redis::connect_to_redis::ha955490ba073a744 Nov 17 20:30:15.734 INFO [stdout] at tests/test_redis.rs:52 Nov 17 20:30:15.734 INFO [stdout] 11: 0x5591969a89b9 - test_redis::connect_to_redis::{{closure}}::he8d9fe5e01951cbb Nov 17 20:30:15.734 INFO [stdout] at tests/test_redis.rs:11 Nov 17 20:30:15.734 INFO [stdout] 12: 0x55919699cccd - core::ops::function::FnOnce::call_once::hd3323e876e0d55e8 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 17 20:30:15.734 INFO [stdout] 13: 0x5591969b932e - >::call_box::hae1ea457a0ccd8d5 Nov 17 20:30:15.734 INFO [stdout] at libtest/lib.rs:1471 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 17 20:30:15.734 INFO [stdout] 14: 0x559196b92b59 - __rust_maybe_catch_panic Nov 17 20:30:15.734 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 17 20:30:15.734 INFO [stdout] 15: 0x5591969b1183 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 17 20:30:15.734 INFO [stdout] at libtest/lib.rs:1426 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 17 20:30:15.734 INFO [stdout] 16: 0x5591969b2024 - std::panicking::try::do_call::h031514fb401b7159 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 17 20:30:15.734 INFO [stdout] 17: 0x559196b92b59 - __rust_maybe_catch_panic Nov 17 20:30:15.734 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 17 20:30:15.734 INFO [stdout] 18: 0x5591969b920c - >::call_box::h44700b7a2ec6fd33 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 17 20:30:15.734 INFO [stdout] 19: 0x559196b86a2d - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 17 20:30:15.734 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 17 20:30:15.734 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 17 20:30:15.734 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 17 20:30:15.734 INFO [stdout] 20: 0x7f4f543b16b9 - start_thread Nov 17 20:30:15.734 INFO [stdout] 21: 0x7f4f53ed141c - clone Nov 17 20:30:15.734 INFO [stdout] 22: 0x0 - Nov 17 20:30:15.734 INFO [stdout] Nov 17 20:30:15.734 INFO [stdout] Nov 17 20:30:15.734 INFO [stdout] failures: Nov 17 20:30:15.735 INFO [stdout] connect_to_redis Nov 17 20:30:15.735 INFO [stdout] Nov 17 20:30:15.735 INFO [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:30:15.735 INFO [stdout] Nov 17 20:30:15.754 INFO [stderr] error: test failed, to rerun pass '--test test_redis' Nov 17 20:30:15.754 INFO [stderr] su: No module specific data is present Nov 17 20:30:16.632 INFO running `"docker" "inspect" "9e2b6071f6dfa9edbecbc6c6171e1f063c79ea404761d909d201f6c316fd43c8"` Nov 17 20:30:16.988 INFO running `"docker" "rm" "-f" "9e2b6071f6dfa9edbecbc6c6171e1f063c79ea404761d909d201f6c316fd43c8"` Nov 17 20:30:17.316 INFO [stdout] 9e2b6071f6dfa9edbecbc6c6171e1f063c79ea404761d909d201f6c316fd43c8