Dec 06 20:00:13.533 INFO testing tk-redis-0.1.3 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 20:00:13.533 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 20:00:13.759 INFO [stdout] 52fa8ee906b728f3a9515cc144d6f80d7903ba91941483b81c90346ab42f66c1 Dec 06 20:00:13.762 INFO running `"docker" "start" "-a" "52fa8ee906b728f3a9515cc144d6f80d7903ba91941483b81c90346ab42f66c1"` Dec 06 20:00:14.174 INFO [stderr] usermod: no changes Dec 06 20:00:14.300 INFO [stderr] Compiling nodrop-union v0.1.10 Dec 06 20:00:14.396 INFO [stderr] Compiling nodrop v0.1.13 Dec 06 20:00:14.786 INFO [stderr] Compiling arrayvec v0.4.8 Dec 06 20:00:15.664 INFO [stderr] Compiling crossbeam-epoch v0.6.1 Dec 06 20:00:17.240 INFO [stderr] Compiling crossbeam-deque v0.6.2 Dec 06 20:00:18.310 INFO [stderr] Compiling tokio-threadpool v0.1.9 Dec 06 20:00:22.764 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 06 20:00:25.405 INFO [stderr] Compiling tokio v0.1.13 Dec 06 20:00:29.619 INFO [stderr] Compiling tokio-core v0.1.17 Dec 06 20:00:35.744 INFO [stderr] Compiling tk-redis v0.1.3 (/source) Dec 06 20:00:39.796 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Dec 06 20:00:39.796 INFO [stderr] --> src/codec.rs:3:22 Dec 06 20:00:39.796 INFO [stderr] | Dec 06 20:00:39.796 INFO [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; Dec 06 20:00:39.797 INFO [stderr] | ^^^^^ Dec 06 20:00:39.797 INFO [stderr] | Dec 06 20:00:39.797 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 06 20:00:39.797 INFO [stderr] Dec 06 20:00:39.797 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Dec 06 20:00:39.797 INFO [stderr] --> src/codec.rs:3:29 Dec 06 20:00:39.797 INFO [stderr] | Dec 06 20:00:39.797 INFO [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; Dec 06 20:00:39.797 INFO [stderr] | ^^^^^^^ Dec 06 20:00:39.797 INFO [stderr] Dec 06 20:00:39.797 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Dec 06 20:00:39.797 INFO [stderr] --> src/codec.rs:8:6 Dec 06 20:00:39.797 INFO [stderr] | Dec 06 20:00:39.797 INFO [stderr] 8 | impl Codec for RedisCodec { Dec 06 20:00:39.797 INFO [stderr] | ^^^^^ Dec 06 20:00:39.797 INFO [stderr] Dec 06 20:00:39.797 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Dec 06 20:00:39.797 INFO [stderr] --> src/connection.rs:17:5 Dec 06 20:00:39.797 INFO [stderr] | Dec 06 20:00:39.797 INFO [stderr] 17 | use tokio_core::io::Framed; Dec 06 20:00:39.797 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 06 20:00:39.797 INFO [stderr] Dec 06 20:00:39.797 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Dec 06 20:00:39.797 INFO [stderr] --> src/connection.rs:18:5 Dec 06 20:00:39.797 INFO [stderr] | Dec 06 20:00:39.797 INFO [stderr] 18 | use tokio_core::io::Io; Dec 06 20:00:39.797 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 06 20:00:39.797 INFO [stderr] Dec 06 20:00:39.797 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Dec 06 20:00:39.797 INFO [stderr] --> src/connection.rs:257:20 Dec 06 20:00:39.797 INFO [stderr] | Dec 06 20:00:39.797 INFO [stderr] 257 | pub type RawConn = Framed; Dec 06 20:00:39.797 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 20:00:39.797 INFO [stderr] Dec 06 20:00:39.804 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Dec 06 20:00:39.804 INFO [stderr] --> src/codec.rs:12:36 Dec 06 20:00:39.804 INFO [stderr] | Dec 06 20:00:39.804 INFO [stderr] 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Dec 06 20:00:39.804 INFO [stderr] | ^^^^^^^ Dec 06 20:00:39.804 INFO [stderr] Dec 06 20:00:39.804 INFO [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Dec 06 20:00:39.804 INFO [stderr] --> src/connection.rs:210:9 Dec 06 20:00:39.804 INFO [stderr] | Dec 06 20:00:39.804 INFO [stderr] 210 | stream::iter(cmds.into_iter().map(Ok)) Dec 06 20:00:39.804 INFO [stderr] | ^^^^^^^^^^^^ Dec 06 20:00:39.804 INFO [stderr] Dec 06 20:00:39.884 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Dec 06 20:00:39.884 INFO [stderr] --> src/connection.rs:142:41 Dec 06 20:00:39.884 INFO [stderr] | Dec 06 20:00:39.884 INFO [stderr] 142 | let socket = stream.framed(RedisCodec); Dec 06 20:00:39.884 INFO [stderr] | ^^^^^^ Dec 06 20:00:39.884 INFO [stderr] Dec 06 20:00:39.885 INFO [stderr] warning: use of deprecated item '>::complete': renamed to `send` Dec 06 20:00:39.885 INFO [stderr] --> src/connection.rs:171:24 Dec 06 20:00:39.885 INFO [stderr] | Dec 06 20:00:39.885 INFO [stderr] 171 | tx.complete(result); Dec 06 20:00:39.885 INFO [stderr] | ^^^^^^^^ Dec 06 20:00:39.886 INFO [stderr] Dec 06 20:00:39.952 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Dec 06 20:00:39.952 INFO [stderr] --> src/codec.rs:13:54 Dec 06 20:00:39.952 INFO [stderr] | Dec 06 20:00:39.952 INFO [stderr] 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Dec 06 20:00:39.952 INFO [stderr] | ^^^^^^^^ Dec 06 20:00:39.952 INFO [stderr] Dec 06 20:00:39.952 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Dec 06 20:00:39.952 INFO [stderr] --> src/codec.rs:14:17 Dec 06 20:00:39.952 INFO [stderr] | Dec 06 20:00:39.952 INFO [stderr] 14 | buf.drain_to(len); Dec 06 20:00:39.952 INFO [stderr] | ^^^^^^^^ Dec 06 20:00:39.952 INFO [stderr] Dec 06 20:00:40.112 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Dec 06 20:00:40.112 INFO [stderr] --> src/lib.rs:2:12 Dec 06 20:00:40.112 INFO [stderr] | Dec 06 20:00:40.112 INFO [stderr] 2 | #![feature(conservative_impl_trait)] Dec 06 20:00:40.112 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 20:00:40.112 INFO [stderr] | Dec 06 20:00:40.112 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 06 20:00:40.112 INFO [stderr] Dec 06 20:00:41.748 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.55s Dec 06 20:00:41.748 INFO [stderr] su: No module specific data is present Dec 06 20:00:42.673 INFO running `"docker" "inspect" "52fa8ee906b728f3a9515cc144d6f80d7903ba91941483b81c90346ab42f66c1"` Dec 06 20:00:42.996 INFO running `"docker" "rm" "-f" "52fa8ee906b728f3a9515cc144d6f80d7903ba91941483b81c90346ab42f66c1"` Dec 06 20:00:43.344 INFO [stdout] 52fa8ee906b728f3a9515cc144d6f80d7903ba91941483b81c90346ab42f66c1 Dec 06 20:00:43.346 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 20:00:43.914 INFO [stdout] 62bb865ffcddb16da91da219bbd350773fcca924e9902cd89c9f05908066fe31 Dec 06 20:00:43.916 INFO running `"docker" "start" "-a" "62bb865ffcddb16da91da219bbd350773fcca924e9902cd89c9f05908066fe31"` Dec 06 20:00:44.961 INFO [stderr] usermod: no changes Dec 06 20:00:45.068 INFO [stderr] Compiling tk-redis v0.1.3 (/source) Dec 06 20:00:48.973 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Dec 06 20:00:48.974 INFO [stderr] --> src/codec.rs:3:22 Dec 06 20:00:48.974 INFO [stderr] | Dec 06 20:00:48.974 INFO [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; Dec 06 20:00:48.974 INFO [stderr] | ^^^^^ Dec 06 20:00:48.974 INFO [stderr] | Dec 06 20:00:48.974 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 06 20:00:48.974 INFO [stderr] Dec 06 20:00:48.974 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Dec 06 20:00:48.974 INFO [stderr] --> src/codec.rs:3:29 Dec 06 20:00:48.974 INFO [stderr] | Dec 06 20:00:48.974 INFO [stderr] 3 | use tokio_core::io::{Codec, EasyBuf}; Dec 06 20:00:48.974 INFO [stderr] | ^^^^^^^ Dec 06 20:00:48.974 INFO [stderr] Dec 06 20:00:48.974 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Dec 06 20:00:48.974 INFO [stderr] --> src/codec.rs:8:6 Dec 06 20:00:48.974 INFO [stderr] | Dec 06 20:00:48.974 INFO [stderr] 8 | impl Codec for RedisCodec { Dec 06 20:00:48.974 INFO [stderr] | ^^^^^ Dec 06 20:00:48.974 INFO [stderr] Dec 06 20:00:48.974 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Dec 06 20:00:48.974 INFO [stderr] --> src/connection.rs:17:5 Dec 06 20:00:48.974 INFO [stderr] | Dec 06 20:00:48.974 INFO [stderr] 17 | use tokio_core::io::Framed; Dec 06 20:00:48.974 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 06 20:00:48.974 INFO [stderr] Dec 06 20:00:48.974 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Dec 06 20:00:48.974 INFO [stderr] --> src/connection.rs:18:5 Dec 06 20:00:48.974 INFO [stderr] | Dec 06 20:00:48.974 INFO [stderr] 18 | use tokio_core::io::Io; Dec 06 20:00:48.974 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 06 20:00:48.974 INFO [stderr] Dec 06 20:00:48.974 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Dec 06 20:00:48.974 INFO [stderr] --> src/connection.rs:257:20 Dec 06 20:00:48.974 INFO [stderr] | Dec 06 20:00:48.974 INFO [stderr] 257 | pub type RawConn = Framed; Dec 06 20:00:48.974 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 20:00:48.974 INFO [stderr] Dec 06 20:00:48.975 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Dec 06 20:00:48.975 INFO [stderr] --> src/codec.rs:12:36 Dec 06 20:00:48.975 INFO [stderr] | Dec 06 20:00:48.975 INFO [stderr] 12 | fn decode(&mut self, buf: &mut EasyBuf) -> io::Result> { Dec 06 20:00:48.975 INFO [stderr] | ^^^^^^^ Dec 06 20:00:48.975 INFO [stderr] Dec 06 20:00:48.975 INFO [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Dec 06 20:00:48.975 INFO [stderr] --> src/connection.rs:210:9 Dec 06 20:00:48.975 INFO [stderr] | Dec 06 20:00:48.975 INFO [stderr] 210 | stream::iter(cmds.into_iter().map(Ok)) Dec 06 20:00:48.975 INFO [stderr] | ^^^^^^^^^^^^ Dec 06 20:00:48.975 INFO [stderr] Dec 06 20:00:49.095 INFO [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Dec 06 20:00:49.095 INFO [stderr] --> src/connection.rs:142:41 Dec 06 20:00:49.095 INFO [stderr] | Dec 06 20:00:49.095 INFO [stderr] 142 | let socket = stream.framed(RedisCodec); Dec 06 20:00:49.095 INFO [stderr] | ^^^^^^ Dec 06 20:00:49.095 INFO [stderr] Dec 06 20:00:49.095 INFO [stderr] warning: use of deprecated item '>::complete': renamed to `send` Dec 06 20:00:49.095 INFO [stderr] --> src/connection.rs:171:24 Dec 06 20:00:49.095 INFO [stderr] | Dec 06 20:00:49.095 INFO [stderr] 171 | tx.complete(result); Dec 06 20:00:49.095 INFO [stderr] | ^^^^^^^^ Dec 06 20:00:49.096 INFO [stderr] Dec 06 20:00:49.106 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Dec 06 20:00:49.106 INFO [stderr] --> src/codec.rs:13:54 Dec 06 20:00:49.106 INFO [stderr] | Dec 06 20:00:49.106 INFO [stderr] 13 | if let Some((value, len)) = Value::parse(buf.as_slice())? { Dec 06 20:00:49.106 INFO [stderr] | ^^^^^^^^ Dec 06 20:00:49.106 INFO [stderr] Dec 06 20:00:49.106 INFO [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::drain_to': moved to the `tokio-io` crate Dec 06 20:00:49.106 INFO [stderr] --> src/codec.rs:14:17 Dec 06 20:00:49.106 INFO [stderr] | Dec 06 20:00:49.106 INFO [stderr] 14 | buf.drain_to(len); Dec 06 20:00:49.106 INFO [stderr] | ^^^^^^^^ Dec 06 20:00:49.107 INFO [stderr] Dec 06 20:00:49.324 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Dec 06 20:00:49.324 INFO [stderr] --> src/lib.rs:2:12 Dec 06 20:00:49.324 INFO [stderr] | Dec 06 20:00:49.324 INFO [stderr] 2 | #![feature(conservative_impl_trait)] Dec 06 20:00:49.324 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 20:00:49.324 INFO [stderr] | Dec 06 20:00:49.324 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 06 20:00:49.324 INFO [stderr] Dec 06 20:00:49.499 INFO [stderr] warning: use of deprecated item '>::complete': renamed to `send` Dec 06 20:00:49.499 INFO [stderr] --> tests/test_redis.rs:22:12 Dec 06 20:00:49.499 INFO [stderr] | Dec 06 20:00:49.499 INFO [stderr] 22 | tx.complete(core.remote()); Dec 06 20:00:49.499 INFO [stderr] | ^^^^^^^^ Dec 06 20:00:49.499 INFO [stderr] | Dec 06 20:00:49.499 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 06 20:00:49.499 INFO [stderr] Dec 06 20:00:51.804 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.83s Dec 06 20:00:51.811 INFO [stderr] su: No module specific data is present Dec 06 20:00:52.513 INFO running `"docker" "inspect" "62bb865ffcddb16da91da219bbd350773fcca924e9902cd89c9f05908066fe31"` Dec 06 20:00:52.762 INFO running `"docker" "rm" "-f" "62bb865ffcddb16da91da219bbd350773fcca924e9902cd89c9f05908066fe31"` Dec 06 20:00:53.004 INFO [stdout] 62bb865ffcddb16da91da219bbd350773fcca924e9902cd89c9f05908066fe31 Dec 06 20:00:53.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 20:00:53.422 INFO [stdout] 49e290a134e2c229846a5ff4396da94e44208b846e24a9631af77517c086d316 Dec 06 20:00:53.428 INFO running `"docker" "start" "-a" "49e290a134e2c229846a5ff4396da94e44208b846e24a9631af77517c086d316"` Dec 06 20:00:54.067 INFO [stderr] usermod: no changes Dec 06 20:00:54.179 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s Dec 06 20:00:54.182 INFO [stderr] Running /target/debug/deps/tk_redis-c43ecfa6203895be Dec 06 20:00:54.184 INFO [stdout] Dec 06 20:00:54.184 INFO [stdout] running 4 tests Dec 06 20:00:54.184 INFO [stdout] test value::tests::test_parse_status ... ok Dec 06 20:00:54.184 INFO [stdout] test value::tests::test_parse_int ... ok Dec 06 20:00:54.184 INFO [stdout] test value::tests::test_parse_data ... ok Dec 06 20:00:54.184 INFO [stdout] test value::tests::test_parse_bulk ... ok Dec 06 20:00:54.185 INFO [stdout] Dec 06 20:00:54.185 INFO [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 20:00:54.185 INFO [stdout] Dec 06 20:00:54.185 INFO [stderr] Running /target/debug/deps/test_redis-7ce7f1e283fd475b Dec 06 20:00:54.187 INFO [stdout] Dec 06 20:00:54.187 INFO [stdout] running 1 test Dec 06 20:00:54.259 INFO [stdout] test connect_to_redis ... FAILED Dec 06 20:00:54.259 INFO [stdout] Dec 06 20:00:54.259 INFO [stdout] failures: Dec 06 20:00:54.259 INFO [stdout] Dec 06 20:00:54.259 INFO [stdout] ---- connect_to_redis stdout ---- Dec 06 20:00:54.259 INFO [stdout] thread 'connect_to_redis' panicked at 'Failed to connect and send commands: ()', src/libcore/result.rs:1009:5 Dec 06 20:00:54.259 INFO [stdout] stack backtrace: Dec 06 20:00:54.259 INFO [stdout] 0: 0x55e7e0829873 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h82c998a0e635a5c4 Dec 06 20:00:54.259 INFO [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Dec 06 20:00:54.259 INFO [stdout] 1: 0x55e7e0823d38 - std::sys_common::backtrace::_print::h5fbc0bc3cf12d9bf Dec 06 20:00:54.259 INFO [stdout] at src/libstd/sys_common/backtrace.rs:71 Dec 06 20:00:54.259 INFO [stdout] 2: 0x55e7e0828602 - std::panicking::default_hook::{{closure}}::h42b81c3dd1a50e32 Dec 06 20:00:54.259 INFO [stdout] at src/libstd/sys_common/backtrace.rs:59 Dec 06 20:00:54.259 INFO [stdout] at src/libstd/panicking.rs:211 Dec 06 20:00:54.259 INFO [stdout] 3: 0x55e7e08282ec - std::panicking::default_hook::h6c8d8e1c12a669e5 Dec 06 20:00:54.259 INFO [stdout] at src/libstd/panicking.rs:221 Dec 06 20:00:54.259 INFO [stdout] 4: 0x55e7e0828d10 - std::panicking::rust_panic_with_hook::hce93a56e38c2b0aa Dec 06 20:00:54.259 INFO [stdout] at src/libstd/panicking.rs:491 Dec 06 20:00:54.259 INFO [stdout] 5: 0x55e7e0828891 - std::panicking::continue_panic_fmt::hf3c774aec6124caa Dec 06 20:00:54.259 INFO [stdout] at src/libstd/panicking.rs:398 Dec 06 20:00:54.259 INFO [stdout] 6: 0x55e7e0828775 - rust_begin_unwind Dec 06 20:00:54.259 INFO [stdout] at src/libstd/panicking.rs:325 Dec 06 20:00:54.259 INFO [stdout] 7: 0x55e7e0838eec - core::panicking::panic_fmt::haf17319257746a90 Dec 06 20:00:54.259 INFO [stdout] at src/libcore/panicking.rs:95 Dec 06 20:00:54.259 INFO [stdout] 8: 0x55e7e076eca5 - core::result::unwrap_failed::h3ea5912e0dcf71a0 Dec 06 20:00:54.259 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libcore/macros.rs:26 Dec 06 20:00:54.259 INFO [stdout] 9: 0x55e7e0644d4f - >::expect::h814052b5f41528fb Dec 06 20:00:54.259 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libcore/result.rs:835 Dec 06 20:00:54.259 INFO [stdout] 10: 0x55e7e0646f54 - test_redis::connect_to_redis::h25aaa2e882c98a09 Dec 06 20:00:54.259 INFO [stdout] at tests/test_redis.rs:52 Dec 06 20:00:54.259 INFO [stdout] 11: 0x55e7e0646ba9 - test_redis::connect_to_redis::{{closure}}::h7e682418fbace84e Dec 06 20:00:54.259 INFO [stdout] at tests/test_redis.rs:11 Dec 06 20:00:54.259 INFO [stdout] 12: 0x55e7e063a09d - core::ops::function::FnOnce::call_once::hcf01c0585e0e5cb3 Dec 06 20:00:54.259 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libcore/ops/function.rs:238 Dec 06 20:00:54.259 INFO [stdout] 13: 0x55e7e065712e - >::call_box::h9ed1658cdce7f33f Dec 06 20:00:54.259 INFO [stdout] at src/libtest/lib.rs:1471 Dec 06 20:00:54.259 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libcore/ops/function.rs:238 Dec 06 20:00:54.259 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 06 20:00:54.259 INFO [stdout] 14: 0x55e7e0837529 - __rust_maybe_catch_panic Dec 06 20:00:54.259 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 06 20:00:54.259 INFO [stdout] 15: 0x55e7e064f003 - std::sys_common::backtrace::__rust_begin_short_backtrace::h018d03d6681412f5 Dec 06 20:00:54.259 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 06 20:00:54.259 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 06 20:00:54.259 INFO [stdout] at src/libtest/lib.rs:1426 Dec 06 20:00:54.259 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/sys_common/backtrace.rs:136 Dec 06 20:00:54.259 INFO [stdout] 16: 0x55e7e064ff94 - std::panicking::try::do_call::hf8ab3f21dcfaa7a6 Dec 06 20:00:54.260 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:477 Dec 06 20:00:54.260 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 06 20:00:54.260 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 06 20:00:54.260 INFO [stdout] 17: 0x55e7e0837529 - __rust_maybe_catch_panic Dec 06 20:00:54.260 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 06 20:00:54.260 INFO [stdout] 18: 0x55e7e065700c - >::call_box::h6465cc998309e287 Dec 06 20:00:54.260 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 06 20:00:54.260 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 06 20:00:54.260 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:476 Dec 06 20:00:54.260 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 06 20:00:54.260 INFO [stdout] 19: 0x55e7e082b4ed - std::sys::unix::thread::Thread::new::thread_start::h0fe9c527147fd5f5 Dec 06 20:00:54.260 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:683 Dec 06 20:00:54.260 INFO [stdout] at src/libstd/sys_common/thread.rs:24 Dec 06 20:00:54.260 INFO [stdout] at src/libstd/sys/unix/thread.rs:90 Dec 06 20:00:54.260 INFO [stdout] 20: 0x7f6984ab16b9 - start_thread Dec 06 20:00:54.260 INFO [stdout] 21: 0x7f69845d141c - clone Dec 06 20:00:54.260 INFO [stdout] 22: 0x0 - Dec 06 20:00:54.260 INFO [stdout] Dec 06 20:00:54.260 INFO [stdout] Dec 06 20:00:54.260 INFO [stdout] failures: Dec 06 20:00:54.260 INFO [stdout] connect_to_redis Dec 06 20:00:54.260 INFO [stdout] Dec 06 20:00:54.260 INFO [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 20:00:54.260 INFO [stdout] Dec 06 20:00:54.263 INFO [stderr] error: test failed, to rerun pass '--test test_redis' Dec 06 20:00:54.266 INFO [stderr] su: No module specific data is present Dec 06 20:00:54.594 INFO running `"docker" "inspect" "49e290a134e2c229846a5ff4396da94e44208b846e24a9631af77517c086d316"` Dec 06 20:00:54.699 INFO running `"docker" "rm" "-f" "49e290a134e2c229846a5ff4396da94e44208b846e24a9631af77517c086d316"` Dec 06 20:00:54.824 INFO [stdout] 49e290a134e2c229846a5ff4396da94e44208b846e24a9631af77517c086d316