[INFO] cloning repository https://github.com/Jolah1/ghostKey
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jolah1/ghostKey" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJolah1%2FghostKey", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJolah1%2FghostKey'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0244e10330b36b1f5af5b8e84eacad492954ffaa
[INFO] testing Jolah1/ghostKey against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJolah1%2FghostKey" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Jolah1/ghostKey
[INFO] finished tweaking git repo https://github.com/Jolah1/ghostKey
[INFO] tweaked toml for git repo https://github.com/Jolah1/ghostKey written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Jolah1/ghostKey on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Jolah1/ghostKey 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe
[INFO] running `Command { std: "docker" "start" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling bitcoin-io v0.1.101
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling hex-conservative v0.2.2
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling bitcoin v0.32.101
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling bech32 v0.11.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.121
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling bitcoin_hashes v0.14.101
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling base58ck v0.1.101
[INFO] [stderr]    Compiling secp256k1 v0.29.1
[INFO] [stderr]    Compiling bitcoin-units v0.1.101
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling minreq v2.14.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling uuid v1.23.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling bip39 v2.2.2
[INFO] [stderr]    Compiling tokio-socks v0.5.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling bdk_core v0.4.1
[INFO] [stderr]    Compiling miniscript v12.3.6
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.121
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling bdk_chain v0.21.1
[INFO] [stderr]    Compiling bdk_wallet v1.2.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling jsonrpc v0.18.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling esplora-client v0.11.0
[INFO] [stderr]    Compiling ghostkey-core v0.1.0 (/opt/rustwide/workdir/crates/ghostkey-core)
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.121
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling bitcoincore-rpc-json v0.19.0
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling bdk_esplora v0.20.1
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling bitcoincore-rpc v0.19.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling email-encoding v0.4.1
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling hostname v0.4.2
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling quoted_printable v0.5.2
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling bdk_bitcoind_rpc v0.18.0
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling ghostkey-cli v0.1.0 (/opt/rustwide/workdir/crates/ghostkey-cli)
[INFO] [stderr]    Compiling ghostkey-wasm v0.1.0 (/opt/rustwide/workdir/crates/ghostkey-wasm)
[INFO] [stderr]    Compiling lettre v0.11.22
[INFO] [stderr]    Compiling ghostkey-server v0.1.0 (/opt/rustwide/workdir/crates/ghostkey-server)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 27s
[INFO] running `Command { std: "docker" "inspect" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling js-sys v0.3.98
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.71
[INFO] [stderr]    Compiling wasm-bindgen-test-shared v0.2.121
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling bdk_wallet v1.2.0
[INFO] [stderr]    Compiling minreq v2.14.1
[INFO] [stderr]    Compiling bitcoincore-rpc-json v0.19.0
[INFO] [stderr]    Compiling jsonrpc v0.18.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling ghostkey-core v0.1.0 (/opt/rustwide/workdir/crates/ghostkey-core)
[INFO] [stderr]    Compiling bitcoincore-rpc v0.19.0
[INFO] [stderr]    Compiling bdk_bitcoind_rpc v0.18.0
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling esplora-client v0.11.0
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.71
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.71
[INFO] [stderr]    Compiling bdk_esplora v0.20.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling ghostkey-wasm v0.1.0 (/opt/rustwide/workdir/crates/ghostkey-wasm)
[INFO] [stderr]    Compiling ghostkey-cli v0.1.0 (/opt/rustwide/workdir/crates/ghostkey-cli)
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling ghostkey-server v0.1.0 (/opt/rustwide/workdir/crates/ghostkey-server)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 48s
[INFO] running `Command { std: "docker" "inspect" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.72s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ghostkey-53a9042a6b4a4a19)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ghostkey_core-4961de886c819e60)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test keys::tests::vault_secret_changes_per_vault ... ok
[INFO] [stdout] test keys::tests::derives_account_xpub ... ok
[INFO] [stdout] test descriptor::tests::guardian_rejects_bad_timelock ... ok
[INFO] [stdout] test descriptor::tests::rejects_zero_and_overlong_timelocks ... ok
[INFO] [stdout] test descriptor::tests::builds_and_parses_descriptor_pair ... ok
[INFO] [stdout] test descriptor::tests::builds_guardian_descriptor_with_unlock_cltv ... ok
[INFO] [stdout] test descriptor::tests::builds_and_parses_guardian_descriptor_pair ... ok
[INFO] [stdout] test vault::tests::round_trip_via_config ... ok
[INFO] [stdout] test psbt::tests::owner_send_rejects_wrong_network_address ... ok
[INFO] [stdout] test psbt::tests::owner_policy_path_resolves ... ok
[INFO] [stdout] test psbt::tests::timelock_policy_path_resolves ... ok
[INFO] [stdout] test keys::tests::heir_derivation_is_deterministic_and_email_normalized ... ok
[INFO] [stdout] test wallet::tests::build_watch_only_works_and_reveals_address ... ok
[INFO] [stdout] test wallet::tests::build_heir_signing_wallet_matches_watch_only_addresses ... ok
[INFO] [stdout] test wallet::tests::build_owner_signing_wallet_matches_watch_only_addresses ... ok
[INFO] [stdout] test psbt::tests::signing_wallet_construction_smoke ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.50s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/regtest_e2e.rs (/opt/rustwide/target/debug/deps/regtest_e2e-c00e52060bde697a)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test emit_wasm_owner_fixture ... ignored
[INFO] [stdout] test guardian_claim_requires_heir_plus_one_guardian ... ignored
[INFO] [stdout] test guardian_unlock_height_gates_claim_until_reached ... ignored
[INFO] [stdout] test heir_signs_then_watch_only_finalizes_like_the_server ... ignored
[INFO] [stdout] test manual_psbt_claim_is_self_contained_and_signable ... ignored
[INFO] [stdout] test offline_sweep_owner_and_heir ... ignored
[INFO] [stdout] test owner_checkin_then_heir_claim ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ghostkey_server-ad1505fc11ac2306)
[INFO] [stdout] 
[INFO] [stdout] running 193 tests
[INFO] [stdout] test analytics::tests::label_allows_empty ... ok
[INFO] [stdout] test analytics::tests::event_name_shape_rules ... ok
[INFO] [stdout] test assist::tests::allows_ordinary_questions ... ok
[INFO] [stdout] test assist::tests::map_anthropic_error_handles_auth ... ok
[INFO] [stdout] test assist::tests::map_anthropic_error_handles_rate_limit ... ok
[INFO] [stdout] test assist::tests::rejects_extended_private_keys ... ok
[INFO] [stdout] test assist::tests::rejects_bip39_mnemonics ... ok
[INFO] [stdout] test assist::tests::map_anthropic_error_handles_low_credit ... ok
[INFO] [stdout] test assist::tests::map_anthropic_error_falls_back_on_unknown ... ok
[INFO] [stdout] test admin::tests::newsletter_export_round_trips_the_sealed_email ... ok
[INFO] [stdout] test auth::http_tests::checkin_with_wrong_owner_token_is_401 ... ok
[INFO] [stdout] test auth::http_tests::checkin_with_lightning_enabled_inside_window_succeeds ... ok
[INFO] [stdout] test auth::http_tests::checkin_with_lightning_enabled_null_eligible_is_409 ... ok
[INFO] [stdout] test auth::http_tests::checkin_with_lightning_enabled_outside_window_is_409 ... ok
[INFO] [stdout] test auth::http_tests::checkin_with_correct_owner_token_succeeds ... ok
[INFO] [stdout] test auth::http_tests::checkin_without_authorization_header_is_401 ... ok
[INFO] [stdout] test auth::http_tests::one_tap_checkin_second_tap_is_409 ... ok
[INFO] [stdout] test auth::http_tests::list_vaults_without_admin_auth_is_disabled_not_open ... ok
[INFO] [stdout] test auth::http_tests::nonexistent_vault_is_401_not_404 ... ok
[INFO] [stdout] test auth::http_tests::checkin_without_lightning_stays_free ... ok
[INFO] [stdout] test auth::tests::bearer_token_extracts_value ... ok
[INFO] [stdout] test auth::tests::bearer_token_rejects_empty_value ... ok
[INFO] [stdout] test auth::tests::bearer_token_rejects_missing_header ... ok
[INFO] [stdout] test auth::tests::bearer_token_rejects_non_bearer_scheme ... ok
[INFO] [stdout] test auth::tests::bearer_token_trims_padding ... ok
[INFO] [stdout] test auth::tests::cors_allowed_origins_default_is_localhost ... ok
[INFO] [stdout] test auth::tests::cors_allowed_origins_parses_csv ... ok
[INFO] [stdout] test config::tests::default_is_a_known_network ... ok
[INFO] [stdout] test config::tests::parse_network_accepts_all_four ... ok
[INFO] [stdout] test config::tests::parse_network_rejects_unknown_and_echoes_input ... ok
[INFO] [stdout] test crypto::tests::at_rest_token_passes_through_legacy_plaintext_rows ... ok
[INFO] [stdout] test crypto::tests::at_rest_token_round_trips_and_is_not_plaintext ... ok
[INFO] [stdout] test crypto::tests::at_rest_token_sealed_for_one_vault_will_not_open_for_another ... ok
[INFO] [stdout] test crypto::tests::claim_token_issue_and_match ... ok
[INFO] [stdout] test crypto::tests::claim_tokens_are_unique ... ok
[INFO] [stdout] test crypto::tests::different_vault_ids_cannot_open_each_others_ciphertext ... ok
[INFO] [stdout] test crypto::tests::each_seal_produces_a_fresh_nonce ... ok
[INFO] [stdout] test auth::http_tests::health_endpoint_is_open ... ok
[INFO] [stdout] test crypto::tests::master_key_accepts_padded_and_unpadded_base64 ... ok
[INFO] [stdout] test crypto::tests::empty_plaintext_round_trips ... ok
[INFO] [stdout] test auth::http_tests::legacy_row_without_token_is_401_even_with_a_token ... ok
[INFO] [stdout] test crypto::tests::master_key_from_cmd_rejects_malformed_output ... ok
[INFO] [stdout] test auth::http_tests::one_tap_checkin_with_correct_token_succeeds_and_clears_markers ... ok
[INFO] [stdout] test crypto::tests::master_key_from_cmd_fails_closed_on_nonzero_exit ... ok
[INFO] [stdout] test crypto::tests::owner_and_claim_token_namespaces_do_not_overlap ... ok
[INFO] [stdout] test crypto::tests::master_key_from_cmd_runs_and_parses_stdout ... ok
[INFO] [stdout] test crypto::tests::round_trip_seal_and_open ... ok
[INFO] [stdout] test demo::tests::ensure_demo_safe_allows_signet_regardless ... ok
[INFO] [stdout] test demo::tests::periods_below_demo_floor_are_rejected_in_either_mode ... ok
[INFO] [stdout] test crypto::tests::tampered_ciphertext_is_rejected ... ok
[INFO] [stdout] test demo::tests::production_floor_is_one_hour ... ok
[INFO] [stdout] test demo::tests::production_timelock_floor_is_about_one_day ... ok
[INFO] [stdout] test crypto::tests::owner_token_issue_and_match ... ok
[INFO] [stdout] test demo::tests::realistic_daily_cadence_always_validates ... ok
[INFO] [stdout] test demo::tests::realistic_timelocks_always_validate ... ok
[INFO] [stdout] test demo::tests::sub_day_timelock_is_rejected_in_either_mode ... ok
[INFO] [stdout] test demo::tests::timelock_zero_and_over_max_are_always_rejected ... ok
[INFO] [stdout] test demo::tests::validate_periods_rejects_negative_checkin ... ok
[INFO] [stdout] test demo::tests::validate_periods_rejects_negative_grace ... ok
[INFO] [stdout] test crypto::tests::owner_tokens_are_unique ... ok
[INFO] [stdout] test auth::http_tests::one_tap_checkin_with_right_token_for_wrong_vault_is_404 ... ok
[INFO] [stdout] test auth::http_tests::one_tap_checkin_with_wrong_token_is_404 ... ok
[INFO] [stdout] test drill::http_tests::start_drill_mints_token_and_leaves_real_state_alone ... ok
[INFO] [stdout] test auth::http_tests::one_tap_free_checkin_outside_last_resort_window_is_409 ... ok
[INFO] [stdout] test drill::http_tests::drill_token_resolves_as_drill_without_starting_a_claim ... ok
[INFO] [stdout] test drill::http_tests::drill_complete_records_the_fact_once ... ok
[INFO] [stdout] test lightning::tests::heartbeat_amount_env_override ... ok
[INFO] [stdout] test lightning::tests::http_provider_create_invoice_round_trips ... ok
[INFO] [stdout] test lightning::tests::http_provider_is_enabled_is_synchronous_and_cheap ... ok
[INFO] [stdout] test lightning::tests::http_provider_probe_caches_within_ttl ... ok
[INFO] [stdout] test lightning::tests::http_provider_rejects_bad_payment_hash ... ok
[INFO] [stdout] test lightning::tests::http_provider_rejects_wrong_secret ... ok
[INFO] [stdout] test lightning::tests::http_provider_rejects_zero_amount_locally ... ok
[INFO] [stdout] test drill::http_tests::drill_token_cannot_reach_key_material_or_broadcast ... ok
[INFO] [stdout] test lightning::tests::http_provider_status_mapping ... ok
[INFO] [stdout] test lightning::tests::noop_provider_reports_disabled ... ok
[INFO] [stdout] test drill::http_tests::start_drill_refuses_mid_claim ... ok
[INFO] [stdout] test drill::http_tests::unknown_drill_token_is_404 ... ok
[INFO] [stdout] test lnurl::tests::encode_is_uppercase_and_lnurl_prefixed ... ok
[INFO] [stdout] test lnurl::tests::error_json_has_status_error ... ok
[INFO] [stdout] test lnurl::tests::pay_request_pins_amount ... ok
[INFO] [stdout] test newsletter::tests::email_shape ... ok
[INFO] [stdout] test newsletter::tests::hash_is_normalized_and_stable ... ok
[INFO] [stdout] test newsletter::tests::source_cleaning ... ok
[INFO] [stdout] test drill::http_tests::start_drill_requires_owner_auth ... ok
[INFO] [stdout] test notifier::tests::backoff_grows_then_caps ... ok
[INFO] [stdout] test notifier::tests::channel_round_trip ... ok
[INFO] [stdout] test notifier::tests::smtp_config_defaults_when_only_host_set ... ok
[INFO] [stdout] test notifier::tests::twilio_config_honours_api_base_override ... ok
[INFO] [stdout] test notifier::tests::twilio_config_loads_when_all_four_vars_set ... ok
[INFO] [stdout] test notifier::tests::twilio_config_partial_returns_none ... ok
[INFO] [stdout] test notifier::tests::twilio_config_unset_returns_none_silently ... ok
[INFO] [stdout] test notifier::tests::twilio_http_4xx_surfaces_as_send_error ... ok
[INFO] [stdout] test notifier::tests::twilio_refuses_email_channel ... ok
[INFO] [stdout] test notifier::tests::twilio_sms_round_trips ... ok
[INFO] [stdout] test notifier::tests::twilio_whatsapp_prefixes_both_sides ... ok
[INFO] [stdout] test psbt_routes::tests::clean_esplora_err_4xx_includes_short_message ... ok
[INFO] [stdout] test psbt_routes::tests::clean_esplora_err_504_does_not_echo_html_body ... ok
[INFO] [stdout] test psbt_routes::tests::default_esplora_urls_per_network ... ok
[INFO] [stdout] test psbt_routes::tests::esplora_urls_respects_env ... ok
[INFO] [stdout] test psbt_routes::tests::explorer_base_follows_configured_indexer ... ok
[INFO] [stdout] test psbt_routes::tests::explorer_url_includes_txid ... ok
[INFO] [stdout] test psbt_routes::tests::parse_esplora_urls_rejects_empty ... ok
[INFO] [stdout] test psbt_routes::tests::parse_esplora_urls_rejects_plain_http_for_mainnet ... ok
[INFO] [stdout] test psbt_routes::tests::parse_esplora_urls_splits_fallback_list ... ok
[INFO] [stdout] test lightning::tests::fanout_runs_even_when_paid_vault_is_mid_period ... ok
[INFO] [stdout] test lightning::tests::fanout_skips_siblings_inside_their_period ... ok
[INFO] [stdout] test lightning::tests::paid_invoice_resets_vault_state_like_button_checkin ... ok
[INFO] [stdout] test psbt_routes::tests::try_each_esplora_fails_over_only_on_esplora_errors ... ok
[INFO] [stdout] test push::tests::assert_endpoint_rejects_non_https_and_literal_private ... ok
[INFO] [stdout] test push::tests::public_ip_classifier_rejects_internal_ranges ... ok
[INFO] [stdout] test push::tests::rejects_invalid_ua_public_key ... ok
[INFO] [stdout] test lightning::tests::mark_paid_is_idempotent ... ok
[INFO] [stdout] test push::tests::rejects_wrong_auth_secret_length ... ok
[INFO] [stdout] test lightning::tests::paid_invoice_fans_out_to_owner_siblings ... ok
[INFO] [stdout] test rate_limit::tests::capacity_one_allows_one_then_refuses ... ok
[INFO] [stdout] test rate_limit::tests::client_key_falls_back_to_peer_when_no_headers ... ok
[INFO] [stdout] test rate_limit::tests::client_key_falls_back_to_xff_first_hop ... ok
[INFO] [stdout] test rate_limit::tests::client_key_prefers_fly_header ... ok
[INFO] [stdout] test rate_limit::tests::different_clients_have_independent_buckets ... ok
[INFO] [stdout] test rate_limit::tests::parse_env_or_parses_valid_value ... ok
[INFO] [stdout] test rate_limit::tests::parse_env_or_rejects_out_of_range_value ... ok
[INFO] [stdout] test rate_limit::tests::parse_env_or_rejects_unparseable_value ... ok
[INFO] [stdout] test rate_limit::tests::parse_env_or_uses_default_when_unset ... ok
[INFO] [stdout] test push::tests::rfc8291_appendix_a_vector ... ok
[INFO] [stdout] test rate_limit::tests::refills_over_time ... ok
[INFO] [stdout] test newsletter::tests::subscribe_seals_dedupes_and_validates ... ok
[INFO] [stdout] test routes::tests::claim_is_live_locks_removal_once_claim_starts ... ok
[INFO] [stdout] test push::tests::vapid_header_shape ... ok
[INFO] [stdout] test routes::tests::end_to_end_descriptor_build_from_xpubs ... ok
[INFO] [stdout] test psbt_routes::tests::received_email_requires_verified_owner_contact ... ok
[INFO] [stdout] test psbt_routes::tests::received_email_skips_first_deposit_then_fires_once_per_scan ... ok
[INFO] [stdout] test psbt_routes::tests::record_new_deposits_emits_once_per_outpoint ... ok
[INFO] [stdout] test routes::tests::added_heir_inherits_owner_email_verification ... ok
[INFO] [stdout] test routes::tests::get_vault_heir_returns_decrypted_profile ... ok
[INFO] [stdout] test routes::tests::door_b_stores_no_heir_secret_or_claim_token ... ok
[INFO] [stdout] test routes::tests::guardian_vault_persists_heir_inline_and_two_guardian_rows ... ok
[INFO] [stdout] test routes::tests::guardian_token_resolves_to_sealed_key_then_locks_after_claim ... ok
[INFO] [stdout] test routes::tests::resolve_party_accepts_bare_xpub_with_explicit_fingerprint ... ok
[INFO] [stdout] test routes::tests::resolve_party_accepts_origin_tagged_xpub_without_explicit_fingerprint ... ok
[INFO] [stdout] test routes::tests::resolve_party_rejects_bare_xpub_without_fingerprint ... ok
[INFO] [stdout] test routes::tests::resolve_party_rejects_garbage_xpub ... ok
[INFO] [stdout] test routes::tests::guardian_vault_rejects_duplicate_keys ... ok
[INFO] [stdout] test routes::tests::resolve_party_rejects_origin_tag_with_mismatched_explicit_fingerprint ... ok
[INFO] [stdout] test routes::tests::guardian_vault_unlock_height_embeds_cltv ... ok
[INFO] [stdout] test routes::tests::health_reports_notifier_queue_health ... ok
[INFO] [stdout] test routes::tests::lightning_from_link_verifies_token_then_defers_to_provider ... ok
[INFO] [stdout] test routes::tests::resend_overwrites_token_and_old_link_dies ... ok
[INFO] [stdout] test routes::tests::verify_token_expiry_window ... ok
[INFO] [stdout] test routes::tests::same_owner_may_add_heirs_but_different_owner_key_conflicts ... ok
[INFO] [stdout] test routes::tests::resolve_claim_distinguishes_heir_and_guardian_tokens ... ok
[INFO] [stdout] test routes::tests::sealed_heir_and_claim_token_must_be_coupled ... ok
[INFO] [stdout] test routes::tests::verify_contact_rejects_unknown_vault ... ok
[INFO] [stdout] test routes::tests::verify_contact_rejects_wrong_token ... ok
[INFO] [stdout] test routes::tests::verify_contact_happy_path_sets_verified_and_clears_hash ... ok
[INFO] [stdout] test scheduler::tests::chain_scan_health_tracks_failure_streak ... ok
[INFO] [stdout] test scheduler::tests::alarm_enqueues_owner_notification_when_sealed_contact_present ... ok
[INFO] [stdout] test routes::tests::verifying_one_vault_verifies_all_siblings ... ok
[INFO] [stdout] test scheduler::tests::alarm_does_not_re_enqueue_on_subsequent_ticks ... ok
[INFO] [stdout] test scheduler::tests::alarmed_past_eligibility_transitions_and_issues_token ... ok
[INFO] [stdout] test scheduler::tests::alarm_skips_owner_notification_when_no_sealed_contact ... ok
[INFO] [stdout] test scheduler::tests::alarmed_before_eligibility_does_not_transition ... ok
[INFO] [stdout] test scheduler::tests::checkin_clears_markers_so_next_cycle_re_eligible ... ok
[INFO] [stdout] test scheduler::tests::claim_challenge_stamps_then_gates_then_opens ... ok
[INFO] [stdout] test scheduler::tests::claim_issued_event_does_not_contain_raw_token ... ok
[INFO] [stdout] test scheduler::tests::claim_link_includes_owner_name_and_note ... ok
[INFO] [stdout] test scheduler::tests::issue_ready_gates_on_onchain_maturity ... ok
[INFO] [stdout] test scheduler::tests::ln_gate_pauses_during_outage_and_grants_capped_recovery_grace ... ok
[INFO] [stdout] test scheduler::tests::ln_gate_recovery_grace_is_capped ... ok
[INFO] [stdout] test scheduler::tests::claim_ready_notice_marks_row_once ... ok
[INFO] [stdout] test scheduler::tests::does_not_reissue_token_for_vault_with_existing_hash ... ok
[INFO] [stdout] test scheduler::tests::claim_link_enqueued_for_whatsapp_heir ... ok
[INFO] [stdout] test scheduler::tests::funded_unfunded_vault_activates_and_starts_clock ... ok
[INFO] [stdout] test scheduler::tests::guardian_vault_trigger_enqueues_heir_plus_two_guardian_links ... ok
[INFO] [stdout] test admin::tests::verify_address_matches_a_real_vault_and_rejects_a_stranger ... ok
[INFO] [stdout] test scheduler::tests::heartbeat_upserts_single_row ... ok
[INFO] [stdout] test scheduler::tests::panic_alert_goes_to_trusted_contact ... ok
[INFO] [stdout] test scheduler::tests::password_vault_decrypts_sealed_at_rest_token_into_heir_link ... ok
[INFO] [stdout] test scheduler::tests::ok_past_deadline_transitions_to_alarmed ... ok
[INFO] [stdout] test scheduler::tests::password_vault_reuses_at_rest_token_after_checkin_cleared_hash ... ok
[INFO] [stdout] test scheduler::tests::password_vault_reuses_at_rest_token_on_trigger ... ok
[INFO] [stdout] test scheduler::tests::one_tap_token_is_reused_across_reminder_and_alarm ... ok
[INFO] [stdout] test scheduler::tests::pre_deadline_reminder_does_not_fire_outside_lead_window ... ok
[INFO] [stdout] test scheduler::tests::pre_deadline_reminder_fires_within_lead_window ... ok
[INFO] [stdout] test video_routes::tests::extracts_owner_xpub_with_origin ... ok
[INFO] [stdout] test video_routes::tests::none_when_no_pk ... ok
[INFO] [stdout] test scheduler::tests::pre_deadline_reminder_skips_when_no_sealed_contact ... ok
[INFO] [stdout] test scheduler::tests::unfunded_past_deadline_never_alarms ... ok
[INFO] [stdout] test scheduler::tests::pre_deadline_reminder_is_single_shot_per_cycle ... ok
[INFO] [stdout] test video_routes::claim_token_http_tests::claim_token_missing_at_rest_is_404 ... ok
[INFO] [stdout] test video_routes::claim_token_http_tests::claim_token_roundtrips_for_the_owner ... ok
[INFO] [stdout] test video_routes::claim_token_http_tests::claim_token_without_auth_is_401 ... ok
[INFO] [stdout] test video_routes::claim_token_http_tests::claim_token_with_wrong_owner_token_is_401 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 193 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ghostkey_wasm-dc22be6f327ffcba)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/native.rs (/opt/rustwide/target/debug/deps/native-6b5c8b00c39d34a5)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test owner_sweep_signs_native ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/web.rs (/opt/rustwide/target/debug/deps/web-82c61f4acd8a91aa)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ghostkey_core
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[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 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ghostkey_wasm
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe", kill_on_drop: false }`
[INFO] [stdout] 6d7360b7f6b4474b1062e17e247af265a2e2e867e5a8b11c8d0f48573a5f9bfe
