[INFO] cloning repository https://github.com/zuramai/verihubs-mcp-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zuramai/verihubs-mcp-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzuramai%2Fverihubs-mcp-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzuramai%2Fverihubs-mcp-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bc5900801c874dc1759d461ccf1b1e8f16f682fd
[INFO] testing zuramai/verihubs-mcp-server against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzuramai%2Fverihubs-mcp-server" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zuramai/verihubs-mcp-server
[INFO] finished tweaking git repo https://github.com/zuramai/verihubs-mcp-server
[INFO] tweaked toml for git repo https://github.com/zuramai/verihubs-mcp-server written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zuramai/verihubs-mcp-server on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zuramai/verihubs-mcp-server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 70727f362f03f0904d1380dfed96b0e0cc24ac1011aa724f74f5c53b3acbecc5
[INFO] running `Command { std: "docker" "start" "-a" "70727f362f03f0904d1380dfed96b0e0cc24ac1011aa724f74f5c53b3acbecc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "70727f362f03f0904d1380dfed96b0e0cc24ac1011aa724f74f5c53b3acbecc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70727f362f03f0904d1380dfed96b0e0cc24ac1011aa724f74f5c53b3acbecc5", kill_on_drop: false }`
[INFO] [stdout] 70727f362f03f0904d1380dfed96b0e0cc24ac1011aa724f74f5c53b3acbecc5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 915c00e0198655e97c2eab4f3e11942a442d757e86e9b11b6971eef992452df7
[INFO] running `Command { std: "docker" "start" "-a" "915c00e0198655e97c2eab4f3e11942a442d757e86e9b11b6971eef992452df7", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling tokio v1.46.0
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling sse-stream v0.2.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling schemars_derive v1.0.3
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling rmcp-macros v0.2.0 (https://github.com/modelcontextprotocol/rust-sdk?branch=main#c0f37200)
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling schemars v1.0.3
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling rmcp v0.2.0 (https://github.com/modelcontextprotocol/rust-sdk?branch=main#c0f37200)
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling reqwest v0.12.22
[INFO] [stderr]    Compiling verihubs-mcp-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `StreamableHttpServerConfig`
[INFO] [stdout]  --> src/main.rs:1:84
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rmcp::transport::{streamable_http_server::session::local::LocalSessionManager, StreamableHttpServerConfig, StreamableHttpService};
[INFO] [stdout]   |                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HeaderValue`
[INFO] [stdout]  --> src/service/mod.rs:1:29
[INFO] [stdout]   |
[INFO] [stdout] 1 | use axum::http::{HeaderMap, HeaderValue};
[INFO] [stdout]   |                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ApiError`, `FetchError`, and `InternalError` are never constructed
[INFO] [stdout]   --> src/error.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum McpError {
[INFO] [stdout]    |          -------- variants in this enum
[INFO] [stdout]  6 |     #[error("Api error {0}")]
[INFO] [stdout]  7 |     ApiError(String),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]  8 |     #[error("Fetch error {0}")]
[INFO] [stdout]  9 |     FetchError(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     InternalError,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `McpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "915c00e0198655e97c2eab4f3e11942a442d757e86e9b11b6971eef992452df7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "915c00e0198655e97c2eab4f3e11942a442d757e86e9b11b6971eef992452df7", kill_on_drop: false }`
[INFO] [stdout] 915c00e0198655e97c2eab4f3e11942a442d757e86e9b11b6971eef992452df7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aaab80c55098566896cf33138de8bf57357139628c237bed714190196407e502
[INFO] running `Command { std: "docker" "start" "-a" "aaab80c55098566896cf33138de8bf57357139628c237bed714190196407e502", kill_on_drop: false }`
[INFO] [stderr]    Compiling verihubs-mcp-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `StreamableHttpServerConfig`
[INFO] [stdout]  --> src/main.rs:1:84
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rmcp::transport::{streamable_http_server::session::local::LocalSessionManager, StreamableHttpServerConfig, StreamableHttpService};
[INFO] [stdout]   |                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HeaderValue`
[INFO] [stdout]  --> src/service/mod.rs:1:29
[INFO] [stdout]   |
[INFO] [stdout] 1 | use axum::http::{HeaderMap, HeaderValue};
[INFO] [stdout]   |                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ApiError`, `FetchError`, and `InternalError` are never constructed
[INFO] [stdout]   --> src/error.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum McpError {
[INFO] [stdout]    |          -------- variants in this enum
[INFO] [stdout]  6 |     #[error("Api error {0}")]
[INFO] [stdout]  7 |     ApiError(String),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]  8 |     #[error("Fetch error {0}")]
[INFO] [stdout]  9 |     FetchError(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     InternalError,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `McpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.28s
[INFO] running `Command { std: "docker" "inspect" "aaab80c55098566896cf33138de8bf57357139628c237bed714190196407e502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aaab80c55098566896cf33138de8bf57357139628c237bed714190196407e502", kill_on_drop: false }`
[INFO] [stdout] aaab80c55098566896cf33138de8bf57357139628c237bed714190196407e502
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fe0b65dc2ffe9b8199e9c3f8b7a420deb7a41cd9979a4d22acdc79bcdbc3618c
[INFO] running `Command { std: "docker" "start" "-a" "fe0b65dc2ffe9b8199e9c3f8b7a420deb7a41cd9979a4d22acdc79bcdbc3618c", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `StreamableHttpServerConfig`
[INFO] [stderr]  --> src/main.rs:1:84
[INFO] [stderr]   |
[INFO] [stderr] 1 | use rmcp::transport::{streamable_http_server::session::local::LocalSessionManager, StreamableHttpServerConfig, StreamableHttpService};
[INFO] [stderr]   |                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `HeaderValue`
[INFO] [stderr]  --> src/service/mod.rs:1:29
[INFO] [stderr]   |
[INFO] [stderr] 1 | use axum::http::{HeaderMap, HeaderValue};
[INFO] [stderr]   |                             ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `ApiError`, `FetchError`, and `InternalError` are never constructed
[INFO] [stderr]   --> src/error.rs:7:5
[INFO] [stderr]    |
[INFO] [stderr]  5 | pub enum McpError {
[INFO] [stderr]    |          -------- variants in this enum
[INFO] [stderr]  6 |     #[error("Api error {0}")]
[INFO] [stderr]  7 |     ApiError(String),
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]  8 |     #[error("Fetch error {0}")]
[INFO] [stderr]  9 |     FetchError(String),
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 15 |     InternalError,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `McpError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `verihubs-mcp-server` (bin "verihubs-mcp-server" test) generated 3 warnings (run `cargo fix --bin "verihubs-mcp-server" -p verihubs-mcp-server --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/verihubs_mcp_server-9a953fba1c609aaf)
[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" "fe0b65dc2ffe9b8199e9c3f8b7a420deb7a41cd9979a4d22acdc79bcdbc3618c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe0b65dc2ffe9b8199e9c3f8b7a420deb7a41cd9979a4d22acdc79bcdbc3618c", kill_on_drop: false }`
[INFO] [stdout] fe0b65dc2ffe9b8199e9c3f8b7a420deb7a41cd9979a4d22acdc79bcdbc3618c
