[INFO] cloning repository https://github.com/vegetarianz/simplekv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vegetarianz/simplekv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvegetarianz%2Fsimplekv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvegetarianz%2Fsimplekv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3c0f37de10abcc8ad4dffcc39af643135ccb322f
[INFO] testing vegetarianz/simplekv against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvegetarianz%2Fsimplekv" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vegetarianz/simplekv
[INFO] finished tweaking git repo https://github.com/vegetarianz/simplekv
[INFO] tweaked toml for git repo https://github.com/vegetarianz/simplekv written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vegetarianz/simplekv on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vegetarianz/simplekv 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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prost-types v0.8.0
[INFO] [stderr]   Downloaded prost-derive v0.8.0
[INFO] [stderr]   Downloaded dashmap v5.2.0
[INFO] [stderr]   Downloaded prost v0.8.0
[INFO] [stderr]   Downloaded which v4.2.4
[INFO] [stderr]   Downloaded der-oid-macro v0.5.0
[INFO] [stderr]   Downloaded oid-registry v0.2.0
[INFO] [stderr]   Downloaded certify v0.3.1
[INFO] [stderr]   Downloaded async-prost v0.2.1
[INFO] [stderr]   Downloaded yamux v0.10.1
[INFO] [stderr]   Downloaded mio v0.8.1
[INFO] [stderr]   Downloaded x509-parser v0.12.0
[INFO] [stderr]   Downloaded der-parser v6.0.1
[INFO] [stderr]   Downloaded sled v0.34.7
[INFO] [stderr]   Downloaded prost-build v0.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c37db9cbfbeb3eb6cb8dbcf30bf1e408d9973287e0200c34103ff2977981921
[INFO] running `Command { std: "docker" "start" "-a" "4c37db9cbfbeb3eb6cb8dbcf30bf1e408d9973287e0200c34103ff2977981921", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c37db9cbfbeb3eb6cb8dbcf30bf1e408d9973287e0200c34103ff2977981921", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c37db9cbfbeb3eb6cb8dbcf30bf1e408d9973287e0200c34103ff2977981921", kill_on_drop: false }`
[INFO] [stdout] 4c37db9cbfbeb3eb6cb8dbcf30bf1e408d9973287e0200c34103ff2977981921
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffade333107b0bf64eecb522760895374e1b2910b02731794482f27a8c9f2185
[INFO] running `Command { std: "docker" "start" "-a" "ffade333107b0bf64eecb522760895374e1b2910b02731794482f27a8c9f2185", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.120
[INFO] [stderr]    Compiling syn v1.0.89
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.1
[INFO] [stderr]    Compiling anyhow v1.0.56
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.23
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling miniz_oxide v0.5.1
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling http v0.2.6
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling petgraph v0.5.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.1
[INFO] [stderr]    Compiling which v4.2.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling prost-build v0.8.0
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling dashmap v5.2.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling flate2 v1.0.23
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling prost-derive v0.8.0
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling tracing-attributes v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling tokio v1.17.0
[INFO] [stderr]    Compiling rustls-native-certs v0.5.0
[INFO] [stderr]    Compiling tracing v0.1.32
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling prost v0.8.0
[INFO] [stderr]    Compiling prost-types v0.8.0
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling yamux v0.10.1
[INFO] [stderr]    Compiling simplekv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-util v0.7.1
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stdout] warning: named argument `field__0` is not used by name
[INFO] [stdout]   --> src/error.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[error("Cannot process command {0} with table: {1}, key: {2}. Error: {}")]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/storage/memory.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn get_or_create_table(&self, name: &str) -> Ref<String, DashMap<String, Value>> {
[INFO] [stdout]    |                            ^^^^^                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn get_or_create_table(&self, name: &str) -> Ref<'_, String, DashMap<String, Value>> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.83s
[INFO] running `Command { std: "docker" "inspect" "ffade333107b0bf64eecb522760895374e1b2910b02731794482f27a8c9f2185", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffade333107b0bf64eecb522760895374e1b2910b02731794482f27a8c9f2185", kill_on_drop: false }`
[INFO] [stdout] ffade333107b0bf64eecb522760895374e1b2910b02731794482f27a8c9f2185
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e8ff50256c8e5321514a2d53abd4d38f0b84c269957fa3ca2b3216be2e51d792
[INFO] running `Command { std: "docker" "start" "-a" "e8ff50256c8e5321514a2d53abd4d38f0b84c269957fa3ca2b3216be2e51d792", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling which v4.2.4
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling oid-registry v0.2.0
[INFO] [stderr]    Compiling data-encoding v2.3.2
[INFO] [stderr]    Compiling pem v0.8.3
[INFO] [stderr]    Compiling prost-build v0.8.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling yasna v0.4.0
[INFO] [stderr]    Compiling tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling prost-derive v0.8.0
[INFO] [stderr]    Compiling der-oid-macro v0.5.0
[INFO] [stderr]    Compiling der-parser v6.0.1
[INFO] [stderr]    Compiling prost v0.8.0
[INFO] [stderr]    Compiling async-prost v0.2.1
[INFO] [stderr]    Compiling prost-types v0.8.0
[INFO] [stderr]    Compiling x509-parser v0.12.0
[INFO] [stderr]    Compiling rcgen v0.8.14
[INFO] [stderr]    Compiling simplekv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling certify v0.3.1
[INFO] [stdout] warning: named argument `field__0` is not used by name
[INFO] [stdout]   --> src/error.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[error("Cannot process command {0} with table: {1}, key: {2}. Error: {}")]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/storage/memory.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn get_or_create_table(&self, name: &str) -> Ref<String, DashMap<String, Value>> {
[INFO] [stdout]    |                            ^^^^^                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn get_or_create_table(&self, name: &str) -> Ref<'_, String, DashMap<String, Value>> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: named argument `field__0` is not used by name
[INFO] [stdout]   --> src/error.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[error("Cannot process command {0} with table: {1}, key: {2}. Error: {}")]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused pinned boxed `futures::Stream` trait object that must be used
[INFO] [stdout]   --> src/service/topic_service.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         dispatch_stream(cmd, topic.clone());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: streams do nothing unless polled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/storage/memory.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn get_or_create_table(&self, name: &str) -> Ref<String, DashMap<String, Value>> {
[INFO] [stdout]    |                            ^^^^^                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn get_or_create_table(&self, name: &str) -> Ref<'_, String, DashMap<String, Value>> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.07s
[INFO] running `Command { std: "docker" "inspect" "e8ff50256c8e5321514a2d53abd4d38f0b84c269957fa3ca2b3216be2e51d792", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8ff50256c8e5321514a2d53abd4d38f0b84c269957fa3ca2b3216be2e51d792", kill_on_drop: false }`
[INFO] [stdout] e8ff50256c8e5321514a2d53abd4d38f0b84c269957fa3ca2b3216be2e51d792
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fa3deac70ccc16712cc9b764e3df5790e7ba6e8268eaeba7e27151129ea672bf
[INFO] running `Command { std: "docker" "start" "-a" "fa3deac70ccc16712cc9b764e3df5790e7ba6e8268eaeba7e27151129ea672bf", kill_on_drop: false }`
[INFO] [stderr] warning: named argument `field__0` is not used by name
[INFO] [stderr]   --> src/error.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 |     #[error("Cannot process command {0} with table: {1}, key: {2}. Error: {}")]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/storage/memory.rs:19:28
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn get_or_create_table(&self, name: &str) -> Ref<String, DashMap<String, Value>> {
[INFO] [stderr]    |                            ^^^^^                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                            |
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn get_or_create_table(&self, name: &str) -> Ref<'_, String, DashMap<String, Value>> {
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `simplekv` (lib) generated 2 warnings (run `cargo fix --lib -p simplekv` to apply 1 suggestion)
[INFO] [stderr] warning: unused pinned boxed `futures::Stream` trait object that must be used
[INFO] [stderr]   --> src/service/topic_service.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |         dispatch_stream(cmd, topic.clone());
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: streams do nothing unless polled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `simplekv` (lib test) generated 3 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simplekv-1b48cbf6f33484cc)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test network::frame::tests::command_request_encode_decode_should_work ... ok
[INFO] [stdout] test network::frame::tests::command_response_encode_decode_should_work ... ok
[INFO] [stdout] test network::frame::tests::command_response_compressed_encode_decode_should_work ... ok
[INFO] [stdout] test network::frame::tests::read_frame_should_work ... ok
[INFO] [stdout] test network::stream::tests::prost_stream_should_work ... ok
[INFO] [stdout] test network::multiplex::tests::yamux_ctrl_creation_should_work ... ok
[INFO] [stdout] test network::tests::client_server_basic_communication_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hget_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hgetall_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hmset_should_work ... ok
[INFO] [stdout] test service::tests::event_registration_should_work ... ok
[INFO] [stdout] test service::topic::tests::pub_sub_should_work ... ok
[INFO] [stdout] test service::topic_service::tests::dispatch_publish_should_work ... ok
[INFO] [stdout] test service::tests::service_should_works ... ok
[INFO] [stdout] test service::topic_service::tests::dispatch_unsubscribe_random_id_should_error ... ok
[INFO] [stdout] test service::topic_service::tests::dispatch_unsubscribe_should_work ... ok
[INFO] [stdout] test service::topic_service::tests::dispatch_subscribe_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hdel_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hexist_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hget_with_non_exist_key_should_return_404 ... ok
[INFO] [stdout] test storage::memory::tests::get_or_create_table_should_work ... ok
[INFO] [stdout] test storage::tests::memtable_basic_interface_should_work ... ok
[INFO] [stdout] test storage::tests::memtable_iter_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hmdel_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hset_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hmexist_should_work ... ok
[INFO] [stdout] test service::topic_service::tests::dispatch_subscribe_abnormal_quit_should_be_removed_on_next_publish ... ok
[INFO] [stdout] test network::tests::client_server_compression_should_work ... ok
[INFO] [stdout] test service::command_service::tests::hmget_should_work ... ok
[INFO] [stdout] test storage::tests::memtable_get_all_should_work ... ok
[INFO] [stdout] test network::tls::tests::tls_with_bad_domain_should_not_work ... ok
[INFO] [stdout] test network::tls::tests::tls_should_work ... ok
[INFO] [stdout] test network::tls::tests::tls_with_client_cert_should_work ... FAILED
[INFO] [stdout] test storage::tests::sleddb_get_all_should_work ... ok
[INFO] [stdout] test storage::tests::sleddb_basic_interface_should_work ... ok
[INFO] [stdout] test storage::tests::sleddb_iter_should_work ... ok
[INFO] [stdout] test network::multiplex::tests::yamux_ctrl_client_server_should_work ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- network::tls::tests::tls_with_client_cert_should_work stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::tls::tests::tls_with_client_cert_should_work' (37) panicked at src/network/tls.rs:242:60:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: IoError(Custom { kind: InvalidData, error: WebPKIError(CertExpired) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6233ebc41422 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6233ebc41422 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6233ebc41422 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6233ebc41422 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6233ebc52dfa - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6233ebc52dfa - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x6233ebc0ce96 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6233ebc0ce96 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x6233ebc1fd39 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6233ebc1fd39 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6233ebc1fbd1 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6233eb7b094e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x6233eb7b094e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6233ebc20062 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x6233ebc20062 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6233ebc1fdf8 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6233ebc1a9e9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6233ebc010ed - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6233ebc5bd1c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6233ebc5b492 - core::result::unwrap_failed::hf2d1f30a3ac850fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6233eb717bce - core::result::Result<T,E>::unwrap::h8bcbeafe727e90b5
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6233eb717bce - simplekv::network::tls::tests::start_server::{{closure}}::{{closure}}::hf022989c44cb416f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/tls.rs:242:60
[INFO] [stdout]   22:     0x6233eb6827f9 - tokio::runtime::task::core::CoreStage<T>::poll::{{closure}}::he8ebc590c694299d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/task/core.rs:161:24
[INFO] [stdout]   23:     0x6233eb66fb76 - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::h972b161b22a3ad1d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   24:     0x6233eb681972 - tokio::runtime::task::core::CoreStage<T>::poll::hea52bbde4238492b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/task/core.rs:151:24
[INFO] [stdout]   25:     0x6233eb5e4e8d - tokio::runtime::task::harness::poll_future::{{closure}}::h96d376bc8905eefc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/task/harness.rs:467:30
[INFO] [stdout]   26:     0x6233eb744400 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h10b8a2b0fd785900
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x6233eb747d8e - std::panicking::catch_unwind::do_call::hcfe1d66e78088048
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x6233eb6e265b - __rust_try
[INFO] [stdout]   29:     0x6233eb6d8e73 - std::panicking::catch_unwind::hb6b96dcf38310007
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6233eb6d8e73 - std::panic::catch_unwind::hc5d722db55f4c7db
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6233eb5e2b9c - tokio::runtime::task::harness::poll_future::h7e1c5a9c460f9c8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/task/harness.rs:455:18
[INFO] [stdout]   32:     0x6233eb5e6a91 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::h6610d056acf1ac65
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/task/harness.rs:103:27
[INFO] [stdout]   33:     0x6233eb5f28e3 - tokio::runtime::task::harness::Harness<T,S>::poll::ha230d0068cfe9b73
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   34:     0x6233eb6b45cb - tokio::runtime::task::raw::poll::hc7e4fad30a6ad0e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/task/raw.rs:128:13
[INFO] [stdout]   35:     0x6233ebb2fab7 - tokio::runtime::task::raw::RawTask::poll::h71fc692f967f5e22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/task/raw.rs:80:18
[INFO] [stdout]   36:     0x6233eb6751b1 - tokio::runtime::task::LocalNotified<S>::run::hc6b7fbbc5d55c959
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/task/mod.rs:347:13
[INFO] [stdout]   37:     0x6233eb63b0aa - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h85bb257bc1b681ed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/basic_scheduler.rs:532:30
[INFO] [stdout]   38:     0x6233eb76c43c - tokio::coop::with_budget::{{closure}}::hed2cd03f89b5e9f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/coop.rs:102:9
[INFO] [stdout]   39:     0x6233eb6125c7 - std::thread::local::LocalKey<T>::try_with::h721d1b3f28b9583d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   40:     0x6233eb60f14e - std::thread::local::LocalKey<T>::with::hb9bb72c12d64aa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   41:     0x6233eb629882 - tokio::coop::with_budget::h7345f7bf8cff2be3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/coop.rs:95:13
[INFO] [stdout]   42:     0x6233eb629882 - tokio::coop::budget::he36497f719e54552
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/coop.rs:72:5
[INFO] [stdout]   43:     0x6233eb629882 - tokio::runtime::basic_scheduler::Context::run_task::{{closure}}::h8552a3bdf1907f80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/basic_scheduler.rs:291:29
[INFO] [stdout]   44:     0x6233eb626436 - tokio::runtime::basic_scheduler::Context::enter::haea376e43ab9b8bf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/basic_scheduler.rs:356:19
[INFO] [stdout]   45:     0x6233eb629398 - tokio::runtime::basic_scheduler::Context::run_task::he3790449c805b4d4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/basic_scheduler.rs:291:14
[INFO] [stdout]   46:     0x6233eb6373bc - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::h806e8821eef4e856
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/basic_scheduler.rs:531:42
[INFO] [stdout]   47:     0x6233eb630c24 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h7381646ea67109d1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/basic_scheduler.rs:555:57
[INFO] [stdout]   48:     0x6233eb70ec63 - tokio::macros::scoped_tls::ScopedKey<T>::set::h927bf87a1d98290b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   49:     0x6233eb62d63f - tokio::runtime::basic_scheduler::CoreGuard::enter::h11bc5a21697c0bf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/basic_scheduler.rs:555:35
[INFO] [stdout]   50:     0x6233eb6310a5 - tokio::runtime::basic_scheduler::CoreGuard::block_on::h9cafae86c1d2effd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/basic_scheduler.rs:488:14
[INFO] [stdout]   51:     0x6233eb61fc30 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::hc0ee492b60306a78
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/basic_scheduler.rs:168:29
[INFO] [stdout]   52:     0x6233eb69de0a - tokio::runtime::Runtime::block_on::h0596e3e544e5f6f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.17.0/src/runtime/mod.rs:475:51
[INFO] [stdout]   53:     0x6233eb71930d - simplekv::network::tls::tests::tls_with_client_cert_should_work::hbfd28c5218c554fe
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/tls.rs:217:11
[INFO] [stdout]   54:     0x6233eb7193c7 - simplekv::network::tls::tests::tls_with_client_cert_should_work::{{closure}}::h5a0b8576fbc9444c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/tls.rs:207:52
[INFO] [stdout]   55:     0x6233eb5faa76 - core::ops::function::FnOnce::call_once::h86e515ffb4acc8f9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x6233eb7b070b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x6233eb7b070b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   58:     0x6233eb7c411a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   59:     0x6233eb7c411a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x6233eb7c411a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x6233eb7c411a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x6233eb7c411a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x6233eb7c411a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   64:     0x6233eb7c411a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   65:     0x6233eb79e574 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   66:     0x6233eb79e574 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x6233eb7a1f12 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   68:     0x6233eb7a1f12 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   69:     0x6233eb7a1f12 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x6233eb7a1f12 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x6233eb7a1f12 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x6233eb7a1f12 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   73:     0x6233eb7a1f12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x6233ebc15a8f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   75:     0x6233ebc15a8f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   76:     0x798e414aaaa4 - <unknown>
[INFO] [stdout]   77:     0x798e41537a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] Error: received fatal alert: HandshakeFailure
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     network::tls::tests::tls_with_client_cert_should_work
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 36 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "fa3deac70ccc16712cc9b764e3df5790e7ba6e8268eaeba7e27151129ea672bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa3deac70ccc16712cc9b764e3df5790e7ba6e8268eaeba7e27151129ea672bf", kill_on_drop: false }`
[INFO] [stdout] fa3deac70ccc16712cc9b764e3df5790e7ba6e8268eaeba7e27151129ea672bf
