[INFO] cloning repository https://github.com/shadyproject/crx-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shadyproject/crx-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshadyproject%2Fcrx-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshadyproject%2Fcrx-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fe32818dc63cef5739e4e221d8dcfa88ccae1810
[INFO] testing shadyproject/crx-rs against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshadyproject%2Fcrx-rs" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shadyproject/crx-rs
[INFO] finished tweaking git repo https://github.com/shadyproject/crx-rs
[INFO] tweaked toml for git repo https://github.com/shadyproject/crx-rs written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shadyproject/crx-rs on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shadyproject/crx-rs 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libz-rs-sys v0.5.1
[INFO] [stderr]   Downloaded xz2 v0.1.7
[INFO] [stderr]   Downloaded deflate64 v0.1.9
[INFO] [stderr]   Downloaded lzma-rs v0.3.0
[INFO] [stderr]   Downloaded bzip2 v0.5.2
[INFO] [stderr]   Downloaded zlib-rs v0.5.1
[INFO] [stderr]   Downloaded zip-extract v0.3.0
[INFO] [stderr]   Downloaded bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]   Downloaded lzma-sys v0.1.20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2e8fc06fa9f1d43e5d9226822ff3c306858753adc2d4fcb29b46a6f95398f9b6
[INFO] running `Command { std: "docker" "start" "-a" "2e8fc06fa9f1d43e5d9226822ff3c306858753adc2d4fcb29b46a6f95398f9b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e8fc06fa9f1d43e5d9226822ff3c306858753adc2d4fcb29b46a6f95398f9b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e8fc06fa9f1d43e5d9226822ff3c306858753adc2d4fcb29b46a6f95398f9b6", kill_on_drop: false }`
[INFO] [stdout] 2e8fc06fa9f1d43e5d9226822ff3c306858753adc2d4fcb29b46a6f95398f9b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8da4d4ce53c90284de219428d728b8ca829b335e14e92551289615b4d96c4979
[INFO] running `Command { std: "docker" "start" "-a" "8da4d4ce53c90284de219428d728b8ca829b335e14e92551289615b4d96c4979", kill_on_drop: false }`
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling zlib-rs v0.5.1
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling deflate64 v0.1.9
[INFO] [stderr]    Compiling clap_builder v4.5.41
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling zopfli v0.8.2
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling libz-rs-sys v0.5.1
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling clap v4.5.41
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling zip v3.0.0
[INFO] [stderr]    Compiling zip-extract v0.3.0
[INFO] [stderr]    Compiling crxtool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `header_length`
[INFO] [stdout]    --> src/crx_parser.rs:231:13
[INFO] [stdout]     |
[INFO] [stdout] 231 |         let header_length = u32::from_le_bytes(header_length_bytes);
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_header_length`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `header_length`
[INFO] [stdout]    --> src/crx_parser.rs:231:13
[INFO] [stdout]     |
[INFO] [stdout] 231 |         let header_length = u32::from_le_bytes(header_length_bytes);
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_header_length`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.63s
[INFO] running `Command { std: "docker" "inspect" "8da4d4ce53c90284de219428d728b8ca829b335e14e92551289615b4d96c4979", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8da4d4ce53c90284de219428d728b8ca829b335e14e92551289615b4d96c4979", kill_on_drop: false }`
[INFO] [stdout] 8da4d4ce53c90284de219428d728b8ca829b335e14e92551289615b4d96c4979
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d883ab2346152c9019c7123cdaddc98362d06acdcc58edf5e244be8ebf23b33
[INFO] running `Command { std: "docker" "start" "-a" "6d883ab2346152c9019c7123cdaddc98362d06acdcc58edf5e244be8ebf23b33", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stdout] warning: unused variable: `header_length`
[INFO] [stdout]    --> src/crx_parser.rs:231:13
[INFO] [stdout]     |
[INFO] [stdout] 231 |         let header_length = u32::from_le_bytes(header_length_bytes);
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_header_length`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `header_length`
[INFO] [stdout]    --> src/crx_parser.rs:231:13
[INFO] [stdout]     |
[INFO] [stdout] 231 |         let header_length = u32::from_le_bytes(header_length_bytes);
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_header_length`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling crxtool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `header_length`
[INFO] [stdout]    --> src/crx_parser.rs:231:13
[INFO] [stdout]     |
[INFO] [stdout] 231 |         let header_length = u32::from_le_bytes(header_length_bytes);
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_header_length`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `header_length`
[INFO] [stdout]    --> src/crx_parser.rs:231:13
[INFO] [stdout]     |
[INFO] [stdout] 231 |         let header_length = u32::from_le_bytes(header_length_bytes);
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_header_length`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.89s
[INFO] running `Command { std: "docker" "inspect" "6d883ab2346152c9019c7123cdaddc98362d06acdcc58edf5e244be8ebf23b33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d883ab2346152c9019c7123cdaddc98362d06acdcc58edf5e244be8ebf23b33", kill_on_drop: false }`
[INFO] [stdout] 6d883ab2346152c9019c7123cdaddc98362d06acdcc58edf5e244be8ebf23b33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3a24216da844ec710deeff1e4a8e7613cd2f212180a5e472d3b21a7aecbfe32d
[INFO] running `Command { std: "docker" "start" "-a" "3a24216da844ec710deeff1e4a8e7613cd2f212180a5e472d3b21a7aecbfe32d", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `header_length`
[INFO] [stderr]    --> src/crx_parser.rs:231:13
[INFO] [stderr]     |
[INFO] [stderr] 231 |         let header_length = u32::from_le_bytes(header_length_bytes);
[INFO] [stderr]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_header_length`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `crxtool` (lib) generated 1 warning (run `cargo fix --lib -p crxtool` to apply 1 suggestion)
[INFO] [stderr] warning: `crxtool` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `crxtool` (bin "crxtool") generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `crxtool` (bin "crxtool" test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crxtool-2bc59db4488f7fd8)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test crx_parser::tests::test_extract_info_valid_file ... ok
[INFO] [stdout] test crx_parser::tests::test_validate_nonexistent_file ... ok
[INFO] [stdout] test crx_parser::tests::test_validate_invalid_magic_header ... ok
[INFO] [stdout] test crx_parser::tests::test_validate_valid_crx_v2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/crxtool-3a4169c946a18e20)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test crx_parser::tests::test_validate_invalid_magic_header ... ok
[INFO] [stdout] test crx_parser::tests::test_validate_nonexistent_file ... ok
[INFO] [stdout] test crx_parser::tests::test_extract_info_valid_file ... ok
[INFO] [stdout] test crx_parser::tests::test_validate_valid_crx_v2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-c453cf1deffd8111)
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_extract_command_nonexistent_file ... FAILED
[INFO] [stdout] test test_extract_command_invalid_crx_file ... FAILED
[INFO] [stdout] test test_extract_command_with_skip_validation_short ... FAILED
[INFO] [stdout] test test_version ... FAILED
[INFO] [stdout] test test_extract_command_with_skip_validation ... FAILED
[INFO] [stdout] test test_no_command_shows_help ... FAILED
[INFO] [stdout] test test_help ... FAILED
[INFO] [stdout] test test_extract_command_valid_crx_file ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_extract_command_nonexistent_file stdout ----
[INFO] [stdout] Error: CargoError { cause: Some(NotFoundError { path: "/opt/rustwide/target/debug/crx-rs" }) }
[INFO] [stdout] 
[INFO] [stdout] ---- test_extract_command_invalid_crx_file stdout ----
[INFO] [stdout] Error: CargoError { cause: Some(NotFoundError { path: "/opt/rustwide/target/debug/crx-rs" }) }
[INFO] [stdout] 
[INFO] [stdout] ---- test_extract_command_with_skip_validation_short stdout ----
[INFO] [stdout] Error: CargoError { cause: Some(NotFoundError { path: "/opt/rustwide/target/debug/crx-rs" }) }
[INFO] [stdout] 
[INFO] [stdout] ---- test_version stdout ----
[INFO] [stdout] Error: CargoError { cause: Some(NotFoundError { path: "/opt/rustwide/target/debug/crx-rs" }) }
[INFO] [stdout] 
[INFO] [stdout] ---- test_extract_command_with_skip_validation stdout ----
[INFO] [stdout] Error: CargoError { cause: Some(NotFoundError { path: "/opt/rustwide/target/debug/crx-rs" }) }
[INFO] [stdout] 
[INFO] [stdout] ---- test_no_command_shows_help stdout ----
[INFO] [stdout] Error: CargoError { cause: Some(NotFoundError { path: "/opt/rustwide/target/debug/crx-rs" }) }
[INFO] [stdout] 
[INFO] [stdout] ---- test_help stdout ----
[INFO] [stdout] Error: CargoError { cause: Some(NotFoundError { path: "/opt/rustwide/target/debug/crx-rs" }) }
[INFO] [stdout] 
[INFO] [stdout] ---- test_extract_command_valid_crx_file stdout ----
[INFO] [stdout] Error: CargoError { cause: Some(NotFoundError { path: "/opt/rustwide/target/debug/crx-rs" }) }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_extract_command_invalid_crx_file
[INFO] [stdout]     test_extract_command_nonexistent_file
[INFO] [stdout]     test_extract_command_valid_crx_file
[INFO] [stdout]     test_extract_command_with_skip_validation
[INFO] [stdout]     test_extract_command_with_skip_validation_short
[INFO] [stdout]     test_help
[INFO] [stdout]     test_no_command_shows_help
[INFO] [stdout]     test_version
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test cli_tests`
[INFO] running `Command { std: "docker" "inspect" "3a24216da844ec710deeff1e4a8e7613cd2f212180a5e472d3b21a7aecbfe32d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a24216da844ec710deeff1e4a8e7613cd2f212180a5e472d3b21a7aecbfe32d", kill_on_drop: false }`
[INFO] [stdout] 3a24216da844ec710deeff1e4a8e7613cd2f212180a5e472d3b21a7aecbfe32d
