[INFO] cloning repository https://github.com/realaravinth/mCaptcha
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/realaravinth/mCaptcha" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealaravinth%2FmCaptcha", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealaravinth%2FmCaptcha'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3f456f35b2c9e55e0475b01b3e05d48b21fd51f
[INFO] testing realaravinth/mCaptcha against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealaravinth%2FmCaptcha" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/realaravinth/mCaptcha
[INFO] finished tweaking git repo https://github.com/realaravinth/mCaptcha
[INFO] tweaked toml for git repo https://github.com/realaravinth/mCaptcha written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/realaravinth/mCaptcha on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/realaravinth/mCaptcha already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e42aa171a88b05078e07d748d07107f55f1ef2c1d4d76ab994d12edd09482a3a
[INFO] running `Command { std: "docker" "start" "-a" "e42aa171a88b05078e07d748d07107f55f1ef2c1d4d76ab994d12edd09482a3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e42aa171a88b05078e07d748d07107f55f1ef2c1d4d76ab994d12edd09482a3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e42aa171a88b05078e07d748d07107f55f1ef2c1d4d76ab994d12edd09482a3a", kill_on_drop: false }`
[INFO] [stdout] e42aa171a88b05078e07d748d07107f55f1ef2c1d4d76ab994d12edd09482a3a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fc393de1230e8974115cfeca8026e1ba4386c4ad5080fdd9f76324266bd1be6
[INFO] running `Command { std: "docker" "start" "-a" "4fc393de1230e8974115cfeca8026e1ba4386c4ad5080fdd9f76324266bd1be6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling rustix v0.38.19
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.10
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling tokio v1.33.0
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tracing v0.1.39
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.2
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling crc16 v0.4.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling termcolor v1.3.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling arc-swap v1.6.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling serde_derive v1.0.189
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling regex v1.10.1
[INFO] [stderr]    Compiling tokio-util v0.7.9
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling tokio-retry v0.3.0
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling actix-rt v2.9.0
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling actix_derive v0.6.1
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling actix v0.13.1
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling num-complex v0.4.4
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling redis v0.23.3
[INFO] [stderr]    Compiling num v0.4.1
[INFO] [stderr]    Compiling mcaptcha_pow_sha256 v0.4.0
[INFO] [stderr]    Compiling libmcaptcha v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/errors.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/errors.rs:127:11
[INFO] [stdout]     |
[INFO] [stdout] 127 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/errors.rs:135:11
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/errors.rs:144:11
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::debug`
[INFO] [stdout]   --> src/queue.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use log::debug;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::error`
[INFO] [stdout]   --> src/queue.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use log::error;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub async fn add_mcaptcha(&self, msg: AddSite) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |             .exec(redis::cmd(ADD_CAPTCHA).arg(&[name, payload]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 130 |             .exec::<()>(redis::cmd(ADD_CAPTCHA).arg(&[name, payload]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub async fn delete_captcha(&self, captcha: &str) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:157:16
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self.0.exec(redis::cmd(DEL).arg(&[captcha])).await?;
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self.0.exec::<()>(redis::cmd(DEL).arg(&[captcha])).await?;
[INFO] [stdout]     |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub async fn rename_captcha(&self, name: &str, rename_to: &str) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 |             .exec(redis::cmd(RENAME_CAPTCHA).arg(&[name, rename_to]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 164 |             .exec::<()>(redis::cmd(RENAME_CAPTCHA).arg(&[name, rename_to]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 | /     pub async fn add_challenge(
[INFO] [stdout] 171 | |         &self,
[INFO] [stdout] 172 | |         captcha: &str,
[INFO] [stdout] 173 | |         challlenge: &AddChallenge,
[INFO] [stdout] 174 | |     ) -> CaptchaResult<()> {
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:177:14
[INFO] [stdout]     |
[INFO] [stdout] 177 |             .exec(redis::cmd(ADD_CHALLENGE).arg(&[captcha, &payload]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 177 |             .exec::<()>(redis::cmd(ADD_CHALLENGE).arg(&[captcha, &payload]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub async fn delete_challenge(&self, msg: &VerifyCaptchaResult) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:197:14
[INFO] [stdout]     |
[INFO] [stdout] 197 |             .exec(redis::cmd(DELETE_CHALLENGE).arg(&[&msg.key, &msg.token]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 197 |             .exec::<()>(redis::cmd(DELETE_CHALLENGE).arg(&[&msg.key, &msg.token]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub async fn delete_token(&self, msg: &VerifyCaptchaResult) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:241:16
[INFO] [stdout]     |
[INFO] [stdout] 241 |         self.0.exec(redis::cmd("DEL").arg(&[&key])).await?;
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 241 |         self.0.exec::<()>(redis::cmd("DEL").arg(&[&key])).await?;
[INFO] [stdout]     |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `redis::cluster::ClusterClient::open`: Use new()
[INFO] [stdout]   --> src/redis/mod.rs:50:53
[INFO] [stdout]    |
[INFO] [stdout] 50 |                 let cluster_client = ClusterClient::open(nodes.to_owned()).unwrap();
[INFO] [stdout]    |                                                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> src/master/redis/master.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn handle(&mut self, m: GetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/master/redis/master.rs:118:46
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn handle(&mut self, m: GetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                                              ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> src/master/redis/master.rs:126:26
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn handle(&mut self, m: SetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/master/redis/master.rs:126:46
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn handle(&mut self, m: SetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                                              ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/master/embedded/master.rs:254:13
[INFO] [stdout]     |
[INFO] [stdout] 254 |             tx.send(Ok(data));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 254 |             let _ = tx.send(Ok(data));
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: libmcaptcha v0.2.4 (/opt/rustwide/workdir), redis v0.23.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "4fc393de1230e8974115cfeca8026e1ba4386c4ad5080fdd9f76324266bd1be6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fc393de1230e8974115cfeca8026e1ba4386c4ad5080fdd9f76324266bd1be6", kill_on_drop: false }`
[INFO] [stdout] 4fc393de1230e8974115cfeca8026e1ba4386c4ad5080fdd9f76324266bd1be6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fdad90b51066ea61eee484132d5e0482905bbdea2fc9d2c1261ceba851c9cd1
[INFO] running `Command { std: "docker" "start" "-a" "4fdad90b51066ea61eee484132d5e0482905bbdea2fc9d2c1261ceba851c9cd1", kill_on_drop: false }`
[INFO] [stderr]    Compiling actix-rt v2.9.0
[INFO] [stderr]    Compiling actix v0.13.1
[INFO] [stderr]    Compiling libmcaptcha v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/errors.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/errors.rs:127:11
[INFO] [stdout]     |
[INFO] [stdout] 127 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/errors.rs:135:11
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/errors.rs:144:11
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::debug`
[INFO] [stdout]   --> src/queue.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use log::debug;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::error`
[INFO] [stdout]   --> src/queue.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use log::error;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub async fn add_mcaptcha(&self, msg: AddSite) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |             .exec(redis::cmd(ADD_CAPTCHA).arg(&[name, payload]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 130 |             .exec::<()>(redis::cmd(ADD_CAPTCHA).arg(&[name, payload]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub async fn delete_captcha(&self, captcha: &str) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:157:16
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self.0.exec(redis::cmd(DEL).arg(&[captcha])).await?;
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self.0.exec::<()>(redis::cmd(DEL).arg(&[captcha])).await?;
[INFO] [stdout]     |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub async fn rename_captcha(&self, name: &str, rename_to: &str) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 |             .exec(redis::cmd(RENAME_CAPTCHA).arg(&[name, rename_to]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 164 |             .exec::<()>(redis::cmd(RENAME_CAPTCHA).arg(&[name, rename_to]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 | /     pub async fn add_challenge(
[INFO] [stdout] 171 | |         &self,
[INFO] [stdout] 172 | |         captcha: &str,
[INFO] [stdout] 173 | |         challlenge: &AddChallenge,
[INFO] [stdout] 174 | |     ) -> CaptchaResult<()> {
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:177:14
[INFO] [stdout]     |
[INFO] [stdout] 177 |             .exec(redis::cmd(ADD_CHALLENGE).arg(&[captcha, &payload]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 177 |             .exec::<()>(redis::cmd(ADD_CHALLENGE).arg(&[captcha, &payload]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub async fn delete_challenge(&self, msg: &VerifyCaptchaResult) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:197:14
[INFO] [stdout]     |
[INFO] [stdout] 197 |             .exec(redis::cmd(DELETE_CHALLENGE).arg(&[&msg.key, &msg.token]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 197 |             .exec::<()>(redis::cmd(DELETE_CHALLENGE).arg(&[&msg.key, &msg.token]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub async fn delete_token(&self, msg: &VerifyCaptchaResult) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:241:16
[INFO] [stdout]     |
[INFO] [stdout] 241 |         self.0.exec(redis::cmd("DEL").arg(&[&key])).await?;
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 241 |         self.0.exec::<()>(redis::cmd("DEL").arg(&[&key])).await?;
[INFO] [stdout]     |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `redis::cluster::ClusterClient::open`: Use new()
[INFO] [stdout]   --> src/redis/mod.rs:50:53
[INFO] [stdout]    |
[INFO] [stdout] 50 |                 let cluster_client = ClusterClient::open(nodes.to_owned()).unwrap();
[INFO] [stdout]    |                                                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/errors.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/errors.rs:127:11
[INFO] [stdout]     |
[INFO] [stdout] 127 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/errors.rs:135:11
[INFO] [stdout]     |
[INFO] [stdout] 135 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/errors.rs:144:11
[INFO] [stdout]     |
[INFO] [stdout] 144 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::mcaptcha`
[INFO] [stdout]    --> src/master/embedded/counter.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |     use crate::mcaptcha;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::debug`
[INFO] [stdout]   --> src/queue.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use log::debug;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub async fn add_mcaptcha(&self, msg: AddSite) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:130:14
[INFO] [stdout]     |
[INFO] [stdout] 130 |             .exec(redis::cmd(ADD_CAPTCHA).arg(&[name, payload]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 130 |             .exec::<()>(redis::cmd(ADD_CAPTCHA).arg(&[name, payload]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub async fn delete_captcha(&self, captcha: &str) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:157:16
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self.0.exec(redis::cmd(DEL).arg(&[captcha])).await?;
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 157 |         self.0.exec::<()>(redis::cmd(DEL).arg(&[captcha])).await?;
[INFO] [stdout]     |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub async fn rename_captcha(&self, name: &str, rename_to: &str) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 |             .exec(redis::cmd(RENAME_CAPTCHA).arg(&[name, rename_to]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 164 |             .exec::<()>(redis::cmd(RENAME_CAPTCHA).arg(&[name, rename_to]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 | /     pub async fn add_challenge(
[INFO] [stdout] 171 | |         &self,
[INFO] [stdout] 172 | |         captcha: &str,
[INFO] [stdout] 173 | |         challlenge: &AddChallenge,
[INFO] [stdout] 174 | |     ) -> CaptchaResult<()> {
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:177:14
[INFO] [stdout]     |
[INFO] [stdout] 177 |             .exec(redis::cmd(ADD_CHALLENGE).arg(&[captcha, &payload]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 177 |             .exec::<()>(redis::cmd(ADD_CHALLENGE).arg(&[captcha, &payload]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub async fn delete_challenge(&self, msg: &VerifyCaptchaResult) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:197:14
[INFO] [stdout]     |
[INFO] [stdout] 197 |             .exec(redis::cmd(DELETE_CHALLENGE).arg(&[&msg.key, &msg.token]))
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 197 |             .exec::<()>(redis::cmd(DELETE_CHALLENGE).arg(&[&msg.key, &msg.token]))
[INFO] [stdout]     |                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub async fn delete_token(&self, msg: &VerifyCaptchaResult) -> CaptchaResult<()> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]    --> src/redis/mcaptcha_redis.rs:241:16
[INFO] [stdout]     |
[INFO] [stdout] 241 |         self.0.exec(redis::cmd("DEL").arg(&[&key])).await?;
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 241 |         self.0.exec::<()>(redis::cmd("DEL").arg(&[&key])).await?;
[INFO] [stdout]     |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `redis::cluster::ClusterClient::open`: Use new()
[INFO] [stdout]   --> src/redis/mod.rs:50:53
[INFO] [stdout]    |
[INFO] [stdout] 50 |                 let cluster_client = ClusterClient::open(nodes.to_owned()).unwrap();
[INFO] [stdout]    |                                                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> src/master/redis/master.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn handle(&mut self, m: GetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/master/redis/master.rs:118:46
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn handle(&mut self, m: GetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                                              ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> src/master/redis/master.rs:126:26
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn handle(&mut self, m: SetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/master/redis/master.rs:126:46
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn handle(&mut self, m: SetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                                              ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/master/embedded/master.rs:254:13
[INFO] [stdout]     |
[INFO] [stdout] 254 |             tx.send(Ok(data));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 254 |             let _ = tx.send(Ok(data));
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> src/master/redis/master.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn handle(&mut self, m: GetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/master/redis/master.rs:118:46
[INFO] [stdout]     |
[INFO] [stdout] 118 |     fn handle(&mut self, m: GetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                                              ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> src/master/redis/master.rs:126:26
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn handle(&mut self, m: SetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/master/redis/master.rs:126:46
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn handle(&mut self, m: SetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                                              ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/master/embedded/master.rs:254:13
[INFO] [stdout]     |
[INFO] [stdout] 254 |             tx.send(Ok(data));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 254 |             let _ = tx.send(Ok(data));
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.88s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: libmcaptcha v0.2.4 (/opt/rustwide/workdir), redis v0.23.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "4fdad90b51066ea61eee484132d5e0482905bbdea2fc9d2c1261ceba851c9cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fdad90b51066ea61eee484132d5e0482905bbdea2fc9d2c1261ceba851c9cd1", kill_on_drop: false }`
[INFO] [stdout] 4fdad90b51066ea61eee484132d5e0482905bbdea2fc9d2c1261ceba851c9cd1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4cf7dc7cfd1b32d48e7676c393c30404f878f077904f5b17a576f43bcdb1bf85
[INFO] running `Command { std: "docker" "start" "-a" "4cf7dc7cfd1b32d48e7676c393c30404f878f077904f5b17a576f43bcdb1bf85", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]   --> src/errors.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]    --> src/errors.rs:127:11
[INFO] [stderr]     |
[INFO] [stderr] 127 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]    --> src/errors.rs:135:11
[INFO] [stderr]     |
[INFO] [stderr] 135 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]    --> src/errors.rs:144:11
[INFO] [stderr]     |
[INFO] [stderr] 144 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `log::debug`
[INFO] [stderr]   --> src/queue.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | use log::debug;
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `log::error`
[INFO] [stderr]   --> src/queue.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | use log::error;
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:125:5
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub async fn add_mcaptcha(&self, msg: AddSite) -> CaptchaResult<()> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:130:14
[INFO] [stderr]     |
[INFO] [stderr] 130 |             .exec(redis::cmd(ADD_CAPTCHA).arg(&[name, payload]))
[INFO] [stderr]     |              ^^^^
[INFO] [stderr]     = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 130 |             .exec::<()>(redis::cmd(ADD_CAPTCHA).arg(&[name, payload]))
[INFO] [stderr]     |                  ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:156:5
[INFO] [stderr]     |
[INFO] [stderr] 156 |     pub async fn delete_captcha(&self, captcha: &str) -> CaptchaResult<()> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:157:16
[INFO] [stderr]     |
[INFO] [stderr] 157 |         self.0.exec(redis::cmd(DEL).arg(&[captcha])).await?;
[INFO] [stderr]     |                ^^^^
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 157 |         self.0.exec::<()>(redis::cmd(DEL).arg(&[captcha])).await?;
[INFO] [stderr]     |                    ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:162:5
[INFO] [stderr]     |
[INFO] [stderr] 162 |     pub async fn rename_captcha(&self, name: &str, rename_to: &str) -> CaptchaResult<()> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:164:14
[INFO] [stderr]     |
[INFO] [stderr] 164 |             .exec(redis::cmd(RENAME_CAPTCHA).arg(&[name, rename_to]))
[INFO] [stderr]     |              ^^^^
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 164 |             .exec::<()>(redis::cmd(RENAME_CAPTCHA).arg(&[name, rename_to]))
[INFO] [stderr]     |                  ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:170:5
[INFO] [stderr]     |
[INFO] [stderr] 170 | /     pub async fn add_challenge(
[INFO] [stderr] 171 | |         &self,
[INFO] [stderr] 172 | |         captcha: &str,
[INFO] [stderr] 173 | |         challlenge: &AddChallenge,
[INFO] [stderr] 174 | |     ) -> CaptchaResult<()> {
[INFO] [stderr]     | |__________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:177:14
[INFO] [stderr]     |
[INFO] [stderr] 177 |             .exec(redis::cmd(ADD_CHALLENGE).arg(&[captcha, &payload]))
[INFO] [stderr]     |              ^^^^
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 177 |             .exec::<()>(redis::cmd(ADD_CHALLENGE).arg(&[captcha, &payload]))
[INFO] [stderr]     |                  ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:195:5
[INFO] [stderr]     |
[INFO] [stderr] 195 |     pub async fn delete_challenge(&self, msg: &VerifyCaptchaResult) -> CaptchaResult<()> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:197:14
[INFO] [stderr]     |
[INFO] [stderr] 197 |             .exec(redis::cmd(DELETE_CHALLENGE).arg(&[&msg.key, &msg.token]))
[INFO] [stderr]     |              ^^^^
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 197 |             .exec::<()>(redis::cmd(DELETE_CHALLENGE).arg(&[&msg.key, &msg.token]))
[INFO] [stderr]     |                  ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:237:5
[INFO] [stderr]     |
[INFO] [stderr] 237 |     pub async fn delete_token(&self, msg: &VerifyCaptchaResult) -> CaptchaResult<()> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]     = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stderr]    --> src/redis/mcaptcha_redis.rs:241:16
[INFO] [stderr]     |
[INFO] [stderr] 241 |         self.0.exec(redis::cmd("DEL").arg(&[&key])).await?;
[INFO] [stderr]     |                ^^^^
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]     |
[INFO] [stderr] 241 |         self.0.exec::<()>(redis::cmd("DEL").arg(&[&key])).await?;
[INFO] [stderr]     |                    ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `redis::cluster::ClusterClient::open`: Use new()
[INFO] [stderr]   --> src/redis/mod.rs:50:53
[INFO] [stderr]    |
[INFO] [stderr] 50 |                 let cluster_client = ClusterClient::open(nodes.to_owned()).unwrap();
[INFO] [stderr]    |                                                     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `m`
[INFO] [stderr]    --> src/master/redis/master.rs:118:26
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn handle(&mut self, m: GetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stderr]     |                          ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]    --> src/master/redis/master.rs:118:46
[INFO] [stderr]     |
[INFO] [stderr] 118 |     fn handle(&mut self, m: GetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stderr]     |                                              ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `m`
[INFO] [stderr]    --> src/master/redis/master.rs:126:26
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn handle(&mut self, m: SetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stderr]     |                          ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]    --> src/master/redis/master.rs:126:46
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn handle(&mut self, m: SetInternalData, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stderr]     |                                              ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/master/embedded/master.rs:254:13
[INFO] [stderr]     |
[INFO] [stderr] 254 |             tx.send(Ok(data));
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 254 |             let _ = tx.send(Ok(data));
[INFO] [stderr]     |             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::mcaptcha`
[INFO] [stderr]    --> src/master/embedded/counter.rs:226:9
[INFO] [stderr]     |
[INFO] [stderr] 226 |     use crate::mcaptcha;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `log::debug`
[INFO] [stderr]   --> src/queue.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | use log::debug;
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `libmcaptcha` (lib) generated 18 warnings (run `cargo fix --lib -p libmcaptcha` to apply 8 suggestions)
[INFO] [stderr] warning: `libmcaptcha` (lib test) generated 18 warnings (16 duplicates) (run `cargo fix --lib -p libmcaptcha --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: libmcaptcha v0.2.4 (/opt/rustwide/workdir), redis v0.23.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libmcaptcha-cac827a84e5e36f5)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test defense::tests::defense_builder_works ... ok
[INFO] [stdout] test defense::tests::level_builder_works ... ok
[INFO] [stdout] test defense::tests::defense_builder_decreasing_difficulty_factor ... ok
[INFO] [stdout] test defense::tests::max_defense_works ... ok
[INFO] [stdout] test defense::tests::minimum_defense_works ... ok
[INFO] [stdout] test defense::tests::loosen_up_works ... ok
[INFO] [stdout] test defense::tests::tighten_up_works ... ok
[INFO] [stdout] test master::embedded::counter::tests::bulk_delete_works ... ok
[INFO] [stdout] test defense::tests::defense_builder_duplicate_visitor_threshold ... ok
[INFO] [stdout] test master::embedded::counter::tests::get_current_visitor_count_works ... ok
[INFO] [stdout] test defense::tests::checking_for_integer_overflow ... ok
[INFO] [stdout] test master::embedded::counter::tests::mcaptcha_decrement_by_works ... ok
[INFO] [stdout] test master::embedded::counter::tests::stop_works - should panic ... ok
[INFO] [stdout] test master::embedded::counter::tests::test_mcatcptha_builder ... ok
[INFO] [stdout] test master::embedded::counter::tests::counter_defense_tightenup_works ... ok
[INFO] [stdout] test master::redis::master::tests::race_redis_master ... FAILED
[INFO] [stdout] test cache::redis::tests::redishashcache_result_cache_works ... FAILED
[INFO] [stdout] test master::embedded::counter::tests::counter_defense_loosenup_works ... ok
[INFO] [stdout] test cache::redis::tests::rediscache_pow_cache_works ... FAILED
[INFO] [stdout] test master::embedded::counter::tests::get_set_internal_data_works ... ok
[INFO] [stdout] test queue::tests::manager_works ... ok
[INFO] [stdout] test system::tests::get_pow_works ... ok
[INFO] [stdout] test system::tests::verify_pow_works ... ok
[INFO] [stdout] test cache::hashcache::tests::hashcache_pow_cache_works ... ok
[INFO] [stdout] test cache::hashcache::tests::hashcache_result_cache_works ... ok
[INFO] [stdout] test master::embedded::master::tests::master_actor_works ... ok
[INFO] [stdout] test redis::mcaptcha_redis::tests::redis_master_works ... FAILED
[INFO] [stdout] test queue::tests::abuse_manager ... ok
[INFO] [stdout] test master::redis::master::tests::redis_master_works ... FAILED
[INFO] [stdout] test redis::tests::ping_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- master::redis::master::tests::race_redis_master stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'master::redis::master::tests::race_redis_master' (39) panicked at src/redis/mod.rs:46:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Connection refused (os error 111)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56ed4484c072 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56ed4484c072 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56ed4484c072 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56ed4484c072 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56ed4485d88f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56ed4485d88f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56ed44817bd1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56ed44817bd1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56ed44824b82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56ed44829b2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56ed448299c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56ed445bf72e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56ed445bf72e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56ed4482a29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56ed4482a29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56ed4482a04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56ed44824cb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56ed4480be3d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56ed44866120 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56ed448655f6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x56ed44451444 - core::result::Result<T,E>::unwrap::hced55477018c3772
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x56ed44451444 - libmcaptcha::redis::RedisConfig::connect::{{closure}}::h001ad25e2a75d7cc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:46:22
[INFO] [stdout]   22:     0x56ed4445350e - libmcaptcha::redis::Redis::connect::{{closure}}::h056ae5fa263286cb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:125:37
[INFO] [stdout]   23:     0x56ed44453130 - libmcaptcha::redis::Redis::new::{{closure}}::hb7393b003accd8a1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:109:58
[INFO] [stdout]   24:     0x56ed4454c74c - libmcaptcha::redis::mcaptcha_redis::MCaptchaRedis::new::{{closure}}::hb3058ab7998f94a6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mcaptcha_redis.rs:56:39
[INFO] [stdout]   25:     0x56ed4450affe - libmcaptcha::master::redis::master::Master::new::{{closure}}::h36c2f59a7494f30d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/master/redis/master.rs:36:47
[INFO] [stdout]   26:     0x56ed4450737c - libmcaptcha::master::redis::master::tests::race_redis_master::{{closure}}::h83b4b63dcca0a8c8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/master/redis/master.rs:198:73
[INFO] [stdout]   27:     0x56ed4446bbff - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h9c232e5b98c5ca31
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:950:44
[INFO] [stdout]   28:     0x56ed44464a64 - tokio::task::local::LocalSet::with::{{closure}}::h504d3b0c00838967
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:687:13
[INFO] [stdout]   29:     0x56ed444b4695 - std::thread::local::LocalKey<T>::try_with::hf833580e22896845
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   30:     0x56ed444aacce - std::thread::local::LocalKey<T>::with::h72f9f6abe7124923
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   31:     0x56ed44463e76 - tokio::task::local::LocalSet::with::h27fe4512aff17bb0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:670:17
[INFO] [stdout]   32:     0x56ed4446ac86 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hf2144acdc8e2eec7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:940:22
[INFO] [stdout]   33:     0x56ed4446640c - tokio::task::local::LocalSet::run_until::{{closure}}::h0463646d31321924
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:575:19
[INFO] [stdout]   34:     0x56ed444a3b1d - <core::pin::Pin<P> as core::future::future::Future>::poll::h6d621c0aa66f4a80
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x56ed4443c37d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h8d54179e6e1cd99c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   36:     0x56ed4443a62b - tokio::runtime::coop::with_budget::h051790e7342e3040
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   37:     0x56ed4443a62b - tokio::runtime::coop::budget::hacf1f22fe82b07b6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   38:     0x56ed4443a62b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h1a3f29ffe23c91ad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   39:     0x56ed44422ce0 - tokio::runtime::scheduler::current_thread::Context::enter::hbe98307ad8002a49
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   40:     0x56ed4443107d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h4c7a617dd164fd2d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   41:     0x56ed4442d134 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h977b592caaba1b7a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   42:     0x56ed4455977b - tokio::runtime::context::scoped::Scoped<T>::set::h582190b8fd30aa50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   43:     0x56ed444da759 - tokio::runtime::context::set_scheduler::{{closure}}::h9bbf7118f74632dc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:38
[INFO] [stdout]   44:     0x56ed444b0d22 - std::thread::local::LocalKey<T>::try_with::h95d38ce8350e234a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   45:     0x56ed444aaa0e - std::thread::local::LocalKey<T>::with::h5fcd27f081d8cb64
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   46:     0x56ed444da34d - tokio::runtime::context::set_scheduler::hb3c1d6f81b600003
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:17
[INFO] [stdout]   47:     0x56ed4442b8e0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hbf0c9395b698ffa6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   48:     0x56ed4442d413 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h4ebbff65e6689a52
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   49:     0x56ed4441b542 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h672600f50d5fc1f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   50:     0x56ed444c2fd2 - tokio::runtime::context::runtime::enter_runtime::h89b597d392722e7f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   51:     0x56ed444196a6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h263ba2ee43abfe13
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   52:     0x56ed444dc1f2 - tokio::runtime::runtime::Runtime::block_on::h6a348394c0c88960
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/runtime.rs:348:52
[INFO] [stdout]   53:     0x56ed44465c03 - tokio::task::local::LocalSet::block_on::hfababa4854e8955e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:536:12
[INFO] [stdout]   54:     0x56ed444f1697 - actix_rt::runtime::Runtime::block_on::h148edf4f76dbfd5f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/runtime.rs:138:20
[INFO] [stdout]   55:     0x56ed4446c53a - actix_rt::system::SystemRunner::block_on::haed7d473691e0707
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/system.rs:245:17
[INFO] [stdout]   56:     0x56ed44507038 - libmcaptcha::master::redis::master::tests::race_redis_master::he6d5fd9235e700e3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/master/redis/master.rs:194:5
[INFO] [stdout]   57:     0x56ed445070a7 - libmcaptcha::master::redis::master::tests::race_redis_master::{{closure}}::h77a0d954c981ec0d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/master/redis/master.rs:195:33
[INFO] [stdout]   58:     0x56ed44403ed6 - core::ops::function::FnOnce::call_once::h11bfa3dfe69b2294
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x56ed445bf4eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x56ed445bf4eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   61:     0x56ed445d5155 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   62:     0x56ed445d5155 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x56ed445d5155 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x56ed445d5155 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x56ed445d5155 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x56ed445d5155 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   67:     0x56ed445d5155 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   68:     0x56ed445ab944 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   69:     0x56ed445ab944 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   70:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   71:     0x56ed445af20a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   72:     0x56ed445af20a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   73:     0x56ed445af20a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   74:     0x56ed445af20a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   76:     0x56ed445af20a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   77:     0x56ed4481fe1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   78:     0x56ed4481fe1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   79:     0x7a5d01fb2aa4 - <unknown>
[INFO] [stdout]   80:     0x7a5d0203fa34 - clone
[INFO] [stdout]   81:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cache::redis::tests::redishashcache_result_cache_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cache::redis::tests::redishashcache_result_cache_works' (20) panicked at src/redis/mod.rs:46:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Connection refused (os error 111)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56ed4484c072 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56ed4484c072 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56ed4484c072 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56ed4484c072 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56ed4485d88f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56ed4485d88f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56ed44817bd1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56ed44817bd1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56ed44824b82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56ed44829b2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56ed448299c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56ed445bf72e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56ed445bf72e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56ed4482a29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56ed4482a29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56ed4482a04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56ed44824cb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56ed4480be3d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56ed44866120 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56ed448655f6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x56ed44451444 - core::result::Result<T,E>::unwrap::hced55477018c3772
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x56ed44451444 - libmcaptcha::redis::RedisConfig::connect::{{closure}}::h001ad25e2a75d7cc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:46:22
[INFO] [stdout]   22:     0x56ed4445350e - libmcaptcha::redis::Redis::connect::{{closure}}::h056ae5fa263286cb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:125:37
[INFO] [stdout]   23:     0x56ed44453130 - libmcaptcha::redis::Redis::new::{{closure}}::hb7393b003accd8a1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:109:58
[INFO] [stdout]   24:     0x56ed4454c74c - libmcaptcha::redis::mcaptcha_redis::MCaptchaRedis::new::{{closure}}::hb3058ab7998f94a6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mcaptcha_redis.rs:56:39
[INFO] [stdout]   25:     0x56ed4450110e - libmcaptcha::cache::redis::RedisCache::new::{{closure}}::h41ea23a09542f15e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cache/redis.rs:33:47
[INFO] [stdout]   26:     0x56ed445437ea - libmcaptcha::cache::redis::tests::redishashcache_result_cache_works::{{closure}}::hcb4857f24c75fba6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cache/redis.rs:231:14
[INFO] [stdout]   27:     0x56ed4446b83f - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h82297428fb4c8826
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:950:44
[INFO] [stdout]   28:     0x56ed44464734 - tokio::task::local::LocalSet::with::{{closure}}::h267afcdecaeadc2e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:687:13
[INFO] [stdout]   29:     0x56ed444b4185 - std::thread::local::LocalKey<T>::try_with::hea3e89eb7a9cf4f5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   30:     0x56ed444ab86e - std::thread::local::LocalKey<T>::with::hfab8af02fe4adfe3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   31:     0x56ed444640b6 - tokio::task::local::LocalSet::with::h8e6c58525f1eef3f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:670:17
[INFO] [stdout]   32:     0x56ed4446abe6 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hc87197ddbea83976
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:940:22
[INFO] [stdout]   33:     0x56ed444682ec - tokio::task::local::LocalSet::run_until::{{closure}}::ha919d35cab460046
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:575:19
[INFO] [stdout]   34:     0x56ed444a391d - <core::pin::Pin<P> as core::future::future::Future>::poll::h0632db8973480266
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x56ed4443c3fd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h9b2b8c1faae5a740
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   36:     0x56ed4443b7db - tokio::runtime::coop::with_budget::h29e85a05b3d93663
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   37:     0x56ed4443b7db - tokio::runtime::coop::budget::hc222d85470aa96c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   38:     0x56ed4443b7db - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hb012f7fb01e5b3ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   39:     0x56ed4441db20 - tokio::runtime::scheduler::current_thread::Context::enter::h09332ae4b849a3e9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   40:     0x56ed4442dbad - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h22a424990083d7a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   41:     0x56ed4442d1b4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbdb3ffe93be4b58c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   42:     0x56ed44558e4b - tokio::runtime::context::scoped::Scoped<T>::set::h026cc7d42282d35b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   43:     0x56ed444da8d9 - tokio::runtime::context::set_scheduler::{{closure}}::he28ff75b2634beb3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:38
[INFO] [stdout]   44:     0x56ed444b14c2 - std::thread::local::LocalKey<T>::try_with::ha38beab88bab2502
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   45:     0x56ed444aa32e - std::thread::local::LocalKey<T>::with::h15689ab240f398b3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   46:     0x56ed444da1cd - tokio::runtime::context::set_scheduler::h8399dc66fa823b32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:17
[INFO] [stdout]   47:     0x56ed4442a020 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h5e50234a427f01aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   48:     0x56ed4442d893 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hece38fccbee68155
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   49:     0x56ed4441bcc2 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::ha1744a73a7f3f853
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   50:     0x56ed444c37b2 - tokio::runtime::context::runtime::enter_runtime::hf33c402c1f744c8c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   51:     0x56ed4441a4a6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf9a9227b620497a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   52:     0x56ed444dc832 - tokio::runtime::runtime::Runtime::block_on::hb76fa64d2c2e4a64
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/runtime.rs:348:52
[INFO] [stdout]   53:     0x56ed44465843 - tokio::task::local::LocalSet::block_on::h33097ccab26e1362
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:536:12
[INFO] [stdout]   54:     0x56ed444f1837 - actix_rt::runtime::Runtime::block_on::he0fcc2d5fbaf7243
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/runtime.rs:138:20
[INFO] [stdout]   55:     0x56ed4446c56a - actix_rt::system::SystemRunner::block_on::hd2c40612d6d73584
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/system.rs:245:17
[INFO] [stdout]   56:     0x56ed44543466 - libmcaptcha::cache::redis::tests::redishashcache_result_cache_works::h046a8c726b28dd5b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cache/redis.rs:222:5
[INFO] [stdout]   57:     0x56ed445434c7 - libmcaptcha::cache::redis::tests::redishashcache_result_cache_works::{{closure}}::h5765d60ae691597f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cache/redis.rs:223:49
[INFO] [stdout]   58:     0x56ed444052c6 - core::ops::function::FnOnce::call_once::hd713cf71d3fa624d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x56ed445bf4eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x56ed445bf4eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   61:     0x56ed445d5155 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   62:     0x56ed445d5155 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x56ed445d5155 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x56ed445d5155 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x56ed445d5155 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x56ed445d5155 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   67:     0x56ed445d5155 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   68:     0x56ed445ab944 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   69:     0x56ed445ab944 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   70:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   71:     0x56ed445af20a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   72:     0x56ed445af20a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   73:     0x56ed445af20a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   74:     0x56ed445af20a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   76:     0x56ed445af20a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   77:     0x56ed4481fe1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   78:     0x56ed4481fe1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   79:     0x7a5d01fb2aa4 - <unknown>
[INFO] [stdout]   80:     0x7a5d0203fa34 - clone
[INFO] [stdout]   81:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cache::redis::tests::rediscache_pow_cache_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cache::redis::tests::rediscache_pow_cache_works' (19) panicked at src/redis/mod.rs:46:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Connection refused (os error 111)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56ed4484c072 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56ed4484c072 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56ed4484c072 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56ed4484c072 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56ed4485d88f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56ed4485d88f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56ed44817bd1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56ed44817bd1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56ed44824b82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56ed44829b2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56ed448299c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56ed445bf72e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56ed445bf72e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56ed4482a29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56ed4482a29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56ed4482a04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56ed44824cb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56ed4480be3d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56ed44866120 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56ed448655f6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x56ed44451444 - core::result::Result<T,E>::unwrap::hced55477018c3772
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x56ed44451444 - libmcaptcha::redis::RedisConfig::connect::{{closure}}::h001ad25e2a75d7cc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:46:22
[INFO] [stdout]   22:     0x56ed4445350e - libmcaptcha::redis::Redis::connect::{{closure}}::h056ae5fa263286cb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:125:37
[INFO] [stdout]   23:     0x56ed44453130 - libmcaptcha::redis::Redis::new::{{closure}}::hb7393b003accd8a1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:109:58
[INFO] [stdout]   24:     0x56ed4454c74c - libmcaptcha::redis::mcaptcha_redis::MCaptchaRedis::new::{{closure}}::hb3058ab7998f94a6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mcaptcha_redis.rs:56:39
[INFO] [stdout]   25:     0x56ed4450110e - libmcaptcha::cache::redis::RedisCache::new::{{closure}}::h41ea23a09542f15e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cache/redis.rs:33:47
[INFO] [stdout]   26:     0x56ed44541d58 - libmcaptcha::cache::redis::tests::rediscache_pow_cache_works::{{closure}}::h451029606b5287b2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cache/redis.rs:178:14
[INFO] [stdout]   27:     0x56ed4446b47f - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h573c98460ca1e588
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:950:44
[INFO] [stdout]   28:     0x56ed444653f4 - tokio::task::local::LocalSet::with::{{closure}}::he7a2b36d79ec4e50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:687:13
[INFO] [stdout]   29:     0x56ed444af405 - std::thread::local::LocalKey<T>::try_with::h6851e9bf3f215024
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   30:     0x56ed444aa12e - std::thread::local::LocalKey<T>::with::h06cab513c822ab93
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   31:     0x56ed444641b6 - tokio::task::local::LocalSet::with::hee246c7796915e00
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:670:17
[INFO] [stdout]   32:     0x56ed4446a876 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h1fb648369815067a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:940:22
[INFO] [stdout]   33:     0x56ed4446664c - tokio::task::local::LocalSet::run_until::{{closure}}::h0b43c748c08b4d0c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:575:19
[INFO] [stdout]   34:     0x56ed444a3add - <core::pin::Pin<P> as core::future::future::Future>::poll::h5bd514aa76583051
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x56ed4443c3bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h9739a6a4842b62d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   36:     0x56ed4443a97b - tokio::runtime::coop::with_budget::h294a087878896cb0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   37:     0x56ed4443a97b - tokio::runtime::coop::budget::hc90973ffa177d716
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   38:     0x56ed4443a97b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h39d1f066a6d05522
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   39:     0x56ed44421500 - tokio::runtime::scheduler::current_thread::Context::enter::h9362e289463c494f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   40:     0x56ed4442f0cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h3454b899091fe145
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   41:     0x56ed4442d074 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h5a1003fc01937163
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   42:     0x56ed4455938b - tokio::runtime::context::scoped::Scoped<T>::set::h43cdb10ff521d6ab
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   43:     0x56ed444da899 - tokio::runtime::context::set_scheduler::{{closure}}::hdf4e7a9ba0cbe161
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:38
[INFO] [stdout]   44:     0x56ed444abe32 - std::thread::local::LocalKey<T>::try_with::h04ff9f4084a35dd3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   45:     0x56ed444aa4ee - std::thread::local::LocalKey<T>::with::h2ab5ecdff0943105
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   46:     0x56ed444da2cd - tokio::runtime::context::set_scheduler::h96514d6b2d6c9426
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:17
[INFO] [stdout]   47:     0x56ed4442c540 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hdab2db9456933671
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   48:     0x56ed4442d773 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hca4c7571519dbc6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   49:     0x56ed4441b722 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h6760435260bc8186
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   50:     0x56ed444c2402 - tokio::runtime::context::runtime::enter_runtime::h336be87fec96cb22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   51:     0x56ed44419f66 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb0a67f8f299994d0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   52:     0x56ed444dbe32 - tokio::runtime::runtime::Runtime::block_on::h0f41f7cefef3406d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/runtime.rs:348:52
[INFO] [stdout]   53:     0x56ed44465933 - tokio::task::local::LocalSet::block_on::h68f88a5207243481
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:536:12
[INFO] [stdout]   54:     0x56ed444f1877 - actix_rt::runtime::Runtime::block_on::hf2cfdb96eaef758c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/runtime.rs:138:20
[INFO] [stdout]   55:     0x56ed4446c4ea - actix_rt::system::SystemRunner::block_on::h46d9305ff7446ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/system.rs:245:17
[INFO] [stdout]   56:     0x56ed44541a56 - libmcaptcha::cache::redis::tests::rediscache_pow_cache_works::h640b13c621a57d68
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cache/redis.rs:170:5
[INFO] [stdout]   57:     0x56ed44543417 - libmcaptcha::cache::redis::tests::rediscache_pow_cache_works::{{closure}}::hc0977de80f643c2f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cache/redis.rs:171:42
[INFO] [stdout]   58:     0x56ed444045e6 - core::ops::function::FnOnce::call_once::h594c6c2cda7148cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x56ed445bf4eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x56ed445bf4eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   61:     0x56ed445d5155 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   62:     0x56ed445d5155 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x56ed445d5155 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x56ed445d5155 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x56ed445d5155 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x56ed445d5155 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   67:     0x56ed445d5155 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   68:     0x56ed445ab944 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   69:     0x56ed445ab944 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   70:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   71:     0x56ed445af20a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   72:     0x56ed445af20a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   73:     0x56ed445af20a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   74:     0x56ed445af20a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   76:     0x56ed445af20a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   77:     0x56ed4481fe1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   78:     0x56ed4481fe1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   79:     0x7a5d01fb2aa4 - <unknown>
[INFO] [stdout]   80:     0x7a5d0203fa34 - clone
[INFO] [stdout]   81:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- redis::mcaptcha_redis::tests::redis_master_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'redis::mcaptcha_redis::tests::redis_master_works' (66) panicked at src/redis/mod.rs:46:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Connection refused (os error 111)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56ed4484c072 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56ed4484c072 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56ed4484c072 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56ed4484c072 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56ed4485d88f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56ed4485d88f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56ed44817bd1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56ed44817bd1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56ed44824b82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56ed44829b2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56ed448299c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56ed445bf72e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56ed445bf72e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56ed4482a29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56ed4482a29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56ed4482a04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56ed44824cb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56ed4480be3d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56ed44866120 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56ed448655f6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x56ed44451444 - core::result::Result<T,E>::unwrap::hced55477018c3772
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x56ed44451444 - libmcaptcha::redis::RedisConfig::connect::{{closure}}::h001ad25e2a75d7cc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:46:22
[INFO] [stdout]   22:     0x56ed4445350e - libmcaptcha::redis::Redis::connect::{{closure}}::h056ae5fa263286cb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:125:37
[INFO] [stdout]   23:     0x56ed44453130 - libmcaptcha::redis::Redis::new::{{closure}}::hb7393b003accd8a1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:109:58
[INFO] [stdout]   24:     0x56ed44502328 - libmcaptcha::redis::mcaptcha_redis::tests::redis_master_works::{{closure}}::h152467f7d9e13158
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mcaptcha_redis.rs:260:14
[INFO] [stdout]   25:     0x56ed4446b33f - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h4a1a16fdb038054a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:950:44
[INFO] [stdout]   26:     0x56ed44464624 - tokio::task::local::LocalSet::with::{{closure}}::h21ee97afced2cad4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:687:13
[INFO] [stdout]   27:     0x56ed444ad125 - std::thread::local::LocalKey<T>::try_with::h2a5829178459ea2c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   28:     0x56ed444aabfe - std::thread::local::LocalKey<T>::with::h70685df29bf17446
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   29:     0x56ed44463eb6 - tokio::task::local::LocalSet::with::h28bd292f0640d9b6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:670:17
[INFO] [stdout]   30:     0x56ed4446aaf6 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hbaaf76d3af38ffa2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:940:22
[INFO] [stdout]   31:     0x56ed444680ac - tokio::task::local::LocalSet::run_until::{{closure}}::ha5f8571a1efa2ce4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:575:19
[INFO] [stdout]   32:     0x56ed444a38dd - <core::pin::Pin<P> as core::future::future::Future>::poll::h033a459f55d34bd0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x56ed4443c57d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hf9c5500b32f4ac82
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   34:     0x56ed4443bb3b - tokio::runtime::coop::with_budget::h1f1be01992516e52
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   35:     0x56ed4443bb3b - tokio::runtime::coop::budget::hcfbbb2a1ee890ea3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   36:     0x56ed4443bb3b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hd7285ee417140e8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   37:     0x56ed4441f010 - tokio::runtime::scheduler::current_thread::Context::enter::h3c09aa9acec21f55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   38:     0x56ed44431b0d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h54d574e9fb7e3885
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   39:     0x56ed4442d054 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h397a1d628fd7ef5d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   40:     0x56ed4455a5eb - tokio::runtime::context::scoped::Scoped<T>::set::hf342195b48512609
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   41:     0x56ed444da819 - tokio::runtime::context::set_scheduler::{{closure}}::hd1fe38c493c93d99
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:38
[INFO] [stdout]   42:     0x56ed444b25e2 - std::thread::local::LocalKey<T>::try_with::hb77192454c9346b8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   43:     0x56ed444aa68e - std::thread::local::LocalKey<T>::with::h37c86f3466a509f8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   44:     0x56ed444da38d - tokio::runtime::context::set_scheduler::hc1e82899171be715
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:17
[INFO] [stdout]   45:     0x56ed44429c00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h5e231957ad2af35f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   46:     0x56ed4442d8f3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hf1c1a0a51b4746e9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   47:     0x56ed4441c802 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hfaf00963c8d3f4ed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   48:     0x56ed444c2a92 - tokio::runtime::context::runtime::enter_runtime::h684a5ceccc2a718b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   49:     0x56ed4441a586 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hfe00b47d05310bbd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   50:     0x56ed444dce72 - tokio::runtime::runtime::Runtime::block_on::hf37e107a9f8ef768
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/runtime.rs:348:52
[INFO] [stdout]   51:     0x56ed44465c53 - tokio::task::local::LocalSet::block_on::hfba0b4666b80347f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:536:12
[INFO] [stdout]   52:     0x56ed444f1717 - actix_rt::runtime::Runtime::block_on::h65e7e3cf99cbe497
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x56ed4446c57a - actix_rt::system::SystemRunner::block_on::hef565e3e7ee03365
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/system.rs:245:17
[INFO] [stdout]   54:     0x56ed44501e78 - libmcaptcha::redis::mcaptcha_redis::tests::redis_master_works::h48722aa328ac4596
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mcaptcha_redis.rs:257:5
[INFO] [stdout]   55:     0x56ed445069e7 - libmcaptcha::redis::mcaptcha_redis::tests::redis_master_works::{{closure}}::he91f2178dee4da41
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mcaptcha_redis.rs:258:34
[INFO] [stdout]   56:     0x56ed44404886 - core::ops::function::FnOnce::call_once::h7eb0c50c7ef8b864
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x56ed445bf4eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56ed445bf4eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   59:     0x56ed445d5155 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   60:     0x56ed445d5155 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   61:     0x56ed445d5155 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   62:     0x56ed445d5155 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   63:     0x56ed445d5155 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x56ed445d5155 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   65:     0x56ed445d5155 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   66:     0x56ed445ab944 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   67:     0x56ed445ab944 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   68:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   69:     0x56ed445af20a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   70:     0x56ed445af20a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   71:     0x56ed445af20a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   72:     0x56ed445af20a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   74:     0x56ed445af20a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x56ed4481fe1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   76:     0x56ed4481fe1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   77:     0x7a5d01fb2aa4 - <unknown>
[INFO] [stdout]   78:     0x7a5d0203fa34 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- master::redis::master::tests::redis_master_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'master::redis::master::tests::redis_master_works' (40) panicked at src/redis/mod.rs:46:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Connection refused (os error 111)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56ed4484c072 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56ed4484c072 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56ed4484c072 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56ed4484c072 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56ed4485d88f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56ed4485d88f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56ed44817bd1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56ed44817bd1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56ed44824b82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56ed44829b2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56ed448299c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56ed445bf72e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56ed445bf72e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56ed4482a29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56ed4482a29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56ed4482a04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56ed44824cb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56ed4480be3d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56ed44866120 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56ed448655f6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x56ed44451444 - core::result::Result<T,E>::unwrap::hced55477018c3772
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x56ed44451444 - libmcaptcha::redis::RedisConfig::connect::{{closure}}::h001ad25e2a75d7cc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:46:22
[INFO] [stdout]   22:     0x56ed4445350e - libmcaptcha::redis::Redis::connect::{{closure}}::h056ae5fa263286cb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:125:37
[INFO] [stdout]   23:     0x56ed44453130 - libmcaptcha::redis::Redis::new::{{closure}}::hb7393b003accd8a1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:109:58
[INFO] [stdout]   24:     0x56ed4454c74c - libmcaptcha::redis::mcaptcha_redis::MCaptchaRedis::new::{{closure}}::hb3058ab7998f94a6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mcaptcha_redis.rs:56:39
[INFO] [stdout]   25:     0x56ed4450affe - libmcaptcha::master::redis::master::Master::new::{{closure}}::h36c2f59a7494f30d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/master/redis/master.rs:36:47
[INFO] [stdout]   26:     0x56ed44508ebe - libmcaptcha::master::redis::master::tests::redis_master_works::{{closure}}::hd79c8fa8063290f1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/master/redis/master.rs:146:73
[INFO] [stdout]   27:     0x56ed4446babf - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h93b14db95b0c7b03
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:950:44
[INFO] [stdout]   28:     0x56ed44464b74 - tokio::task::local::LocalSet::with::{{closure}}::h5d8f0bbac3eb782b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:687:13
[INFO] [stdout]   29:     0x56ed444acf45 - std::thread::local::LocalKey<T>::try_with::h245ea3fcbfd3d8a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   30:     0x56ed444ab28e - std::thread::local::LocalKey<T>::with::hc54fce6595e32423
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   31:     0x56ed44463fb6 - tokio::task::local::LocalSet::with::h3349c4eb444bae73
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:670:17
[INFO] [stdout]   32:     0x56ed4446a826 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h0c91b348d507013d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:940:22
[INFO] [stdout]   33:     0x56ed44466f1c - tokio::task::local::LocalSet::run_until::{{closure}}::h2f3e8ba47239c03c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:575:19
[INFO] [stdout]   34:     0x56ed444a3d5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc0080b518ee5ddb0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x56ed4443c47d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hc0a06d4a65176ac1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   36:     0x56ed4443bccb - tokio::runtime::coop::with_budget::h5836aaf4303433cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   37:     0x56ed4443bccb - tokio::runtime::coop::budget::h93e025693ddc02e1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   38:     0x56ed4443bccb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hd98c2a891a66903c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   39:     0x56ed444220f0 - tokio::runtime::scheduler::current_thread::Context::enter::hb15fa256a95fc822
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   40:     0x56ed44437a1d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd43acbee5eecfec2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   41:     0x56ed4442cfd4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h07ac8b9417c514ac
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   42:     0x56ed445594db - tokio::runtime::context::scoped::Scoped<T>::set::h44d5af291c41f48c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   43:     0x56ed444da9d9 - tokio::runtime::context::set_scheduler::{{closure}}::hf2e71104af922ca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:38
[INFO] [stdout]   44:     0x56ed444ae222 - std::thread::local::LocalKey<T>::try_with::h43d2032b2c35def9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   45:     0x56ed444aa7ce - std::thread::local::LocalKey<T>::with::h438676194de3848a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   46:     0x56ed444da0cd - tokio::runtime::context::set_scheduler::h20df28bf3776432f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:17
[INFO] [stdout]   47:     0x56ed444293c0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h585e8ec3c97bb00b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   48:     0x56ed4442d7d3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he1186848be90b7c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   49:     0x56ed4441adc2 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h45189e68371c9584
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   50:     0x56ed444c3902 - tokio::runtime::context::runtime::enter_runtime::hfcc58f7ebe08585e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   51:     0x56ed44419be6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h92413ca4f6824a15
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   52:     0x56ed444dbf72 - tokio::runtime::runtime::Runtime::block_on::h14811433b3a986ab
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/runtime.rs:348:52
[INFO] [stdout]   53:     0x56ed44465ac3 - tokio::task::local::LocalSet::block_on::hce8fbc935d7d20a3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:536:12
[INFO] [stdout]   54:     0x56ed444f1777 - actix_rt::runtime::Runtime::block_on::h9ab9eccb9f1ab5e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/runtime.rs:138:20
[INFO] [stdout]   55:     0x56ed4446c54a - actix_rt::system::SystemRunner::block_on::hc721d8b554ff553f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/system.rs:245:17
[INFO] [stdout]   56:     0x56ed44508b28 - libmcaptcha::master::redis::master::tests::redis_master_works::hef591b84a173f9db
[INFO] [stdout]                                at /opt/rustwide/workdir/src/master/redis/master.rs:141:5
[INFO] [stdout]   57:     0x56ed44508b97 - libmcaptcha::master::redis::master::tests::redis_master_works::{{closure}}::ha1fc49563d7c8c06
[INFO] [stdout]                                at /opt/rustwide/workdir/src/master/redis/master.rs:142:34
[INFO] [stdout]   58:     0x56ed44405506 - core::ops::function::FnOnce::call_once::hfb6e70a00646e4ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x56ed445bf4eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x56ed445bf4eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   61:     0x56ed445d5155 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   62:     0x56ed445d5155 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   63:     0x56ed445d5155 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   64:     0x56ed445d5155 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   65:     0x56ed445d5155 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x56ed445d5155 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   67:     0x56ed445d5155 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   68:     0x56ed445ab944 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   69:     0x56ed445ab944 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   70:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   71:     0x56ed445af20a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   72:     0x56ed445af20a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   73:     0x56ed445af20a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   74:     0x56ed445af20a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   76:     0x56ed445af20a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   77:     0x56ed4481fe1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   78:     0x56ed4481fe1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   79:     0x7a5d01fb2aa4 - <unknown>
[INFO] [stdout]   80:     0x7a5d0203fa34 - clone
[INFO] [stdout]   81:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- redis::tests::ping_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'redis::tests::ping_works' (67) panicked at src/redis/mod.rs:46:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Connection refused (os error 111)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56ed4484c072 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56ed4484c072 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56ed4484c072 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56ed4484c072 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56ed4485d88f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56ed4485d88f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56ed44817bd1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56ed44817bd1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56ed44824b82 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56ed44829b2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56ed448299c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56ed445bf72e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x56ed445bf72e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56ed4482a29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x56ed4482a29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56ed4482a04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56ed44824cb9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56ed4480be3d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56ed44866120 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x56ed448655f6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x56ed44451444 - core::result::Result<T,E>::unwrap::hced55477018c3772
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x56ed44451444 - libmcaptcha::redis::RedisConfig::connect::{{closure}}::h001ad25e2a75d7cc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:46:22
[INFO] [stdout]   22:     0x56ed4445350e - libmcaptcha::redis::Redis::connect::{{closure}}::h056ae5fa263286cb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:125:37
[INFO] [stdout]   23:     0x56ed44453130 - libmcaptcha::redis::Redis::new::{{closure}}::hb7393b003accd8a1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:109:58
[INFO] [stdout]   24:     0x56ed44506c50 - libmcaptcha::redis::tests::ping_works::{{closure}}::h6f830353bce4a816
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:144:14
[INFO] [stdout]   25:     0x56ed4446b0bf - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h1ffd12ac0f986f7a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:950:44
[INFO] [stdout]   26:     0x56ed44464954 - tokio::task::local::LocalSet::with::{{closure}}::h487206d3b3b88107
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:687:13
[INFO] [stdout]   27:     0x56ed444b2715 - std::thread::local::LocalKey<T>::try_with::hb81286d83f9b11ea
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   28:     0x56ed444ab58e - std::thread::local::LocalKey<T>::with::he929406fb9219440
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   29:     0x56ed44463db6 - tokio::task::local::LocalSet::with::h0eafcde3fb4d8731
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:670:17
[INFO] [stdout]   30:     0x56ed4446a916 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h532cf59dfaa161e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:940:22
[INFO] [stdout]   31:     0x56ed4446714d - tokio::task::local::LocalSet::run_until::{{closure}}::h307f179e0a16b8ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:575:19
[INFO] [stdout]   32:     0x56ed444a39dd - <core::pin::Pin<P> as core::future::future::Future>::poll::h49619d8e42918ac6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x56ed4443c1bd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h265be8d67479cb99
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   34:     0x56ed4443a49b - tokio::runtime::coop::with_budget::h12ca1478a1320a4f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   35:     0x56ed4443a49b - tokio::runtime::coop::budget::h9adf2062b23e392a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   36:     0x56ed4443a49b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h15275ea8d7de5313
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   37:     0x56ed44424810 - tokio::runtime::scheduler::current_thread::Context::enter::hfd446e4eec8957dc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   38:     0x56ed4443259d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h5c9c468c0509b278
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   39:     0x56ed4442d0d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h6eb62534b89842a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   40:     0x56ed44559a1b - tokio::runtime::context::scoped::Scoped<T>::set::h5f12b146a4d3b443
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   41:     0x56ed444da6d9 - tokio::runtime::context::set_scheduler::{{closure}}::h85f5eac7d10accb8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:38
[INFO] [stdout]   42:     0x56ed444ad6b2 - std::thread::local::LocalKey<T>::try_with::h3425ac3f3f11257e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   43:     0x56ed444aa5ae - std::thread::local::LocalKey<T>::with::h33594d729b614c32
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   44:     0x56ed444da10d - tokio::runtime::context::set_scheduler::h28823907e28cca50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context.rs:176:17
[INFO] [stdout]   45:     0x56ed4442ac80 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h713e87a2b436ac5c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   46:     0x56ed4442d4d3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h91badf87f6d2f958
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   47:     0x56ed4441bae2 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h920aa6718fb019ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   48:     0x56ed444c26a2 - tokio::runtime::context::runtime::enter_runtime::h53b96f6116a03cb1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   49:     0x56ed44419b06 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h77500ae99e883017
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   50:     0x56ed444db932 - tokio::runtime::runtime::Runtime::block_on::h0074522b2a91b393
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/runtime/runtime.rs:348:52
[INFO] [stdout]   51:     0x56ed444657f3 - tokio::task::local::LocalSet::block_on::h22bb664fb00fac4f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.33.0/src/task/local.rs:536:12
[INFO] [stdout]   52:     0x56ed444f16b7 - actix_rt::runtime::Runtime::block_on::h1fefe7e352a7819b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x56ed4446c48a - actix_rt::system::SystemRunner::block_on::h0bf39c7bce819d09
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.9.0/src/system.rs:245:17
[INFO] [stdout]   54:     0x56ed44506a35 - libmcaptcha::redis::tests::ping_works::h01fd757508f312d6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:141:5
[INFO] [stdout]   55:     0x56ed44506fe7 - libmcaptcha::redis::tests::ping_works::{{closure}}::hf9ce37433e34cfb9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/redis/mod.rs:142:26
[INFO] [stdout]   56:     0x56ed44404416 - core::ops::function::FnOnce::call_once::h447c617478280f89
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x56ed445bf4eb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56ed445bf4eb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   59:     0x56ed445d5155 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   60:     0x56ed445d5155 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   61:     0x56ed445d5155 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   62:     0x56ed445d5155 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   63:     0x56ed445d5155 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x56ed445d5155 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   65:     0x56ed445d5155 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   66:     0x56ed445ab944 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   67:     0x56ed445ab944 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   68:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   69:     0x56ed445af20a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   70:     0x56ed445af20a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   71:     0x56ed445af20a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   72:     0x56ed445af20a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x56ed445af20a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   74:     0x56ed445af20a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x56ed4481fe1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   76:     0x56ed4481fe1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   77:     0x7a5d01fb2aa4 - <unknown>
[INFO] [stdout]   78:     0x7a5d0203fa34 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cache::redis::tests::rediscache_pow_cache_works
[INFO] [stdout]     cache::redis::tests::redishashcache_result_cache_works
[INFO] [stdout]     master::redis::master::tests::race_redis_master
[INFO] [stdout]     master::redis::master::tests::redis_master_works
[INFO] [stdout]     redis::mcaptcha_redis::tests::redis_master_works
[INFO] [stdout]     redis::tests::ping_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.86s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "4cf7dc7cfd1b32d48e7676c393c30404f878f077904f5b17a576f43bcdb1bf85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4cf7dc7cfd1b32d48e7676c393c30404f878f077904f5b17a576f43bcdb1bf85", kill_on_drop: false }`
[INFO] [stdout] 4cf7dc7cfd1b32d48e7676c393c30404f878f077904f5b17a576f43bcdb1bf85
