[INFO] fetching crate embedded_redis_client 0.1.0... [INFO] testing embedded_redis_client-0.1.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate embedded_redis_client 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate embedded_redis_client 0.1.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate embedded_redis_client 0.1.0 [INFO] finished tweaking crates.io crate embedded_redis_client 0.1.0 [INFO] tweaked toml for crates.io crate embedded_redis_client 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 32ed71ff3f2f50c20867892ad44970d535748550d1db999e650f8d3b20a7923e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "32ed71ff3f2f50c20867892ad44970d535748550d1db999e650f8d3b20a7923e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32ed71ff3f2f50c20867892ad44970d535748550d1db999e650f8d3b20a7923e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32ed71ff3f2f50c20867892ad44970d535748550d1db999e650f8d3b20a7923e", kill_on_drop: false }` [INFO] [stdout] 32ed71ff3f2f50c20867892ad44970d535748550d1db999e650f8d3b20a7923e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aac449e728c0a446abf53d23c8ea52fb9de5e0db757a66818ebc74dc84057a70 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aac449e728c0a446abf53d23c8ea52fb9de5e0db757a66818ebc74dc84057a70", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.11.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling polling v2.1.0 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling tokio-util v0.6.8 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling combine v4.6.1 [INFO] [stderr] Compiling redis v0.19.0 [INFO] [stderr] Compiling embedded_redis_client v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `faulty_client` [INFO] [stdout] --> src/embedded_redis_client/embedded_redis_client.rs:59:41 [INFO] [stdout] | [INFO] [stdout] 59 | EmbeddedRedisClient::Faulty(faulty_client) => Err(EmbeddedRedisClientError::new( [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faulty_client` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `faulty_client` [INFO] [stdout] --> src/embedded_redis_client/embedded_redis_client.rs:101:49 [INFO] [stdout] | [INFO] [stdout] 101 | EmbeddedRedisClient::Faulty(faulty_client) => Err(EmbeddedRedisClientError::new( [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faulty_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `redis_server_ready_to_start` [INFO] [stdout] --> src/embedded_redis_server/states/started.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | redis_server_ready_to_start: ReadyToStart, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_redis_server_ready_to_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_multiplexed_redis_server_connection` [INFO] [stdout] --> src/embedded_redis_server/embedded_redis_server.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | pub async fn get_multiplexed_redis_server_connection( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `server_process` [INFO] [stdout] --> src/embedded_redis_server/states/ready.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | server_process: StartedRedisServerProcess, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `connection` [INFO] [stdout] --> src/embedded_redis_server/states/running_in_another_process.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | connection: redis::Connection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `kill_process_occupying_target_tcp_port` [INFO] [stdout] --> src/embedded_redis_server/util.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn kill_process_occupying_target_tcp_port(port: u16) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `trim_newline` [INFO] [stdout] --> src/embedded_redis_server/util.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | fn trim_newline(s: &mut String) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.95s [INFO] running `Command { std: "docker" "inspect" "aac449e728c0a446abf53d23c8ea52fb9de5e0db757a66818ebc74dc84057a70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aac449e728c0a446abf53d23c8ea52fb9de5e0db757a66818ebc74dc84057a70", kill_on_drop: false }` [INFO] [stdout] aac449e728c0a446abf53d23c8ea52fb9de5e0db757a66818ebc74dc84057a70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 47b55e380bededaa0d7fd331d0aa631ed91ae32a935f921e4b2121b137dae345 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "47b55e380bededaa0d7fd331d0aa631ed91ae32a935f921e4b2121b137dae345", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `faulty_client` [INFO] [stdout] --> src/embedded_redis_client/embedded_redis_client.rs:59:41 [INFO] [stdout] | [INFO] [stdout] 59 | EmbeddedRedisClient::Faulty(faulty_client) => Err(EmbeddedRedisClientError::new( [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faulty_client` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `faulty_client` [INFO] [stdout] --> src/embedded_redis_client/embedded_redis_client.rs:101:49 [INFO] [stdout] | [INFO] [stdout] 101 | EmbeddedRedisClient::Faulty(faulty_client) => Err(EmbeddedRedisClientError::new( [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faulty_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `redis_server_ready_to_start` [INFO] [stdout] --> src/embedded_redis_server/states/started.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | redis_server_ready_to_start: ReadyToStart, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_redis_server_ready_to_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_multiplexed_redis_server_connection` [INFO] [stdout] --> src/embedded_redis_server/embedded_redis_server.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | pub async fn get_multiplexed_redis_server_connection( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `server_process` [INFO] [stdout] --> src/embedded_redis_server/states/ready.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | server_process: StartedRedisServerProcess, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `connection` [INFO] [stdout] --> src/embedded_redis_server/states/running_in_another_process.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | connection: redis::Connection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `kill_process_occupying_target_tcp_port` [INFO] [stdout] --> src/embedded_redis_server/util.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn kill_process_occupying_target_tcp_port(port: u16) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `trim_newline` [INFO] [stdout] --> src/embedded_redis_server/util.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | fn trim_newline(s: &mut String) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling embedded_redis_client v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `faulty_client` [INFO] [stdout] --> src/embedded_redis_client/embedded_redis_client.rs:59:41 [INFO] [stdout] | [INFO] [stdout] 59 | EmbeddedRedisClient::Faulty(faulty_client) => Err(EmbeddedRedisClientError::new( [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faulty_client` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `faulty_client` [INFO] [stdout] --> src/embedded_redis_client/embedded_redis_client.rs:101:49 [INFO] [stdout] | [INFO] [stdout] 101 | EmbeddedRedisClient::Faulty(faulty_client) => Err(EmbeddedRedisClientError::new( [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faulty_client` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `redis_server_ready_to_start` [INFO] [stdout] --> src/embedded_redis_server/states/started.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | redis_server_ready_to_start: ReadyToStart, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_redis_server_ready_to_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_multiplexed_redis_server_connection` [INFO] [stdout] --> src/embedded_redis_server/embedded_redis_server.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | pub async fn get_multiplexed_redis_server_connection( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `server_process` [INFO] [stdout] --> src/embedded_redis_server/states/ready.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | server_process: StartedRedisServerProcess, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `connection` [INFO] [stdout] --> src/embedded_redis_server/states/running_in_another_process.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | connection: redis::Connection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `kill_process_occupying_target_tcp_port` [INFO] [stdout] --> src/embedded_redis_server/util.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn kill_process_occupying_target_tcp_port(port: u16) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `trim_newline` [INFO] [stdout] --> src/embedded_redis_server/util.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | fn trim_newline(s: &mut String) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.24s [INFO] running `Command { std: "docker" "inspect" "47b55e380bededaa0d7fd331d0aa631ed91ae32a935f921e4b2121b137dae345", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47b55e380bededaa0d7fd331d0aa631ed91ae32a935f921e4b2121b137dae345", kill_on_drop: false }` [INFO] [stdout] 47b55e380bededaa0d7fd331d0aa631ed91ae32a935f921e4b2121b137dae345 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c1dbb2752fe1b49c50903d470415982b1c247f36be23f06cd4a74e77ca004801 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c1dbb2752fe1b49c50903d470415982b1c247f36be23f06cd4a74e77ca004801", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: unused variable: `faulty_client` [INFO] [stdout] running 4 tests [INFO] [stderr] --> src/embedded_redis_client/embedded_redis_client.rs:59:41 [INFO] [stderr] | [INFO] [stderr] 59 | EmbeddedRedisClient::Faulty(faulty_client) => Err(EmbeddedRedisClientError::new( [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faulty_client` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `faulty_client` [INFO] [stderr] --> src/embedded_redis_client/embedded_redis_client.rs:101:49 [INFO] [stderr] | [INFO] [stderr] 101 | EmbeddedRedisClient::Faulty(faulty_client) => Err(EmbeddedRedisClientError::new( [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_faulty_client` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `redis_server_ready_to_start` [INFO] [stderr] --> src/embedded_redis_server/states/started.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | redis_server_ready_to_start: ReadyToStart, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_redis_server_ready_to_start` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_multiplexed_redis_server_connection` [INFO] [stderr] --> src/embedded_redis_server/embedded_redis_server.rs:109:18 [INFO] [stderr] | [INFO] [stderr] 109 | pub async fn get_multiplexed_redis_server_connection( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `server_process` [INFO] [stderr] --> src/embedded_redis_server/states/ready.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | server_process: StartedRedisServerProcess, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `connection` [INFO] [stderr] --> src/embedded_redis_server/states/running_in_another_process.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | connection: redis::Connection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `kill_process_occupying_target_tcp_port` [INFO] [stderr] --> src/embedded_redis_server/util.rs:4:4 [INFO] [stderr] | [INFO] [stderr] 4 | fn kill_process_occupying_target_tcp_port(port: u16) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `trim_newline` [INFO] [stderr] --> src/embedded_redis_server/util.rs:55:4 [INFO] [stderr] | [INFO] [stderr] 55 | fn trim_newline(s: &mut String) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `embedded_redis_client` (lib) generated 8 warnings [INFO] [stderr] warning: `embedded_redis_client` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/embedded_redis_client-867988d143b7bbec) [INFO] [stdout] test embedded_redis_client::embedded_redis_client::tests::create_redis_client ... ok [INFO] [stdout] test embedded_redis_client::embedded_redis_client::tests::test_redis_connection ... FAILED [INFO] [stdout] test embedded_redis_server::embedded_redis_server::tests::start_redis_server ... FAILED [INFO] [stdout] test embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- embedded_redis_client::embedded_redis_client::tests::test_redis_connection stdout ---- [INFO] [stdout] RedisGraphClient current directory: Ok("/opt/rustwide/workdir") [INFO] [stdout] [INFO] [stdout] RedisServerSettings { startup: RedisServerStartupSettings { path_redis_server_executable: "/opt/rustwide/database/redis/redis/redis-server", path_redis_server_configuration_file: "/opt/rustwide/database/redis/configuration/redis.conf", startup_timeout: 7s, maximum_startup_retries: 3 }, connection: RedisServerConnectionSettings { server_address: 127.0.0.1:6379, database_id: 0 } } [INFO] [stdout] [INFO] [stdout] thread 'embedded_redis_client::embedded_redis_client::tests::test_redis_connection' panicked at 'Failed to determine if local port 6379 is in use.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/embedded_redis_server/util.rs:39:10 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c122d16ebc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c122d16ebc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c122d16ebc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c122d16ebc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c122d3af3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55c122d0fde5 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55c122d18c10 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c122d18c10 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c122d18c10 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55c122d18802 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55c122d192c4 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55c122d18da0 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55c122d17384 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c122d18d09 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55c122aabbd1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55c122aabcc3 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55c122ae12bc - core::result::Result::expect::hd8f8f3e8c5023fe0 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1259:23 [INFO] [stdout] 17: 0x55c122aca501 - embedded_redis_client::embedded_redis_server::util::get_processes_using_target_port::h868671fe758c198a [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/util.rs:36:37 [INFO] [stdout] 18: 0x55c122ac9ab7 - embedded_redis_client::embedded_redis_server::states::checking_environment::CheckingRedisServerEnvironment::start::h7589da3446fe85e5 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/states/checking_environment.rs:36:21 [INFO] [stdout] 19: 0x55c122ae2862 - embedded_redis_client::embedded_redis_server::embedded_redis_server::EmbeddedRedisServer::start::h7d8e256533b89034 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:34:28 [INFO] [stdout] 20: 0x55c122ae32e3 - embedded_redis_client::embedded_redis_server::embedded_redis_server::EmbeddedRedisServer::start_with_retry::h31117dec50a3e8f8 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:63:19 [INFO] [stdout] 21: 0x55c122ae610a - embedded_redis_client::embedded_redis_client::states::started::StartedRedisClient::new::hbc6dfb1646de7044 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/states/started.rs:18:13 [INFO] [stdout] 22: 0x55c122ad1115 - embedded_redis_client::embedded_redis_client::embedded_redis_client::EmbeddedRedisClient::start::{{closure}}::hbf11f25344d055d7 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:16:42 [INFO] [stdout] 23: 0x55c122ac6197 - as core::future::future::Future>::poll::he3b08151478063ba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 24: 0x55c122acc83e - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::new_embedded_redis_client::{{closure}}::h168b488989b5a789 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:161:13 [INFO] [stdout] 25: 0x55c122ac5789 - as core::future::future::Future>::poll::h4a0072122d132696 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 26: 0x55c122acdb66 - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_redis_connection::{{closure}}::h9247d88a49a2161d [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:174:41 [INFO] [stdout] 27: 0x55c122ac56cb - as core::future::future::Future>::poll::h4961f125c423b883 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 28: 0x55c122abac39 - as core::future::future::Future>::poll::{{closure}}::heb2f12458b8aab7c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:199:17 [INFO] [stdout] 29: 0x55c122adad73 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hfba597d79fd56c6e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 30: 0x55c122ab1f98 - std::thread::local::LocalKey::try_with::hccd4cc5a667e2a32 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 31: 0x55c122ab01bd - std::thread::local::LocalKey::with::ha047d2915352b1b6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 32: 0x55c122ada438 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h44563b2a51b91e58 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 33: 0x55c122abaaf5 - as core::future::future::Future>::poll::h406f052f04911480 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:197:13 [INFO] [stdout] 34: 0x55c122abc80b - as core::future::future::Future>::poll::h941f36aba5b51a7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:526:33 [INFO] [stdout] 35: 0x55c122ab82b0 - async_executor::Executor::run::{{closure}}::he494245d758a313d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:242:9 [INFO] [stdout] 36: 0x55c122ac627b - as core::future::future::Future>::poll::he927fa5a73eeddd1 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 37: 0x55c122ab78a0 - async_executor::LocalExecutor::run::{{closure}}::hb97cf077670941bc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:447:9 [INFO] [stdout] 38: 0x55c122ac5f3b - as core::future::future::Future>::poll::hb07659c0a944ecbb [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 39: 0x55c122ab4502 - async_io::driver::block_on::h7c7eada2895bb37a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-io-1.6.0/src/driver.rs:142:33 [INFO] [stdout] 40: 0x55c122ae4429 - async_global_executor::reactor::block_on::{{closure}}::h15ff1ff1273ff72b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:3:18 [INFO] [stdout] 41: 0x55c122ae4353 - async_global_executor::reactor::block_on::h400b048ad08ee035 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:12:5 [INFO] [stdout] 42: 0x55c122ae4743 - async_global_executor::executor::block_on::{{closure}}::hd948433dcde57789 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/executor.rs:26:36 [INFO] [stdout] 43: 0x55c122ab0891 - std::thread::local::LocalKey::try_with::h0c09e9db97a95952 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 44: 0x55c122ab0580 - std::thread::local::LocalKey::with::hecb95bd37b3f4c45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 45: 0x55c122ae461a - async_global_executor::executor::block_on::hd71ad0edaf29f627 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/executor.rs:26:5 [INFO] [stdout] 46: 0x55c122abe436 - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::h70a7409514b124b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:171:25 [INFO] [stdout] 47: 0x55c122ada918 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h73d9db2e15719c6e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 48: 0x55c122ab14e1 - std::thread::local::LocalKey::try_with::h8552f9618c2e298a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 49: 0x55c122ab0322 - std::thread::local::LocalKey::with::hc30da7218c831086 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 50: 0x55c122ada4da - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h53170dae507c2bc6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 51: 0x55c122abdf91 - async_std::task::builder::Builder::blocking::{{closure}}::h0186d71509ad8010 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:168:17 [INFO] [stdout] 52: 0x55c122ab29a9 - std::thread::local::LocalKey::try_with::hfaf40b0dc7a5923a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 53: 0x55c122aafdb0 - std::thread::local::LocalKey::with::h0dbe4b82215a1231 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 54: 0x55c122abdc81 - async_std::task::builder::Builder::blocking::hee2b2265fe68a8c4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:161:9 [INFO] [stdout] 55: 0x55c122ac969a - async_std::task::block_on::block_on::h39c6424005410a09 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/block_on.rs:33:5 [INFO] [stdout] 56: 0x55c122acd8c1 - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_redis_connection::he05654c297bccd56 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:172:5 [INFO] [stdout] 57: 0x55c122acd87a - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_redis_connection::{{closure}}::h1d05495cf067f4b2 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:172:5 [INFO] [stdout] 58: 0x55c122ad51be - core::ops::function::FnOnce::call_once::hd173c46ab44ca1f6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 59: 0x55c122b1ae73 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 60: 0x55c122b1ae73 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 61: 0x55c122b198f8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 62: 0x55c122b198f8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 63: 0x55c122b198f8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 64: 0x55c122b198f8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 65: 0x55c122b198f8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 66: 0x55c122b198f8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 67: 0x55c122b198f8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 68: 0x55c122ae744e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 69: 0x55c122ae744e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 70: 0x55c122aebce8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 71: 0x55c122aebce8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 72: 0x55c122aebce8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 73: 0x55c122aebce8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 74: 0x55c122aebce8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 75: 0x55c122aebce8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 76: 0x55c122aebce8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 77: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 78: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 79: 0x55c122d1e923 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 80: 0x7f0f62546609 - start_thread [INFO] [stdout] 81: 0x7f0f62318293 - clone [INFO] [stdout] 82: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- embedded_redis_server::embedded_redis_server::tests::start_redis_server stdout ---- [INFO] [stdout] RedisGraphClient current directory: Ok("/opt/rustwide/workdir") [INFO] [stdout] [INFO] [stdout] RedisServerSettings { startup: RedisServerStartupSettings { path_redis_server_executable: "/opt/rustwide/database/redis/redis/redis-server", path_redis_server_configuration_file: "/opt/rustwide/database/redis/configuration/redis.conf", startup_timeout: 7s, maximum_startup_retries: 3 }, connection: RedisServerConnectionSettings { server_address: 127.0.0.1:6379, database_id: 0 } } [INFO] [stdout] [INFO] [stdout] thread 'embedded_redis_server::embedded_redis_server::tests::start_redis_server' panicked at 'Failed to determine if local port 6379 is in use.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/embedded_redis_server/util.rs:39:10 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c122d16ebc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c122d16ebc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c122d16ebc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c122d16ebc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c122d3af3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55c122d0fde5 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55c122d18c10 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c122d18c10 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c122d18c10 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55c122d18802 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55c122d192c4 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55c122d18da0 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55c122d17384 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c122d18d09 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55c122aabbd1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55c122aabcc3 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55c122ae12bc - core::result::Result::expect::hd8f8f3e8c5023fe0 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1259:23 [INFO] [stdout] 17: 0x55c122aca501 - embedded_redis_client::embedded_redis_server::util::get_processes_using_target_port::h868671fe758c198a [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/util.rs:36:37 [INFO] [stdout] 18: 0x55c122ac9ab7 - embedded_redis_client::embedded_redis_server::states::checking_environment::CheckingRedisServerEnvironment::start::h7589da3446fe85e5 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/states/checking_environment.rs:36:21 [INFO] [stdout] 19: 0x55c122ae2862 - embedded_redis_client::embedded_redis_server::embedded_redis_server::EmbeddedRedisServer::start::h7d8e256533b89034 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:34:28 [INFO] [stdout] 20: 0x55c122acf9f9 - embedded_redis_client::embedded_redis_server::embedded_redis_server::tests::start_redis_server::h72859799894ed641 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:145:29 [INFO] [stdout] 21: 0x55c122acf9ba - embedded_redis_client::embedded_redis_server::embedded_redis_server::tests::start_redis_server::{{closure}}::h623afd9dc0ed1a9b [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:144:5 [INFO] [stdout] 22: 0x55c122ad50ae - core::ops::function::FnOnce::call_once::h618eeb029d49c207 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55c122b1ae73 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x55c122b1ae73 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 25: 0x55c122b198f8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 26: 0x55c122b198f8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 27: 0x55c122b198f8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 28: 0x55c122b198f8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 29: 0x55c122b198f8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 30: 0x55c122b198f8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 31: 0x55c122b198f8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 32: 0x55c122ae744e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 33: 0x55c122ae744e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 34: 0x55c122aebce8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 35: 0x55c122aebce8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 36: 0x55c122aebce8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 37: 0x55c122aebce8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 38: 0x55c122aebce8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 39: 0x55c122aebce8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 40: 0x55c122aebce8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 41: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 42: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 43: 0x55c122d1e923 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 44: 0x7f0f62546609 - start_thread [INFO] [stdout] 45: 0x7f0f62318293 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections stdout ---- [INFO] [stdout] RedisGraphClient current directory: Ok("/opt/rustwide/workdir") [INFO] [stdout] [INFO] [stdout] RedisServerSettings { startup: RedisServerStartupSettings { path_redis_server_executable: "/opt/rustwide/database/redis/redis/redis-server", path_redis_server_configuration_file: "/opt/rustwide/database/redis/configuration/redis.conf", startup_timeout: 7s, maximum_startup_retries: 3 }, connection: RedisServerConnectionSettings { server_address: 127.0.0.1:6379, database_id: 0 } } [INFO] [stdout] [INFO] [stdout] RedisGraphClient current directory: Ok("/opt/rustwide/workdir") [INFO] [stdout] [INFO] [stdout] RedisServerSettings { startup: RedisServerStartupSettings { path_redis_server_executable: "/opt/rustwide/database/redis/redis/redis-server", path_redis_server_configuration_file: "/opt/rustwide/database/redis/configuration/redis.conf", startup_timeout: 7s, maximum_startup_retries: 3 }, connection: RedisServerConnectionSettings { server_address: 127.0.0.1:6379, database_id: 0 } } [INFO] [stdout] [INFO] [stdout] RedisGraphClient current directory: Ok("/opt/rustwide/workdir") [INFO] [stdout] [INFO] [stdout] RedisServerSettings { startup: RedisServerStartupSettings { path_redis_server_executable: "/opt/rustwide/database/redis/redis/redis-server", path_redis_server_configuration_file: "/opt/rustwide/database/redis/configuration/redis.conf", startup_timeout: 7s, maximum_startup_retries: 3 }, connection: RedisServerConnectionSettings { server_address: 127.0.0.1:6379, database_id: 0 } } [INFO] [stdout] [INFO] [stdout] thread 'async-std/runtime' panicked at 'Failed to determine if local port 6379 is in use.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/embedded_redis_server/util.rs:39:10 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c122d16ebc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c122d16ebc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c122d16ebc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c122d16ebc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c122d3af3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55c122d0fde5 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55c122d18c10 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c122d18c10 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c122d18c10 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55c122d18802 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55c122d192c4 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55c122d18da0 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55c122d17384 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c122d18d09 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55c122aabbd1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55c122aabcc3 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55c122ae12bc - core::result::Result::expect::hd8f8f3e8c5023fe0 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1259:23 [INFO] [stdout] 17: 0x55c122aca501 - embedded_redis_client::embedded_redis_server::util::get_processes_using_target_port::h868671fe758c198a [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/util.rs:36:37 [INFO] [stdout] 18: 0x55c122ac9ab7 - embedded_redis_client::embedded_redis_server::states::checking_environment::CheckingRedisServerEnvironment::start::h7589da3446fe85e5 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/states/checking_environment.rs:36:21 [INFO] [stdout] 19: 0x55c122ae2862 - embedded_redis_client::embedded_redis_server::embedded_redis_server::EmbeddedRedisServer::start::h7d8e256533b89034 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:34:28 [INFO] [stdout] 20: 0x55c122ae32e3 - embedded_redis_client::embedded_redis_server::embedded_redis_server::EmbeddedRedisServer::start_with_retry::h31117dec50a3e8f8 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:63:19 [INFO] [stdout] 21: 0x55c122ae610a - embedded_redis_client::embedded_redis_client::states::started::StartedRedisClient::new::hbc6dfb1646de7044 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/states/started.rs:18:13 [INFO] [stdout] 22: 0x55c122ad1115 - embedded_redis_client::embedded_redis_client::embedded_redis_client::EmbeddedRedisClient::start::{{closure}}::hbf11f25344d055d7 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:16:42 [INFO] [stdout] 23: 0x55c122ac6197 - as core::future::future::Future>::poll::he3b08151478063ba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 24: 0x55c122acc83e - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::new_embedded_redis_client::{{closure}}::h168b488989b5a789 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:161:13 [INFO] [stdout] 25: 0x55c122ac5789 - as core::future::future::Future>::poll::h4a0072122d132696 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 26: 0x55c122ace80c - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections::{{closure}}::{{closure}}::h0f993dcebdc1185d [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:213:49 [INFO] [stdout] 27: 0x55c122ac653b - as core::future::future::Future>::poll::hfbda09e912ff2bf6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 28: 0x55c122abab49 - as core::future::future::Future>::poll::{{closure}}::h59bf4c0daeb4ff80 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:199:17 [INFO] [stdout] 29: 0x55c122adaa33 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::haa441a3529400227 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 30: 0x55c122ab1058 - std::thread::local::LocalKey::try_with::h745f3efa44082928 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 31: 0x55c122aafedd - std::thread::local::LocalKey::with::h45504a74b013f9bc [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 32: 0x55c122ada488 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h490f97b869711310 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 33: 0x55c122aba9d5 - as core::future::future::Future>::poll::h188b5e13e6ae63f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:197:13 [INFO] [stdout] 34: 0x55c122ab9726 - async_executor::Executor::spawn::{{closure}}::h5cc4b0064ade40b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:144:13 [INFO] [stdout] 35: 0x55c122ac5bfb - as core::future::future::Future>::poll::h778e8cf35eed851c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 36: 0x55c122ad9eea - as core::future::future::Future>::poll::h1a961a18e6ac6bd6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 37: 0x55c122add8ed - async_task::raw::RawTask::run::hc41e0ac039e26a49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/src/raw.rs:489:20 [INFO] [stdout] 38: 0x55c122c7a091 - async_task::runnable::Runnable::run::h595206713b13c4ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/src/runnable.rs:309:18 [INFO] [stdout] 39: 0x55c122c3aeef - async_executor::Executor::run::{{closure}}::{{closure}}::h139fcb3b3bd1087b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:235:21 [INFO] [stdout] 40: 0x55c122c2de4d - as core::future::future::Future>::poll::h7645259353ce6de6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 41: 0x55c122c356eb - as core::future::future::Future>::poll::h90281809766b7992 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:529:33 [INFO] [stdout] 42: 0x55c122c3a6ff - async_executor::Executor::run::{{closure}}::h6370a64baed8590e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:242:9 [INFO] [stdout] 43: 0x55c122c2d90d - as core::future::future::Future>::poll::h2556ff33f94c5aab [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 44: 0x55c122c3564b - as core::future::future::Future>::poll::h2ffd631ce69c91fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:529:33 [INFO] [stdout] 45: 0x55c122c472da - async_io::driver::block_on::hfa0e47d3299510a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-io-1.6.0/src/driver.rs:142:33 [INFO] [stdout] 46: 0x55c122c4bf80 - async_global_executor::reactor::block_on::{{closure}}::hfd65c999f8451ab6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:3:18 [INFO] [stdout] 47: 0x55c122c4bddd - async_global_executor::reactor::block_on::h4996cbc9042306b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:12:5 [INFO] [stdout] 48: 0x55c122c40324 - async_global_executor::threading::thread_main_loop::{{closure}}::{{closure}}::h283e59a79ba32d2a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/threading.rs:95:17 [INFO] [stdout] 49: 0x55c122c55bf1 - std::thread::local::LocalKey::try_with::hfa002fe09373522c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 50: 0x55c122c54604 - std::thread::local::LocalKey::with::h7fb3e887672454e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 51: 0x55c122c40380 - async_global_executor::threading::thread_main_loop::{{closure}}::h81b8c915a13b7d34 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/threading.rs:89:13 [INFO] [stdout] 52: 0x55c122c3195d - std::panicking::try::do_call::h815fed730e1a2960 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 53: 0x55c122c32a3b - __rust_try [INFO] [stdout] 54: 0x55c122c31744 - std::panicking::try::h26cb7513bb77bd46 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 55: 0x55c122c49c0f - std::panic::catch_unwind::h34b9f3b70956bb58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 56: 0x55c122c3fe1e - async_global_executor::threading::thread_main_loop::h73346ec67297b85b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/threading.rs:88:12 [INFO] [stdout] 57: 0x55c122c3b8aa - core::ops::function::FnOnce::call_once::h611e5cca775ab438 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 58: 0x55c122c49afa - std::sys_common::backtrace::__rust_begin_short_backtrace::hcce51dc28f41ccd2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 59: 0x55c122c36727 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hc482a69d298e5d79 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 60: 0x55c122c3d5da - as core::ops::function::FnOnce<()>>::call_once::hfbf840d02607527e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 61: 0x55c122c318ee - std::panicking::try::do_call::h01877303c5d4492e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 62: 0x55c122c32a3b - __rust_try [INFO] [stdout] 63: 0x55c122c31861 - std::panicking::try::hdc44ffdc7f1e13ea [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 64: 0x55c122c49c3a - std::panic::catch_unwind::h76533cf872f1ed77 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 65: 0x55c122c36572 - std::thread::Builder::spawn_unchecked::{{closure}}::h20e17eb52267b7e1 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 66: 0x55c122c3b77f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7c23722ffef0f98f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 67: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 68: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 69: 0x55c122d1e923 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 70: 0x7f0f62546609 - start_thread [INFO] [stdout] 71: 0x7f0f62318293 - clone [INFO] [stdout] 72: 0x0 - [INFO] [stdout] thread 'async-std/runtime' panicked at 'Failed to determine if local port 6379 is in use.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/embedded_redis_server/util.rs:39:10 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c122d16ebc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c122d16ebc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c122d16ebc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c122d16ebc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c122d3af3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55c122d0fde5 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55c122d18c10 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c122d18c10 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c122d18c10 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55c122d18802 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55c122d192c4 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55c122d18da0 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55c122d17384 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c122d18d09 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55c122aabbd1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55c122aabcc3 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55c122ae12bc - core::result::Result::expect::hd8f8f3e8c5023fe0 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1259:23 [INFO] [stdout] 17: 0x55c122aca501 - embedded_redis_client::embedded_redis_server::util::get_processes_using_target_port::h868671fe758c198a [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/util.rs:36:37 [INFO] [stdout] 18: 0x55c122ac9ab7 - embedded_redis_client::embedded_redis_server::states::checking_environment::CheckingRedisServerEnvironment::start::h7589da3446fe85e5 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/states/checking_environment.rs:36:21 [INFO] [stdout] 19: 0x55c122ae2862 - embedded_redis_client::embedded_redis_server::embedded_redis_server::EmbeddedRedisServer::start::h7d8e256533b89034 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:34:28 [INFO] [stdout] 20: 0x55c122ae32e3 - embedded_redis_client::embedded_redis_server::embedded_redis_server::EmbeddedRedisServer::start_with_retry::h31117dec50a3e8f8 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:63:19 [INFO] [stdout] 21: 0x55c122ae610a - embedded_redis_client::embedded_redis_client::states::started::StartedRedisClient::new::hbc6dfb1646de7044 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/states/started.rs:18:13 [INFO] [stdout] 22: 0x55c122ad1115 - embedded_redis_client::embedded_redis_client::embedded_redis_client::EmbeddedRedisClient::start::{{closure}}::hbf11f25344d055d7 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:16:42 [INFO] [stdout] 23: 0x55c122ac6197 - as core::future::future::Future>::poll::he3b08151478063ba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 24: 0x55c122acc83e - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::new_embedded_redis_client::{{closure}}::h168b488989b5a789 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:161:13 [INFO] [stdout] 25: 0x55c122ac5789 - as core::future::future::Future>::poll::h4a0072122d132696 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 26: 0x55c122ace80c - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections::{{closure}}::{{closure}}::h0f993dcebdc1185d [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:213:49 [INFO] [stdout] 27: 0x55c122ac653b - as core::future::future::Future>::poll::hfbda09e912ff2bf6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 28: 0x55c122abab49 - as core::future::future::Future>::poll::{{closure}}::h59bf4c0daeb4ff80 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:199:17 [INFO] [stdout] 29: 0x55c122adaa33 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::haa441a3529400227 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 30: 0x55c122ab1058 - std::thread::local::LocalKey::try_with::h745f3efa44082928 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 31: 0x55c122aafedd - std::thread::local::LocalKey::with::h45504a74b013f9bc [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 32: 0x55c122ada488 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h490f97b869711310 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 33: 0x55c122aba9d5 - as core::future::future::Future>::poll::h188b5e13e6ae63f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:197:13 [INFO] [stdout] 34: 0x55c122ab9726 - async_executor::Executor::spawn::{{closure}}::h5cc4b0064ade40b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:144:13 [INFO] [stdout] 35: 0x55c122ac5bfb - as core::future::future::Future>::poll::h778e8cf35eed851c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 36: 0x55c122ad9eea - as core::future::future::Future>::poll::h1a961a18e6ac6bd6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 37: 0x55c122add8ed - async_task::raw::RawTask::run::hc41e0ac039e26a49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/src/raw.rs:489:20 [INFO] [stdout] 38: 0x55c122c7a091 - async_task::runnable::Runnable::run::h595206713b13c4ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/src/runnable.rs:309:18 [INFO] [stdout] 39: 0x55c122c3aeef - async_executor::Executor::run::{{closure}}::{{closure}}::h139fcb3b3bd1087b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:235:21 [INFO] [stdout] 40: 0x55c122c2de4d - as core::future::future::Future>::poll::h7645259353ce6de6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 41: 0x55c122c356eb - as core::future::future::Future>::poll::h90281809766b7992 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:529:33 [INFO] [stdout] 42: 0x55c122c3a6ff - async_executor::Executor::run::{{closure}}::h6370a64baed8590e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:242:9 [INFO] [stdout] 43: 0x55c122c2d90d - as core::future::future::Future>::poll::h2556ff33f94c5aab [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 44: 0x55c122c3564b - as core::future::future::Future>::poll::h2ffd631ce69c91fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:529:33 [INFO] [stdout] 45: 0x55c122c472da - async_io::driver::block_on::hfa0e47d3299510a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-io-1.6.0/src/driver.rs:142:33 [INFO] [stdout] 46: 0x55c122c4bf80 - async_global_executor::reactor::block_on::{{closure}}::hfd65c999f8451ab6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:3:18 [INFO] [stdout] 47: 0x55c122c4bddd - async_global_executor::reactor::block_on::h4996cbc9042306b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:12:5 [INFO] [stdout] 48: 0x55c122c40324 - async_global_executor::threading::thread_main_loop::{{closure}}::{{closure}}::h283e59a79ba32d2a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/threading.rs:95:17 [INFO] [stdout] 49: 0x55c122c55bf1 - std::thread::local::LocalKey::try_with::hfa002fe09373522c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 50: 0x55c122c54604 - std::thread::local::LocalKey::with::h7fb3e887672454e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 51: 0x55c122c40380 - async_global_executor::threading::thread_main_loop::{{closure}}::h81b8c915a13b7d34 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/threading.rs:89:13 [INFO] [stdout] 52: 0x55c122c3195d - std::panicking::try::do_call::h815fed730e1a2960 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 53: 0x55c122c32a3b - __rust_try [INFO] [stdout] 54: 0x55c122c31744 - std::panicking::try::h26cb7513bb77bd46 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 55: 0x55c122c49c0f - std::panic::catch_unwind::h34b9f3b70956bb58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 56: 0x55c122c3fe1e - async_global_executor::threading::thread_main_loop::h73346ec67297b85b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/threading.rs:88:12 [INFO] [stdout] 57: 0x55c122c3b8aa - core::ops::function::FnOnce::call_once::h611e5cca775ab438 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 58: 0x55c122c49afa - std::sys_common::backtrace::__rust_begin_short_backtrace::hcce51dc28f41ccd2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 59: 0x55c122c36727 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hc482a69d298e5d79 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 60: 0x55c122c3d5da - as core::ops::function::FnOnce<()>>::call_once::hfbf840d02607527e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 61: 0x55c122c318ee - std::panicking::try::do_call::h01877303c5d4492e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 62: 0x55c122c32a3b - __rust_try [INFO] [stdout] 63: 0x55c122c31861 - std::panicking::try::hdc44ffdc7f1e13ea [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 64: 0x55c122c49c3a - std::panic::catch_unwind::h76533cf872f1ed77 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 65: 0x55c122c36572 - std::thread::Builder::spawn_unchecked::{{closure}}::h20e17eb52267b7e1 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 66: 0x55c122c3b77f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7c23722ffef0f98f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 67: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 68: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 69: 0x55c122d1e923 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 70: 0x7f0f62546609 - start_thread [INFO] [stdout] 71: 0x7f0f62318293 - clone [INFO] [stdout] 72: 0x0 - [INFO] [stdout] thread 'async-std/runtime' panicked at 'Failed to determine if local port 6379 is in use.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/embedded_redis_server/util.rs:39:10 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c122d16ebc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c122d16ebc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c122d16ebc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c122d16ebc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c122d3af3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55c122d0fde5 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55c122d18c10 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c122d18c10 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c122d18c10 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55c122d18802 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55c122d192c4 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55c122d18da0 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55c122d17384 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c122d18d09 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55c122aabbd1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55c122aabcc3 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55c122ae12bc - core::result::Result::expect::hd8f8f3e8c5023fe0 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1259:23 [INFO] [stdout] 17: 0x55c122aca501 - embedded_redis_client::embedded_redis_server::util::get_processes_using_target_port::h868671fe758c198a [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/util.rs:36:37 [INFO] [stdout] 18: 0x55c122ac9ab7 - embedded_redis_client::embedded_redis_server::states::checking_environment::CheckingRedisServerEnvironment::start::h7589da3446fe85e5 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/states/checking_environment.rs:36:21 [INFO] [stdout] 19: 0x55c122ae2862 - embedded_redis_client::embedded_redis_server::embedded_redis_server::EmbeddedRedisServer::start::h7d8e256533b89034 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:34:28 [INFO] [stdout] 20: 0x55c122ae32e3 - embedded_redis_client::embedded_redis_server::embedded_redis_server::EmbeddedRedisServer::start_with_retry::h31117dec50a3e8f8 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_server/embedded_redis_server.rs:63:19 [INFO] [stdout] 21: 0x55c122ae610a - embedded_redis_client::embedded_redis_client::states::started::StartedRedisClient::new::hbc6dfb1646de7044 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/states/started.rs:18:13 [INFO] [stdout] 22: 0x55c122ad1115 - embedded_redis_client::embedded_redis_client::embedded_redis_client::EmbeddedRedisClient::start::{{closure}}::hbf11f25344d055d7 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:16:42 [INFO] [stdout] 23: 0x55c122ac6197 - as core::future::future::Future>::poll::he3b08151478063ba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 24: 0x55c122acc83e - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::new_embedded_redis_client::{{closure}}::h168b488989b5a789 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:161:13 [INFO] [stdout] 25: 0x55c122ac5789 - as core::future::future::Future>::poll::h4a0072122d132696 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 26: 0x55c122ace80c - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections::{{closure}}::{{closure}}::h0f993dcebdc1185d [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:213:49 [INFO] [stdout] 27: 0x55c122ac653b - as core::future::future::Future>::poll::hfbda09e912ff2bf6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 28: 0x55c122abab49 - as core::future::future::Future>::poll::{{closure}}::h59bf4c0daeb4ff80 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:199:17 [INFO] [stdout] 29: 0x55c122adaa33 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::haa441a3529400227 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 30: 0x55c122ab1058 - std::thread::local::LocalKey::try_with::h745f3efa44082928 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 31: 0x55c122aafedd - std::thread::local::LocalKey::with::h45504a74b013f9bc [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 32: 0x55c122ada488 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h490f97b869711310 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 33: 0x55c122aba9d5 - as core::future::future::Future>::poll::h188b5e13e6ae63f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:197:13 [INFO] [stdout] 34: 0x55c122ab9726 - async_executor::Executor::spawn::{{closure}}::h5cc4b0064ade40b4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:144:13 [INFO] [stdout] 35: 0x55c122ac5bfb - as core::future::future::Future>::poll::h778e8cf35eed851c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 36: 0x55c122ad9eea - as core::future::future::Future>::poll::h1a961a18e6ac6bd6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 37: 0x55c122add8ed - async_task::raw::RawTask::run::hc41e0ac039e26a49 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/src/raw.rs:489:20 [INFO] [stdout] 38: 0x55c122c7a091 - async_task::runnable::Runnable::run::h595206713b13c4ab [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/src/runnable.rs:309:18 [INFO] [stdout] 39: 0x55c122c3aeef - async_executor::Executor::run::{{closure}}::{{closure}}::h139fcb3b3bd1087b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:235:21 [INFO] [stdout] 40: 0x55c122c2de4d - as core::future::future::Future>::poll::h7645259353ce6de6 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 41: 0x55c122c356eb - as core::future::future::Future>::poll::h90281809766b7992 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:529:33 [INFO] [stdout] 42: 0x55c122c3a6ff - async_executor::Executor::run::{{closure}}::h6370a64baed8590e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:242:9 [INFO] [stdout] 43: 0x55c122c2d90d - as core::future::future::Future>::poll::h2556ff33f94c5aab [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 44: 0x55c122c3564b - as core::future::future::Future>::poll::h2ffd631ce69c91fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:529:33 [INFO] [stdout] 45: 0x55c122c472da - async_io::driver::block_on::hfa0e47d3299510a7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-io-1.6.0/src/driver.rs:142:33 [INFO] [stdout] 46: 0x55c122c4bf80 - async_global_executor::reactor::block_on::{{closure}}::hfd65c999f8451ab6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:3:18 [INFO] [stdout] 47: 0x55c122c4bddd - async_global_executor::reactor::block_on::h4996cbc9042306b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:12:5 [INFO] [stdout] 48: 0x55c122c40324 - async_global_executor::threading::thread_main_loop::{{closure}}::{{closure}}::h283e59a79ba32d2a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/threading.rs:95:17 [INFO] [stdout] 49: 0x55c122c55bf1 - std::thread::local::LocalKey::try_with::hfa002fe09373522c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 50: 0x55c122c54604 - std::thread::local::LocalKey::with::h7fb3e887672454e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 51: 0x55c122c40380 - async_global_executor::threading::thread_main_loop::{{closure}}::h81b8c915a13b7d34 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/threading.rs:89:13 [INFO] [stdout] 52: 0x55c122c3195d - std::panicking::try::do_call::h815fed730e1a2960 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 53: 0x55c122c32a3b - __rust_try [INFO] [stdout] 54: 0x55c122c31744 - std::panicking::try::h26cb7513bb77bd46 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 55: 0x55c122c49c0f - std::panic::catch_unwind::h34b9f3b70956bb58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 56: 0x55c122c3fe1e - async_global_executor::threading::thread_main_loop::h73346ec67297b85b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/threading.rs:88:12 [INFO] [stdout] 57: 0x55c122c3b8aa - core::ops::function::FnOnce::call_once::h611e5cca775ab438 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 58: 0x55c122c49afa - std::sys_common::backtrace::__rust_begin_short_backtrace::hcce51dc28f41ccd2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 59: 0x55c122c36727 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hc482a69d298e5d79 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 60: 0x55c122c3d5da - as core::ops::function::FnOnce<()>>::call_once::hfbf840d02607527e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 61: 0x55c122c318ee - std::panicking::try::do_call::h01877303c5d4492e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 62: 0x55c122c32a3b - __rust_try [INFO] [stdout] 63: 0x55c122c31861 - std::panicking::try::hdc44ffdc7f1e13ea [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 64: 0x55c122c49c3a - std::panic::catch_unwind::h76533cf872f1ed77 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 65: 0x55c122c36572 - std::thread::Builder::spawn_unchecked::{{closure}}::h20e17eb52267b7e1 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 66: 0x55c122c3b77f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7c23722ffef0f98f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 67: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 68: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 69: 0x55c122d1e923 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 70: 0x7f0f62546609 - start_thread [INFO] [stdout] 71: 0x7f0f62318293 - clone [INFO] [stdout] 72: 0x0 - [INFO] [stdout] thread 'embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections' panicked at 'task has failed', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/src/task.rs:368:45 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c122d16ebc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55c122d16ebc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c122d16ebc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c122d16ebc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c122d3af3c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55c122d0fde5 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55c122d18c10 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c122d18c10 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c122d18c10 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55c122d18802 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55c122d192c4 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55c122d18da0 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55c122d17384 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55c122d18d09 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55c122aabbd1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55c122aabac3 - core::option::expect_failed::h954fc73c60f6b468 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/option.rs:1615:5 [INFO] [stdout] 16: 0x55c122c2c2fb - core::option::Option::expect::h519208128877f16b [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/option.rs:698:21 [INFO] [stdout] 17: 0x55c122c269ca - as core::future::future::Future>::poll::hbf0044fc944ce86b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-task-4.0.3/src/task.rs:368:43 [INFO] [stdout] 18: 0x55c122ae5e33 - <&mut F as core::future::future::Future>::poll::h7b9f566bbef9f0f4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:107:9 [INFO] [stdout] 19: 0x55c122ac95ae - as core::future::future::Future>::poll::h5677fb1dd0a1c9c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/join_handle.rs:83:9 [INFO] [stdout] 20: 0x55c122acf538 - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections::{{closure}}::{{closure}}::h833be077e3bafd8b [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:241:17 [INFO] [stdout] 21: 0x55c122ac5c8b - as core::future::future::Future>::poll::h9754203ccf86e801 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 22: 0x55c122ababe9 - as core::future::future::Future>::poll::{{closure}}::heb2b6bf5b5ee048f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:199:17 [INFO] [stdout] 23: 0x55c122ada6b3 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h244e2e007616e143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 24: 0x55c122ab2628 - std::thread::local::LocalKey::try_with::heb44dfef578c2228 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 25: 0x55c122ab05ed - std::thread::local::LocalKey::with::hf3124e14f23ff33e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 26: 0x55c122ada528 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h6a446a448a3f95d1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 27: 0x55c122abaa95 - as core::future::future::Future>::poll::h24740a3fcc77685b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:197:13 [INFO] [stdout] 28: 0x55c122abb622 - futures_lite::future::block_on::{{closure}}::h85376bcf37e746f3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:89:27 [INFO] [stdout] 29: 0x55c122ab1d61 - std::thread::local::LocalKey::try_with::hc80df5d7f6147972 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 30: 0x55c122ab0113 - std::thread::local::LocalKey::with::h72a6c5d989502465 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 31: 0x55c122abae3f - futures_lite::future::block_on::h3ffb476228d21bd6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:79:5 [INFO] [stdout] 32: 0x55c122abe30c - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::h22b00deb61a4f421 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:173:25 [INFO] [stdout] 33: 0x55c122ada7d8 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::h2a703032f58477ca [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 34: 0x55c122ab11a1 - std::thread::local::LocalKey::try_with::h75402b6bff718816 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 35: 0x55c122ab0662 - std::thread::local::LocalKey::with::hfd176a25e5823830 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 36: 0x55c122ada57a - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::h99ef54fe38636d78 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 37: 0x55c122abe25c - async_std::task::builder::Builder::blocking::{{closure}}::h723fd714147f4a8b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:168:17 [INFO] [stdout] 38: 0x55c122ab23fd - std::thread::local::LocalKey::try_with::hd81476ee64e6eed7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 39: 0x55c122ab0010 - std::thread::local::LocalKey::with::h4dcbe2938dd4d6fa [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 40: 0x55c122abd663 - async_std::task::builder::Builder::blocking::h3ccc3f66cebeb59d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:161:9 [INFO] [stdout] 41: 0x55c122ac9767 - async_std::task::block_on::block_on::hc2e42c4949afcc11 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/block_on.rs:33:5 [INFO] [stdout] 42: 0x55c122acf967 - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections::{{closure}}::hdc65aa3fc51527b2 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:239:9 [INFO] [stdout] 43: 0x55c122ac630b - as core::future::future::Future>::poll::hea8d3667774a28a8 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 44: 0x55c122abab99 - as core::future::future::Future>::poll::{{closure}}::hb14a1b1cec1fa746 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:199:17 [INFO] [stdout] 45: 0x55c122adab33 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::hc6e92ca59d2dfbb1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 46: 0x55c122ab0e08 - std::thread::local::LocalKey::try_with::h4ade0bf5e33c0673 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 47: 0x55c122ab03ed - std::thread::local::LocalKey::with::hc54ca9a289f40668 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 48: 0x55c122ada5c8 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hb27f42b5f2257e36 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 49: 0x55c122abaa35 - as core::future::future::Future>::poll::h2264429f42dad6d9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:197:13 [INFO] [stdout] 50: 0x55c122abc76b - as core::future::future::Future>::poll::h61aba5d7f1085f0c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:526:33 [INFO] [stdout] 51: 0x55c122ab86db - async_executor::Executor::run::{{closure}}::hf45fe3be21c7fe65 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:242:9 [INFO] [stdout] 52: 0x55c122ac5fcb - as core::future::future::Future>::poll::hb1d57ac340f4d8fe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 53: 0x55c122ab75e0 - async_executor::LocalExecutor::run::{{closure}}::h4331b1fb37fe81f6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:447:9 [INFO] [stdout] 54: 0x55c122ac549b - as core::future::future::Future>::poll::h190b1c7aa6c11c8f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 55: 0x55c122ab599c - async_io::driver::block_on::h97d21a9a3a5a2947 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-io-1.6.0/src/driver.rs:142:33 [INFO] [stdout] 56: 0x55c122ae4493 - async_global_executor::reactor::block_on::{{closure}}::h8faad7571a3a64dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:3:18 [INFO] [stdout] 57: 0x55c122ae439d - async_global_executor::reactor::block_on::h42ece1b5dc52eaeb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:12:5 [INFO] [stdout] 58: 0x55c122ae46dd - async_global_executor::executor::block_on::{{closure}}::hc21aef171518c546 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/executor.rs:26:36 [INFO] [stdout] 59: 0x55c122ab2763 - std::thread::local::LocalKey::try_with::hf5be5eb44f292eff [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 60: 0x55c122ab038a - std::thread::local::LocalKey::with::hc4d82a47d60918f1 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 61: 0x55c122ae45a7 - async_global_executor::executor::block_on::h81a2fb1d74a2fe29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/executor.rs:26:5 [INFO] [stdout] 62: 0x55c122abe53a - async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}::hd53460baaaae792d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:171:25 [INFO] [stdout] 63: 0x55c122adac61 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}::he5042df0e25ba74a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:60:13 [INFO] [stdout] 64: 0x55c122ab09fe - std::thread::local::LocalKey::try_with::h129633822e953cdf [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 65: 0x55c122ab022c - std::thread::local::LocalKey::with::ha0ea5bddc2d2d077 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 66: 0x55c122ada617 - async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::hc53ea3f436491ba0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/task_locals_wrapper.rs:55:9 [INFO] [stdout] 67: 0x55c122abe0e4 - async_std::task::builder::Builder::blocking::{{closure}}::h11b1b02ff766fb70 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:168:17 [INFO] [stdout] 68: 0x55c122ab18ab - std::thread::local::LocalKey::try_with::habf1ac355b65a95c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 69: 0x55c122ab04da - std::thread::local::LocalKey::with::hcb6c4e87230ce2f7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 70: 0x55c122abd974 - async_std::task::builder::Builder::blocking::h79bc5a08c780a721 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/builder.rs:161:9 [INFO] [stdout] 71: 0x55c122ac9603 - async_std::task::block_on::block_on::h30e05c93f1713d97 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/async-std-1.10.0/src/task/block_on.rs:33:5 [INFO] [stdout] 72: 0x55c122ace529 - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections::h0ef78954ed392744 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:201:5 [INFO] [stdout] 73: 0x55c122ace4ea - embedded_redis_client::embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections::{{closure}}::h40e1cff3d3f42449 [INFO] [stdout] at /opt/rustwide/workdir/src/embedded_redis_client/embedded_redis_client.rs:201:5 [INFO] [stdout] 74: 0x55c122ad524e - core::ops::function::FnOnce::call_once::hdc79e2d1492fbf8c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 75: 0x55c122b1ae73 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 76: 0x55c122b1ae73 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 77: 0x55c122b198f8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 78: 0x55c122b198f8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 79: 0x55c122b198f8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 80: 0x55c122b198f8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 81: 0x55c122b198f8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 82: 0x55c122b198f8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 83: 0x55c122b198f8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 84: 0x55c122ae744e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 85: 0x55c122ae744e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 86: 0x55c122aebce8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 87: 0x55c122aebce8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 88: 0x55c122aebce8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 89: 0x55c122aebce8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 90: 0x55c122aebce8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 91: 0x55c122aebce8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 92: 0x55c122aebce8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 93: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 94: 0x55c122d1e923 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 95: 0x55c122d1e923 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 96: 0x7f0f62546609 - start_thread [INFO] [stdout] 97: 0x7f0f62318293 - clone [INFO] [stdout] 98: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] embedded_redis_client::embedded_redis_client::tests::test_parallel_redis_connections [INFO] [stdout] embedded_redis_client::embedded_redis_client::tests::test_redis_connection [INFO] [stdout] embedded_redis_server::embedded_redis_server::tests::start_redis_server [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "c1dbb2752fe1b49c50903d470415982b1c247f36be23f06cd4a74e77ca004801", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1dbb2752fe1b49c50903d470415982b1c247f36be23f06cd4a74e77ca004801", kill_on_drop: false }` [INFO] [stdout] c1dbb2752fe1b49c50903d470415982b1c247f36be23f06cd4a74e77ca004801