[INFO] cloning repository https://github.com/SanderCokart/envcrypt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SanderCokart/envcrypt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSanderCokart%2Fenvcrypt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSanderCokart%2Fenvcrypt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 59d74a53220815328260bd9aceaba14140ea314b
[INFO] testing SanderCokart/envcrypt against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSanderCokart%2Fenvcrypt" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/SanderCokart/envcrypt
[INFO] finished tweaking git repo https://github.com/SanderCokart/envcrypt
[INFO] tweaked toml for git repo https://github.com/SanderCokart/envcrypt written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SanderCokart/envcrypt on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SanderCokart/envcrypt 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rtoolbox v0.0.3
[INFO] [stderr]   Downloaded rpassword v7.4.0
[INFO] [stderr]   Downloaded assert_cmd v2.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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] caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e
[INFO] running `Command { std: "docker" "start" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e", 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" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e", 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" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling envcrypt v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rtoolbox v0.0.3
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling rpassword v7.4.0
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.94s
[INFO] running `Command { std: "docker" "inspect" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e", 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" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling envcrypt v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rtoolbox v0.0.3
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rpassword v7.4.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 24.35s
[INFO] running `Command { std: "docker" "inspect" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e", 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" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/envcrypt-78cab93194c8f3f0)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test cli::cipher::tests::test_get_cipher_chacha20poly1305 ... ok
[INFO] [stdout] test cli::cipher::tests::test_get_cipher_aes256gcm_lowercase ... ok
[INFO] [stdout] test cli::cipher::tests::test_get_cipher_aes256cbc_lowercase ... ok
[INFO] [stdout] test cli::cipher::tests::test_get_cipher_chacha20poly1305_no_dash_fails ... ok
[INFO] [stdout] test cli::cipher::tests::test_get_cipher_unsupported ... ok
[INFO] [stdout] test cli::paths::tests::test_derive_output_path_decrypt_custom_encrypted ... ok
[INFO] [stdout] test cli::paths::tests::test_derive_output_path_decrypt_env_local ... ok
[INFO] [stdout] test cli::paths::tests::test_derive_output_path_decrypt_simple ... ok
[INFO] [stdout] test cli::paths::tests::test_derive_output_path_encrypt_custom_path ... ok
[INFO] [stdout] test cli::paths::tests::test_derive_output_path_encrypt_simple_env ... ok
[INFO] [stdout] test cli::key_handling::tests::test_strip_base64_prefix_empty ... ok
[INFO] [stdout] test cli::key_handling::tests::test_strip_base64_prefix_with_prefix ... ok
[INFO] [stdout] test cli::paths::tests::test_derive_output_path_encrypt_env_local ... ok
[INFO] [stdout] test cli::cipher::tests::test_get_cipher_aes256gcm ... ok
[INFO] [stdout] test cli::cipher::tests::test_get_cipher_chacha20poly1305_lowercase ... ok
[INFO] [stdout] test cli::cipher::tests::test_get_cipher_aes256cbc ... ok
[INFO] [stdout] test cli::key_handling::tests::test_strip_base64_prefix_without_prefix ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/envcrypt-55eee61e62ab1804)
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-165d263474a4185f)
[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] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test cli_tests::ciphers::test_unsupported_cipher_fails ... ok
[INFO] [stdout] test cli_tests::errors::test_decrypt_with_nonexistent_input_fails ... ok
[INFO] [stdout] test cli_tests::errors::test_encrypt_with_nonexistent_input_fails ... ok
[INFO] [stdout] test cli_tests::env_flag::test_encrypt_with_env_flag_preserves_input_directory ... ok
[INFO] [stdout] test cli_tests::encrypt::test_encrypt_creates_encrypted_file ... ok
[INFO] [stdout] test cli_tests::env_flag::test_encrypt_with_env_flag_development ... ok
[INFO] [stdout] test cli_tests::env_flag::test_encrypt_with_env_flag_env_takes_precedence_for_output ... ok
[INFO] [stdout] test cli_tests::env_flag::test_encrypt_with_env_flag_production ... ok
[INFO] [stdout] test cli_tests::env_flag::test_encrypt_with_env_flag ... ok
[INFO] [stdout] test cli_tests::env_flag::test_encrypt_with_env_flag_and_custom_input_path ... ok
[INFO] [stdout] test cli_tests::ciphers::test_aes256_gcm_roundtrip ... ok
[INFO] [stdout] test cli_tests::ciphers::test_chacha20_poly1305_roundtrip ... ok
[INFO] [stdout] test cli_tests::decrypt::test_decrypt_with_wrong_key_fails ... ok
[INFO] [stdout] test cli_tests::flags::test_version_flag ... FAILED
[INFO] [stdout] test cli_tests::ciphers::test_cipher_case_insensitive ... ok
[INFO] [stdout] test cli_tests::flags::test_quiet_flag_suppresses_info_but_shows_errors ... ok
[INFO] [stdout] test cli_tests::flags::test_prune_flag_deletes_original_file ... ok
[INFO] [stdout] test cli_tests::flags::test_no_interaction_auto_generates_key_for_encrypt ... ok
[INFO] [stdout] test cli_tests::encrypt::test_default_cipher ... ok
[INFO] [stdout] test cli_tests::flags::test_no_interaction_requires_key_for_decrypt ... ok
[INFO] [stdout] test cli_tests::ciphers::test_wrong_cipher_fails ... ok
[INFO] [stdout] test cli_tests::env_flag::test_encrypt_decrypt_roundtrip_with_env ... ok
[INFO] [stdout] test cli_tests::flags::test_silent_flag_suppresses_output ... ok
[INFO] [stdout] test cli_tests::ciphers::test_chacha20_poly1305_no_dash ... ok
[INFO] [stdout] test cli_tests::flags::test_force_flag_for_decrypt ... ok
[INFO] [stdout] test cli_tests::flags::test_silent_overrides_verbose ... ok
[INFO] [stdout] test cli_tests::paths::test_encrypt_with_custom_input_path ... ok
[INFO] [stdout] test cli_tests::flags::test_force_flag_overwrites_existing_file ... ok
[INFO] [stdout] test cli_tests::flags::test_prune_only_applies_to_encrypt ... ok
[INFO] [stdout] test cli_tests::roundtrip::test_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test cli_tests::keys::test_decrypt_with_key_whitespace ... ok
[INFO] [stdout] test cli_tests::paths::test_decrypt_with_custom_input_path ... ok
[INFO] [stdout] test cli_tests::roundtrip::test_encrypt_decrypt_roundtrip_with_custom_paths ... ok
[INFO] [stdout] test cli_tests::keys::test_decrypt_with_base64_prefix_and_whitespace ... ok
[INFO] [stdout] test cli_tests::keys::test_decrypt_with_base64_prefix ... ok
[INFO] [stdout] test cli_tests::flags::test_verbose_flag_increases_output ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli_tests::flags::test_version_flag stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli_tests::flags::test_version_flag' (1937) panicked at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed ((var.contains(envcrypt 0.1.0) && var.contains(()) && var.contains()))
[INFO] [stdout] ├── var as str: envcrypt 0.2.1 (2026-01-12)
[INFO] [stdout] └── (var.contains(envcrypt 0.1.0) && var.contains(())
[INFO] [stdout]     └── var.contains(envcrypt 0.1.0)
[INFO] [stdout]         └── var: envcrypt 0.2.1 (2026-01-12)
[INFO] [stdout] 
[INFO] [stdout] command=`cd "/tmp/.tmpGApkj6" && "/opt/rustwide/target/debug/envcrypt" "--version"`
[INFO] [stderr] error: test failed, to rerun pass `--test cli`
[INFO] [stdout] code=0
[INFO] [stdout] stdout="envcrypt 0.2.1 (2026-01-12)\n"
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f19d2831c78 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5f19d2847b7a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x5f19d28378f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5f19d280eda6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5f19d2829559 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x5f19d278739c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5f19d2829712 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5f19d280ee62 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5f19d2803e39 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5f19d280fb7d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x5f19d284838c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5f19d27d3af2 - core[8fb95b77d25ab6c8]::panicking::panic_display::<assert_cmd[ae7308afaa899e3a]::assert::AssertError>
[INFO] [stdout]   12:     0x5f19d27cf8f7 - <assert_cmd[ae7308afaa899e3a]::assert::AssertError>::panic::<assert_cmd[ae7308afaa899e3a]::assert::Assert>
[INFO] [stdout]   13:     0x5f19d27cf2b5 - <<assert_cmd[ae7308afaa899e3a]::assert::AssertError>::panic<assert_cmd[ae7308afaa899e3a]::assert::Assert> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<(assert_cmd[ae7308afaa899e3a]::assert::AssertError,)>>::call_once
[INFO] [stdout]   14:     0x5f19d27c3079 - <core[8fb95b77d25ab6c8]::result::Result<assert_cmd[ae7308afaa899e3a]::assert::Assert, assert_cmd[ae7308afaa899e3a]::assert::AssertError>>::unwrap_or_else::<<assert_cmd[ae7308afaa899e3a]::assert::AssertError>::panic<assert_cmd[ae7308afaa899e3a]::assert::Assert>>
[INFO] [stdout]   15:     0x5f19d2766473 - <assert_cmd[ae7308afaa899e3a]::assert::Assert>::stdout::<predicates[4d9090ce63222648]::boolean::AndPredicate<predicates[4d9090ce63222648]::boolean::AndPredicate<predicates[4d9090ce63222648]::str::basics::ContainsPredicate, predicates[4d9090ce63222648]::str::basics::ContainsPredicate, str>, predicates[4d9090ce63222648]::str::basics::ContainsPredicate, str>, assert_cmd[ae7308afaa899e3a]::assert::StrOutputPredicate<predicates[4d9090ce63222648]::boolean::AndPredicate<predicates[4d9090ce63222648]::boolean::AndPredicate<predicates[4d9090ce63222648]::str::basics::ContainsPredicate, predicates[4d9090ce63222648]::str::basics::ContainsPredicate, str>, predicates[4d9090ce63222648]::str::basics::ContainsPredicate, str>>>
[INFO] [stdout]   16:     0x5f19d276a4d4 - cli[75601f9f20cdaab1]::cli_tests::flags::test_version_flag
[INFO] [stdout]   17:     0x5f19d2766f33 - cli[75601f9f20cdaab1]::cli_tests::flags::test_version_flag::{closure#0}
[INFO] [stdout]   18:     0x5f19d2779ba6 - <cli[75601f9f20cdaab1]::cli_tests::flags::test_version_flag::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x5f19d277a47b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   20:     0x5f19d2787cf5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   21:     0x5f19d2781604 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x5f19d278ad72 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   23:     0x5f19d283104f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7ec40ce4caa4 - <unknown>
[INFO] [stdout]   25:     0x7ec40ced9a64 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli_tests::flags::test_version_flag
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 35 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 57.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e", kill_on_drop: false }`
[INFO] [stdout] caaeebf68c6e3b34dc38ffe0822269f9387918870c9ca59a254e5fc7ab42b43e
