[INFO] cloning repository https://github.com/chuanhui2020/redis-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chuanhui2020/redis-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchuanhui2020%2Fredis-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchuanhui2020%2Fredis-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 83fd62682f97cbc9af2d2d9021b0a46a84d2aa88
[INFO] testing chuanhui2020/redis-rust against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchuanhui2020%2Fredis-rust" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chuanhui2020/redis-rust
[INFO] finished tweaking git repo https://github.com/chuanhui2020/redis-rust
[INFO] tweaked toml for git repo https://github.com/chuanhui2020/redis-rust written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chuanhui2020/redis-rust on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chuanhui2020/redis-rust 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ordered-float v5.3.0
[INFO] [stderr]   Downloaded env_filter v1.0.1
[INFO] [stderr]   Downloaded mlua-sys v0.6.8
[INFO] [stderr]   Downloaded env_logger v0.11.10
[INFO] [stderr]   Downloaded mlua v0.9.9
[INFO] [stderr]   Downloaded portable-atomic-util v0.2.7
[INFO] [stderr]   Downloaded js-sys v0.3.97
[INFO] [stderr]   Downloaded rayon v1.12.0
[INFO] [stderr]   Downloaded lua-src v547.0.0
[INFO] [stderr]   Downloaded web-sys v0.3.97
[INFO] [stderr]   Downloaded luajit-src v210.5.12+a4f56a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c049a1ca3855876b1f665df68d6089604741f7eab61ec0f001362ad3d2250dd8
[INFO] running `Command { std: "docker" "start" "-a" "c049a1ca3855876b1f665df68d6089604741f7eab61ec0f001362ad3d2250dd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c049a1ca3855876b1f665df68d6089604741f7eab61ec0f001362ad3d2250dd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c049a1ca3855876b1f665df68d6089604741f7eab61ec0f001362ad3d2250dd8", kill_on_drop: false }`
[INFO] [stdout] c049a1ca3855876b1f665df68d6089604741f7eab61ec0f001362ad3d2250dd8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f115dea7de255dfbd8f8ffd04fe0a1c24ec8d129fedd8576c0ed92d5a00eb22
[INFO] running `Command { std: "docker" "start" "-a" "1f115dea7de255dfbd8f8ffd04fe0a1c24ec8d129fedd8576c0ed92d5a00eb22", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ordered-float v5.3.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling luajit-src v210.5.12+a4f56a4
[INFO] [stderr]    Compiling mlua-sys v0.6.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling mlua v0.9.9
[INFO] [stderr]    Compiling tikv-jemallocator v0.6.1
[INFO] [stderr]    Compiling redis-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
[INFO] running `Command { std: "docker" "inspect" "1f115dea7de255dfbd8f8ffd04fe0a1c24ec8d129fedd8576c0ed92d5a00eb22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f115dea7de255dfbd8f8ffd04fe0a1c24ec8d129fedd8576c0ed92d5a00eb22", kill_on_drop: false }`
[INFO] [stdout] 1f115dea7de255dfbd8f8ffd04fe0a1c24ec8d129fedd8576c0ed92d5a00eb22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d9aa85251ad22ad02f87377198cdabf4838d56e0b7f24c1b302e2e257543e5f
[INFO] running `Command { std: "docker" "start" "-a" "4d9aa85251ad22ad02f87377198cdabf4838d56e0b7f24c1b302e2e257543e5f", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling redis-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Mutex`
[INFO] [stdout]    --> src/aof.rs:508:26
[INFO] [stdout]     |
[INFO] [stdout] 508 |     use std::sync::{Arc, Mutex};
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "4d9aa85251ad22ad02f87377198cdabf4838d56e0b7f24c1b302e2e257543e5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d9aa85251ad22ad02f87377198cdabf4838d56e0b7f24c1b302e2e257543e5f", kill_on_drop: false }`
[INFO] [stdout] 4d9aa85251ad22ad02f87377198cdabf4838d56e0b7f24c1b302e2e257543e5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e90948d6a0e4ae4437412e26300e9b6992a3e0c6d7919bcc971edf9ff6ccdfe4
[INFO] running `Command { std: "docker" "start" "-a" "e90948d6a0e4ae4437412e26300e9b6992a3e0c6d7919bcc971edf9ff6ccdfe4", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Mutex`
[INFO] [stderr]    --> src/aof.rs:508:26
[INFO] [stderr]     |
[INFO] [stderr] 508 |     use std::sync::{Arc, Mutex};
[INFO] [stderr]     |                          ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `redis-rust` (lib test) generated 1 warning (run `cargo fix --lib -p redis-rust --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/redis_rust-51b32874be3a6bc1)
[INFO] [stdout] 
[INFO] [stdout] running 575 tests
[INFO] [stdout] test acl::tests::test_category_permission ... ok
[INFO] [stdout] test acl::tests::test_acl_log ... ok
[INFO] [stdout] test acl::tests::test_acl_cat ... ok
[INFO] [stdout] test acl::tests::test_default_user ... ok
[INFO] [stdout] test acl::tests::test_deluser ... ok
[INFO] [stdout] test acl::tests::test_key_pattern_permission ... ok
[INFO] [stdout] test acl::tests::test_genpass ... ok
[INFO] [stdout] test acl::tests::test_command_permission ... ok
[INFO] [stdout] test acl::tests::test_off_user_denied ... ok
[INFO] [stdout] test acl::tests::test_glob_match ... ok
[INFO] [stdout] test cluster::state::tests::test_cluster_node ... ok
[INFO] [stdout] test cluster::state::tests::test_cluster_state ... ok
[INFO] [stdout] test aof::tests::test_aof_replay_missing_file ... ok
[INFO] [stdout] test cluster::state::tests::test_parse_node_addr ... ok
[INFO] [stdout] test cluster::state::tests::test_parse_node_flags ... ok
[INFO] [stdout] test cluster::state::tests::test_parse_slot_range ... ok
[INFO] [stdout] test aof::tests::test_aof_does_not_record_failed_write ... ok
[INFO] [stdout] test command::tests::test_empty_key_and_value ... ok
[INFO] [stdout] test aof::tests::test_aof_rdb_preamble_with_commands ... ok
[INFO] [stdout] test aof::tests::test_aof_del_replay ... ok
[INFO] [stdout] test aof::tests::test_aof_rewrite ... ok
[INFO] [stdout] test cluster::state::tests::test_key_slot ... ok
[INFO] [stdout] test aof::tests::test_aof_rdb_preamble_pure_aof_compat ... ok
[INFO] [stdout] test command::tests::test_execute_del ... ok
[INFO] [stdout] test command::tests::test_execute_append ... ok
[INFO] [stdout] test aof::tests::test_aof_rewrite_reduces_size ... ok
[INFO] [stdout] test command::tests::test_execute_bitcount ... ok
[INFO] [stdout] test command::tests::test_execute_dump_restore ... ok
[INFO] [stdout] test command::tests::test_execute_bitop ... ok
[INFO] [stdout] test command::tests::test_execute_bitpos ... ok
[INFO] [stdout] test aof::tests::test_aof_rdb_preamble_rewrite ... ok
[INFO] [stdout] test aof::tests::test_aof_setex_replay ... ok
[INFO] [stdout] test aof::tests::test_aof_rewrite_with_ttl ... ok
[INFO] [stdout] test command::tests::test_execute_copy ... ok
[INFO] [stdout] test aof::tests::test_aof_write_and_replay ... ok
[INFO] [stdout] test cluster::state::tests::test_crc16 ... ok
[INFO] [stdout] test aof::tests::test_aof_flushall_replay ... ok
[INFO] [stdout] test command::tests::test_execute_expire_nonexistent ... ok
[INFO] [stdout] test command::tests::test_execute_expire_at ... ok
[INFO] [stdout] test command::tests::test_execute_expire_ttl ... ok
[INFO] [stdout] test cluster::state::tests::test_save_and_load_nodes_conf ... ok
[INFO] [stdout] test command::tests::test_execute_flushall ... ok
[INFO] [stdout] test command::tests::test_execute_function_flush ... ok
[INFO] [stdout] test command::tests::test_execute_flushdb ... ok
[INFO] [stdout] test command::tests::test_execute_function_load_and_fcall ... ok
[INFO] [stdout] test command::tests::test_execute_function_delete ... ok
[INFO] [stdout] test command::tests::test_execute_fcall_ro ... ok
[INFO] [stdout] test command::tests::test_execute_geohash_geopos ... ok
[INFO] [stdout] test command::tests::test_execute_get_nonexistent ... ok
[INFO] [stdout] test command::tests::test_execute_hdel_hexists_hlen ... ok
[INFO] [stdout] test command::tests::test_execute_getrange ... ok
[INFO] [stdout] test command::tests::test_execute_hash_wrongtype ... ok
[INFO] [stdout] test command::tests::test_execute_hash_tail_commands ... ok
[INFO] [stdout] test command::tests::test_execute_hgetall ... ok
[INFO] [stdout] test command::tests::test_execute_hset_hget ... ok
[INFO] [stdout] test command::tests::test_execute_hmset_hmget ... ok
[INFO] [stdout] test command::tests::test_execute_incr_non_integer ... ok
[INFO] [stdout] test command::tests::test_execute_incr_decr ... ok
[INFO] [stdout] test command::tests::test_execute_lcs_len ... ok
[INFO] [stdout] test command::tests::test_execute_lcs_idx ... ok
[INFO] [stdout] test command::tests::test_execute_list_tail_commands ... ok
[INFO] [stdout] test command::tests::test_execute_list_wrongtype ... ok
[INFO] [stdout] test command::tests::test_execute_lpush_rpush_lpop_rpop ... ok
[INFO] [stdout] test command::tests::test_execute_geoadd_geodist ... ok
[INFO] [stdout] test command::tests::test_execute_georadius_and_waitaof ... ok
[INFO] [stdout] test command::tests::test_execute_lrange_lindex ... ok
[INFO] [stdout] test command::tests::test_execute_mset_mget ... ok
[INFO] [stdout] test command::tests::test_execute_lcs_basic ... ok
[INFO] [stdout] test command::tests::test_execute_pexpire_at ... ok
[INFO] [stdout] test command::tests::test_execute_ping ... ok
[INFO] [stdout] test command::tests::test_execute_lastsave ... ok
[INFO] [stdout] test command::tests::test_execute_sadd_srem_smembers ... ok
[INFO] [stdout] test command::tests::test_execute_script_load_exists_flush ... ok
[INFO] [stdout] test command::tests::test_execute_function_dump_restore ... ok
[INFO] [stdout] test command::tests::test_execute_renamenx ... ok
[INFO] [stdout] test acl::tests::test_setuser_create ... ok
[INFO] [stdout] test command::tests::test_execute_echo ... ok
[INFO] [stdout] test command::tests::test_execute_pfmerge ... ok
[INFO] [stdout] test command::tests::test_execute_randomkey ... ok
[INFO] [stdout] test command::tests::test_execute_keys_scan_rename_type_persist_pexpire_pttl_dbsize_info ... ok
[INFO] [stdout] test command::tests::test_execute_set_get ... ok
[INFO] [stdout] test command::tests::test_execute_eval ... ok
[INFO] [stdout] test command::tests::test_execute_eval_ro ... ok
[INFO] [stdout] test command::tests::test_execute_function_list ... ok
[INFO] [stdout] test command::tests::test_execute_pfadd_pfcount ... ok
[INFO] [stdout] test command::tests::test_execute_select_out_of_range ... ok
[INFO] [stdout] test command::tests::test_execute_set_ops ... ok
[INFO] [stdout] test command::tests::test_execute_set_tail_commands ... ok
[INFO] [stdout] test acl::tests::test_channel_permission ... ok
[INFO] [stdout] test command::tests::test_execute_exists ... ok
[INFO] [stdout] test command::tests::test_execute_set_wrongtype ... ok
[INFO] [stdout] test command::tests::test_execute_setnx ... ok
[INFO] [stdout] test command::tests::test_execute_setbit_getbit ... ok
[INFO] [stdout] test command::tests::test_execute_strlen ... ok
[INFO] [stdout] test command::tests::test_execute_sort ... ok
[INFO] [stdout] test command::tests::test_execute_substr ... ok
[INFO] [stdout] test command::tests::test_execute_string_tail_commands ... ok
[INFO] [stdout] test command::tests::test_execute_sort_store ... ok
[INFO] [stdout] test command::tests::test_execute_time ... ok
[INFO] [stdout] test command::tests::test_execute_unknown ... ok
[INFO] [stdout] test command::tests::test_execute_swapdb ... ok
[INFO] [stdout] test command::tests::test_execute_zincrby ... ok
[INFO] [stdout] test command::tests::test_execute_zpopmin ... ok
[INFO] [stdout] test command::tests::test_execute_zrangebylex ... ok
[INFO] [stdout] test command::tests::test_execute_select ... ok
[INFO] [stdout] test command::tests::test_execute_zcount ... ok
[INFO] [stdout] test command::tests::test_execute_ttl_no_expire ... ok
[INFO] [stdout] test command::tests::test_execute_touch ... ok
[INFO] [stdout] test command::tests::test_execute_zadd_zscore_zrank ... ok
[INFO] [stdout] test command::tests::test_execute_zrevrange ... ok
[INFO] [stdout] test command::tests::test_execute_zrangebyscore ... ok
[INFO] [stdout] test command::tests::test_execute_zinterstore ... ok
[INFO] [stdout] test command::tests::test_execute_zrange ... ok
[INFO] [stdout] test command::tests::test_execute_unlink ... ok
[INFO] [stdout] test command::tests::test_execute_zpopmax ... ok
[INFO] [stdout] test command::tests::test_execute_zrevrank ... ok
[INFO] [stdout] test command::tests::test_is_write_command_new ... ok
[INFO] [stdout] test command::tests::test_is_write_command_script ... ok
[INFO] [stdout] test command::tests::test_is_write_command_save ... ok
[INFO] [stdout] test command::tests::test_parse_append_setnx_getrange_strlen ... ok
[INFO] [stdout] test command::tests::test_parse_auth ... ok
[INFO] [stdout] test command::tests::test_execute_zunionstore ... ok
[INFO] [stdout] test command::tests::test_is_write_command_select_auth_client ... ok
[INFO] [stdout] test command::tests::test_long_key ... ok
[INFO] [stdout] test command::tests::test_execute_zset_wrongtype ... ok
[INFO] [stdout] test command::tests::test_parse_bgsave ... ok
[INFO] [stdout] test command::tests::test_parse_client_getname ... ok
[INFO] [stdout] test command::tests::test_parse_client_id ... ok
[INFO] [stdout] test command::tests::test_parse_client_info ... ok
[INFO] [stdout] test command::tests::test_execute_zrem ... ok
[INFO] [stdout] test command::tests::test_parse_client_list ... ok
[INFO] [stdout] test command::tests::test_execute_zscan ... ok
[INFO] [stdout] test command::tests::test_parse_client_kill ... ok
[INFO] [stdout] test command::tests::test_parse_client_no_evict ... ok
[INFO] [stdout] test command::tests::test_parse_client_reply ... ok
[INFO] [stdout] test command::tests::test_parse_client_setname ... ok
[INFO] [stdout] test command::tests::test_parse_client_unblock ... ok
[INFO] [stdout] test command::tests::test_parse_client_pause ... ok
[INFO] [stdout] test command::tests::test_parse_client_unpause ... ok
[INFO] [stdout] test command::tests::test_parse_config_maxmemory ... ok
[INFO] [stdout] test command::tests::test_parse_copy ... ok
[INFO] [stdout] test command::tests::test_parse_del ... ok
[INFO] [stdout] test command::tests::test_parse_echo ... ok
[INFO] [stdout] test command::tests::test_parse_eval ... ok
[INFO] [stdout] test command::tests::test_parse_eval_ro ... ok
[INFO] [stdout] test command::tests::test_parse_eval_with_keys_args ... ok
[INFO] [stdout] test command::tests::test_parse_evalsha ... ok
[INFO] [stdout] test command::tests::test_parse_get ... ok
[INFO] [stdout] test command::tests::test_parse_exists ... ok
[INFO] [stdout] test command::tests::test_parse_georadius_commands ... ok
[INFO] [stdout] test command::tests::test_parse_fcall ... ok
[INFO] [stdout] test command::tests::test_parse_get_too_many_args ... ok
[INFO] [stdout] test command::tests::test_parse_fcall_ro ... ok
[INFO] [stdout] test command::tests::test_parse_dump ... ok
[INFO] [stdout] test command::tests::test_parse_function_load_replace ... ok
[INFO] [stdout] test command::tests::test_parse_hash_tail_commands ... ok
[INFO] [stdout] test command::tests::test_parse_geo_commands ... ok
[INFO] [stdout] test command::tests::test_parse_hll_commands ... ok
[INFO] [stdout] test command::tests::test_parse_function_load ... ok
[INFO] [stdout] test command::tests::test_parse_expire ... ok
[INFO] [stdout] test command::tests::test_parse_evalsha_ro ... ok
[INFO] [stdout] test command::tests::test_parse_list_commands ... ok
[INFO] [stdout] test command::tests::test_parse_key_management_commands ... ok
[INFO] [stdout] test command::tests::test_parse_list_tail_commands ... ok
[INFO] [stdout] test command::tests::test_parse_mset_mget ... ok
[INFO] [stdout] test command::tests::test_parse_ping_with_arg ... ok
[INFO] [stdout] test command::tests::test_parse_quit ... ok
[INFO] [stdout] test command::tests::test_parse_incr_decr_family ... ok
[INFO] [stdout] test command::tests::test_parse_client_no_touch ... ok
[INFO] [stdout] test command::tests::test_parse_save ... ok
[INFO] [stdout] test command::tests::test_parse_script_load ... ok
[INFO] [stdout] test command::tests::test_parse_set_ex ... ok
[INFO] [stdout] test command::tests::test_parse_set_commands ... ok
[INFO] [stdout] test command::tests::test_parse_set_missing_value ... ok
[INFO] [stdout] test command::tests::test_parse_pubsub_commands ... ok
[INFO] [stdout] test command::tests::test_parse_restore ... ok
[INFO] [stdout] test command::tests::test_parse_script_flush ... ok
[INFO] [stdout] test command::tests::test_parse_select ... ok
[INFO] [stdout] test command::tests::test_parse_set_px ... ok
[INFO] [stdout] test command::tests::test_parse_script_exists ... ok
[INFO] [stdout] test command::tests::test_parse_set_tail_commands ... ok
[INFO] [stdout] test command::tests::test_parse_sort ... ok
[INFO] [stdout] test command::tests::test_parse_hash_commands ... ok
[INFO] [stdout] test command::tests::test_parse_ping_no_args ... ok
[INFO] [stdout] test command::tests::test_parse_set_with_options ... ok
[INFO] [stdout] test command::tests::test_parse_set ... ok
[INFO] [stdout] test command::tests::test_parse_string_tail_commands ... ok
[INFO] [stdout] test command::tests::test_parse_transaction_commands ... ok
[INFO] [stdout] test command::tests::test_parse_ttl ... ok
[INFO] [stdout] test command::tests::test_parse_unlink ... ok
[INFO] [stdout] test command::tests::test_parse_zset_commands ... ok
[INFO] [stdout] test command::tests::test_parse_unknown ... ok
[INFO] [stdout] test command::tests::test_set_exat ... ok
[INFO] [stdout] test command::tests::test_set_get_no_key ... ok
[INFO] [stdout] test command::tests::test_set_get_return_old ... ok
[INFO] [stdout] test command::tests::test_parse_sort_store ... ok
[INFO] [stdout] test command::tests::test_set_nx_fail ... ok
[INFO] [stdout] test command::tests::test_set_xx_fail ... ok
[INFO] [stdout] test command::tests::test_storage_lcs ... ok
[INFO] [stdout] test command::tests::test_set_keepttl ... ok
[INFO] [stdout] test command::tests::test_set_pxat ... ok
[INFO] [stdout] test command::tests::test_set_nx_success ... ok
[INFO] [stdout] test command::tests::test_set_xx_success ... ok
[INFO] [stdout] test command::tests::test_set_nx_get ... ok
[INFO] [stdout] test keyspace::tests::test_keyevent_only ... ok
[INFO] [stdout] test keyspace::tests::test_type_filter_string_only ... ok
[INFO] [stdout] test keyspace::tests::test_keyspace_notifier_notify_set ... ok
[INFO] [stdout] test latency::tests::test_latency_history ... ok
[INFO] [stdout] test keyspace::tests::test_keyspace_only ... ok
[INFO] [stdout] test keyspace::tests::test_parse_config_kea ... ok
[INFO] [stdout] test keyspace::tests::test_parse_config_kg ... ok
[INFO] [stdout] test latency::tests::test_latency_max_len ... ok
[INFO] [stdout] test command::tests::test_to_resp_value_select_auth_client ... ok
[INFO] [stdout] test keyspace::tests::test_evicted_notification ... ok
[INFO] [stdout] test keyspace::tests::test_expired_notification ... ok
[INFO] [stdout] test command::tests::test_to_resp_value_save_bgsave ... ok
[INFO] [stdout] test protocol::tests::test_encode_bool ... ok
[INFO] [stdout] test protocol::tests::test_encode_bulk_string ... ok
[INFO] [stdout] test protocol::tests::test_encode_double ... ok
[INFO] [stdout] test protocol::tests::test_encode_error ... ok
[INFO] [stdout] test protocol::tests::test_encode_integer ... ok
[INFO] [stdout] test protocol::tests::test_encode_push ... ok
[INFO] [stdout] test protocol::tests::test_encode_map ... ok
[INFO] [stdout] test keyspace::tests::test_parse_config_empty ... ok
[INFO] [stdout] test protocol::tests::test_encode_null ... ok
[INFO] [stdout] test protocol::tests::test_encode_set ... ok
[INFO] [stdout] test protocol::tests::test_encode_simple_string ... ok
[INFO] [stdout] test protocol::tests::test_parse_array ... ok
[INFO] [stdout] test protocol::tests::test_incomplete_data ... ok
[INFO] [stdout] test latency::tests::test_latency_record_and_latest ... ok
[INFO] [stdout] test protocol::tests::test_parse_bool ... ok
[INFO] [stdout] test protocol::tests::test_parse_double ... ok
[INFO] [stdout] test latency::tests::test_latency_reset ... ok
[INFO] [stdout] test protocol::tests::test_encode_array ... ok
[INFO] [stdout] test protocol::tests::test_parse_map ... ok
[INFO] [stdout] test protocol::tests::test_parse_inline_ping ... ok
[INFO] [stdout] test protocol::tests::test_parse_simple_string ... ok
[INFO] [stdout] test pubsub::tests::test_channels ... ok
[INFO] [stdout] test protocol::tests::test_parse_bulk_string ... ok
[INFO] [stdout] test pubsub::tests::test_multiple_subscribers ... ok
[INFO] [stdout] test pubsub::tests::test_numpat ... ok
[INFO] [stdout] test protocol::tests::test_parse_inline_set ... ok
[INFO] [stdout] test protocol::tests::test_parse_null ... ok
[INFO] [stdout] test protocol::tests::test_parse_inline_incomplete ... ok
[INFO] [stdout] test latency::tests::test_latency_reset_all ... ok
[INFO] [stdout] test pubsub::tests::test_publish_no_subscribers ... ok
[INFO] [stdout] test pubsub::tests::test_psubscribe_no_match ... ok
[INFO] [stdout] test protocol::tests::test_encode_null_bulk_string ... ok
[INFO] [stdout] test protocol::tests::test_parse_set ... ok
[INFO] [stdout] test pubsub::tests::test_punsubscribe ... ok
[INFO] [stdout] test protocol::tests::test_parse_push ... ok
[INFO] [stdout] test pubsub::tests::test_numsub ... ok
[INFO] [stdout] test pubsub::tests::test_psubscribe_and_publish ... ok
[INFO] [stdout] test pubsub::tests::test_subscribe_and_publish ... ok
[INFO] [stdout] test pubsub::tests::test_spublish_no_pattern_match ... ok
[INFO] [stdout] test pubsub::tests::test_sunsubscribe ... ok
[INFO] [stdout] test pubsub::tests::test_ssubscribe_and_spublish ... ok
[INFO] [stdout] test pubsub::tests::test_unsubscribe ... ok
[INFO] [stdout] test pubsub::tests::test_shard_numsub ... ok
[INFO] [stdout] test rdb::tests::test_load_corrupted_truncated ... ok
[INFO] [stdout] test rdb::tests::test_load_corrupted_wrong_magic ... ok
[INFO] [stdout] test rdb::tests::test_save_load_empty ... ok
[INFO] [stdout] test pubsub::tests::test_shard_channels ... ok
[INFO] [stdout] test scripting::tests::test_eval_boolean_return ... ok
[INFO] [stdout] test scripting::tests::test_eval_nil_return ... ok
[INFO] [stdout] test scripting::tests::test_eval_pcall_error ... ok
[INFO] [stdout] test scripting::tests::test_eval_redis_call_set_get ... ok
[INFO] [stdout] test scripting::tests::test_eval_string_return ... ok
[INFO] [stdout] test scripting::tests::test_eval_table_return ... ok
[INFO] [stdout] test scripting::tests::test_evalsha_not_found ... ok
[INFO] [stdout] test scripting::tests::test_eval_redis_call_del ... ok
[INFO] [stdout] test scripting::tests::test_eval_keys_and_argv ... ok
[INFO] [stdout] test scripting::tests::test_eval_simple_return ... ok
[INFO] [stdout] test scripting::tests::test_evalsha ... ok
[INFO] [stdout] test scripting::tests::test_fcall_redis_call ... ok
[INFO] [stdout] test scripting::tests::test_function_dump_restore ... ok
[INFO] [stdout] test scripting::tests::test_function_list ... ok
[INFO] [stdout] test scripting::tests::test_script_flush ... ok
[INFO] [stdout] test rdb::tests::test_save_load_ttl ... ok
[INFO] [stdout] test scripting::tests::test_function_load ... ok
[INFO] [stdout] test scripting::tests::test_fcall_ro ... ok
[INFO] [stdout] test scripting::tests::test_function_stats ... ok
[INFO] [stdout] test rdb::tests::test_save_load_with_repl_info ... ok
[INFO] [stdout] test scripting::tests::test_function_flush ... ok
[INFO] [stdout] test scripting::tests::test_function_load_replace ... ok
[INFO] [stdout] test scripting::tests::test_fcall ... ok
[INFO] [stdout] test command::tests::test_execute_ttl_after_expire ... ok
[INFO] [stdout] test scripting::tests::test_function_delete ... ok
[INFO] [stdout] test scripting::tests::test_script_load_and_exists ... ok
[INFO] [stdout] test slowlog::tests::test_slowlog_record_and_get ... ok
[INFO] [stdout] test slowlog::tests::test_slowlog_max_len ... ok
[INFO] [stdout] test slowlog::tests::test_slowlog_reset ... ok
[INFO] [stdout] test slowlog::tests::test_slowlog_threshold ... ok
[INFO] [stdout] test storage::tests::tests::test_active_expire_switch ... ok
[INFO] [stdout] test storage::tests::tests::test_append_new_key ... ok
[INFO] [stdout] test rdb::tests::test_load_old_rdb_without_aux ... ok
[INFO] [stdout] test storage::tests::tests::test_bitcount ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_set ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_auto_extend ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_get_i16_negative ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_overflow_fail ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_get_i8_negative ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_wrong_type ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_cross_byte_boundary ... ok
[INFO] [stdout] test rdb::tests::test_save_load_roundtrip ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_get_u16 ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_get_u8 ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_incrby ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_hash_offset ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_overflow_sat ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_overflow_wrap ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_signed_overflow_wrap ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_ro ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_ro_reject_set ... ok
[INFO] [stdout] test storage::tests::tests::test_bitop_and_or_xor ... ok
[INFO] [stdout] test storage::tests::tests::test_bitop_different_lengths ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_get_i8_positive ... ok
[INFO] [stdout] test storage::tests::tests::test_bitop_not ... ok
[INFO] [stdout] test storage::tests::tests::test_bitpos ... ok
[INFO] [stdout] test storage::tests::tests::test_copy_basic ... ok
[INFO] [stdout] test storage::tests::tests::test_copy_replace ... ok
[INFO] [stdout] test storage::tests::tests::test_decr ... ok
[INFO] [stdout] test storage::tests::tests::test_dbsize ... ok
[INFO] [stdout] test storage::tests::tests::test_blpop_immediate ... ok
[INFO] [stdout] test storage::tests::tests::test_copy_no_replace ... ok
[INFO] [stdout] test storage::tests::tests::test_del ... ok
[INFO] [stdout] test storage::tests::tests::test_dump_restore_no_replace_error ... ok
[INFO] [stdout] test storage::tests::tests::test_dump_restore_replace ... ok
[INFO] [stdout] test storage::tests::tests::test_dump_restore_string ... ok
[INFO] [stdout] test storage::tests::tests::test_dump_restore_zset ... ok
[INFO] [stdout] test storage::tests::tests::test_exists ... ok
[INFO] [stdout] test storage::tests::tests::test_dump_restore_set ... ok
[INFO] [stdout] test storage::tests::tests::test_dump_restore_hash ... ok
[INFO] [stdout] test storage::tests::tests::test_dump_restore_list ... ok
[INFO] [stdout] test storage::tests::tests::test_bitfield_signed_overflow_sat ... ok
[INFO] [stdout] test storage::tests::tests::test_del_nonexistent ... ok
[INFO] [stdout] test storage::tests::tests::test_expire ... ok
[INFO] [stdout] test storage::tests::tests::test_expire_at ... ok
[INFO] [stdout] test storage::tests::tests::test_expire_nonexistent ... ok
[INFO] [stdout] test storage::tests::tests::test_expire_time ... ok
[INFO] [stdout] test storage::tests::tests::test_geoadd_geodist ... ok
[INFO] [stdout] test storage::tests::tests::test_geoadd_wrongtype ... ok
[INFO] [stdout] test storage::tests::tests::test_flush_db ... ok
[INFO] [stdout] test storage::tests::tests::test_geosearch_bybox ... ok
[INFO] [stdout] test storage::tests::tests::test_geohash ... ok
[INFO] [stdout] test storage::tests::tests::test_geosearch_byradius ... ok
[INFO] [stdout] test storage::tests::tests::test_geosearchstore ... ok
[INFO] [stdout] test storage::tests::tests::test_get_nonexistent ... ok
[INFO] [stdout] test storage::tests::tests::test_geopos ... ok
[INFO] [stdout] test storage::tests::tests::test_getex_ex ... ok
[INFO] [stdout] test storage::tests::tests::test_getdel ... ok
[INFO] [stdout] test storage::tests::tests::test_getex_nonexistent ... ok
[INFO] [stdout] test storage::tests::tests::test_geosearch_asc_desc ... ok
[INFO] [stdout] test storage::tests::tests::test_getbit_nonexistent ... ok
[INFO] [stdout] test storage::tests::tests::test_flush ... ok
[INFO] [stdout] test storage::tests::tests::test_getex_persist ... ok
[INFO] [stdout] test storage::tests::tests::test_getrange ... ok
[INFO] [stdout] test storage::tests::tests::test_getset ... ok
[INFO] [stdout] test storage::tests::tests::test_hash_expiration_with_hdel ... ok
[INFO] [stdout] test storage::tests::tests::test_hash_expiration_wrong_type ... ok
[INFO] [stdout] test storage::tests::tests::test_hexists ... ok
[INFO] [stdout] test storage::tests::tests::test_blmove_immediate ... ok
[INFO] [stdout] test storage::tests::tests::test_hexpire_basic ... ok
[INFO] [stdout] test storage::tests::tests::test_hexpire_field_not_exists ... ok
[INFO] [stdout] test storage::tests::tests::test_hexpire_key_not_exists ... ok
[INFO] [stdout] test storage::tests::tests::test_hdel ... ok
[INFO] [stdout] test storage::tests::tests::test_hgetall ... ok
[INFO] [stdout] test storage::tests::tests::test_hexpireat_and_hexpiretime ... ok
[INFO] [stdout] test storage::tests::tests::test_blpop_blocking ... ok
[INFO] [stdout] test storage::tests::tests::test_blpop_timeout ... ok
[INFO] [stdout] test storage::tests::tests::test_brpop_blocking ... ok
[INFO] [stdout] test storage::tests::tests::test_hincrby ... ok
[INFO] [stdout] test storage::tests::tests::test_blmpop_immediate ... ok
[INFO] [stdout] test storage::tests::tests::test_hincrby_non_integer ... ok
[INFO] [stdout] test storage::tests::tests::test_hincrbyfloat ... ok
[INFO] [stdout] test storage::tests::tests::test_hkeys ... ok
[INFO] [stdout] test storage::tests::tests::test_hpersist ... ok
[INFO] [stdout] test storage::tests::tests::test_hpersist_no_expiration ... ok
[INFO] [stdout] test storage::tests::tests::test_hpexpire_and_hpttl ... ok
[INFO] [stdout] test storage::tests::tests::test_hpexpireat_and_hpexpiretime ... ok
[INFO] [stdout] test storage::tests::tests::test_expire_updates_ttl ... ok
[INFO] [stdout] test storage::tests::tests::test_hrandfield_multiple ... ok
[INFO] [stdout] test storage::tests::tests::test_hrandfield_with_values ... ok
[INFO] [stdout] test storage::tests::tests::test_hscan_match ... ok
[INFO] [stdout] test storage::tests::tests::test_hset_hget ... ok
[INFO] [stdout] test storage::tests::tests::test_hrandfield_single ... ok
[INFO] [stdout] test storage::tests::tests::test_hrandfield_negative ... ok
[INFO] [stdout] test storage::tests::tests::test_hsetnx ... ok
[INFO] [stdout] test storage::tests::tests::test_hvals ... ok
[INFO] [stdout] test storage::tests::tests::test_hscan ... ok
[INFO] [stdout] test storage::tests::tests::test_incr_existing_string ... ok
[INFO] [stdout] test storage::tests::tests::test_incr_non_integer ... ok
[INFO] [stdout] test storage::tests::tests::test_incrbyfloat ... ok
[INFO] [stdout] test storage::tests::tests::test_incrbyfloat_nonexistent ... ok
[INFO] [stdout] test storage::tests::tests::test_key_type ... ok
[INFO] [stdout] test storage::tests::tests::test_incr_new_key ... ok
[INFO] [stdout] test storage::tests::tests::test_last_save_time ... ok
[INFO] [stdout] test storage::tests::tests::test_linsert ... ok
[INFO] [stdout] test storage::tests::tests::test_lindex ... ok
[INFO] [stdout] test storage::tests::tests::test_info ... ok
[INFO] [stdout] test storage::tests::tests::test_keys ... ok
[INFO] [stdout] test storage::tests::tests::test_lmove_right_left ... ok
[INFO] [stdout] test storage::tests::tests::test_linsert_pivot_not_found ... ok
[INFO] [stdout] test storage::tests::tests::test_lmove_left_left ... ok
[INFO] [stdout] test storage::tests::tests::test_hash_op_on_string ... ok
[INFO] [stdout] test storage::tests::tests::test_lmove_right_right ... ok
[INFO] [stdout] test storage::tests::tests::test_lmove_same_key_rotation ... ok
[INFO] [stdout] test storage::tests::tests::test_lmpop_count ... ok
[INFO] [stdout] test storage::tests::tests::test_lmove_left_right ... ok
[INFO] [stdout] test storage::tests::tests::test_lmpop_empty ... ok
[INFO] [stdout] test storage::tests::tests::test_lmpop_multiple_keys ... ok
[INFO] [stdout] test storage::tests::tests::test_lpos ... ok
[INFO] [stdout] test storage::tests::tests::test_lpush_order ... ok
[INFO] [stdout] test storage::tests::tests::test_lpush_rpush ... ok
[INFO] [stdout] test storage::tests::tests::test_lpos_count ... ok
[INFO] [stdout] test storage::tests::tests::test_getex_px ... ok
[INFO] [stdout] test storage::tests::tests::test_lpos_not_found ... ok
[INFO] [stdout] test storage::tests::tests::test_hash_all_fields_expire_removes_key ... ok
[INFO] [stdout] test storage::tests::tests::test_lrem_zero_count ... ok
[INFO] [stdout] test storage::tests::tests::test_hlen ... ok
[INFO] [stdout] test storage::tests::tests::test_lpush_wrongtype ... ok
[INFO] [stdout] test storage::tests::tests::test_lset ... ok
[INFO] [stdout] test storage::tests::tests::test_hmset_hmget ... ok
[INFO] [stdout] test storage::tests::tests::test_lrem_negative_count ... ok
[INFO] [stdout] test storage::tests::tests::test_hash_field_lazy_expiration ... ok
[INFO] [stdout] test storage::tests::tests::test_ltrim_out_of_range ... ok
[INFO] [stdout] test storage::tests::tests::test_ltrim_negative_indices ... ok
[INFO] [stdout] test storage::tests::tests::test_lrem_positive_count ... ok
[INFO] [stdout] test storage::tests::tests::test_lrange ... ok
[INFO] [stdout] test storage::tests::tests::test_maxmemory_eviction ... ok
[INFO] [stdout] test storage::tests::tests::test_object_encoding_hash ... ok
[INFO] [stdout] test storage::tests::tests::test_object_encoding_list ... ok
[INFO] [stdout] test storage::tests::tests::test_lset_no_key ... ok
[INFO] [stdout] test storage::tests::tests::test_multiple_fields_hexpire ... ok
[INFO] [stdout] test storage::tests::tests::test_ltrim ... ok
[INFO] [stdout] test storage::tests::tests::test_object_encoding_set ... ok
[INFO] [stdout] test storage::tests::tests::test_lset_out_of_range ... ok
[INFO] [stdout] test storage::tests::tests::test_msetnx ... ok
[INFO] [stdout] test storage::tests::tests::test_mget_mset ... ok
[INFO] [stdout] test storage::tests::tests::test_memory_usage ... ok
[INFO] [stdout] test storage::tests::tests::test_object_help ... ok
[INFO] [stdout] test storage::tests::tests::test_persist ... ok
[INFO] [stdout] test storage::tests::tests::test_pexpire ... ok
[INFO] [stdout] test storage::tests::tests::test_object_freq ... ok
[INFO] [stdout] test storage::tests::tests::test_object_refcount ... ok
[INFO] [stdout] test storage::tests::tests::test_overwrite ... ok
[INFO] [stdout] test storage::tests::tests::test_object_encoding_string ... ok
[INFO] [stdout] test storage::tests::tests::test_object_encoding_zset ... ok
[INFO] [stdout] test storage::tests::tests::test_pexpire_at ... ok
[INFO] [stdout] test storage::tests::tests::test_pfadd_wrongtype ... ok
[INFO] [stdout] test storage::tests::tests::test_pexpire_time ... ok
[INFO] [stdout] test storage::tests::tests::test_pfcount_nonexistent ... ok
[INFO] [stdout] test storage::tests::tests::test_concurrent_set_same_key ... ok
[INFO] [stdout] test storage::tests::tests::test_pfadd_pfcount ... ok
[INFO] [stdout] test storage::tests::tests::test_pfcount_multiple_keys ... ok
[INFO] [stdout] test storage::tests::tests::test_pfmerge ... ok
[INFO] [stdout] test storage::tests::tests::test_randomkey ... ok
[INFO] [stdout] test storage::tests::tests::test_pttl ... ok
[INFO] [stdout] test storage::tests::tests::test_rename ... ok
[INFO] [stdout] test storage::tests::tests::test_rename_overwrite ... ok
[INFO] [stdout] test storage::tests::tests::test_renamenx ... ok
[INFO] [stdout] test storage::tests::tests::test_scan ... ok
[INFO] [stdout] test storage::tests::tests::test_rpoplpush ... ok
[INFO] [stdout] test storage::tests::tests::test_set_and_get ... ok
[INFO] [stdout] test storage::tests::tests::test_sdiffstore ... ok
[INFO] [stdout] test storage::tests::tests::test_sadd_srem ... ok
[INFO] [stdout] test storage::tests::tests::test_set_op_on_string ... ok
[INFO] [stdout] test storage::tests::tests::test_setbit_auto_expand ... ok
[INFO] [stdout] test storage::tests::tests::test_setbit_getbit ... ok
[INFO] [stdout] test storage::tests::tests::test_set_ops ... ok
[INFO] [stdout] test storage::tests::tests::test_set_with_ttl_overwrites_plain ... ok
[INFO] [stdout] test storage::tests::tests::test_setnx ... ok
[INFO] [stdout] test storage::tests::tests::test_setex ... ok
[INFO] [stdout] test storage::tests::tests::test_setrange_padding ... ok
[INFO] [stdout] test storage::tests::tests::test_setrange ... ok
[INFO] [stdout] test storage::tests::tests::test_setrange_overwrite_beginning ... ok
[INFO] [stdout] test storage::tests::tests::test_pfcount_large_set ... ok
[INFO] [stdout] test storage::tests::tests::test_sintercard ... ok
[INFO] [stdout] test storage::tests::tests::test_sinterstore ... ok
[INFO] [stdout] test storage::tests::tests::test_msetnx_with_expired_key ... ok
[INFO] [stdout] test storage::tests::tests::test_sort_desc ... ok
[INFO] [stdout] test storage::tests::tests::test_smembers_sismember ... ok
[INFO] [stdout] test storage::tests::tests::test_smove_not_exist ... ok
[INFO] [stdout] test storage::tests::tests::test_smove ... ok
[INFO] [stdout] test storage::tests::tests::test_smismember ... ok
[INFO] [stdout] test storage::tests::tests::test_sort_limit ... ok
[INFO] [stdout] test storage::tests::tests::test_blmove_timeout ... ok
[INFO] [stdout] test storage::tests::tests::test_sort_store ... ok
[INFO] [stdout] test storage::tests::tests::test_sort_set ... ok
[INFO] [stdout] test storage::tests::tests::test_spop ... ok
[INFO] [stdout] test storage::tests::tests::test_spop_empty ... ok
[INFO] [stdout] test storage::tests::tests::test_sort_list_alpha ... ok
[INFO] [stdout] test storage::tests::tests::test_srandmember ... ok
[INFO] [stdout] test storage::tests::tests::test_sort_list_numeric ... ok
[INFO] [stdout] test storage::tests::tests::test_stream_wrong_type ... ok
[INFO] [stdout] test storage::tests::tests::test_sscan ... ok
[INFO] [stdout] test storage::tests::tests::test_sunionstore ... ok
[INFO] [stdout] test storage::tests::tests::test_srandmember_negative ... ok
[INFO] [stdout] test storage::tests::tests::test_swap_db ... ok
[INFO] [stdout] test storage::tests::tests::test_sscan_match ... ok
[INFO] [stdout] test storage::tests::tests::test_string_op_on_list ... ok
[INFO] [stdout] test storage::tests::tests::test_strlen ... ok
[INFO] [stdout] test storage::tests::tests::test_touch_keys ... ok
[INFO] [stdout] test storage::tests::tests::test_ttl_no_expire ... ok
[INFO] [stdout] test storage::tests::tests::test_ttl_not_expired ... ok
[INFO] [stdout] test storage::tests::tests::test_unlink ... ok
[INFO] [stdout] test storage::tests::tests::test_version_bump ... ok
[INFO] [stdout] test storage::tests::tests::test_watch_check ... ok
[INFO] [stdout] test storage::tests::tests::test_xadd_auto_id ... ok
[INFO] [stdout] test storage::tests::tests::test_xadd_nostream ... ok
[INFO] [stdout] test storage::tests::tests::test_watch_check_multiple_keys ... ok
[INFO] [stdout] test storage::tests::tests::test_xadd_maxlen ... ok
[INFO] [stdout] test storage::tests::tests::test_xadd_partial_auto ... ok
[INFO] [stdout] test storage::tests::tests::test_xadd_specified_id ... ok
[INFO] [stdout] test storage::tests::tests::test_xclaim ... ok
[INFO] [stdout] test storage::tests::tests::test_xautoclaim ... ok
[INFO] [stdout] test storage::tests::tests::test_watch_check_fails_after_eviction ... ok
[INFO] [stdout] test storage::tests::tests::test_xgroup_mkstream ... ok
[INFO] [stdout] test storage::tests::tests::test_xadd_id_increasing ... ok
[INFO] [stdout] test storage::tests::tests::test_xgroup_create_destroy ... ok
[INFO] [stdout] test storage::tests::tests::test_xinfo ... ok
[INFO] [stdout] test storage::tests::tests::test_xlen ... ok
[INFO] [stdout] test storage::tests::tests::test_xpending ... ok
[INFO] [stdout] test storage::tests::tests::test_xread ... ok
[INFO] [stdout] test storage::tests::tests::test_xrange ... ok
[INFO] [stdout] test storage::tests::tests::test_xread_dollar ... ok
[INFO] [stdout] test storage::tests::tests::test_xreadgroup_basic ... ok
[INFO] [stdout] test storage::tests::tests::test_xreadgroup_noack ... ok
[INFO] [stdout] test storage::tests::tests::test_xrevrange ... ok
[INFO] [stdout] test storage::tests::tests::test_xreadgroup_pel_read ... ok
[INFO] [stdout] test storage::tests::tests::test_xsetid ... ok
[INFO] [stdout] test storage::tests::tests::test_xtrim_maxlen ... ok
[INFO] [stdout] test storage::tests::tests::test_xtrim_minid ... ok
[INFO] [stdout] test storage::tests::tests::test_zadd_update_score ... ok
[INFO] [stdout] test storage::tests::tests::test_zadd_zrem ... ok
[INFO] [stdout] test storage::tests::tests::test_watch_check_fails_after_lazy_expire ... ok
[INFO] [stdout] test storage::tests::tests::test_ttl_expired_key ... ok
[INFO] [stdout] test storage::tests::tests::test_zcount ... ok
[INFO] [stdout] test storage::tests::tests::test_lru_eviction_order ... ok
[INFO] [stdout] test storage::tests::tests::test_zincrby ... ok
[INFO] [stdout] test storage::tests::tests::test_zdiffstore ... ok
[INFO] [stdout] test storage::tests::tests::test_zdiff ... ok
[INFO] [stdout] test storage::tests::tests::test_zinter ... ok
[INFO] [stdout] test storage::tests::tests::test_zmpop ... ok
[INFO] [stdout] test storage::tests::tests::test_zmscore ... ok
[INFO] [stdout] test storage::tests::tests::test_zinterstore ... ok
[INFO] [stdout] test storage::tests::tests::test_zlexcount ... ok
[INFO] [stdout] test storage::tests::tests::test_zpopmax ... ok
[INFO] [stdout] test storage::tests::tests::test_zpopmin ... ok
[INFO] [stdout] test storage::tests::tests::test_psetex ... ok
[INFO] [stdout] test storage::tests::tests::test_zrandmember ... ok
[INFO] [stdout] test storage::tests::tests::test_zrange ... ok
[INFO] [stdout] test storage::tests::tests::test_ttl_expired ... ok
[INFO] [stdout] test storage::tests::tests::test_zrange_unified ... ok
[INFO] [stdout] test storage::tests::tests::test_zrangebylex ... ok
[INFO] [stdout] test storage::tests::tests::test_zrangebyscore ... ok
[INFO] [stdout] test storage::tests::tests::test_zrevrange ... ok
[INFO] [stdout] test storage::tests::tests::test_zrangestore ... ok
[INFO] [stdout] test storage::tests::tests::test_zrevrangebylex ... ok
[INFO] [stdout] test storage::tests::tests::test_zrevrangebyscore ... ok
[INFO] [stdout] test storage::tests::tests::test_zrevrank ... ok
[INFO] [stdout] test storage::tests::tests::test_zscan ... ok
[INFO] [stdout] test storage::tests::tests::test_zscore_zrank ... ok
[INFO] [stdout] test storage::tests::tests::test_zset_op_on_string ... ok
[INFO] [stdout] test storage::tests::tests::test_zunion ... ok
[INFO] [stdout] test storage::tests::tests::test_lpop_rpop ... ok
[INFO] [stdout] test storage::tests::tests::test_lmpop_single_key ... ok
[INFO] [stdout] test storage::tests::tests::test_zunionstore ... ok
[INFO] [stdout] test storage::tests::tests::test_blmpop_timeout ... ok
[INFO] [stdout] test storage::tests::tests::test_concurrent_set_different_keys ... ok
[INFO] [stdout] test storage::tests::tests::test_object_idletime ... ok
[INFO] [stdout] test storage::tests::tests::test_xack ... ok
[INFO] [stdout] test storage::tests::tests::test_xdel ... ok
[INFO] [stdout] test storage::tests::tests::test_xgroup_consumer_management ... ok
[INFO] [stdout] test storage::tests::tests::test_xgroup_setid ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 575 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/redis_rust-26ffbea1a2f1d600)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/eviction_bench.rs (/opt/rustwide/target/debug/deps/eviction_bench-5db1c1adbdcc136c)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test bench_eviction_with_large_dataset ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.42s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-949663cd85c7b23a)
[INFO] [stdout] 
[INFO] [stdout] running 294 tests
[INFO] [stdout] test test_acl_list ... ok
[INFO] [stdout] test test_acl_deluser ... ok
[INFO] [stdout] test test_acl_log_basic ... ok
[INFO] [stdout] test test_acl_dryrun ... ok
[INFO] [stdout] test test_auth_required ... ok
[INFO] [stdout] test test_acl_cat ... ok
[INFO] [stdout] test test_bitfield_basic ... ok
[INFO] [stdout] test test_bitcount_range ... ok
[INFO] [stdout] test test_blmove_basic ... ok
[INFO] [stdout] test test_bgsave ... ok
[INFO] [stdout] test test_client_commands ... ok
[INFO] [stdout] test test_bzpopmin_basic ... ok
[INFO] [stdout] test test_append_and_strlen ... ok
[INFO] [stdout] test test_client_getname_setname ... ok
[INFO] [stdout] test test_brpoplpush_basic ... ok
[INFO] [stdout] test test_bgrewriteaof ... ok
[INFO] [stdout] test test_client_id ... ok
[INFO] [stdout] test test_acl_whoami ... ok
[INFO] [stdout] test test_bitop_and_or_xor_not ... ok
[INFO] [stdout] test test_acl_auth ... ok
[INFO] [stdout] test test_append_nonexistent ... ok
[INFO] [stdout] test test_acl_setuser_getuser ... ok
[INFO] [stdout] test test_client_no_touch ... ok
[INFO] [stdout] test test_client_reply_off ... ok
[INFO] [stdout] test test_client_list_info ... ok
[INFO] [stdout] test test_client_no_evict ... ok
[INFO] [stdout] test test_client_tracking_on_off ... ok
[INFO] [stdout] test test_cluster_countkeysinslot_and_getkeysinslot ... ok
[INFO] [stdout] test test_client_tracking_and_caching ... ok
[INFO] [stdout] test test_bitmap_commands_tcp ... ok
[INFO] [stdout] test test_client_info_idle_field ... ok
[INFO] [stdout] test test_command_docs_getkeys ... ok
[INFO] [stdout] test test_client_tracking_info ... ok
[INFO] [stdout] test test_bzpopmax_basic ... ok
[INFO] [stdout] test test_aof_rdb_preamble_integration ... ok
[INFO] [stdout] test test_blpop_blocking_does_not_pop_twice ... ok
[INFO] [stdout] test test_config_aof_use_rdb_preamble ... ok
[INFO] [stdout] test test_concurrent_clients ... ok
[INFO] [stdout] test test_config_keyspace_events ... ok
[INFO] [stdout] test test_config_get_set_maxmemory ... ok
[INFO] [stdout] test test_command_count_list ... ok
[INFO] [stdout] test test_config_rewrite_resetstat_basic ... ok
[INFO] [stdout] test test_config_aof_settings ... ok
[INFO] [stdout] test test_config_maxmemory ... ok
[INFO] [stdout] test test_crlf_in_value ... ok
[INFO] [stdout] test test_config_rewrite_resetstat ... ok
[INFO] [stdout] test test_concurrent_set_same_key ... ok
[INFO] [stdout] test test_dbsize_after_operations ... ok
[INFO] [stdout] test test_copy_basic ... ok
[INFO] [stdout] test test_debug_object ... ok
[INFO] [stdout] test test_debug_set_active_expire ... ok
[INFO] [stdout] test test_debug_sleep ... ok
[INFO] [stdout] test test_concurrent_mixed_operations ... ok
[INFO] [stdout] test test_del_multiple_keys ... ok
[INFO] [stdout] test test_cluster_slots ... ok
[INFO] [stdout] test test_dbsize_and_flushdb ... ok
[INFO] [stdout] test test_empty_key_and_value_explicit ... ok
[INFO] [stdout] test test_echo_basic ... ok
[INFO] [stdout] test test_concurrent_lpush_llen ... ok
[INFO] [stdout] test test_dump_restore ... ok
[INFO] [stdout] test test_empty_key_and_value ... ok
[INFO] [stdout] test test_eval_basic ... ok
[INFO] [stdout] test test_del_nonexistent ... ok
[INFO] [stdout] test test_eval_redis_call ... ok
[INFO] [stdout] test test_eval_redis_pcall_error ... ok
[INFO] [stdout] test test_eval_multi_keys ... ok
[INFO] [stdout] test test_eval_keys_argv ... ok
[INFO] [stdout] test test_eval_error ... ok
[INFO] [stdout] test test_exec_without_multi_error ... ok
[INFO] [stdout] test test_eval_string_return ... ok
[INFO] [stdout] test test_evalsha ... ok
[INFO] [stdout] test test_flushdb ... ok
[INFO] [stdout] test test_expireat_basic ... ok
[INFO] [stdout] test test_expire_and_ttl ... ok
[INFO] [stdout] test test_expiretime_pexpiretime ... ok
[INFO] [stdout] test test_exists ... ok
[INFO] [stdout] test test_function_flush_stats ... ok
[INFO] [stdout] test test_function_load_list ... ok
[INFO] [stdout] test test_expire_missing_seconds ... ok
[INFO] [stdout] test test_exists_multiple_keys ... ok
[INFO] [stdout] test test_eval_table_return ... ok
[INFO] [stdout] test test_get_extra_args ... ok
[INFO] [stdout] test test_geoadd_geodist_geopos ... ok
[INFO] [stdout] test test_getdel_basic ... ok
[INFO] [stdout] test test_geo_commands_tcp ... ok
[INFO] [stdout] test test_get_nonexistent ... ok
[INFO] [stdout] test test_hello_resp2 ... ok
[INFO] [stdout] test test_getset_basic ... ok
[INFO] [stdout] test test_getex_options ... ok
[INFO] [stdout] test test_getrange_negative ... ok
[INFO] [stdout] test test_hello_command ... ok
[INFO] [stdout] test test_hexpireat_basic ... ok
[INFO] [stdout] test test_hexpiretime_hpexpiretime ... ok
[INFO] [stdout] test test_hexpire_httl ... ok
[INFO] [stdout] test test_geohash_basic ... ok
[INFO] [stdout] test test_geosearchstore_basic ... ok
[INFO] [stdout] test test_hgetex_basic ... ok
[INFO] [stdout] test test_geosearch_basic ... ok
[INFO] [stdout] test test_hincrby_boundary ... ok
[INFO] [stdout] test test_hpexpireat_basic ... ok
[INFO] [stdout] test test_client_pause_unpause ... ok
[INFO] [stdout] test test_hpersist_basic ... ok
[INFO] [stdout] test test_hash_tail_commands_tcp ... ok
[INFO] [stdout] test test_hgetdel_basic ... ok
[INFO] [stdout] test test_hsetex_basic ... ok
[INFO] [stdout] test test_hpexpire_hpttl ... ok
[INFO] [stdout] test test_hsetnx_existing ... ok
[INFO] [stdout] test test_hrandfield_count ... ok
[INFO] [stdout] test test_hll_commands_tcp ... ok
[INFO] [stdout] test test_hstrlen_basic ... ok
[INFO] [stdout] test test_incr_decr ... ok
[INFO] [stdout] test test_incr_nonexistent ... ok
[INFO] [stdout] test test_invalid_command ... ok
[INFO] [stdout] test test_info_sections ... ok
[INFO] [stdout] test test_incrbyfloat_precision ... ok
[INFO] [stdout] test test_incr_not_integer ... ok
[INFO] [stdout] test test_incr_overflow ... ok
[INFO] [stdout] test test_keyspace_notification_keyevent ... ok
[INFO] [stdout] test test_lastsave ... ok
[INFO] [stdout] test test_keyspace_notification_set ... ok
[INFO] [stdout] test test_lcs_basic ... ok
[INFO] [stdout] test test_linsert_before_after ... ok
[INFO] [stdout] test test_large_list_1000_elements ... ok
[INFO] [stdout] test test_keys_scan_rename_type_persist_pexpire_pttl_dbsize_info ... ok
[INFO] [stdout] test test_latency_latest_reset ... ok
[INFO] [stdout] test test_lmpop_basic ... ok
[INFO] [stdout] test test_long_key ... ok
[INFO] [stdout] test test_latency_latest_history_reset ... ok
[INFO] [stdout] test test_lmove_directions ... ok
[INFO] [stdout] test test_memory_doctor ... ok
[INFO] [stdout] test test_lrem_positive_negative_zero ... ok
[INFO] [stdout] test test_memory_usage_doctor ... ok
[INFO] [stdout] test test_lpushx_rpushx ... ok
[INFO] [stdout] test test_module_list ... ok
[INFO] [stdout] test test_maxmemory_eviction_tcp ... ok
[INFO] [stdout] test test_mget_partial ... ok
[INFO] [stdout] test test_move_basic ... ok
[INFO] [stdout] test test_mset_mget ... ok
[INFO] [stdout] test test_monitor_command ... ok
[INFO] [stdout] test test_memory_usage_basic ... ok
[INFO] [stdout] test test_msetnx_partial ... ok
[INFO] [stdout] test test_multi_empty ... ok
[INFO] [stdout] test test_module_load_unload ... ok
[INFO] [stdout] test test_mset_mget_large ... ok
[INFO] [stdout] test test_multi_discard ... ok
[INFO] [stdout] test test_migrate_copy_mode ... ok
[INFO] [stdout] test test_object_freq ... ok
[INFO] [stdout] test test_nested_multi_error ... ok
[INFO] [stdout] test test_migrate_to_target ... ok
[INFO] [stdout] test test_multi_exec_basic ... ok
[INFO] [stdout] test test_object_encoding ... ok
[INFO] [stdout] test test_persist_no_ttl ... ok
[INFO] [stdout] test test_object_encoding_types ... ok
[INFO] [stdout] test test_persist ... ok
[INFO] [stdout] test test_object_refcount ... ok
[INFO] [stdout] test test_pexpire_pttl_ms ... ok
[INFO] [stdout] test test_ping ... ok
[INFO] [stdout] test test_ping_with_message ... ok
[INFO] [stdout] test test_multi_exec ... ok
[INFO] [stdout] test test_pexpireat_basic ... ok
[INFO] [stdout] test test_pfadd_pfcount_pfmerge ... ok
[INFO] [stdout] test test_pubsub_numpat ... ok
[INFO] [stdout] test test_psubscribe_pattern ... ok
[INFO] [stdout] test test_pubsub_ping_in_subscribed_mode ... ok
[INFO] [stdout] test test_pubsub_psubscribe ... ok
[INFO] [stdout] test test_pubsub_shardchannels ... ok
[INFO] [stdout] test test_pubsub_shardnumsub ... ok
[INFO] [stdout] test test_pubsub_numsub ... ok
[INFO] [stdout] test test_pubsub_channels ... ok
[INFO] [stdout] test test_pubsub ... ok
[INFO] [stdout] test test_quit_command ... ok
[INFO] [stdout] test test_rename_nonexistent ... ok
[INFO] [stdout] test test_renamenx_basic ... ok
[INFO] [stdout] test test_reset_command ... ok
[INFO] [stdout] test test_rename_success_and_missing ... ok
[INFO] [stdout] test test_reset_command_basic ... ok
[INFO] [stdout] test test_rpoplpush_basic ... ok
[INFO] [stdout] test test_randomkey ... ok
[INFO] [stdout] test test_script_debug_help ... ok
[INFO] [stdout] test test_script_exists_basic ... ok
[INFO] [stdout] test test_script_exists ... ok
[INFO] [stdout] test test_script_load ... ok
[INFO] [stdout] test test_script_flush ... ok
[INFO] [stdout] test test_select_db_isolation ... ok
[INFO] [stdout] test test_select_basic ... ok
[INFO] [stdout] test test_set_and_del_and_get ... ok
[INFO] [stdout] test test_select_db ... ok
[INFO] [stdout] test test_set_and_get ... ok
[INFO] [stdout] test test_set_missing_args ... ok
[INFO] [stdout] test test_role_master ... ok
[INFO] [stdout] test test_setnx ... ok
[INFO] [stdout] test test_setbit_getbit_boundary ... ok
[INFO] [stdout] test test_scan_match_count ... ok
[INFO] [stdout] test test_concurrent_incr ... ok
[INFO] [stdout] test test_setrange_extend ... ok
[INFO] [stdout] test test_setnx_basic ... ok
[INFO] [stdout] test test_set_keepttl ... ok
[INFO] [stdout] test test_sinterstore_sunionstore_sdiffstore ... ok
[INFO] [stdout] test test_slowlog_len_reset ... ok
[INFO] [stdout] test test_sort_ro_basic ... ok
[INFO] [stdout] test test_smove_basic ... ok
[INFO] [stdout] test test_time_command ... ok
[INFO] [stdout] test test_srandmember_count ... ok
[INFO] [stdout] test test_set_tail_commands_tcp ... ok
[INFO] [stdout] test test_touch_basic ... ok
[INFO] [stdout] test test_ssubscribe_spublish ... ok
[INFO] [stdout] test test_sort_basic ... ok
[INFO] [stdout] test test_set_nx_xx_get ... ok
[INFO] [stdout] test test_smismember ... ok
[INFO] [stdout] test test_subscribe_publish_receive ... ok
[INFO] [stdout] test test_string_tail_commands_tcp ... ok
[INFO] [stdout] test test_ttl_no_expire_and_missing ... ok
[INFO] [stdout] test test_type_all_types ... ok
[INFO] [stdout] test test_unlink_basic ... ok
[INFO] [stdout] test test_wait_basic ... ok
[INFO] [stdout] test test_unwatch ... ok
[INFO] [stdout] test test_waitaof_basic ... ok
[INFO] [stdout] test test_type_various ... ok
[INFO] [stdout] test test_watch_exec_failure ... ok
[INFO] [stdout] test test_watch_exec_success ... ok
[INFO] [stdout] test test_list_tail_commands_tcp ... ok
[INFO] [stdout] test test_wrong_number_of_args ... ok
[INFO] [stdout] test test_wrongtype_hset_then_sadd ... ok
[INFO] [stdout] test test_watch_optimistic_lock ... ok
[INFO] [stdout] test test_wrongtype_lpush_then_get ... ok
[INFO] [stdout] test test_xadd_maxlen_approx ... ok
[INFO] [stdout] test test_wrongtype_set_then_lpush ... ok
[INFO] [stdout] test test_xadd_auto_and_specific_id ... ok
[INFO] [stdout] test test_xadd_minid ... ok
[INFO] [stdout] test test_xadd_maxlen_exact ... ok
[INFO] [stdout] test test_xadd_nomkstream ... ok
[INFO] [stdout] test test_xack_basic ... ok
[INFO] [stdout] test test_wrongtype_string_ops ... ok
[INFO] [stdout] test test_xack ... ok
[INFO] [stdout] test test_xclaim ... ok
[INFO] [stdout] test test_acl_save_load ... FAILED
[INFO] [stdout] test test_xclaim_multiple_ids ... ok
[INFO] [stdout] test test_xdel_existing_and_nonexistent ... ok
[INFO] [stdout] test test_xautoclaim_basic ... ok
[INFO] [stdout] test test_xautoclaim ... ok
[INFO] [stdout] test test_xgroup_create_and_xreadgroup ... ok
[INFO] [stdout] test test_xclaim_basic ... ok
[INFO] [stdout] test test_xgroup_create_mkstream ... ok
[INFO] [stdout] test test_xadd_xlen_xrange_basic ... ok
[INFO] [stdout] test test_xautoclaim_justid ... ok
[INFO] [stdout] test test_xgroup_createconsumer ... ok
[INFO] [stdout] test test_xdel_basic ... ok
[INFO] [stdout] test test_xgroup_setid ... ok
[INFO] [stdout] test test_xgroup_lifecycle ... ok
[INFO] [stdout] test test_xinfo_groups_basic ... ok
[INFO] [stdout] test test_xinfo_stream_basic ... ok
[INFO] [stdout] test test_xinfo_consumers ... ok
[INFO] [stdout] test test_xgroup_destroy_and_delconsumer ... ok
[INFO] [stdout] test test_xpending_basic ... ok
[INFO] [stdout] test test_xrange_empty_stream ... ok
[INFO] [stdout] test test_xrange_count ... ok
[INFO] [stdout] test test_xinfo_groups ... ok
[INFO] [stdout] test test_xrange_special_ids ... ok
[INFO] [stdout] test test_xpending_summary ... ok
[INFO] [stdout] test test_xinfo_stream ... ok
[INFO] [stdout] test test_xpending_consumer_filter ... ok
[INFO] [stdout] test test_xread_multiple_streams ... ok
[INFO] [stdout] test test_xrevrange_special_ids ... ok
[INFO] [stdout] test test_xreadgroup_basic ... ok
[INFO] [stdout] test test_xread_count ... ok
[INFO] [stdout] test test_xread_basic ... ok
[INFO] [stdout] test test_zadd_options ... ok
[INFO] [stdout] test test_xtrim_minid ... ok
[INFO] [stdout] test test_xtrim_basic ... ok
[INFO] [stdout] test test_zinter_basic ... ok
[INFO] [stdout] test test_zmpop_basic ... ok
[INFO] [stdout] test test_zintercard_basic ... ok
[INFO] [stdout] test test_zmscore_basic ... ok
[INFO] [stdout] test test_xreadgroup_noack ... ok
[INFO] [stdout] test test_xtrim_maxlen ... ok
[INFO] [stdout] test test_xread_dollar_id ... ok
[INFO] [stdout] test test_zdiff_zdiffstore ... ok
[INFO] [stdout] test test_zpopmin_zpopmax_count ... ok
[INFO] [stdout] test test_zrangebylex_zlexcount ... ok
[INFO] [stdout] test test_zremrangebyrank ... ok
[INFO] [stdout] test test_zrangestore_basic ... ok
[INFO] [stdout] test test_zremrangebylex ... ok
[INFO] [stdout] test test_zrevrangebyscore_basic ... ok
[INFO] [stdout] test test_zremrangebyscore ... ok
[INFO] [stdout] test test_zrevrangebylex_basic ... ok
[INFO] [stdout] test test_zunion_basic ... ok
[INFO] [stdout] test test_zset_tail_commands_tcp ... ok
[INFO] [stdout] test test_concurrent_set_get ... ok
[INFO] [stdout] test test_ttl_precision_px ... ok
[INFO] [stdout] test test_set_with_ex_and_expire ... ok
[INFO] [stdout] test test_timeout_disconnects_idle_client ... ok
[INFO] [stdout] test test_set_ex_px_exat_pxat ... ok
[INFO] [stdout] test test_config_set_timeout ... ok
[INFO] [stdout] test test_replication_basic ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_acl_save_load stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_acl_save_load' (874) panicked at tests/integration_test.rs:8435:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Error(b"ERR IO \xe9\x94\x99\xe8\xaf\xaf: Read-only file system (os error 30)")
[INFO] [stdout]  right: SimpleString(b"OK")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ee9e2a2d9da - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ee9e2a2d9da - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ee9e2a2d9da - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ee9e2a2d9da - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ee9e2a464ca - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ee9e2a464ca - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5ee9e2a328b2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5ee9e2a328b2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5ee9e2a0b0cf - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ee9e2a0b0cf - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ee9e2a24df9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ee9e237464c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5ee9e237464c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5ee9e2a25072 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5ee9e2a25072 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ee9e2a0b188 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ee9e2a000b9 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ee9e2a0c11d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ee9e2a46cbc - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ee9e2a46b43 - core[e929cb53b82a81ca]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5ee9e23142d6 - core[e929cb53b82a81ca]::panicking::assert_failed::<redis_rust[9b24472f127f372]::protocol::RespValue, redis_rust[9b24472f127f372]::protocol::RespValue>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5ee9e2066852 - integration_test[cb6a9bfff10919ab]::test_acl_save_load::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:8435:5
[INFO] [stdout]   22:     0x5ee9e231c502 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5ee9e231c57d - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5ee9e234fb9d - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x5ee9e234fa9b - tokio[a382c77dbde72dfe]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5ee9e234fa9b - tokio[a382c77dbde72dfe]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5ee9e234fa9b - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x5ee9e2344460 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x5ee9e234e22d - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x5ee9e234d4d4 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x5ee9e232dc7b - <tokio[a382c77dbde72dfe]::runtime::context::scoped::Scoped<tokio[a382c77dbde72dfe]::runtime::scheduler::Context>>::set::<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5ee9e22cd689 - tokio[a382c77dbde72dfe]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x5ee9e2323352 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[a382c77dbde72dfe]::runtime::context::Context>>::try_with::<tokio[a382c77dbde72dfe]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x5ee9e2322ede - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[a382c77dbde72dfe]::runtime::context::Context>>::with::<tokio[a382c77dbde72dfe]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x5ee9e22bf97d - tokio[a382c77dbde72dfe]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x5ee9e234bdb0 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x5ee9e234c0a6 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x5ee9e234cfe0 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x5ee9e22f7cb3 - tokio[a382c77dbde72dfe]::runtime::context::runtime::enter_runtime::<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5ee9e2343f91 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x5ee9e22d1464 - <tokio[a382c77dbde72dfe]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x5ee9e22d162f - <tokio[a382c77dbde72dfe]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x5ee9e218fd9e - integration_test[cb6a9bfff10919ab]::test_acl_save_load
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:8438:80
[INFO] [stdout]   44:     0x5ee9e20085e7 - integration_test[cb6a9bfff10919ab]::test_acl_save_load::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:8427:30
[INFO] [stdout]   45:     0x5ee9e21eec06 - <integration_test[cb6a9bfff10919ab]::test_acl_save_load::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5ee9e236792b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5ee9e236792b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5ee9e237511b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5ee9e237511b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5ee9e237511b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5ee9e237511b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5ee9e237511b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5ee9e237511b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5ee9e237511b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5ee9e236e834 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5ee9e236e834 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5ee9e2377d22 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5ee9e2377d22 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5ee9e2377d22 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5ee9e2377d22 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5ee9e2377d22 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5ee9e2377d22 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5ee9e2377d22 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5ee9e2a2c8cf - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x5ee9e2a2c8cf - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x704b8d5e5aa4 - <unknown>
[INFO] [stdout]   67:     0x704b8d672a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_replication_basic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_replication_basic' (1050) panicked at tests/integration_test.rs:3372:5:
[INFO] [stdout] 副本未能在 5 秒内完成同步
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ee9e2a2d9da - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ee9e2a2d9da - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ee9e2a2d9da - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ee9e2a2d9da - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ee9e2a464ca - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ee9e2a464ca - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5ee9e2a328b2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5ee9e2a328b2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5ee9e2a0b0cf - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ee9e2a0b0cf - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ee9e2a24df9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ee9e237464c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5ee9e237464c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5ee9e2a25072 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5ee9e2a25072 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ee9e2a0b1ba - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5ee9e2a000b9 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ee9e2a0c11d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ee9e2a46cbc - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ee9e20e0f54 - integration_test[cb6a9bfff10919ab]::test_replication_basic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:3372:5
[INFO] [stdout]   20:     0x5ee9e231c502 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x5ee9e231c57d - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5ee9e234fb9d - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   23:     0x5ee9e234fa9b - tokio[a382c77dbde72dfe]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x5ee9e234fa9b - tokio[a382c77dbde72dfe]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x5ee9e234fa9b - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   26:     0x5ee9e2344460 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   27:     0x5ee9e234e22d - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   28:     0x5ee9e234d4d4 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   29:     0x5ee9e232dc7b - <tokio[a382c77dbde72dfe]::runtime::context::scoped::Scoped<tokio[a382c77dbde72dfe]::runtime::scheduler::Context>>::set::<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x5ee9e22cd689 - tokio[a382c77dbde72dfe]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context.rs:181:38
[INFO] [stdout]   31:     0x5ee9e2323352 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[a382c77dbde72dfe]::runtime::context::Context>>::try_with::<tokio[a382c77dbde72dfe]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   32:     0x5ee9e2322ede - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[a382c77dbde72dfe]::runtime::context::Context>>::with::<tokio[a382c77dbde72dfe]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   33:     0x5ee9e22bf97d - tokio[a382c77dbde72dfe]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context.rs:181:17
[INFO] [stdout]   34:     0x5ee9e234bdb0 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   35:     0x5ee9e234c0a6 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   36:     0x5ee9e234cfe0 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   37:     0x5ee9e22f7cb3 - tokio[a382c77dbde72dfe]::runtime::context::runtime::enter_runtime::<<tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x5ee9e2343f91 - <tokio[a382c77dbde72dfe]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   39:     0x5ee9e22d1464 - <tokio[a382c77dbde72dfe]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   40:     0x5ee9e22d162f - <tokio[a382c77dbde72dfe]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   41:     0x5ee9e219a410 - integration_test[cb6a9bfff10919ab]::test_replication_basic
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:3419:12
[INFO] [stdout]   42:     0x5ee9e20097b7 - integration_test[cb6a9bfff10919ab]::test_replication_basic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:3314:34
[INFO] [stdout]   43:     0x5ee9e21f03c6 - <integration_test[cb6a9bfff10919ab]::test_replication_basic::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5ee9e236792b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5ee9e236792b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x5ee9e237511b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x5ee9e237511b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x5ee9e237511b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x5ee9e237511b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x5ee9e237511b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5ee9e237511b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x5ee9e237511b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x5ee9e236e834 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x5ee9e236e834 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x5ee9e2377d22 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x5ee9e2377d22 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x5ee9e2377d22 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5ee9e2377d22 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5ee9e2377d22 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5ee9e2377d22 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x5ee9e2377d22 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5ee9e2a2c8cf - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   63:     0x5ee9e2a2c8cf - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x704b8d5e5aa4 - <unknown>
[INFO] [stdout]   65:     0x704b8d672a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_acl_save_load
[INFO] [stdout]     test_replication_basic
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 292 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.33s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] running `Command { std: "docker" "inspect" "e90948d6a0e4ae4437412e26300e9b6992a3e0c6d7919bcc971edf9ff6ccdfe4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e90948d6a0e4ae4437412e26300e9b6992a3e0c6d7919bcc971edf9ff6ccdfe4", kill_on_drop: false }`
[INFO] [stdout] e90948d6a0e4ae4437412e26300e9b6992a3e0c6d7919bcc971edf9ff6ccdfe4
