[INFO] cloning repository https://github.com/Aviksaikat/Git-leaks
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aviksaikat/Git-leaks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAviksaikat%2FGit-leaks", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAviksaikat%2FGit-leaks'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 84def1122f2d9757a66a6864df3ca6099000322f
[INFO] testing Aviksaikat/Git-leaks against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAviksaikat%2FGit-leaks" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Aviksaikat/Git-leaks
[INFO] finished tweaking git repo https://github.com/Aviksaikat/Git-leaks
[INFO] tweaked toml for git repo https://github.com/Aviksaikat/Git-leaks written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Aviksaikat/Git-leaks on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Aviksaikat/Git-leaks 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-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51e9bbd9d3456d30f9b7a457ed32b001e59f2d64e3a511cb55197f78b51f5328
[INFO] running `Command { std: "docker" "start" "-a" "51e9bbd9d3456d30f9b7a457ed32b001e59f2d64e3a511cb55197f78b51f5328", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51e9bbd9d3456d30f9b7a457ed32b001e59f2d64e3a511cb55197f78b51f5328", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51e9bbd9d3456d30f9b7a457ed32b001e59f2d64e3a511cb55197f78b51f5328", kill_on_drop: false }`
[INFO] [stdout] 51e9bbd9d3456d30f9b7a457ed32b001e59f2d64e3a511cb55197f78b51f5328
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f3dc5c9ea40332c7b2f9d95c8f263718de1bf4b7694a0bcafcbd29d198622b46
[INFO] running `Command { std: "docker" "start" "-a" "f3dc5c9ea40332c7b2f9d95c8f263718de1bf4b7694a0bcafcbd29d198622b46", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling gix-trace v0.1.18
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling bytesize v2.3.1
[INFO] [stderr]    Compiling human_format v1.2.1
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling gix-chunk v0.4.12
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling gix-bitmap v0.2.16
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling uluru v3.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling prodash v29.0.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling sha1-checked v0.10.0
[INFO] [stderr]    Compiling faster-hex v0.10.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling gix-sec v0.11.0
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling imara-diff v0.1.8
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling clru v0.6.3
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling io-close v0.3.7
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling rtoolbox v0.0.3
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling rpassword v7.4.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling gix-utils v0.3.1
[INFO] [stderr]    Compiling gix-validate v0.10.1
[INFO] [stderr]    Compiling gix-date v0.10.7
[INFO] [stderr]    Compiling gix-packetline-blocking v0.19.3
[INFO] [stderr]    Compiling gix-packetline v0.19.3
[INFO] [stderr]    Compiling gix-quote v0.6.2
[INFO] [stderr]    Compiling gix-path v0.10.22
[INFO] [stderr]    Compiling gix-actor v0.35.6
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling gix-features v0.42.1
[INFO] [stderr]    Compiling gix-command v0.6.5
[INFO] [stderr]    Compiling gix-config-value v0.15.3
[INFO] [stderr]    Compiling gix-mailmap v0.27.4
[INFO] [stderr]    Compiling gix-hash v0.18.0
[INFO] [stderr]    Compiling gix-fs v0.15.0
[INFO] [stderr]    Compiling gix-glob v0.20.1
[INFO] [stderr]    Compiling gix-url v0.31.0
[INFO] [stderr]    Compiling gix-prompt v0.11.2
[INFO] [stderr]    Compiling gix-hashtable v0.8.1
[INFO] [stderr]    Compiling gix-commitgraph v0.28.0
[INFO] [stderr]    Compiling gix-tempfile v17.1.0
[INFO] [stderr]    Compiling gix-attributes v0.26.1
[INFO] [stderr]    Compiling gix-ignore v0.15.0
[INFO] [stderr]    Compiling gix-object v0.49.1
[INFO] [stderr]    Compiling gix-transport v0.47.0
[INFO] [stderr]    Compiling gix-credentials v0.29.0
[INFO] [stderr]    Compiling gix-lock v17.1.0
[INFO] [stderr]    Compiling gix-shallow v0.4.0
[INFO] [stderr]    Compiling gix-pathspec v0.11.0
[INFO] [stderr]    Compiling gix-revwalk v0.20.1
[INFO] [stderr]    Compiling gix-ref v0.52.1
[INFO] [stderr]    Compiling gix-filter v0.19.2
[INFO] [stderr]    Compiling gix-pack v0.59.1
[INFO] [stderr]    Compiling gix-traverse v0.46.2
[INFO] [stderr]    Compiling gix-revision v0.34.1
[INFO] [stderr]    Compiling gix-negotiate v0.20.1
[INFO] [stderr]    Compiling gix-index v0.40.1
[INFO] [stderr]    Compiling gix-worktree-stream v0.21.2
[INFO] [stderr]    Compiling gix-refspec v0.30.1
[INFO] [stderr]    Compiling gix-archive v0.21.2
[INFO] [stderr]    Compiling gix-discover v0.40.1
[INFO] [stderr]    Compiling gix-config v0.45.1
[INFO] [stderr]    Compiling gix-protocol v0.50.1
[INFO] [stderr]    Compiling gix-odb v0.69.1
[INFO] [stderr]    Compiling gix-worktree v0.41.0
[INFO] [stderr]    Compiling gix-diff v0.52.1
[INFO] [stderr]    Compiling gix-dir v0.14.1
[INFO] [stderr]    Compiling gix-worktree-state v0.19.0
[INFO] [stderr]    Compiling gix-status v0.19.1
[INFO] [stderr]    Compiling gix-submodule v0.19.1
[INFO] [stderr]    Compiling gix v0.72.1
[INFO] [stderr]    Compiling git-leaks v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "f3dc5c9ea40332c7b2f9d95c8f263718de1bf4b7694a0bcafcbd29d198622b46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3dc5c9ea40332c7b2f9d95c8f263718de1bf4b7694a0bcafcbd29d198622b46", kill_on_drop: false }`
[INFO] [stdout] f3dc5c9ea40332c7b2f9d95c8f263718de1bf4b7694a0bcafcbd29d198622b46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91a364103e1b9ddf68f6342b55ccc8f5155ec8e90f59f0ad42abcf6f902d0641
[INFO] running `Command { std: "docker" "start" "-a" "91a364103e1b9ddf68f6342b55ccc8f5155ec8e90f59f0ad42abcf6f902d0641", kill_on_drop: false }`
[INFO] [stderr]    Compiling git-leaks v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.35s
[INFO] running `Command { std: "docker" "inspect" "91a364103e1b9ddf68f6342b55ccc8f5155ec8e90f59f0ad42abcf6f902d0641", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91a364103e1b9ddf68f6342b55ccc8f5155ec8e90f59f0ad42abcf6f902d0641", kill_on_drop: false }`
[INFO] [stdout] 91a364103e1b9ddf68f6342b55ccc8f5155ec8e90f59f0ad42abcf6f902d0641
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f3fb174ac32b9980517d290848b290a68c1f4be07860d8de3ae9b06f22531184
[INFO] running `Command { std: "docker" "start" "-a" "f3fb174ac32b9980517d290848b290a68c1f4be07860d8de3ae9b06f22531184", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_leaks-eb571cb93ceaaec7)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test validate::tests::test_curve_order_invalid ... ok
[INFO] [stdout] test validate::tests::test_max_valid_key ... ok
[INFO] [stdout] test validate::tests::test_short_hex_invalid ... ok
[INFO] [stdout] test validate::tests::test_valid_hardhat_key ... ok
[INFO] [stdout] test validate::tests::test_zero_key_invalid ... ok
[INFO] [stdout] test validate::tests::test_non_hex_invalid ... ok
[INFO] [stdout] test validate::tests::test_above_curve_order_invalid ... ok
[INFO] [stdout] test validate::tests::test_valid_key_no_prefix ... ok
[INFO] [stdout] test validate::tests::test_leaked_key ... ok
[INFO] [stdout] test patterns::tests::test_evm_private_key ... ok
[INFO] [stdout] test patterns::tests::test_no_false_positive_on_plain_hex ... ok
[INFO] [stdout] test patterns::tests::test_aws_access_key ... ok
[INFO] [stdout] test patterns::tests::test_evm_private_key_camelcase_single_quotes ... ok
[INFO] [stdout] test patterns::tests::test_pem_key ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f3fb174ac32b9980517d290848b290a68c1f4be07860d8de3ae9b06f22531184", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3fb174ac32b9980517d290848b290a68c1f4be07860d8de3ae9b06f22531184", kill_on_drop: false }`
[INFO] [stdout] f3fb174ac32b9980517d290848b290a68c1f4be07860d8de3ae9b06f22531184
