[INFO] cloning repository https://github.com/yen223/hotpot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yen223/hotpot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyen223%2Fhotpot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyen223%2Fhotpot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b243828e00de7ede9a9b66d1cf20d2350a1d519b
[INFO] testing yen223/hotpot against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyen223%2Fhotpot" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yen223/hotpot
[INFO] finished tweaking git repo https://github.com/yen223/hotpot
[INFO] tweaked toml for git repo https://github.com/yen223/hotpot written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yen223/hotpot on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yen223/hotpot 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded secret-service v3.1.0
[INFO] [stderr]   Downloaded weezl v0.1.9
[INFO] [stderr]   Downloaded g2gen v1.2.2
[INFO] [stderr]   Downloaded linux-keyutils v0.2.4
[INFO] [stderr]   Downloaded clap v4.5.37
[INFO] [stderr]   Downloaded g2p v1.2.2
[INFO] [stderr]   Downloaded g2poly v1.2.2
[INFO] [stderr]   Downloaded zune-jpeg v0.4.20
[INFO] [stderr]   Downloaded rqrr v0.10.0
[INFO] [stderr]   Downloaded keyring v2.3.3
[INFO] [stderr]   Downloaded clap_builder v4.5.37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1f00f2ee5266e93403b92033adea84c9f9ec1fae134dac80f258311be8dfd914
[INFO] running `Command { std: "docker" "start" "-a" "1f00f2ee5266e93403b92033adea84c9f9ec1fae134dac80f258311be8dfd914", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f00f2ee5266e93403b92033adea84c9f9ec1fae134dac80f258311be8dfd914", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f00f2ee5266e93403b92033adea84c9f9ec1fae134dac80f258311be8dfd914", kill_on_drop: false }`
[INFO] [stdout] 1f00f2ee5266e93403b92033adea84c9f9ec1fae134dac80f258311be8dfd914
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e86a7dec06e0bf5663bfc1676ccc325db3d2c6b3d22e659ba559c2825e9f9eb8
[INFO] running `Command { std: "docker" "start" "-a" "e86a7dec06e0bf5663bfc1676ccc325db3d2c6b3d22e659ba559c2825e9f9eb8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling bytemuck v1.23.0
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]    Compiling weezl v0.1.9
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling avif-serialize v0.8.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling enumflags2 v0.7.11
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.20
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling image-webp v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling av1-grain v0.2.4
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]    Compiling xdg-home v1.3.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling async-executor v1.13.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling g2poly v1.2.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling g2gen v1.2.2
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling clap_builder v4.5.37
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling g2p v1.2.2
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling linux-keyutils v0.2.4
[INFO] [stderr]    Compiling rtoolbox v0.0.3
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling zvariant_derive v3.15.2
[INFO] [stderr]    Compiling zbus_macros v3.15.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling checked_int_cast v1.0.0
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling rpassword v7.4.0
[INFO] [stderr]    Compiling base32 v0.4.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling qrcode v0.12.0
[INFO] [stderr]    Compiling zvariant v3.15.2
[INFO] [stderr]    Compiling clap v4.5.37
[INFO] [stderr]    Compiling zbus_names v2.6.1
[INFO] [stderr]    Compiling x11rb v0.13.1
[INFO] [stderr]    Compiling zbus v3.15.2
[INFO] [stderr]    Compiling ravif v0.11.20
[INFO] [stderr]    Compiling image v0.25.6
[INFO] [stderr]    Compiling secret-service v3.1.0
[INFO] [stderr]    Compiling arboard v3.5.0
[INFO] [stderr]    Compiling rqrr v0.10.0
[INFO] [stderr]    Compiling keyring v2.3.3
[INFO] [stderr]    Compiling hotpot v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "e86a7dec06e0bf5663bfc1676ccc325db3d2c6b3d22e659ba559c2825e9f9eb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e86a7dec06e0bf5663bfc1676ccc325db3d2c6b3d22e659ba559c2825e9f9eb8", kill_on_drop: false }`
[INFO] [stdout] e86a7dec06e0bf5663bfc1676ccc325db3d2c6b3d22e659ba559c2825e9f9eb8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 43dd444b1c6330364a44c51826cf5b14be9c2746e1484612ce9ef9452b2cfc76
[INFO] running `Command { std: "docker" "start" "-a" "43dd444b1c6330364a44c51826cf5b14be9c2746e1484612ce9ef9452b2cfc76", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling hotpot v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.42s
[INFO] running `Command { std: "docker" "inspect" "43dd444b1c6330364a44c51826cf5b14be9c2746e1484612ce9ef9452b2cfc76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43dd444b1c6330364a44c51826cf5b14be9c2746e1484612ce9ef9452b2cfc76", kill_on_drop: false }`
[INFO] [stdout] 43dd444b1c6330364a44c51826cf5b14be9c2746e1484612ce9ef9452b2cfc76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 49a6bd7bb036538edf2c68f9a30a950de819adb124845b71c4d4cc52207c3e62
[INFO] running `Command { std: "docker" "start" "-a" "49a6bd7bb036538edf2c68f9a30a950de819adb124845b71c4d4cc52207c3e62", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hotpot-82e4cce2a050bc43)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test totp::tests::test_invalid_secret ... ok
[INFO] [stdout] test totp::tests::test_invalid_algorithm ... ok
[INFO] [stdout] test totp::tests::test_rfc6238_vectors ... ok
[INFO] [stdout] test totp::tests::test_custom_epoch ... 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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hotpot-72fac0df51f99a8c)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test dashboard::tests::test_copied_state_cleanup ... ok
[INFO] [stdout] test dashboard::tests::test_copied_state_tracking ... ok
[INFO] [stdout] test dashboard::tests::test_dashboard_mode_display ... ok
[INFO] [stdout] test dashboard::tests::test_get_filtered_accounts_add_modes ... ok
[INFO] [stdout] test dashboard::tests::test_get_filtered_accounts_search_mode ... ok
[INFO] [stdout] test dashboard::tests::test_get_filtered_accounts_list_mode ... ok
[INFO] [stdout] test dashboard::tests::test_handle_search_mode_char ... ok
[INFO] [stdout] test dashboard::tests::test_get_filtered_accounts_search_mode_no_matches ... ok
[INFO] [stdout] test dashboard::tests::test_screen_buffer_clear ... ok
[INFO] [stdout] test dashboard::tests::test_screen_buffer_write_operations ... ok
[INFO] [stdout] test dashboard::tests::test_screen_buffer_creation ... ok
[INFO] [stdout] test totp::tests::test_invalid_secret ... ok
[INFO] [stdout] test dashboard::tests::test_screen_buffer_bounds_checking ... ok
[INFO] [stdout] test dashboard::tests::test_handle_add_mode_char ... ok
[INFO] [stdout] test totp::tests::test_rfc6238_vectors ... ok
[INFO] [stdout] test dashboard::tests::test_get_filtered_accounts_search_mode_multiple_matches ... ok
[INFO] [stdout] test totp::tests::test_custom_epoch ... ok
[INFO] [stdout] test totp::tests::test_invalid_algorithm ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-89a19f7cb69810d3)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test integration::cli_commands::test_code_command_with_nonexistent_file ... ok
[INFO] [stdout] test integration::cli_commands::test_invalid_json_file ... ok
[INFO] [stdout] test integration::cli_commands::test_code_command_with_nonexistent_account ... ok
[INFO] [stdout] test integration::file_storage::test_concurrent_file_access ... ok
[INFO] [stdout] test integration::cli_commands::test_delete_command_removes_account ... ok
[INFO] [stdout] test integration::file_storage::test_empty_file_handling ... ok
[INFO] [stdout] test integration::cli_commands::test_delete_command_with_no_confirmation ... ok
[INFO] [stdout] test integration::cli_commands::test_export_qr_command ... ok
[INFO] [stdout] test integration::cli_commands::test_export_qr_nonexistent_account ... ok
[INFO] [stdout] test integration::file_storage::test_file_with_missing_required_fields ... ok
[INFO] [stdout] test integration::file_storage::test_file_with_malformed_json ... ok
[INFO] [stdout] test integration::cli_commands::test_code_command_with_existing_account ... ok
[INFO] [stdout] test integration::file_storage::test_file_creation_with_proper_permissions ... ok
[INFO] [stdout] test integration::cli_commands::test_add_command_creates_new_file ... ok
[INFO] [stdout] test integration::file_storage::test_large_file_handling ... ok
[INFO] [stdout] test integration::file_storage::test_parent_directory_creation ... ok
[INFO] [stdout] test integration::cli_commands::test_multiple_accounts_in_same_file ... ok
[INFO] [stdout] test integration::file_storage::test_special_characters_in_account_names ... ok
[INFO] [stdout] test integration::file_storage::test_file_persistence_across_commands ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.19s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests hotpot
[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" "49a6bd7bb036538edf2c68f9a30a950de819adb124845b71c4d4cc52207c3e62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49a6bd7bb036538edf2c68f9a30a950de819adb124845b71c4d4cc52207c3e62", kill_on_drop: false }`
[INFO] [stdout] 49a6bd7bb036538edf2c68f9a30a950de819adb124845b71c4d4cc52207c3e62
