[INFO] cloning repository https://github.com/knota-lab/rdev
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/knota-lab/rdev" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknota-lab%2Frdev", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknota-lab%2Frdev'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5345a75917acb73eb84e1c8623f38a531074b139
[INFO] testing knota-lab/rdev against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknota-lab%2Frdev" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/knota-lab/rdev
[INFO] finished tweaking git repo https://github.com/knota-lab/rdev
[INFO] tweaked toml for git repo https://github.com/knota-lab/rdev written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/knota-lab/rdev on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/knota-lab/rdev already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e
[INFO] running `Command { std: "docker" "start" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling cmov v0.5.4
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling cpubits v0.1.1
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling base16ct v1.0.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling ff v0.14.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling group v0.14.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling pem-rfc7468 v1.0.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling der v0.8.0
[INFO] [stderr]    Compiling curve25519-dalek v5.0.0-rc.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling keccak v0.2.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling spki v0.8.0
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling block-padding v0.4.2
[INFO] [stderr]    Compiling inout v0.2.2
[INFO] [stderr]    Compiling crypto-bigint v0.7.5
[INFO] [stderr]    Compiling sec1 v0.8.1
[INFO] [stderr]    Compiling wnaf v0.14.0
[INFO] [stderr]    Compiling pkcs1 v0.8.0-rc.4
[INFO] [stderr]    Compiling module-lattice v0.2.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling cipher v0.5.2
[INFO] [stderr]    Compiling universal-hash v0.6.1
[INFO] [stderr]    Compiling aead v0.6.1
[INFO] [stderr]    Compiling kem v0.3.0
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling polyval v0.7.1
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling signature v3.0.0
[INFO] [stderr]    Compiling ghash v0.6.0
[INFO] [stderr]    Compiling pbkdf2 v0.13.0
[INFO] [stderr]    Compiling hkdf v0.13.0
[INFO] [stderr]    Compiling aes v0.9.1
[INFO] [stderr]    Compiling ctr v0.10.1
[INFO] [stderr]    Compiling salsa20 v0.11.0
[INFO] [stderr]    Compiling cbc v0.2.1
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling blowfish v0.10.0
[INFO] [stderr]    Compiling poly1305 v0.9.0
[INFO] [stderr]    Compiling blake2 v0.11.0-rc.6
[INFO] [stderr]    Compiling sha1 v0.11.0
[INFO] [stderr]    Compiling sha3 v0.11.0
[INFO] [stderr]    Compiling aes-gcm v0.11.0
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]    Compiling dashmap v6.2.1
[INFO] [stderr]    Compiling argon2 v0.6.0-rc.8
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling ml-kem v0.3.2
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling scrypt v0.12.0
[INFO] [stderr]    Compiling pkcs5 v0.8.1
[INFO] [stderr]    Compiling bcrypt-pbkdf v0.11.0
[INFO] [stderr]    Compiling internal-russh-num-bigint v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling pkcs8 v0.11.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling ed25519 v3.0.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling delegate v0.13.5
[INFO] [stderr]    Compiling elliptic-curve v0.14.1
[INFO] [stderr]    Compiling primefield v0.14.0
[INFO] [stderr]    Compiling rfc6979 v0.6.0
[INFO] [stderr]    Compiling ssh-encoding v0.3.0
[INFO] [stderr]    Compiling crypto-primes v0.7.2
[INFO] [stderr]    Compiling ed25519-dalek v3.0.0-rc.1
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling ecdsa v0.17.0
[INFO] [stderr]    Compiling primeorder v0.14.0
[INFO] [stderr]    Compiling ssh-cipher v0.3.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling russh-cryptovec v0.62.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling generic-array v1.4.3
[INFO] [stderr]    Compiling num-bigint v0.4.7
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling p384 v0.14.0-rc.15
[INFO] [stderr]    Compiling p521 v0.14.0-rc.15
[INFO] [stderr]    Compiling p256 v0.14.0-rc.15
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling rsa v0.10.0-rc.18
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling hex-literal v1.1.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling md5 v0.8.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]    Compiling russh-util v0.52.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling russh-sftp v2.3.0
[INFO] [stderr]    Compiling ratatui v0.26.3
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling ssh-key v0.7.0-rc.11
[INFO] [stderr]    Compiling russh v0.62.1
[INFO] [stderr]    Compiling rdev v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Command` and `Stdio`
[INFO] [stdout]  --> src/tui.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::process::{Command, Stdio};
[INFO] [stdout]   |                    ^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3m 26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `Command` and `Stdio`
[INFO] [stdout]  --> src/tui.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::process::{Command, Stdio};
[INFO] [stdout]   |                    ^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rdev v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `windows_child_command`
[INFO] [stdout]    --> src/remote_command.rs:139:51
[INFO] [stdout]     |
[INFO] [stdout] 139 |         command_in_directory, powershell_command, windows_child_command, windows_exec_command,
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Command` and `Stdio`
[INFO] [stdout]  --> src/tui.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::process::{Command, Stdio};
[INFO] [stdout]   |                    ^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 9.58s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `Command` and `Stdio`
[INFO] [stderr]  --> src/tui.rs:4:20
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::process::{Command, Stdio};
[INFO] [stderr]   |                    ^^^^^^^  ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `windows_child_command`
[INFO] [stderr]    --> src/remote_command.rs:139:51
[INFO] [stderr]     |
[INFO] [stderr] 139 |         command_in_directory, powershell_command, windows_child_command, windows_exec_command,
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Command` and `Stdio`
[INFO] [stderr]  --> src/tui.rs:4:20
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::process::{Command, Stdio};
[INFO] [stderr]   |                    ^^^^^^^  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rdev` (lib) generated 1 warning (run `cargo fix --lib -p rdev` to apply 1 suggestion)
[INFO] [stderr] warning: `rdev` (lib test) generated 2 warnings (run `cargo fix --lib -p rdev --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/rdev-640ffbcdae734e47)
[INFO] [stdout] 
[INFO] [stdout] running 119 tests
[INFO] [stdout] test app::tests::explicit_dir_overrides_alias_dir ... ok
[INFO] [stdout] test app::tests::formats_sync_exclusion_reason ... ok
[INFO] [stdout] test app::tests::init_profile_creates_base_config_and_profile_file ... ok
[INFO] [stdout] test app::tests::missing_alias_param_is_config_error ... ok
[INFO] [stdout] test app::tests::resolves_command_alias_with_dir_and_params ... ok
[INFO] [stdout] test app::tests::service_commands_use_remote_state_and_background_start ... ok
[INFO] [stdout] test app::tests::port_command_is_read_only_unless_kill_is_requested ... ok
[INFO] [stdout] test command::tests::builds_russh_run_display_in_remote_dir ... ok
[INFO] [stdout] test app::tests::service_start_can_stream_logs_instead_of_heartbeat ... ok
[INFO] [stdout] test app::tests::init_profile_does_not_replace_existing_default_without_flag ... ok
[INFO] [stdout] test app::tests::service_list_formats_configured_services ... ok
[INFO] [stdout] test app::tests::alias_delete_removes_config_alias ... ok
[INFO] [stdout] test app::tests::alias_set_creates_and_updates_config_alias ... ok
[INFO] [stdout] test app::tests::profile_list_and_show_are_read_only_inspection_commands ... ok
[INFO] [stdout] test command::tests::maps_non_zero_exit_to_remote_command_failed ... ok
[INFO] [stdout] test command::tests::shell_quote_escapes_single_quotes ... ok
[INFO] [stdout] test config::tests::loads_legacy_config_file_for_compatibility ... ok
[INFO] [stdout] test config::tests::default_profile_overrides_remote_and_uses_profile_runtime_dirs ... ok
[INFO] [stdout] test config::tests::parses_valid_config ... ok
[INFO] [stdout] test config::tests::loads_config_from_rdev_directory_first ... ok
[INFO] [stdout] test app::tests::service_set_creates_and_updates_config_service ... ok
[INFO] [stdout] test config::tests::profile_sync_excludes_are_merged_with_base_config ... ok
[INFO] [stdout] test config::tests::template_uses_safe_defaults ... ok
[INFO] [stdout] test daemon::tests::daemon_bin_dir_is_isolated_by_profile ... ok
[INFO] [stdout] test daemon::tests::daemon_exe_name_marks_non_target_binary_as_daemon ... ok
[INFO] [stdout] test daemon::tests::daemon_status_reports_not_running_without_state_file ... ok
[INFO] [stdout] test daemon::tests::env_name_validation_matches_shell_export_names ... ok
[INFO] [stdout] test daemon::tests::daemon_exe_name_marks_target_build_as_dev_daemon ... FAILED
[INFO] [stdout] test daemon::tests::missing_state_is_not_running ... ok
[INFO] [stdout] test daemon::tests::detects_exec_client_disconnect_without_consuming_input ... ok
[INFO] [stdout] test daemon::tests::output_tail_formats_recent_failure_context ... ok
[INFO] [stdout] test daemon::tests::remote_command_prelude_exports_safe_config_env ... ok
[INFO] [stdout] test daemon::tests::remote_exec_wrapper_does_not_self_cancel_on_idle ... ok
[INFO] [stdout] test daemon::tests::remote_exec_wrapper_only_cancels_on_cancel_file ... ok
[INFO] [stdout] test doctor::tests::doctor_checks_rsync_only_for_explicit_rsync_backend ... ok
[INFO] [stdout] test doctor::tests::doctor_rejects_unsafe_remote_path_before_running_commands ... ok
[INFO] [stdout] test doctor::tests::doctor_runs_expected_checks ... ok
[INFO] [stdout] test doctor::tests::doctor_skips_rsync_checks_for_default_ssh_backend ... ok
[INFO] [stdout] test error::tests::context_exit_code_overrides_error_info_exit_code ... ok
[INFO] [stdout] test error::tests::error_info_controls_exit_code ... ok
[INFO] [stdout] test error::tests::formats_hint_and_context ... ok
[INFO] [stdout] test error::tests::returns_localized_message ... ok
[INFO] [stdout] test exec_summary::tests::detects_common_issue_lines ... ok
[INFO] [stdout] test path::tests::accepts_project_remote_path ... ok
[INFO] [stdout] test exec_summary::tests::prunes_only_exec_logs_past_retention ... ok
[INFO] [stdout] test path::tests::accepts_windows_project_remote_path_but_rejects_drive_root ... ok
[INFO] [stdout] test path::tests::excludes_matching_path_component ... ok
[INFO] [stdout] test exec_summary::tests::recorder_writes_log_and_formats_summary ... ok
[INFO] [stdout] test path::tests::include_rule_overrides_previous_exclude ... FAILED
[INFO] [stdout] test path::tests::maps_relative_to_remote_path ... ok
[INFO] [stdout] test path::tests::normalizes_relative_path_to_forward_slashes ... ok
[INFO] [stdout] test path::tests::rejects_broad_remote_paths ... ok
[INFO] [stdout] test path::tests::rejects_relative_path_escape ... FAILED
[INFO] [stdout] test path::tests::supports_path_excludes ... FAILED
[INFO] [stdout] test process::tests::displays_command_with_quoted_args ... ok
[INFO] [stdout] test remote_command::tests::builds_windows_command_with_literal_directory ... ok
[INFO] [stdout] test remote_command::tests::encodes_powershell_as_utf16le_base64 ... ok
[INFO] [stdout] test remote_command::tests::windows_exec_wrapper_stays_below_cmd_command_line_limit ... ok
[INFO] [stdout] test session::tests::delete_inactive_session_rejects_running ... ok
[INFO] [stdout] test session::tests::delete_inactive_session_releases_name ... ok
[INFO] [stdout] test session::tests::duplicate_session_name_uses_session_error ... ok
[INFO] [stdout] test session::tests::log_decoder_appends_newline_logs ... ok
[INFO] [stdout] test session::tests::log_decoder_previews_unterminated_tail_line ... ok
[INFO] [stdout] test session::tests::log_decoder_replaces_carriage_return_progress ... ok
[INFO] [stdout] test session::tests::parses_daemon_commands ... ok
[INFO] [stdout] test session::tests::parses_enter_command ... ok
[INFO] [stdout] test session::tests::parses_focused_session_shorthands ... ok
[INFO] [stdout] test session::tests::parses_logs_without_selector ... ok
[INFO] [stdout] test session::tests::parses_new_remote_session_command ... ok
[INFO] [stdout] test session::tests::parses_new_session_command ... ok
[INFO] [stdout] test session::tests::parses_port_commands ... ok
[INFO] [stdout] test session::tests::parses_saved_session_commands ... ok
[INFO] [stdout] test session::tests::parses_tail_command ... ok
[INFO] [stdout] test session::tests::progress_replacement_matches_only_same_stream_prefix ... ok
[INFO] [stdout] test session::tests::rejects_invalid_port_commands ... ok
[INFO] [stdout] test session::tests::rejects_unknown_command ... ok
[INFO] [stdout] test session::tests::remote_alive_command_checks_current_and_legacy_pid_files ... ok
[INFO] [stdout] test session::tests::push_log_appends_session_log_file ... ok
[INFO] [stdout] test session::tests::remote_session_runs_compound_command_under_shell ... ok
[INFO] [stdout] test session::tests::remote_session_state_dir_is_profile_scoped_when_active ... ok
[INFO] [stdout] test session::tests::remote_stop_prefers_interrupt_before_terminate ... ok
[INFO] [stdout] test session::tests::restore_does_not_replace_running_session_with_same_name ... ok
[INFO] [stdout] test sftp::tests::reconnect_retry_only_handles_ssh_sync_errors ... ok
[INFO] [stdout] test sftp::tests::builds_remote_path_with_forward_slashes ... FAILED
[INFO] [stdout] test sync::tests::dot_watch_dir_syncs_project_root_without_dot_suffix ... ok
[INFO] [stdout] test sync::tests::builds_remote_delete_command ... ok
[INFO] [stdout] test sync::tests::builds_wsl_delta_upload_command ... ok
[INFO] [stdout] test sync::tests::maps_negated_exclude_to_rsync_include ... ok
[INFO] [stdout] test sync::tests::builds_wsl_rsync_command_for_watch_dir ... ok
[INFO] [stdout] test sync::tests::maps_rsync_failure_to_sync_error ... ok
[INFO] [stdout] test tui::input::tests::word_navigation_keeps_utf8_boundaries ... ok
[INFO] [stdout] test tui::input::tests::word_navigation_skips_shell_words ... ok
[INFO] [stdout] test tui::logs::tests::blank_log_line_renders_without_prefix ... ok
[INFO] [stdout] test tui::logs::tests::log_wrapping_prefers_word_boundaries ... ok
[INFO] [stdout] test tui::logs::tests::log_wrapping_respects_display_width ... ok
[INFO] [stdout] test tui::logs::tests::parsed_log_copy_text_strips_ansi_but_render_keeps_style ... ok
[INFO] [stdout] test tui::logs::tests::strips_ansi_escape_sequences ... ok
[INFO] [stdout] test tui::logs::tests::wrapped_styled_logs_keep_plain_text_without_escape_codes ... ok
[INFO] [stdout] test tui::logs::tests::parses_ansi_sgr_colors_for_rendering ... ok
[INFO] [stdout] test sync::tests::caches_detected_rsync_mode ... ok
[INFO] [stdout] test tui::state::tests::command_history_is_recently_used_unique_on_load ... ok
[INFO] [stdout] test tui::tests::input_layout_keeps_cursor_row_visible_when_scrolled ... ok
[INFO] [stdout] test tui::tests::input_layout_wraps_long_commands_and_tracks_cursor ... ok
[INFO] [stdout] test up::tests::collects_upload_and_delete_changes ... FAILED
[INFO] [stdout] test up::tests::does_not_filter_nested_matching_path_name ... FAILED
[INFO] [stdout] test up::tests::filters_excluded_event_paths ... ok
[INFO] [stdout] test tui::state::tests::saved_session_can_be_found_by_name_or_index ... ok
[INFO] [stdout] test up::tests::filters_relative_to_watch_dir_source ... FAILED
[INFO] [stdout] test up::tests::formats_up_status ... ok
[INFO] [stderr] kill: (4294967294): No such process
[INFO] [stdout] test up::tests::missing_pending_upload_becomes_delete ... ok
[INFO] [stdout] test up::tests::pending_changes_exceed_full_sync_threshold ... ok
[INFO] [stdout] test up::tests::initial_sync_scan_respects_negated_excludes_anywhere ... FAILED
[INFO] [stdout] test up::tests::resolves_relative_local_root ... ok
[INFO] [stdout] test tui::state::tests::command_history_is_recently_used_unique_on_push ... ok
[INFO] [stdout] test up::tests::stop_file_requests_shutdown ... ok
[INFO] [stdout] test sync_state::tests::sync_health_reports_changes_since_success ... ok
[INFO] [stdout] test up::tests::stale_pid_is_cleared_before_up_starts ... ok
[INFO] [stdout] test session::tests::new_session_replaces_exited_session_with_same_name ... ok
[INFO] [stdout] test session::tests::restore_replaces_stopped_session_with_same_name ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- daemon::tests::daemon_exe_name_marks_target_build_as_dev_daemon stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'daemon::tests::daemon_exe_name_marks_target_build_as_dev_daemon' (4548) panicked at src/daemon.rs:1604:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "rdev-daemon.exe"
[INFO] [stdout]  right: "rdev-dev-daemon.exe"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622df4551721 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x622df4568d7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x622df455624c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x622df45299c6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x622df4548579 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x622df44d9f90 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x622df4548732 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x622df4529a72 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x622df4521c59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x622df452a85d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x622df45694dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x622df45693f3 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x622df45156c6 - core[7c831bd917ebf35f]::panicking::assert_failed::<&str, &str>
[INFO] [stdout]   13:     0x622df44245a0 - rdev[2a06e07277afc13c]::daemon::tests::daemon_exe_name_marks_target_build_as_dev_daemon
[INFO] [stdout]   14:     0x622df44308c9 - <rdev[2a06e07277afc13c]::daemon::tests::daemon_exe_name_marks_target_build_as_dev_daemon::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x622df44cd27b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x622df44da8e5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x622df44d3ca4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x622df44dda42 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x622df4550329 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73bab24b807a - <unknown>
[INFO] [stdout]   21:     0x73bab254b534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- path::tests::include_rule_overrides_previous_exclude stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'path::tests::include_rule_overrides_previous_exclude' (4571) panicked at src/path.rs:375:9:
[INFO] [stdout] assertion failed: !is_sync_excluded(&PathBuf::from("J:\\workspace\\knota-fold\\src\\data\\mod.rs"),
[INFO] [stdout]         &root, &excludes)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622df4551721 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x622df4568d7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x622df455624c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x622df45299c6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x622df4548579 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x622df44d9f90 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x622df4548732 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x622df4529aa4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x622df4521c59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x622df452a85d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x622df45694dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x622df45694a2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x622df444f717 - rdev[2a06e07277afc13c]::path::tests::include_rule_overrides_previous_exclude
[INFO] [stdout]   13:     0x622df4430529 - <rdev[2a06e07277afc13c]::path::tests::include_rule_overrides_previous_exclude::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x622df44cd27b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x622df44da8e5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x622df44d3ca4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x622df44dda42 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x622df4550329 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x73bab24b807a - <unknown>
[INFO] [stdout]   20:     0x73bab254b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- path::tests::rejects_relative_path_escape stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'path::tests::rejects_relative_path_escape' (4575) panicked at src/path.rs:313:13:
[INFO] [stdout] C:\tmp should be rejected
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622df4551721 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x622df4568d7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x622df455624c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x622df45299c6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x622df4548579 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x622df44d9f90 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x622df4548732 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x622df4529a72 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x622df4521c59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x622df452a85d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x622df45694dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x622df444ed50 - rdev[2a06e07277afc13c]::path::tests::rejects_relative_path_escape
[INFO] [stdout]   12:     0x622df44304e9 - <rdev[2a06e07277afc13c]::path::tests::rejects_relative_path_escape::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x622df44cd27b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x622df44da8e5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x622df44d3ca4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x622df44dda42 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x622df4550329 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x73bab24b807a - <unknown>
[INFO] [stdout]   19:     0x73bab254b534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- path::tests::supports_path_excludes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'path::tests::supports_path_excludes' (4576) panicked at src/path.rs:405:9:
[INFO] [stdout] assertion failed: !is_sync_excluded(&PathBuf::from("J:\\workspace\\other\\data\\db"), &root,
[INFO] [stdout]         &["knota-fold/data".to_owned()])
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622df4551721 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x622df4568d7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x622df455624c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x622df45299c6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x622df4548579 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x622df44d9f90 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x622df4548732 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x622df4529aa4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x622df4521c59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x622df452a85d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x622df45694dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x622df45694a2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x622df444e598 - rdev[2a06e07277afc13c]::path::tests::supports_path_excludes
[INFO] [stdout]   13:     0x622df4430469 - <rdev[2a06e07277afc13c]::path::tests::supports_path_excludes::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x622df44cd27b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x622df44da8e5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x622df44d3ca4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x622df44dda42 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x622df4550329 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x73bab24b807a - <unknown>
[INFO] [stdout]   20:     0x73bab254b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sftp::tests::builds_remote_path_with_forward_slashes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sftp::tests::builds_remote_path_with_forward_slashes' (4612) panicked at src/sftp.rs:294:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "/rdev/project/src\\main.rs"
[INFO] [stdout]  right: "/rdev/project/src/main.rs"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622df4551721 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x622df4568d7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x622df455624c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x622df45299c6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x622df4548579 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x622df44d9f90 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x622df4548732 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x622df4529a72 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x622df4521c59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x622df452a85d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x622df45694dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x622df45693f3 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x622df44690b2 - core[7c831bd917ebf35f]::panicking::assert_failed::<alloc[2fdc3f7464fcf288]::string::String, &str>
[INFO] [stdout]   13:     0x622df4485f3e - rdev[2a06e07277afc13c]::sftp::tests::builds_remote_path_with_forward_slashes
[INFO] [stdout]   14:     0x622df4430589 - <rdev[2a06e07277afc13c]::sftp::tests::builds_remote_path_with_forward_slashes::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x622df44cd27b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x622df44da8e5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x622df44d3ca4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x622df44dda42 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x622df4550329 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73bab24b807a - <unknown>
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   21:     0x73bab254b534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- up::tests::collects_upload_and_delete_changes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'up::tests::collects_upload_and_delete_changes' (4639) panicked at src/up.rs:1152:9:
[INFO] [stdout] assertion failed: upload.is_some()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622df4551721 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x622df4568d7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x622df455624c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x622df45299c6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x622df4548579 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x622df44d9f90 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x622df4548732 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x622df4529aa4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x622df4521c59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x622df452a85d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x622df45694dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x622df45694a2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x622df446a5ca - rdev[2a06e07277afc13c]::up::tests::collects_upload_and_delete_changes
[INFO] [stdout]   13:     0x622df4430189 - <rdev[2a06e07277afc13c]::up::tests::collects_upload_and_delete_changes::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x622df44cd27b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x622df44da8e5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x622df44d3ca4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x622df44dda42 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x622df4550329 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x73bab24b807a - <unknown>
[INFO] [stdout]   20:     0x73bab254b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- up::tests::does_not_filter_nested_matching_path_name stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'up::tests::does_not_filter_nested_matching_path_name' (4640) panicked at src/up.rs:1110:9:
[INFO] [stdout] assertion failed: collect_event_changes(&event, &filter).is_some()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622df4551721 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x622df4568d7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x622df455624c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x622df45299c6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x622df4548579 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x622df44d9f90 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x622df4548732 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x622df4529aa4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x622df4521c59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x622df452a85d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x622df45694dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x622df45694a2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x622df446bad9 - rdev[2a06e07277afc13c]::up::tests::does_not_filter_nested_matching_path_name
[INFO] [stdout]   13:     0x622df4430209 - <rdev[2a06e07277afc13c]::up::tests::does_not_filter_nested_matching_path_name::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x622df44cd27b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x622df44da8e5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x622df44d3ca4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x622df44dda42 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x622df4550329 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x73bab24b807a - <unknown>
[INFO] [stdout]   20:     0x73bab254b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- up::tests::filters_relative_to_watch_dir_source stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'up::tests::filters_relative_to_watch_dir_source' (4642) panicked at src/up.rs:1125:9:
[INFO] [stdout] assertion failed: !filter.is_excluded(&PathBuf::from("J:\\knota-fold-workspace\\knota-fold\\src\\data\\mod.rs"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622df4551721 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x622df4568d7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x622df455624c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x622df45299c6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x622df4548579 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x622df44d9f90 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x622df4548732 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x622df4529aa4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x622df4521c59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x622df452a85d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x622df45694dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x622df45694a2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x622df446aad6 - rdev[2a06e07277afc13c]::up::tests::filters_relative_to_watch_dir_source
[INFO] [stdout]   13:     0x622df44301a9 - <rdev[2a06e07277afc13c]::up::tests::filters_relative_to_watch_dir_source::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x622df44cd27b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x622df44da8e5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x622df44d3ca4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x622df44dda42 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x622df4550329 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x73bab24b807a - <unknown>
[INFO] [stdout]   20:     0x73bab254b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- up::tests::initial_sync_scan_respects_negated_excludes_anywhere stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'up::tests::initial_sync_scan_respects_negated_excludes_anywhere' (4644) panicked at src/up.rs:1259:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 2
[INFO] [stdout]  right: 1
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x622df4551721 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x622df4568d7a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x622df455624c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x622df45299c6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x622df4548579 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x622df44d9f90 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x622df4548732 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x622df4529a72 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x622df4521c59 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x622df452a85d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x622df45694dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x622df45693f3 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x622df45638bd - core[7c831bd917ebf35f]::panicking::assert_failed::<u64, u64>
[INFO] [stdout]   13:     0x622df446c53a - rdev[2a06e07277afc13c]::up::tests::initial_sync_scan_respects_negated_excludes_anywhere
[INFO] [stdout]   14:     0x622df4430249 - <rdev[2a06e07277afc13c]::up::tests::initial_sync_scan_respects_negated_excludes_anywhere::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x622df44cd27b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x622df44da8e5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x622df44d3ca4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x622df44dda42 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x622df4550329 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73bab24b807a - <unknown>
[INFO] [stdout]   21:     0x73bab254b534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     daemon::tests::daemon_exe_name_marks_target_build_as_dev_daemon
[INFO] [stdout]     path::tests::include_rule_overrides_previous_exclude
[INFO] [stdout]     path::tests::rejects_relative_path_escape
[INFO] [stdout]     path::tests::supports_path_excludes
[INFO] [stdout]     sftp::tests::builds_remote_path_with_forward_slashes
[INFO] [stdout]     up::tests::collects_upload_and_delete_changes
[INFO] [stdout]     up::tests::does_not_filter_nested_matching_path_name
[INFO] [stdout]     up::tests::filters_relative_to_watch_dir_source
[INFO] [stdout]     up::tests::initial_sync_scan_respects_negated_excludes_anywhere
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 110 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e", kill_on_drop: false }`
[INFO] [stdout] 0a4832c428cf780ccc18ae247743e3c6c692455826d8d9d821db7d839ce5c03e
