[INFO] crate tk-redis 0.1.3 is already in cache [INFO] extracting crate tk-redis 0.1.3 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/tk-redis/0.1.3 [INFO] extracting crate tk-redis 0.1.3 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/tk-redis/0.1.3 [INFO] validating manifest of tk-redis-0.1.3 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tk-redis-0.1.3 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tk-redis-0.1.3 [INFO] finished frobbing tk-redis-0.1.3 [INFO] frobbed toml for tk-redis-0.1.3 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/tk-redis/0.1.3/Cargo.toml [INFO] started frobbing tk-redis-0.1.3 [INFO] finished frobbing tk-redis-0.1.3 [INFO] frobbed toml for tk-redis-0.1.3 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/tk-redis/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tk-redis-0.1.3 against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/tk-redis/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 5365b6dfd87c1c1ce996cc887fd80570dc898e4f3d3cd007b375a1668dda4c56 [INFO] running `"docker" "start" "-a" "5365b6dfd87c1c1ce996cc887fd80570dc898e4f3d3cd007b375a1668dda4c56"` [INFO] [stderr] Compiling nodrop-union v0.1.10 [INFO] [stderr] Compiling spin v0.4.10 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tk-redis v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:3:22 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:3:29 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:8:6 [INFO] [stderr] | [INFO] [stderr] 8 | impl Codec for RedisCodec { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:12:36 [INFO] [stderr] | [INFO] [stderr] 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/connection.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use tokio_core::io::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stderr] --> src/connection.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use tokio_core::io::Io; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/connection.rs:257:20 [INFO] [stderr] | [INFO] [stderr] 257 | pub type RawConn = Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` [INFO] [stderr] --> src/connection.rs:210:9 [INFO] [stderr] | [INFO] [stderr] 210 | stream::iter(cmds.into_iter().map(Ok)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/connection.rs:142:41 [INFO] [stderr] | [INFO] [stderr] 142 | let socket = stream.framed(RedisCodec); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '>::complete': renamed to `send` [INFO] [stderr] --> src/connection.rs:171:24 [INFO] [stderr] | [INFO] [stderr] 171 | tx.complete(result); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:13:54 [INFO] [stderr] | [INFO] [stderr] 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | buf.drain_to(len); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.56s [INFO] running `"docker" "inspect" "5365b6dfd87c1c1ce996cc887fd80570dc898e4f3d3cd007b375a1668dda4c56"` [INFO] running `"docker" "rm" "-f" "5365b6dfd87c1c1ce996cc887fd80570dc898e4f3d3cd007b375a1668dda4c56"` [INFO] [stdout] 5365b6dfd87c1c1ce996cc887fd80570dc898e4f3d3cd007b375a1668dda4c56 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/tk-redis/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] d7831ef0740db88059d1b3d9a9f9f54c0b41283313c3d1c92afa5f17bee5893e [INFO] running `"docker" "start" "-a" "d7831ef0740db88059d1b3d9a9f9f54c0b41283313c3d1c92afa5f17bee5893e"` [INFO] [stderr] Compiling tk-redis v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item '>::complete': renamed to `send` [INFO] [stderr] --> tests/test_redis.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | tx.complete(core.remote()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:3:22 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:3:29 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:8:6 [INFO] [stderr] | [INFO] [stderr] 8 | impl Codec for RedisCodec { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:12:36 [INFO] [stderr] | [INFO] [stderr] 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/connection.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use tokio_core::io::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stderr] --> src/connection.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use tokio_core::io::Io; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/connection.rs:257:20 [INFO] [stderr] | [INFO] [stderr] 257 | pub type RawConn = Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` [INFO] [stderr] --> src/connection.rs:210:9 [INFO] [stderr] | [INFO] [stderr] 210 | stream::iter(cmds.into_iter().map(Ok)) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stderr] --> src/connection.rs:142:41 [INFO] [stderr] | [INFO] [stderr] 142 | let socket = stream.framed(RedisCodec); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '>::complete': renamed to `send` [INFO] [stderr] --> src/connection.rs:171:24 [INFO] [stderr] | [INFO] [stderr] 171 | tx.complete(result); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:13:54 [INFO] [stderr] | [INFO] [stderr] 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate [INFO] [stderr] --> src/codec.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | buf.drain_to(len); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.09s [INFO] running `"docker" "inspect" "d7831ef0740db88059d1b3d9a9f9f54c0b41283313c3d1c92afa5f17bee5893e"` [INFO] running `"docker" "rm" "-f" "d7831ef0740db88059d1b3d9a9f9f54c0b41283313c3d1c92afa5f17bee5893e"` [INFO] [stdout] d7831ef0740db88059d1b3d9a9f9f54c0b41283313c3d1c92afa5f17bee5893e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/tk-redis/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] f060e805a2a55f5ad90bddb9ac7da22ea8bf117b80c7ca0c1aa66e6394f82177 [INFO] running `"docker" "start" "-a" "f060e805a2a55f5ad90bddb9ac7da22ea8bf117b80c7ca0c1aa66e6394f82177"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/tk_redis-04663004fe91ad02 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test value::tests::test_parse_status ... ok [INFO] [stdout] test value::tests::test_parse_data ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/test_redis-1ddda86018eb7e02 [INFO] [stdout] test value::tests::test_parse_int ... ok [INFO] [stdout] test value::tests::test_parse_bulk ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test connect_to_redis ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- connect_to_redis stdout ---- [INFO] [stdout] thread 'connect_to_redis' panicked at 'Failed to connect and send commands: ()', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e4f05c7033 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hb587d2734f1dc7c5 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x55e4f05c2b6b - std::sys_common::backtrace::_print::he39717f7cfbd122d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x55e4f05c5b16 - std::panicking::default_hook::{{closure}}::hb7f1ae5149814e5e [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x55e4f05c5817 - std::panicking::default_hook::hc2b73d8ffc772b35 [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x55e4f05c6220 - std::panicking::rust_panic_with_hook::h625072734a147d22 [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x55e4f05c5da1 - std::panicking::continue_panic_fmt::h3d3b66f689c3e04e [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x55e4f05c5c85 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x55e4f05d88dc - core::panicking::panic_fmt::h3dc182ff7fefc0c0 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x55e4f04cff0c - core::result::unwrap_failed::h7407f20c1d9c1936 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x55e4f03d02ff - >::expect::h875ed7945e7a781d [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/result.rs:825 [INFO] [stdout] 10: 0x55e4f03d3574 - test_redis::connect_to_redis::h451d4f5fc82a0cfe [INFO] [stdout] at tests/test_redis.rs:52 [INFO] [stdout] 11: 0x55e4f03d31c9 - test_redis::connect_to_redis::{{closure}}::hbcdf6fecdf78cdef [INFO] [stdout] at tests/test_redis.rs:11 [INFO] [stdout] 12: 0x55e4f03c680d - core::ops::function::FnOnce::call_once::h402570b347df60c6 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/ops/function.rs:231 [INFO] [stdout] 13: 0x55e4f03e16de - >::call_box::h6b39ff82621fe3f5 [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/liballoc/boxed.rs:734 [INFO] [stdout] 14: 0x55e4f05c95a9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 15: 0x55e4f03fe967 - test::run_test::run_test_inner::{{closure}}::h57942e399d1cc807 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 16: 0x55e4f03da124 - std::sys_common::backtrace::__rust_begin_short_backtrace::h85c77ad9ddf8fba3 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 17: 0x55e4f03da7f4 - std::panicking::try::do_call::hf5b2072d080453d1 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panicking.rs:297 [INFO] [stdout] 18: 0x55e4f05c95a9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 19: 0x55e4f03e195c - >::call_box::hf0a5ea81172c4bf3 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/liballoc/boxed.rs:734 [INFO] [stdout] 20: 0x55e4f05c8d3d - std::sys::unix::thread::Thread::new::thread_start::h60ff5f253b4125d5 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 21: 0x7fdbdacc0493 - start_thread [INFO] [stdout] 22: 0x7fdbda7ebace - __clone [INFO] [stdout] 23: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] connect_to_redis [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test test_redis' [INFO] running `"docker" "inspect" "f060e805a2a55f5ad90bddb9ac7da22ea8bf117b80c7ca0c1aa66e6394f82177"` [INFO] running `"docker" "rm" "-f" "f060e805a2a55f5ad90bddb9ac7da22ea8bf117b80c7ca0c1aa66e6394f82177"` [INFO] [stdout] f060e805a2a55f5ad90bddb9ac7da22ea8bf117b80c7ca0c1aa66e6394f82177