[INFO] cloning repository https://github.com/ankddev/envfetch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ankddev/envfetch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fankddev%2Fenvfetch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fankddev%2Fenvfetch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3eab54a08578da142182b50462f5a1a70401ae0f
[INFO] testing ankddev/envfetch against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fankddev%2Fenvfetch" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/ankddev/envfetch
[INFO] finished tweaking git repo https://github.com/ankddev/envfetch
[INFO] tweaked toml for git repo https://github.com/ankddev/envfetch written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ankddev/envfetch 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/ankddev/envfetch 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]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_users v0.5.0
[INFO] [stderr]   Downloaded dotenv-parser v0.1.3
[INFO] [stderr]   Downloaded similar-string v1.4.3
[INFO] [stderr]   Downloaded globalenv v0.4.2
[INFO] [stderr]   Downloaded assert_cmd v2.1.1
[INFO] [stderr]   Downloaded clap v4.5.51
[INFO] [stderr]   Downloaded winreg v0.7.0
[INFO] [stderr]   Downloaded clap_builder v4.5.51
[INFO] [stderr]   Downloaded rustix v1.0.0
[INFO] [stderr]   Downloaded linux-raw-sys v0.9.2
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 20f9cc9ea9d97b33f027fcb469298fe23441dd9a3b3d643992d06ae29d5ff511
[INFO] running `Command { std: "docker" "start" "-a" "20f9cc9ea9d97b33f027fcb469298fe23441dd9a3b3d643992d06ae29d5ff511", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20f9cc9ea9d97b33f027fcb469298fe23441dd9a3b3d643992d06ae29d5ff511", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20f9cc9ea9d97b33f027fcb469298fe23441dd9a3b3d643992d06ae29d5ff511", kill_on_drop: false }`
[INFO] [stdout] 20f9cc9ea9d97b33f027fcb469298fe23441dd9a3b3d643992d06ae29d5ff511
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f653ff1406db174776e8ff8ade032e2c7862b901bf9eb32f06e11716d783fe4
[INFO] running `Command { std: "docker" "start" "-a" "3f653ff1406db174776e8ff8ade032e2c7862b901bf9eb32f06e11716d783fe4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling rustix v1.0.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling similar-string v1.4.3
[INFO] [stderr]    Compiling globalenv v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling pest v2.7.14
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]    Compiling dotenv-parser v0.1.3
[INFO] [stderr]    Compiling envfetch v2.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
[INFO] running `Command { std: "docker" "inspect" "3f653ff1406db174776e8ff8ade032e2c7862b901bf9eb32f06e11716d783fe4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f653ff1406db174776e8ff8ade032e2c7862b901bf9eb32f06e11716d783fe4", kill_on_drop: false }`
[INFO] [stdout] 3f653ff1406db174776e8ff8ade032e2c7862b901bf9eb32f06e11716d783fe4
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a39359a7f7f7cc51c6ea2349835dbf6b08db457f29356461e36d68e2fbcdc452
[INFO] running `Command { std: "docker" "start" "-a" "a39359a7f7f7cc51c6ea2349835dbf6b08db457f29356461e36d68e2fbcdc452", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.0.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling predicates-core v1.0.8
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling predicates-tree v1.0.11
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling assert_cmd v2.1.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling globset v0.4.15
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling envfetch v2.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling assert_fs v1.1.3
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli.rs:14:28
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli.rs:48:28
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli.rs:72:28
[INFO] [stdout]    |
[INFO] [stdout] 72 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli.rs:85:28
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli.rs:95:28
[INFO] [stdout]    |
[INFO] [stdout] 95 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:107:28
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:121:28
[INFO] [stdout]     |
[INFO] [stdout] 121 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:145:28
[INFO] [stdout]     |
[INFO] [stdout] 145 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:172:28
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:196:28
[INFO] [stdout]     |
[INFO] [stdout] 196 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:210:29
[INFO] [stdout]     |
[INFO] [stdout] 210 |     let envfetch = Command::cargo_bin("envfetch")?
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:214:28
[INFO] [stdout]     |
[INFO] [stdout] 214 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:232:29
[INFO] [stdout]     |
[INFO] [stdout] 232 |     let envfetch = Command::cargo_bin("envfetch")?
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:236:28
[INFO] [stdout]     |
[INFO] [stdout] 236 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:254:29
[INFO] [stdout]     |
[INFO] [stdout] 254 |     let envfetch = Command::cargo_bin("envfetch")?
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:258:28
[INFO] [stdout]     |
[INFO] [stdout] 258 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:288:28
[INFO] [stdout]     |
[INFO] [stdout] 288 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:295:29
[INFO] [stdout]     |
[INFO] [stdout] 295 |     let envfetch = Command::cargo_bin("envfetch")?
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:299:28
[INFO] [stdout]     |
[INFO] [stdout] 299 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli.rs:318:28
[INFO] [stdout]     |
[INFO] [stdout] 318 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.71s
[INFO] running `Command { std: "docker" "inspect" "a39359a7f7f7cc51c6ea2349835dbf6b08db457f29356461e36d68e2fbcdc452", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a39359a7f7f7cc51c6ea2349835dbf6b08db457f29356461e36d68e2fbcdc452", kill_on_drop: false }`
[INFO] [stdout] a39359a7f7f7cc51c6ea2349835dbf6b08db457f29356461e36d68e2fbcdc452
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7eb7dbf5374e9148c519ddc839f915633754b00c569b9ebd6d49e31a3c27bfa9
[INFO] running `Command { std: "docker" "start" "-a" "7eb7dbf5374e9148c519ddc839f915633754b00c569b9ebd6d49e31a3c27bfa9", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]   --> tests/cli.rs:14:28
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]    |                            ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]   --> tests/cli.rs:38:28
[INFO] [stderr]    |
[INFO] [stderr] 38 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]    |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]   --> tests/cli.rs:48:28
[INFO] [stderr]    |
[INFO] [stderr] 48 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]    |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]   --> tests/cli.rs:60:28
[INFO] [stderr]    |
[INFO] [stderr] 60 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]    |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]   --> tests/cli.rs:72:28
[INFO] [stderr]    |
[INFO] [stderr] 72 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]    |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]   --> tests/cli.rs:85:28
[INFO] [stderr]    |
[INFO] [stderr] 85 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]    |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]   --> tests/cli.rs:95:28
[INFO] [stderr]    |
[INFO] [stderr] 95 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]    |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:107:28
[INFO] [stderr]     |
[INFO] [stderr] 107 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:121:28
[INFO] [stderr]     |
[INFO] [stderr] 121 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:145:28
[INFO] [stderr]     |
[INFO] [stderr] 145 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:172:28
[INFO] [stderr]     |
[INFO] [stderr] 172 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:196:28
[INFO] [stderr]     |
[INFO] [stderr] 196 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:210:29
[INFO] [stderr]     |
[INFO] [stderr] 210 |     let envfetch = Command::cargo_bin("envfetch")?
[INFO] [stderr]     |                             ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:214:28
[INFO] [stderr]     |
[INFO] [stderr] 214 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:232:29
[INFO] [stderr]     |
[INFO] [stderr] 232 |     let envfetch = Command::cargo_bin("envfetch")?
[INFO] [stderr]     |                             ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:236:28
[INFO] [stderr]     |
[INFO] [stderr] 236 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:254:29
[INFO] [stderr]     |
[INFO] [stderr] 254 |     let envfetch = Command::cargo_bin("envfetch")?
[INFO] [stderr]     |                             ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:258:28
[INFO] [stderr]     |
[INFO] [stderr] 258 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:276:28
[INFO] [stderr]     |
[INFO] [stderr] 276 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:288:28
[INFO] [stderr]     |
[INFO] [stderr] 288 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:295:29
[INFO] [stderr]     |
[INFO] [stderr] 295 |     let envfetch = Command::cargo_bin("envfetch")?
[INFO] [stderr]     |                             ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:299:28
[INFO] [stderr]     |
[INFO] [stderr] 299 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]    --> tests/cli.rs:318:28
[INFO] [stderr]     |
[INFO] [stderr] 318 |     let mut cmd = Command::cargo_bin("envfetch")?;
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `envfetch` (test "cli") generated 23 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/envfetch-b0422cbd0eabe81e)
[INFO] [stdout] 
[INFO] [stdout] running 181 tests
[INFO] [stdout] test commands::tests::test_add_empty_value ... ok
[INFO] [stdout] test commands::tests::test_add_with_invalid_name ... ok
[INFO] [stdout] test commands::tests::test_delete_nonexistent_variable ... ok
[INFO] [stdout] test commands::tests::test_delete_with_empty_name ... ok
[INFO] [stdout] test commands::tests::test_export_file_error ... ok
[INFO] [stdout] test commands::tests::test_delete_with_invalid_name ... ok
[INFO] [stdout] test commands::tests::test_delete_existing_variable ... ok
[INFO] [stdout] test commands::tests::test_add_to_existing_variable ... ok
[INFO] [stdout] test commands::tests::test_delete_with_process ... ok
[INFO] [stdout] test commands::tests::test_add_to_nonexistent_variable ... ok
[INFO] [stdout] test commands::tests::test_export_invalid_key_name ... ok
[INFO] [stdout] test commands::tests::test_export_empty_key ... ok
[INFO] [stdout] test commands::tests::test_get_nonexistent_variable_with_similar_names ... ok
[INFO] [stdout] test commands::tests::test_get_special_characters ... ok
[INFO] [stdout] test commands::tests::test_export_valid_keys ... ok
[INFO] [stdout] test commands::tests::test_get_existing_variable ... ok
[INFO] [stdout] test commands::tests::test_get_nonexistent_variable_no_similar_names ... ok
[INFO] [stdout] test commands::tests::test_export_skips_duplicate_keys ... ok
[INFO] [stdout] test commands::tests::test_export_skips_missing_vars ... ok
[INFO] [stdout] test commands::tests::test_load_nonexistent_file ... ok
[INFO] [stdout] test commands::tests::test_print_env_command ... ok
[INFO] [stdout] test commands::tests::test_add_with_process ... ok
[INFO] [stdout] test commands::tests::test_run_command_add ... ok
[INFO] [stdout] test commands::tests::test_load_invalid_env_file ... ok
[INFO] [stdout] test commands::tests::test_run_command_add_with_invalid_name ... ok
[INFO] [stdout] test commands::tests::test_print_env_multiple_variables ... ok
[INFO] [stdout] test commands::tests::test_run_command_add_to_existing ... ok
[INFO] [stdout] test commands::tests::test_run_command_delete_empty_name ... ok
[INFO] [stdout] test commands::tests::test_load_with_invalid_variable_name ... ok
[INFO] [stdout] test commands::tests::test_load_valid_env_file ... ok
[INFO] [stdout] test commands::tests::test_load_with_process ... ok
[INFO] [stdout] test commands::tests::test_run_command_delete_invalid_name ... ok
[INFO] [stdout] test commands::tests::test_run_command_delete ... ok
[INFO] [stdout] test commands::tests::test_run_command_delete_nonexistent ... ok
[INFO] [stdout] test commands::tests::test_run_command_global_operations ... ok
[INFO] [stdout] test commands::tests::test_run_command_delete_with_process_fail ... ok
[INFO] [stdout] test commands::tests::test_run_command_get_with_similar_names ... ok
[INFO] [stdout] test commands::tests::test_run_command_get_success ... ok
[INFO] [stdout] test commands::tests::test_run_command_load_nonexistent_file ... ok
[INFO] [stdout] test commands::tests::test_run_command_print ... ok
[INFO] [stdout] test commands::tests::test_run_command_load ... ok
[INFO] [stdout] test commands::tests::test_run_command_get_fail ... ok
[INFO] [stdout] test commands::tests::test_run_command_load_with_process ... ok
[INFO] [stdout] test commands::tests::test_run_command_print_env ... ok
[INFO] [stdout] test commands::tests::test_run_command_print_with_config ... ok
[INFO] [stdout] test commands::tests::test_run_command_print_with_format ... ok
[INFO] [stdout] test commands::tests::test_load_empty_file ... ok
[INFO] [stdout] test commands::tests::test_run_command_set ... ok
[INFO] [stdout] test commands::tests::test_run_command_set_invalid_name ... ok
[INFO] [stdout] test commands::tests::test_set_invalid_variable_name ... ok
[INFO] [stdout] [?1049ltest commands::tests::test_interactrive_mode ... ok
[INFO] [stdout] test config::tests::test_default_config ... ok
[INFO] [stdout] test commands::tests::test_run_command_init_config_failure ... FAILED
[INFO] [stdout] test commands::tests::test_run_command_init_config_success ... FAILED
[INFO] [stdout] test commands::tests::test_run_command_set_with_process ... ok
[INFO] [stdout] test commands::tests::test_set_valid_variable ... ok
[INFO] [stdout] test config::tests::test_get_config_dir ... ok
[INFO] [stdout] test config::tests::test_get_config_file ... ok
[INFO] [stdout] test commands::tests::test_set_overwrite_existing ... ok
[INFO] [stdout] test commands::tests::test_set_empty_variable_name ... ok
[INFO] [stdout] test config::tests::test_init_config_file_write_failure ... ok
[INFO] [stdout] test config::tests::test_init_config ... ok
[INFO] [stdout] test config::tests::test_init_config_buffer_write ... ok
[INFO] [stdout] test config::tests::test_read_config_from_invalid_file ... ok
[INFO] [stdout] test config::tests::test_read_config_from_unexistent_file ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_add_mode_backspace ... ok
[INFO] [stdout] test config::tests::test_read_config_default ... ok
[INFO] [stdout] test config::tests::test_read_config_parsing_error ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_add_mode_char ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_add_mode_enter_empty_key ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_add_mode_enter ... ok
[INFO] [stdout] test config::tests::test_read_config_from_existent_file ... ok
[INFO] [stdout] test commands::tests::test_set_with_process ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_add_mode_right ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_delete_mode_no ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_add_mode_tab ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_edit_mode_backspace ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_delete_mode_yes ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_edit_mode_char ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_edit_mode_right ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_add_mode_esc ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_add_mode_left ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_edit_mode_esc ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_input_with_event_add_mode ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_edit_mode_left ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_input_with_event_edit_mode ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_edit_mode_enter ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_input_with_event_delete_mode ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_list_mode_down ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_input_reload_branch ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_input_with_event_list_mode ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_list_mode_add ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_list_mode_delete ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_list_mode_edit ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_list_mode_quit ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_list_mode_reload ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_list_mode_up ... ok
[INFO] [stdout] test interactive::tests::test_add_variable ... ok
[INFO] [stdout] test interactive::tests::test_delete_variable ... ok
[INFO] [stdout] test interactive::tests::test_edit_variable ... ok
[INFO] [stdout] test interactive::tests::test_handle_add_mode_backspace ... ok
[INFO] [stdout] test interactive::tests::test_handle_add_mode_enter_empty_key ... ok
[INFO] [stdout] test interactive::tests::test_app_quit_state ... ok
[INFO] [stdout] test interactive::tests::test_handle_add_mode_left ... ok
[INFO] [stdout] test interactive::tests::test_handle_add_mode_esc ... ok
[INFO] [stdout] test interactive::tests::test_handle_add_mode_tab ... ok
[INFO] [stdout] test interactive::tests::test_handle_delete_mode_no ... ok
[INFO] [stdout] test interactive::tests::test_handle_delete_mode_yes ... ok
[INFO] [stdout] test interactive::tests::test_handle_edit_mode_backspace ... ok
[INFO] [stdout] test interactive::tests::test_handle_edit_mode_enter ... ok
[INFO] [stdout] test interactive::tests::test_handle_edit_mode_char ... ok
[INFO] [stdout] test interactive::tests::test_handle_edit_mode_esc ... ok
[INFO] [stdout] test interactive::tests::test_handle_edit_mode_right ... ok
[INFO] [stdout] test interactive::tests::test_handle_edit_mode_left ... ok
[INFO] [stdout] test interactive::tests::test_handle_list_mode_add ... ok
[INFO] [stdout] test interactive::tests::test_handle_list_mode_edit ... ok
[INFO] [stdout] test interactive::tests::test_handle_list_mode_delete ... ok
[INFO] [stdout] test interactive::tests::test_handle_list_mode_down ... ok
[INFO] [stdout] test interactive::tests::test_handle_list_mode_quit ... ok
[INFO] [stdout] test interactive::tests::test_handle_list_mode_up ... ok
[INFO] [stdout] test interactive::tests::test_handle_list_mode_reload ... ok
[INFO] [stdout] test interactive::tests::test_show_and_clear_message ... ok
[INFO] [stdout] test interactive::tests::test_interactive_app_creation ... ok
[INFO] [stdout] test interactive::tests::test_reload ... ok
[INFO] [stdout] test interactive::tests::test_state_initialization ... ok
[INFO] [stdout] test interactive::tests::test_toggle_input_focus ... ok
[INFO] [stdout] test interactive::tests::test_handle_add_mode_char ... ok
[INFO] [stdout] test interactive::tests::test_handle_add_mode_enter ... ok
[INFO] [stdout] test interactive::tests::test_handle_add_mode_right ... ok
[INFO] [stdout] test config::tests::test_init_config_buffer_write_failure ... ok
[INFO] [stdout] test models::tests::test_config_parsing_error_display ... ok
[INFO] [stdout] test interactive::view::tests::test_draw_add_mode ... ok
[INFO] [stdout] test interactive::view::tests::test_draw_list_mode ... ok
[INFO] [stdout] test models::tests::test_error_kind_display ... ok
[INFO] [stdout] test tests::test_add_command_simple ... ok
[INFO] [stdout] test tests::test_add_command_with_global_flag ... ok
[INFO] [stdout] test tests::test_add_command_with_global_flag_and_process ... ok
[INFO] [stdout] test tests::test_delete_command_simple ... ok
[INFO] [stdout] test interactive::view::tests::test_draw_scrolling ... ok
[INFO] [stdout] test tests::test_get_command_with_no_similar_names_flag ... ok
[INFO] [stdout] test tests::test_delete_command_with_global_flag ... ok
[INFO] [stdout] test tests::test_init_logger ... ok
[INFO] [stdout] test tests::test_init_config ... ok
[INFO] [stdout] test tests::test_get_command_without_no_similar_names_flag ... ok
[INFO] [stdout] test tests::test_print_command ... ok
[INFO] [stdout] test tests::test_print_command_with_format ... ok
[INFO] [stdout] test tests::test_set_command_with_global_flag ... ok
[INFO] [stdout] test tests::test_set_command_simple ... ok
[INFO] [stdout] test tests::test_set_command_with_global_flag_and_process ... ok
[INFO] [stdout] test tests::test_delete_command_with_global_flag_and_process ... ok
[INFO] [stdout] test utils::tests::test_find_similar_string_multiple_matches ... ok
[INFO] [stdout] test interactive::view::tests::test_draw_edit_mode ... ok
[INFO] [stdout] test interactive::controller::tests::test_handle_input_message_expiry_branch ... ok
[INFO] [stdout] test interactive::view::tests::test_draw_delete_mode ... ok
[INFO] [stdout] test interactive::view::tests::test_draw_message ... ok
[INFO] [stdout] test utils::tests::test_find_similar_string_case_insensitive ... ok
[INFO] [stdout] test utils::tests::test_run_invalid_executable ... ok
[INFO] [stdout] test utils::tests::test_run_empty_command ... ok
[INFO] [stdout] test utils::tests::test_find_similar_string_no_match ... ok
[INFO] [stdout] test utils::tests::test_run_null_command ... ok
[INFO] [stdout] test utils::tests::test_find_similar_string_exact_match ... ok
[INFO] [stdout] test utils::tests::test_run_failing_command ... ok
[INFO] [stdout] test utils::tests::test_validate_var_name_empty ... ok
[INFO] [stdout] test utils::tests::test_validate_var_name_valid ... ok
[INFO] [stdout] test utils::tests::test_validate_var_name_with_spaces ... ok
[INFO] [stdout] test variables::tests::test_delete_nonexistent_variable_global ... ok
[INFO] [stdout] test variables::tests::test_delete_variable_global ... ok
[INFO] [stdout] test utils::tests::test_run_successful_command ... ok
[INFO] [stdout] test utils::tests::test_run_nonexistent_command ... ok
[INFO] [stdout] test utils::tests::test_run ... ok
[INFO] [stdout] test utils::tests::test_run_failing_command_two ... ok
[INFO] [stdout] test variables::tests::test_delete_variable ... ok
[INFO] [stdout] test variables::tests::test_print_env_special_characters ... ok
[INFO] [stdout] test variables::tests::test_get_variables_list ... ok
[INFO] [stdout] test variables::tests::test_print_env ... ok
[INFO] [stdout] test variables::tests::test_set_variable_empty_value ... ok
[INFO] [stdout] test variables::tests::test_print_env_format ... ok
[INFO] [stdout] test variables::tests::test_print_env_empty_value ... ok
[INFO] [stdout] test variables::tests::test_set_variable_global ... ok
[INFO] [stdout] test variables::tests::test_set_variable_simple ... ok
[INFO] [stdout] test utils::tests::test_run_with_very_long_command ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- commands::tests::test_run_command_init_config_failure stdout ----
[INFO] [stdout] [2026-01-16T06:14:27Z ERROR envfetch::commands] No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::tests::test_run_command_init_config_failure' (69) panicked at src/commands.rs:1424:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: ExitCode(unix_exit_status(1))
[INFO] [stdout]  right: ExitCode(unix_exit_status(0))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622400c39c62 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x622400c39c62 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x622400c39c62 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x622400c39c62 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x622400c5346a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x622400c5346a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x622400c40946 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x622400c40946 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x622400c15a2f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x622400c15a2f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x622400c30cf9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62240077336e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x62240077336e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x622400c30f62 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x622400c30f62 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x622400c15ae8 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x622400c0d1a9 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x622400c16afd - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x622400c53c5c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x622400c53ae3 - core[c5ed12ab89cc536a]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x622400672f77 - core[c5ed12ab89cc536a]::panicking::assert_failed::<std[716c9a7a72e5c14e]::process::ExitCode, std[716c9a7a72e5c14e]::process::ExitCode>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62240061951b - envfetch[98cac1c42400e325]::commands::tests::test_run_command_init_config_failure
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands.rs:1424:9
[INFO] [stdout]   22:     0x62240060bec7 - envfetch[98cac1c42400e325]::commands::tests::test_run_command_init_config_failure::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands.rs:1421:46
[INFO] [stdout]   23:     0x622400661c46 - <envfetch[98cac1c42400e325]::commands::tests::test_run_command_init_config_failure::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62240076771b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62240076771b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x622400773f7a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x622400773f7a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x622400773f7a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x622400773f7a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x622400773f7a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x622400773f7a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x622400773f7a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62240076e444 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62240076e444 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x622400776a72 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x622400776a72 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x622400776a72 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x622400776a72 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x622400776a72 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x622400776a72 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x622400776a72 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x622400c38daf - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x622400c38daf - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x7485465f2aa4 - <unknown>
[INFO] [stdout]   45:     0x74854667fa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- commands::tests::test_run_command_init_config_success stdout ----
[INFO] [stdout] [2026-01-16T06:14:27Z ERROR envfetch::commands] No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::tests::test_run_command_init_config_success' (70) panicked at src/commands.rs:1407:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: ExitCode(unix_exit_status(1))
[INFO] [stdout]  right: ExitCode(unix_exit_status(0))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622400c39c62 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x622400c39c62 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x622400c39c62 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x622400c39c62 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x622400c5346a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x622400c5346a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x622400c40946 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x622400c40946 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x622400c15a2f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x622400c15a2f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x622400c30cf9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62240077336e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x62240077336e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x622400c30f62 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x622400c30f62 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x622400c15ae8 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x622400c0d1a9 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x622400c16afd - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x622400c53c5c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x622400c53ae3 - core[c5ed12ab89cc536a]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x622400672f77 - core[c5ed12ab89cc536a]::panicking::assert_failed::<std[716c9a7a72e5c14e]::process::ExitCode, std[716c9a7a72e5c14e]::process::ExitCode>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62240061965d - envfetch[98cac1c42400e325]::commands::tests::test_run_command_init_config_success
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands.rs:1407:9
[INFO] [stdout]   22:     0x62240060bef7 - envfetch[98cac1c42400e325]::commands::tests::test_run_command_init_config_success::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands.rs:1401:46
[INFO] [stdout]   23:     0x622400661c86 - <envfetch[98cac1c42400e325]::commands::tests::test_run_command_init_config_success::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62240076771b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62240076771b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x622400773f7a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x622400773f7a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x622400773f7a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x622400773f7a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x622400773f7a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x622400773f7a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x622400773f7a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62240076e444 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62240076e444 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x622400776a72 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x622400776a72 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x622400776a72 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x622400776a72 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x622400776a72 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x622400776a72 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x622400776a72 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x622400c38daf - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x622400c38daf - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x7485465f2aa4 - <unknown>
[INFO] [stdout]   45:     0x74854667fa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     commands::tests::test_run_command_init_config_failure
[INFO] [stdout]     commands::tests::test_run_command_init_config_success
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 179 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin envfetch`
[INFO] running `Command { std: "docker" "inspect" "7eb7dbf5374e9148c519ddc839f915633754b00c569b9ebd6d49e31a3c27bfa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7eb7dbf5374e9148c519ddc839f915633754b00c569b9ebd6d49e31a3c27bfa9", kill_on_drop: false }`
[INFO] [stdout] 7eb7dbf5374e9148c519ddc839f915633754b00c569b9ebd6d49e31a3c27bfa9
