[INFO] cloning repository https://github.com/mustafagenc/nitrokit-terminal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mustafagenc/nitrokit-terminal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmustafagenc%2Fnitrokit-terminal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmustafagenc%2Fnitrokit-terminal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 80e9eeffec1e7b246cb4a462797530e664feb07e
[INFO] testing mustafagenc/nitrokit-terminal 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%2Fmustafagenc%2Fnitrokit-terminal" "/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/mustafagenc/nitrokit-terminal
[INFO] finished tweaking git repo https://github.com/mustafagenc/nitrokit-terminal
[INFO] tweaked toml for git repo https://github.com/mustafagenc/nitrokit-terminal written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mustafagenc/nitrokit-terminal 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/mustafagenc/nitrokit-terminal 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-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-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0346833947d25113fe320ba8b4815490e9d904d2c6f9ca5705b646bd0d51e0e9
[INFO] running `Command { std: "docker" "start" "-a" "0346833947d25113fe320ba8b4815490e9d904d2c6f9ca5705b646bd0d51e0e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0346833947d25113fe320ba8b4815490e9d904d2c6f9ca5705b646bd0d51e0e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0346833947d25113fe320ba8b4815490e9d904d2c6f9ca5705b646bd0d51e0e9", kill_on_drop: false }`
[INFO] [stdout] 0346833947d25113fe320ba8b4815490e9d904d2c6f9ca5705b646bd0d51e0e9
[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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7b961b8d9e2091acaa6372fc63f5dbe7090fa1b7e3ddbfe529e04bbe7f2ea23
[INFO] running `Command { std: "docker" "start" "-a" "b7b961b8d9e2091acaa6372fc63f5dbe7090fa1b7e3ddbfe529e04bbe7f2ea23", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling webpki-roots v1.0.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling cc v1.2.24
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling self_cell v1.2.0
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling clap_builder v4.5.39
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.18.1+1.9.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling fluent-langneg v0.14.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling fluent-syntax v0.12.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling clap v4.5.39
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling fluent-bundle v0.16.0
[INFO] [stderr]    Compiling fluent v0.17.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling tower-http v0.6.4
[INFO] [stderr]    Compiling winres v0.1.12
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling nitroterm v0.1.0-alpha.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling hyper-util v0.1.13
[INFO] [stderr]    Compiling git2 v0.20.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.6
[INFO] [stderr]    Compiling reqwest v0.12.18
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
[INFO] running `Command { std: "docker" "inspect" "b7b961b8d9e2091acaa6372fc63f5dbe7090fa1b7e3ddbfe529e04bbe7f2ea23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7b961b8d9e2091acaa6372fc63f5dbe7090fa1b7e3ddbfe529e04bbe7f2ea23", kill_on_drop: false }`
[INFO] [stdout] b7b961b8d9e2091acaa6372fc63f5dbe7090fa1b7e3ddbfe529e04bbe7f2ea23
[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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] adde6d72ffd7019d6ac476f3bfca1e9ffe7a527a874e76a2c85ba71a06f6a5e8
[INFO] running `Command { std: "docker" "start" "-a" "adde6d72ffd7019d6ac476f3bfca1e9ffe7a527a874e76a2c85ba71a06f6a5e8", kill_on_drop: false }`
[INFO] [stderr]    Compiling nitroterm v0.1.0-alpha.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.98s
[INFO] running `Command { std: "docker" "inspect" "adde6d72ffd7019d6ac476f3bfca1e9ffe7a527a874e76a2c85ba71a06f6a5e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adde6d72ffd7019d6ac476f3bfca1e9ffe7a527a874e76a2c85ba71a06f6a5e8", kill_on_drop: false }`
[INFO] [stdout] adde6d72ffd7019d6ac476f3bfca1e9ffe7a527a874e76a2c85ba71a06f6a5e8
[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-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ee725be56a67b622e719b6d96d0bfd7788f54ea6059d602dc1602a0acb8dda88
[INFO] running `Command { std: "docker" "start" "-a" "ee725be56a67b622e719b6d96d0bfd7788f54ea6059d602dc1602a0acb8dda88", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nitroterm-5250aad4fb2712d4)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nitroterm-5c1097b8eff1f47a)
[INFO] [stdout] 
[INFO] [stdout] running 212 tests
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_code_quality_config_custom ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_check_result_creation ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_code_quality_config_default ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_config_serialization ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_enabled_checks_filtering ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_package_manager_command_generation ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_package_manager_enum ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_project_type_enum ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_timeout_configuration ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_app_config_default ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_app_config_serialization ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_basic_checks_generation ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_config_file_detection ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_detect_rust_project ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_config_dir_fallback ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_frontend_checks_generation ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_detect_nextjs_project ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_project_info_creation ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_json_extension_validation ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_env_var_handling ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_detect_typescript_project ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_model_validation ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_detect_angular_project ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_path_validation ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_python_checks_generation ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_detect_python_project ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_quality_check_creation ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_rust_checks_generation ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_run_quality_checks_mock ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_detect_react_project ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_create_release_command_structure ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_bump_type_priority ... ok
[INFO] [stdout] test tests::commands::code_quality_test::tests::test_detect_vue_project ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_commit_message_validation ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_determine_bump_type ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_conventional_commit_parsing ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_git_command_validation ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_release_notes_structure ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_bump_type_ordering ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_version_parsing ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_semver_increment ... ok
[INFO] [stdout] test tests::commands::create_release_test::tests::test_cargo_toml_version_update ... ok
[INFO] [stdout] test tests::commands::github_labels_test::integration_tests::test_gh_cli_check ... ignored
[INFO] [stdout] test tests::commands::github_labels_test::integration_tests::test_github_authentication ... ignored
[INFO] [stdout] test tests::commands::github_labels_test::integration_tests::test_list_labels_real ... ignored
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_detect_os ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_get_existing_labels_to_update ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_dry_run_mode ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_delete_all_mode ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_github_label_creation ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_github_labels_config_default ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_get_new_labels_to_create ... ok
[INFO] [stdout] test tests::commands::dependency_update_test::test_empty_directory ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_label_descriptions_not_empty ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_label_names_have_emojis ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_label_categories_are_complete ... ok
[INFO] [stdout] test tests::commands::dependency_update_test::test_temp_directory_operations ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_label_colors_are_valid_hex ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_list_only_mode ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_label_update_creation ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_priority_labels_have_correct_colors ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_manager_creation ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_no_duplicate_label_names ... ok
[INFO] [stdout] test tests::commands::dependency_update_test::test_package_json_only ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_update_only_mode ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_categorize_commits_simple ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_categorize_commits ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_clean_tag_name_empty ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_clean_tag_name_simple ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_clean_tag_name_with_hash ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_clean_tag_name_with_main_branch ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_clean_tag_name_with_prerelease ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_is_prerelease ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_clean_tag_name_with_special_chars ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_is_version_tag ... ok
[INFO] [stdout] test tests::commands::release_notes_test::test_get_contributors_with_stats ... ok
[INFO] [stdout] test tests::commands::dependency_update_test::test_dependency_update_function ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_ai_translation_request_format ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_config_validation ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_concurrent_translation_handling ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_error_handling_scenarios ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_backup_file_creation ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_json_merge_logic ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_file_extension_validation ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_key_path_normalization ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_language_code_validation ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_missing_translation_detection ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_translation_caching ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_progress_tracking ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_translation_delay_calculation ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_json_file_validation ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_directory_creation ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_translation_sync_result ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_translation_key_extraction ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_invalid_semver_parsing ... ok
[INFO] [stdout] test tests::commands::translation_sync_test::tests::test_translation_file_structure ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_cargo_toml_version_extraction ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_semver_parsing ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_prerelease_version_handling ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_version_comparison ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_cargo_toml_version_update ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_version_constraint_checking ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_package_json_version_handling ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_multiple_file_version_sync ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_version_history_tracking ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_version_increment ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_version_rollback_scenario ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_config_manager_new ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_version_tag_formatting ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_file_exists_with_empty_path ... ok
[INFO] [stdout] test tests::commands::version_management_test::tests::test_version_validation_rules ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_file_exists_with_relative_path ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_path_edge_cases ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_file_exists_with_non_existing_file ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_read_file_to_string_empty_file ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_file_exists_with_directory ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_read_file_to_string_directory ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_read_file_to_string_non_existing_file ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_file_operations_with_special_characters ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_file_exists_with_existing_file ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_write_string_to_file_invalid_path ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_write_string_to_file_empty_content ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_read_file_to_string_utf8_content ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_read_file_to_string_success ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_round_trip_file_operations ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_write_string_to_file_new_file ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_write_string_to_file_overwrite ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_multiple_operations_same_file ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_write_string_to_file_success ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_write_string_to_file_utf8_content ... ok
[INFO] [stdout] test tests::utils::file_system_test::tests::test_write_string_to_file_large_content ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_is_first_run ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_empty_path ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_invalid_path ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_error_handling_permission_denied ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_home_directory ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_not_found ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_root_directory ... ok
[INFO] [stdout] test tests::commands::dependency_update_test::test_release_notes_function ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_success ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_relative_path ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_nested_subdirectories ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_with_subdirectory ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_multiple_calls ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_unicode_path ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_path_traversal_security ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_get_repository_worktree ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_git_discovery_behavior ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_concurrent_logging ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_edge_case_messages ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_git_repository_consistency ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_helper_functions_equivalence ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_git_repository_debug ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_repository_object_properties ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_error_helper ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_function_does_not_panic ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_helper_functions_with_various_inputs ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_info_helper ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_repository_state ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_level_enum ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_levels_coverage ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_level_enum_debug ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_level_pattern_matching ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_message_boundaries ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_success_helper ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_warning_helper ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_with_borrowed_strings ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_with_empty_message ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_performance ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_with_long_message ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_with_format_specifiers ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_with_multiline_message ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_repository_is_bare ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_with_special_characters ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_repository_paths_are_absolute ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_with_very_long_lines ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_log_with_unicode_content ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_message_content_preservation ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_mixed_content_logging ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_clean_version_string ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_rapid_sequential_logging ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_cache_file_operations ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_compare_versions_current_greater ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_cache_interval_customization ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_compare_versions_current_less ... ok
[INFO] [stdout] test tests::utils::git_test::tests::test_special_characters_in_path ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_compare_versions_equal ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_compare_versions_invalid ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_github_release_struct ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_constants ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_github_release_json_compatibility ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_load_version_cache_no_file ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_load_version_cache_invalid_json ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_time_calculations ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_version_cache_serialization ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_version_cache_struct ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_version_comparison_basic ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_version_string_variations ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_save_and_load_version_cache ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_should_check_for_updates_no_cache ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_should_check_for_updates_old_cache ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_memory_usage ... ok
[INFO] [stdout] test tests::utils::version_check_test::tests::test_should_check_for_updates_recent_cache ... ok
[INFO] [stdout] test tests::utils::logging_test::tests::test_timestamp_format ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_run_github_labels_cli_function ... ok
[INFO] [stdout] test tests::commands::github_labels_test::tests::test_run_github_labels_interactive ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_directory_writable ... FAILED
[INFO] [stdout] test tests::commands::release_notes_test::test_simple_release_notes_generation ... FAILED
[INFO] [stdout] test tests::commands::config_test::tests::test_save_and_load_config ... ok
[INFO] [stdout] test tests::commands::dependency_update_test::test_cargo_build_succeeds ... ok
[INFO] [stdout] test tests::commands::config_test::tests::test_reset_config ... ok
[INFO] [stdout] test tests::commands::dependency_update_test::test_multiple_project_files ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::commands::config_test::tests::test_directory_writable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::commands::config_test::tests::test_directory_writable' (58) panicked at src/tests/commands/config_test.rs:63:9:
[INFO] [stdout] assertion failed: !ConfigManager::test_directory_writable(&non_writable)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62c47791c6da - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62c47791c6da - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62c47791c6da - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62c47791c6da - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62c47793488a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62c47793488a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x62c4779218d2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62c4779218d2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62c4778f73ef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62c4778f73ef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62c4779125a9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62c47742c0fc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x62c47742c0fc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62c477912822 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x62c477912822 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62c4778f74da - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62c4778ee3b9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62c4778f84ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62c4779351ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62c4779351b2 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x62c477124ca1 - nitroterm::tests::commands::config_test::tests::test_directory_writable::h85b101422988eaac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/commands/config_test.rs:63:9
[INFO] [stdout]   21:     0x62c477124d07 - nitroterm::tests::commands::config_test::tests::test_directory_writable::{{closure}}::hc6b77bedc944261a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/commands/config_test.rs:56:33
[INFO] [stdout]   22:     0x62c4770f8426 - core::ops::function::FnOnce::call_once::h7b8d70fd35a9244a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62c4774201db - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62c4774201db - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x62c47742cbcb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x62c47742cbcb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x62c47742cbcb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x62c47742cbcb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x62c47742cbcb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x62c47742cbcb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x62c47742cbcb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x62c4774282e4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x62c4774282e4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x62c47742f7d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x62c47742f7d2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x62c47742f7d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x62c47742f7d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x62c47742f7d2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x62c47742f7d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x62c47742f7d2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x62c47791b6df - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   42:     0x62c47791b6df - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7bca79b3faa4 - <unknown>
[INFO] [stdout]   44:     0x7bca79bcca64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::commands::release_notes_test::test_simple_release_notes_generation stdout ----
[INFO] [stdout] [13:13:37] ℹ️ INFO Starting release notes generation...
[INFO] [stdout] [13:13:37] ℹ️ INFO Repository found, analyzing commits...
[INFO] [stdout] [13:13:37] ℹ️ INFO Repository: unknown
[INFO] [stdout] [13:13:37] ℹ️ INFO Found 0 tags in repository
[INFO] [stdout] [13:13:37] ℹ️ INFO Found raw tags: []
[INFO] [stdout] [13:13:37] ℹ️ INFO Filtered version tags: []
[INFO] [stdout] [13:13:37] ℹ️ INFO No version tags found, analyzing current commit...
[INFO] [stdout] [13:13:37] ℹ️ INFO Generated tag from current commit: v0.2.0-dev.2026.03.10.19c776c
[INFO] [stdout] [13:13:37] ℹ️ INFO Generating release notes for tag: v0.2.0-dev.2026.03.10.19c776c
[INFO] [stdout] [13:13:37] ℹ️ INFO No previous tag found, generating initial release notes
[INFO] [stdout] [13:13:37] ✅ SUCCESS Release notes generated successfully!
[INFO] [stdout] 📄 File created: ReleaseNotes_v0.2.0-dev.2026.03.10_20260310.md
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::commands::release_notes_test::test_simple_release_notes_generation' (133) panicked at src/tests/commands/release_notes_test.rs:244:5:
[INFO] [stdout] Release notes file should be created
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62c47791c6da - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62c47791c6da - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62c47791c6da - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62c47791c6da - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62c47793488a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62c47793488a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x62c4779218d2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62c4779218d2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62c4778f73ef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62c4778f73ef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62c4779125a9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62c47742c0fc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x62c47742c0fc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62c477912822 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x62c477912822 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62c4778f74da - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62c4778ee3b9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62c4778f84ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62c4779351ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62c47716a603 - nitroterm::tests::commands::release_notes_test::test_simple_release_notes_generation::hb03d7d6bc73bbadb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/commands/release_notes_test.rs:244:5
[INFO] [stdout]   20:     0x62c47716a9f7 - nitroterm::tests::commands::release_notes_test::test_simple_release_notes_generation::{{closure}}::ha912777092abc370
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/commands/release_notes_test.rs:178:42
[INFO] [stdout]   21:     0x62c4770f9c96 - core::ops::function::FnOnce::call_once::hde26f7d5ab2f3759
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x62c4774201db - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62c4774201db - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x62c47742cbcb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x62c47742cbcb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x62c47742cbcb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x62c47742cbcb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x62c47742cbcb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x62c47742cbcb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x62c47742cbcb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x62c4774282e4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x62c4774282e4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x62c47742f7d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x62c47742f7d2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x62c47742f7d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x62c47742f7d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x62c47742f7d2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x62c47742f7d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x62c47742f7d2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x62c47791b6df - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   41:     0x62c47791b6df - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7bca79b3faa4 - <unknown>
[INFO] [stdout]   43:     0x7bca79bcca64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::commands::config_test::tests::test_directory_writable
[INFO] [stdout]     tests::commands::release_notes_test::test_simple_release_notes_generation
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 207 passed; 2 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin nitroterm`
[INFO] running `Command { std: "docker" "inspect" "ee725be56a67b622e719b6d96d0bfd7788f54ea6059d602dc1602a0acb8dda88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee725be56a67b622e719b6d96d0bfd7788f54ea6059d602dc1602a0acb8dda88", kill_on_drop: false }`
[INFO] [stdout] ee725be56a67b622e719b6d96d0bfd7788f54ea6059d602dc1602a0acb8dda88
