[INFO] cloning repository https://github.com/jwliles/smv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jwliles/smv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwliles%2Fsmv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwliles%2Fsmv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b9300b43f1941e610e07fafe180c653f2dd5609
[INFO] testing jwliles/smv against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwliles%2Fsmv" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jwliles/smv
[INFO] finished tweaking git repo https://github.com/jwliles/smv
[INFO] tweaked toml for git repo https://github.com/jwliles/smv written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jwliles/smv on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jwliles/smv 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd767fac98f4ee34d1d5927fcf82c1dbeca53ac1ca2dc786718ba943de6a5d71
[INFO] running `Command { std: "docker" "start" "-a" "dd767fac98f4ee34d1d5927fcf82c1dbeca53ac1ca2dc786718ba943de6a5d71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd767fac98f4ee34d1d5927fcf82c1dbeca53ac1ca2dc786718ba943de6a5d71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd767fac98f4ee34d1d5927fcf82c1dbeca53ac1ca2dc786718ba943de6a5d71", kill_on_drop: false }`
[INFO] [stdout] dd767fac98f4ee34d1d5927fcf82c1dbeca53ac1ca2dc786718ba943de6a5d71
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f336c703f86b58c544377314343f4743964e63ce7a13758671f920ac3e0732a3
[INFO] running `Command { std: "docker" "start" "-a" "f336c703f86b58c544377314343f4743964e63ce7a13758671f920ac3e0732a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling vte v0.11.1
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling clap_builder v4.5.41
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling defer-drop v1.3.0
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling fd-lock v3.0.13
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling nix v0.25.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tuikit v0.5.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling rustyline v12.0.0
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive_builder_macro v0.11.2
[INFO] [stderr]    Compiling derive_builder v0.11.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ratatui v0.26.3
[INFO] [stderr]    Compiling clap v4.5.41
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling timer v0.2.0
[INFO] [stderr]    Compiling skim v0.10.4
[INFO] [stderr]    Compiling smv v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `title_case` is never used
[INFO] [stdout]    --> src/transformers.rs:316:4
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn title_case(name: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_title` is never used
[INFO] [stdout]    --> src/transformers.rs:491:4
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn format_title(tokens: &[String]) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Action` is never used
[INFO] [stdout]  --> src/ui/input/keymap.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Action {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KeyMap` is never constructed
[INFO] [stdout]   --> src/ui/input/keymap.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct KeyMap {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_normal_action`, `get_visual_action`, and `get_command_action` are never used
[INFO] [stdout]    --> src/ui/input/keymap.rs:203:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl KeyMap {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] 202 |     /// Get the action for a key event in normal mode
[INFO] [stdout] 203 |     pub fn get_normal_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn get_visual_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |     pub fn get_command_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Motion` is never used
[INFO] [stdout]  --> src/ui/input/vim.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Motion {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Operator` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub enum Operator {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TextObject` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum TextObject {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandState` is never constructed
[INFO] [stdout]   --> src/ui/input/vim.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct CommandState {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/ui/input/vim.rs:77:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl CommandState {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  76 |     /// Create a new command state
[INFO] [stdout]  77 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub fn get_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub fn parse_count(&mut self, c: char) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn has_count(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn set_operator(&mut self, operator: Operator) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn get_operator(&self) -> Option<Operator> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub fn set_motion(&mut self, motion: Motion) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn get_motion(&self) -> Option<Motion> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn set_text_object(&mut self, text_object: TextObject) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_text_object(&self) -> Option<TextObject> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `preview` and `theme` are never read
[INFO] [stdout]    --> src/ui/terminal/app.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct App {
[INFO] [stdout]     |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |     preview: PreviewView,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 110 |     /// Global theme
[INFO] [stdout] 111 |     theme: Theme,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render_app` is never used
[INFO] [stdout]    --> src/ui/terminal/app.rs:747:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 747 |     fn render_app(&self, _frame: &mut Frame) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source`, `destination`, `source_name`, `destination_name`, and `has_conflict` are never read
[INFO] [stdout]   --> src/ui/terminal/views/preview_view.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PreviewOperation {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 14 |     /// Source path
[INFO] [stdout] 15 |     pub source: PathBuf,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 16 |     /// Destination path
[INFO] [stdout] 17 |     pub destination: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Source file name for display
[INFO] [stdout] 19 |     pub source_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Destination file name for display
[INFO] [stdout] 21 |     pub destination_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     /// Would this operation cause conflicts?
[INFO] [stdout] 23 |     pub has_conflict: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileItemWidget` is never constructed
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct FileItemWidget<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `block`, and `visual_selection` are never used
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<'a> FileItemWidget<'a> {
[INFO] [stdout]    | --------------------------- associated items in this implementation
[INFO] [stdout] 21 |     pub fn new(theme: &'a Theme) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn block(mut self, block: Block<'a>) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn visual_selection(mut self, active: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]    --> src/file_ops.rs:468:21
[INFO] [stdout]     |
[INFO] [stdout] 468 | fn prompt_overwrite(source: &Path, destination: &Path) -> Result<bool, Box<dyn Error>> {
[INFO] [stdout]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `remove_cmd`
[INFO] [stdout]     --> src/main.rs:1966:17
[INFO] [stdout]      |
[INFO] [stdout] 1966 |     if let Some(ref remove_cmd) = cnp_command.remove_command {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remove_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `skipped` is never read
[INFO] [stdout]    --> src/main.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 196 | struct Stats {
[INFO] [stdout]     |        ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 200 |     skipped: u32,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stats` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ByType`, `ByDate`, and `BySize` are never constructed
[INFO] [stdout]    --> src/main.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 292 | enum SortMethod {
[INFO] [stdout]     |      ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 295 |     ByType,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 296 |     ByDate,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 297 |     BySize,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SortMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `command_type` and `preview` are never read
[INFO] [stdout]   --> src/cnp_grammar.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct RemoveCommand {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 27 |     pub command_type: String, // "rm"
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub preview: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RemoveCommand` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Where` is never constructed
[INFO] [stdout]   --> src/cnp_grammar.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub enum Filter {
[INFO] [stdout]    |          ------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 46 |     Where(Vec<Filter>),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Filter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `follow_symlinks` is never read
[INFO] [stdout]   --> src/file_ops.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct FileOpConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub follow_symlinks: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileOpConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `title_case` is never used
[INFO] [stdout]    --> src/transformers.rs:316:4
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn title_case(name: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_title` is never used
[INFO] [stdout]    --> src/transformers.rs:491:4
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn format_title(tokens: &[String]) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `open_directory` is never used
[INFO] [stdout]   --> src/ui/mod.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub trait UserInterface {
[INFO] [stdout]    |           ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 18 |     fn open_directory(&mut self, path: PathBuf) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Exit` and `ShowHelp` are never constructed
[INFO] [stdout]   --> src/ui/mod.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum UiAction {
[INFO] [stdout]    |          -------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     Exit,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     ShowHelp,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Camel`, `Pascal`, `Lower`, and `Upper` are never constructed
[INFO] [stdout]   --> src/ui/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum TransformAction {
[INFO] [stdout]    |          --------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 48 |     Camel,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 49 |     Pascal,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 50 |     Lower,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 51 |     Upper,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransformAction` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Action` is never used
[INFO] [stdout]  --> src/ui/input/keymap.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Action {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KeyMap` is never constructed
[INFO] [stdout]   --> src/ui/input/keymap.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct KeyMap {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_normal_action`, `get_visual_action`, and `get_command_action` are never used
[INFO] [stdout]    --> src/ui/input/keymap.rs:203:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl KeyMap {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] 202 |     /// Get the action for a key event in normal mode
[INFO] [stdout] 203 |     pub fn get_normal_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn get_visual_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |     pub fn get_command_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Motion` is never used
[INFO] [stdout]  --> src/ui/input/vim.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Motion {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Operator` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub enum Operator {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TextObject` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum TextObject {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandState` is never constructed
[INFO] [stdout]   --> src/ui/input/vim.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct CommandState {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/ui/input/vim.rs:77:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl CommandState {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  76 |     /// Create a new command state
[INFO] [stdout]  77 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub fn get_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub fn parse_count(&mut self, c: char) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn has_count(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn set_operator(&mut self, operator: Operator) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn get_operator(&self) -> Option<Operator> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub fn set_motion(&mut self, motion: Motion) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn get_motion(&self) -> Option<Motion> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn set_text_object(&mut self, text_object: TextObject) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_text_object(&self) -> Option<TextObject> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/ui/terminal/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     Resize(u16, u16),
[INFO] [stdout]    |     ------ ^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 16 -     Resize(u16, u16),
[INFO] [stdout] 16 +     Resize((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Insert` is never constructed
[INFO] [stdout]   --> src/ui/terminal/mod.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum AppMode {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 31 |     Insert,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppMode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `selected_index` is never used
[INFO] [stdout]   --> src/ui/terminal/app.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl OperationQueue {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub fn selected_index(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `preview` and `theme` are never read
[INFO] [stdout]    --> src/ui/terminal/app.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct App {
[INFO] [stdout]     |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |     preview: PreviewView,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 110 |     /// Global theme
[INFO] [stdout] 111 |     theme: Theme,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render_app` is never used
[INFO] [stdout]    --> src/ui/terminal/app.rs:747:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 747 |     fn render_app(&self, _frame: &mut Frame) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_symlink` and `size` are never read
[INFO] [stdout]   --> src/ui/terminal/views/file_explorer.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct FileItem {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub is_symlink: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 24 |     /// Size in bytes
[INFO] [stdout] 25 |     pub size: u64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileItem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `operations` is never read
[INFO] [stdout]  --> src/ui/terminal/views/preview_view.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct PreviewView {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 8 |     /// Currently previewed file operations
[INFO] [stdout] 9 |     operations: Vec<PreviewOperation>,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source`, `destination`, `source_name`, `destination_name`, and `has_conflict` are never read
[INFO] [stdout]   --> src/ui/terminal/views/preview_view.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PreviewOperation {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 14 |     /// Source path
[INFO] [stdout] 15 |     pub source: PathBuf,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 16 |     /// Destination path
[INFO] [stdout] 17 |     pub destination: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Source file name for display
[INFO] [stdout] 19 |     pub source_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Destination file name for display
[INFO] [stdout] 21 |     pub destination_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     /// Would this operation cause conflicts?
[INFO] [stdout] 23 |     pub has_conflict: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_operations` and `preview_transform` are never used
[INFO] [stdout]   --> src/ui/terminal/views/preview_view.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl PreviewView {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub fn set_operations(&mut self, operations: &[FileOperation]) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn preview_transform(&self, filename: &str, transform_type: TransformType) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileItemWidget` is never constructed
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct FileItemWidget<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `block`, and `visual_selection` are never used
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<'a> FileItemWidget<'a> {
[INFO] [stdout]    | --------------------------- associated items in this implementation
[INFO] [stdout] 21 |     pub fn new(theme: &'a Theme) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn block(mut self, block: Block<'a>) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn visual_selection(mut self, active: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/ui/theme.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Theme {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  5 |     pub app_background: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]  6 |     pub app_foreground: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  9 |     pub explorer_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     pub explorer_selected: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     pub explorer_highlight: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |     pub explorer_directory: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     pub explorer_file: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub queue_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 17 |     pub queue_selected: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     pub queue_title: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 19 |     pub queue_empty: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub preview_title: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub preview_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     pub preview_before: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 25 |     pub preview_after: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 26 |     pub preview_conflict: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub statusbar_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 30 |     pub statusbar_mode: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 31 |     pub statusbar_info: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 32 |     pub statusbar_error: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub help_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 36 |     pub help_key: Style,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 37 |     pub help_title: Style,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.06s
[INFO] running `Command { std: "docker" "inspect" "f336c703f86b58c544377314343f4743964e63ce7a13758671f920ac3e0732a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f336c703f86b58c544377314343f4743964e63ce7a13758671f920ac3e0732a3", kill_on_drop: false }`
[INFO] [stdout] f336c703f86b58c544377314343f4743964e63ce7a13758671f920ac3e0732a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf0d934e69dd51ccffc1462fa9f010a367b76a86f084c530fa9c4ec958cfd493
[INFO] running `Command { std: "docker" "start" "-a" "cf0d934e69dd51ccffc1462fa9f010a367b76a86f084c530fa9c4ec958cfd493", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling skim v0.10.4
[INFO] [stderr]    Compiling smv v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `title_case` is never used
[INFO] [stdout]    --> src/transformers.rs:316:4
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn title_case(name: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_title` is never used
[INFO] [stdout]    --> src/transformers.rs:491:4
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn format_title(tokens: &[String]) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Action` is never used
[INFO] [stdout]  --> src/ui/input/keymap.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Action {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KeyMap` is never constructed
[INFO] [stdout]   --> src/ui/input/keymap.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct KeyMap {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_normal_action`, `get_visual_action`, and `get_command_action` are never used
[INFO] [stdout]    --> src/ui/input/keymap.rs:203:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl KeyMap {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] 202 |     /// Get the action for a key event in normal mode
[INFO] [stdout] 203 |     pub fn get_normal_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn get_visual_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |     pub fn get_command_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Motion` is never used
[INFO] [stdout]  --> src/ui/input/vim.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Motion {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Operator` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub enum Operator {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TextObject` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum TextObject {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandState` is never constructed
[INFO] [stdout]   --> src/ui/input/vim.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct CommandState {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/ui/input/vim.rs:77:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl CommandState {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  76 |     /// Create a new command state
[INFO] [stdout]  77 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub fn get_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub fn parse_count(&mut self, c: char) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn has_count(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn set_operator(&mut self, operator: Operator) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn get_operator(&self) -> Option<Operator> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub fn set_motion(&mut self, motion: Motion) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn get_motion(&self) -> Option<Motion> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn set_text_object(&mut self, text_object: TextObject) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_text_object(&self) -> Option<TextObject> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `preview` and `theme` are never read
[INFO] [stdout]    --> src/ui/terminal/app.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct App {
[INFO] [stdout]     |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |     preview: PreviewView,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 110 |     /// Global theme
[INFO] [stdout] 111 |     theme: Theme,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render_app` is never used
[INFO] [stdout]    --> src/ui/terminal/app.rs:747:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 747 |     fn render_app(&self, _frame: &mut Frame) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source`, `destination`, `source_name`, `destination_name`, and `has_conflict` are never read
[INFO] [stdout]   --> src/ui/terminal/views/preview_view.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PreviewOperation {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 14 |     /// Source path
[INFO] [stdout] 15 |     pub source: PathBuf,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 16 |     /// Destination path
[INFO] [stdout] 17 |     pub destination: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Source file name for display
[INFO] [stdout] 19 |     pub source_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Destination file name for display
[INFO] [stdout] 21 |     pub destination_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     /// Would this operation cause conflicts?
[INFO] [stdout] 23 |     pub has_conflict: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileItemWidget` is never constructed
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct FileItemWidget<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `block`, and `visual_selection` are never used
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<'a> FileItemWidget<'a> {
[INFO] [stdout]    | --------------------------- associated items in this implementation
[INFO] [stdout] 21 |     pub fn new(theme: &'a Theme) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn block(mut self, block: Block<'a>) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn visual_selection(mut self, active: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Action` is never used
[INFO] [stdout]  --> src/ui/input/keymap.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Action {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KeyMap` is never constructed
[INFO] [stdout]   --> src/ui/input/keymap.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct KeyMap {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_normal_action`, `get_visual_action`, and `get_command_action` are never used
[INFO] [stdout]    --> src/ui/input/keymap.rs:203:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl KeyMap {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] 202 |     /// Get the action for a key event in normal mode
[INFO] [stdout] 203 |     pub fn get_normal_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn get_visual_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |     pub fn get_command_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Motion` is never used
[INFO] [stdout]  --> src/ui/input/vim.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Motion {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Operator` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub enum Operator {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TextObject` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum TextObject {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandState` is never constructed
[INFO] [stdout]   --> src/ui/input/vim.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct CommandState {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/ui/input/vim.rs:77:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl CommandState {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  76 |     /// Create a new command state
[INFO] [stdout]  77 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub fn get_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub fn parse_count(&mut self, c: char) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn has_count(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn set_operator(&mut self, operator: Operator) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn get_operator(&self) -> Option<Operator> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub fn set_motion(&mut self, motion: Motion) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn get_motion(&self) -> Option<Motion> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn set_text_object(&mut self, text_object: TextObject) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_text_object(&self) -> Option<TextObject> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `preview` and `theme` are never read
[INFO] [stdout]    --> src/ui/terminal/app.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct App {
[INFO] [stdout]     |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |     preview: PreviewView,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 110 |     /// Global theme
[INFO] [stdout] 111 |     theme: Theme,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render_app` is never used
[INFO] [stdout]    --> src/ui/terminal/app.rs:747:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 747 |     fn render_app(&self, _frame: &mut Frame) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source`, `destination`, `source_name`, `destination_name`, and `has_conflict` are never read
[INFO] [stdout]   --> src/ui/terminal/views/preview_view.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PreviewOperation {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 14 |     /// Source path
[INFO] [stdout] 15 |     pub source: PathBuf,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 16 |     /// Destination path
[INFO] [stdout] 17 |     pub destination: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Source file name for display
[INFO] [stdout] 19 |     pub source_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Destination file name for display
[INFO] [stdout] 21 |     pub destination_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     /// Would this operation cause conflicts?
[INFO] [stdout] 23 |     pub has_conflict: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileItemWidget` is never constructed
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct FileItemWidget<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `block`, and `visual_selection` are never used
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<'a> FileItemWidget<'a> {
[INFO] [stdout]    | --------------------------- associated items in this implementation
[INFO] [stdout] 21 |     pub fn new(theme: &'a Theme) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn block(mut self, block: Block<'a>) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn visual_selection(mut self, active: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]    --> src/file_ops.rs:468:21
[INFO] [stdout]     |
[INFO] [stdout] 468 | fn prompt_overwrite(source: &Path, destination: &Path) -> Result<bool, Box<dyn Error>> {
[INFO] [stdout]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]    --> src/file_ops.rs:468:21
[INFO] [stdout]     |
[INFO] [stdout] 468 | fn prompt_overwrite(source: &Path, destination: &Path) -> Result<bool, Box<dyn Error>> {
[INFO] [stdout]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `remove_cmd`
[INFO] [stdout]     --> src/main.rs:1966:17
[INFO] [stdout]      |
[INFO] [stdout] 1966 |     if let Some(ref remove_cmd) = cnp_command.remove_command {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remove_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `remove_cmd`
[INFO] [stdout]     --> src/main.rs:1966:17
[INFO] [stdout]      |
[INFO] [stdout] 1966 |     if let Some(ref remove_cmd) = cnp_command.remove_command {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remove_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `skipped` is never read
[INFO] [stdout]    --> src/main.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 196 | struct Stats {
[INFO] [stdout]     |        ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 200 |     skipped: u32,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stats` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ByType`, `ByDate`, and `BySize` are never constructed
[INFO] [stdout]    --> src/main.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 292 | enum SortMethod {
[INFO] [stdout]     |      ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 295 |     ByType,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 296 |     ByDate,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 297 |     BySize,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SortMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `command_type` and `preview` are never read
[INFO] [stdout]   --> src/cnp_grammar.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct RemoveCommand {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 27 |     pub command_type: String, // "rm"
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub preview: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RemoveCommand` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Where` is never constructed
[INFO] [stdout]   --> src/cnp_grammar.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub enum Filter {
[INFO] [stdout]    |          ------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 46 |     Where(Vec<Filter>),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Filter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `follow_symlinks` is never read
[INFO] [stdout]   --> src/file_ops.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct FileOpConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub follow_symlinks: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileOpConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `open_directory` is never used
[INFO] [stdout]   --> src/ui/mod.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub trait UserInterface {
[INFO] [stdout]    |           ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 18 |     fn open_directory(&mut self, path: PathBuf) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Exit` and `ShowHelp` are never constructed
[INFO] [stdout]   --> src/ui/mod.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum UiAction {
[INFO] [stdout]    |          -------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     Exit,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     ShowHelp,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Camel`, `Pascal`, `Lower`, and `Upper` are never constructed
[INFO] [stdout]   --> src/ui/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum TransformAction {
[INFO] [stdout]    |          --------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 48 |     Camel,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 49 |     Pascal,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 50 |     Lower,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 51 |     Upper,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransformAction` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Action` is never used
[INFO] [stdout]  --> src/ui/input/keymap.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Action {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KeyMap` is never constructed
[INFO] [stdout]   --> src/ui/input/keymap.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct KeyMap {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_normal_action`, `get_visual_action`, and `get_command_action` are never used
[INFO] [stdout]    --> src/ui/input/keymap.rs:203:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl KeyMap {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] 202 |     /// Get the action for a key event in normal mode
[INFO] [stdout] 203 |     pub fn get_normal_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn get_visual_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |     pub fn get_command_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Motion` is never used
[INFO] [stdout]  --> src/ui/input/vim.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Motion {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Operator` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub enum Operator {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TextObject` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum TextObject {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandState` is never constructed
[INFO] [stdout]   --> src/ui/input/vim.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct CommandState {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/ui/input/vim.rs:77:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl CommandState {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  76 |     /// Create a new command state
[INFO] [stdout]  77 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub fn get_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub fn parse_count(&mut self, c: char) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn has_count(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn set_operator(&mut self, operator: Operator) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn get_operator(&self) -> Option<Operator> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub fn set_motion(&mut self, motion: Motion) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn get_motion(&self) -> Option<Motion> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn set_text_object(&mut self, text_object: TextObject) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_text_object(&self) -> Option<TextObject> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/ui/terminal/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     Resize(u16, u16),
[INFO] [stdout]    |     ------ ^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 16 -     Resize(u16, u16),
[INFO] [stdout] 16 +     Resize((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Insert` is never constructed
[INFO] [stdout]   --> src/ui/terminal/mod.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum AppMode {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 31 |     Insert,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppMode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `selected_index` is never used
[INFO] [stdout]   --> src/ui/terminal/app.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl OperationQueue {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub fn selected_index(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `preview` and `theme` are never read
[INFO] [stdout]    --> src/ui/terminal/app.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct App {
[INFO] [stdout]     |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |     preview: PreviewView,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 110 |     /// Global theme
[INFO] [stdout] 111 |     theme: Theme,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render_app` is never used
[INFO] [stdout]    --> src/ui/terminal/app.rs:747:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 747 |     fn render_app(&self, _frame: &mut Frame) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_symlink` and `size` are never read
[INFO] [stdout]   --> src/ui/terminal/views/file_explorer.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct FileItem {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub is_symlink: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 24 |     /// Size in bytes
[INFO] [stdout] 25 |     pub size: u64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileItem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `operations` is never read
[INFO] [stdout]  --> src/ui/terminal/views/preview_view.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct PreviewView {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 8 |     /// Currently previewed file operations
[INFO] [stdout] 9 |     operations: Vec<PreviewOperation>,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source`, `destination`, `source_name`, `destination_name`, and `has_conflict` are never read
[INFO] [stdout]   --> src/ui/terminal/views/preview_view.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PreviewOperation {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 14 |     /// Source path
[INFO] [stdout] 15 |     pub source: PathBuf,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 16 |     /// Destination path
[INFO] [stdout] 17 |     pub destination: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Source file name for display
[INFO] [stdout] 19 |     pub source_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Destination file name for display
[INFO] [stdout] 21 |     pub destination_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     /// Would this operation cause conflicts?
[INFO] [stdout] 23 |     pub has_conflict: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_operations` and `preview_transform` are never used
[INFO] [stdout]   --> src/ui/terminal/views/preview_view.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl PreviewView {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub fn set_operations(&mut self, operations: &[FileOperation]) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn preview_transform(&self, filename: &str, transform_type: TransformType) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileItemWidget` is never constructed
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct FileItemWidget<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `block`, and `visual_selection` are never used
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<'a> FileItemWidget<'a> {
[INFO] [stdout]    | --------------------------- associated items in this implementation
[INFO] [stdout] 21 |     pub fn new(theme: &'a Theme) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn block(mut self, block: Block<'a>) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn visual_selection(mut self, active: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/ui/theme.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Theme {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  5 |     pub app_background: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]  6 |     pub app_foreground: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  9 |     pub explorer_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     pub explorer_selected: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     pub explorer_highlight: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub queue_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 17 |     pub queue_selected: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     pub queue_title: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 19 |     pub queue_empty: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub preview_title: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub preview_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     pub preview_before: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 25 |     pub preview_after: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 26 |     pub preview_conflict: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub statusbar_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 30 |     pub statusbar_mode: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 31 |     pub statusbar_info: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 32 |     pub statusbar_error: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub help_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 36 |     pub help_key: Style,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 37 |     pub help_title: Style,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `skipped` is never read
[INFO] [stdout]    --> src/main.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 196 | struct Stats {
[INFO] [stdout]     |        ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 200 |     skipped: u32,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stats` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ByType`, `ByDate`, and `BySize` are never constructed
[INFO] [stdout]    --> src/main.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 292 | enum SortMethod {
[INFO] [stdout]     |      ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 295 |     ByType,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 296 |     ByDate,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 297 |     BySize,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SortMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `command_type` and `preview` are never read
[INFO] [stdout]   --> src/cnp_grammar.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct RemoveCommand {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 27 |     pub command_type: String, // "rm"
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub preview: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RemoveCommand` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Where` is never constructed
[INFO] [stdout]   --> src/cnp_grammar.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub enum Filter {
[INFO] [stdout]    |          ------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 46 |     Where(Vec<Filter>),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Filter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `follow_symlinks` is never read
[INFO] [stdout]   --> src/file_ops.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct FileOpConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub follow_symlinks: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileOpConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `title_case` is never used
[INFO] [stdout]    --> src/transformers.rs:316:4
[INFO] [stdout]     |
[INFO] [stdout] 316 | fn title_case(name: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_title` is never used
[INFO] [stdout]    --> src/transformers.rs:491:4
[INFO] [stdout]     |
[INFO] [stdout] 491 | fn format_title(tokens: &[String]) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `open_directory` is never used
[INFO] [stdout]   --> src/ui/mod.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub trait UserInterface {
[INFO] [stdout]    |           ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 18 |     fn open_directory(&mut self, path: PathBuf) -> Result<(), Box<dyn Error>>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Exit` and `ShowHelp` are never constructed
[INFO] [stdout]   --> src/ui/mod.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum UiAction {
[INFO] [stdout]    |          -------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     Exit,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     ShowHelp,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Camel`, `Pascal`, `Lower`, and `Upper` are never constructed
[INFO] [stdout]   --> src/ui/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum TransformAction {
[INFO] [stdout]    |          --------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 48 |     Camel,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 49 |     Pascal,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 50 |     Lower,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 51 |     Upper,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransformAction` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Action` is never used
[INFO] [stdout]  --> src/ui/input/keymap.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Action {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `KeyMap` is never constructed
[INFO] [stdout]   --> src/ui/input/keymap.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct KeyMap {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_normal_action`, `get_visual_action`, and `get_command_action` are never used
[INFO] [stdout]    --> src/ui/input/keymap.rs:203:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | impl KeyMap {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] 202 |     /// Get the action for a key event in normal mode
[INFO] [stdout] 203 |     pub fn get_normal_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn get_visual_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |     pub fn get_command_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Motion` is never used
[INFO] [stdout]  --> src/ui/input/vim.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Motion {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Operator` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub enum Operator {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TextObject` is never used
[INFO] [stdout]   --> src/ui/input/vim.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub enum TextObject {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CommandState` is never constructed
[INFO] [stdout]   --> src/ui/input/vim.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct CommandState {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/ui/input/vim.rs:77:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl CommandState {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  76 |     /// Create a new command state
[INFO] [stdout]  77 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub fn get_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub fn parse_count(&mut self, c: char) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn has_count(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn set_operator(&mut self, operator: Operator) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn get_operator(&self) -> Option<Operator> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub fn set_motion(&mut self, motion: Motion) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn get_motion(&self) -> Option<Motion> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn set_text_object(&mut self, text_object: TextObject) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn get_text_object(&self) -> Option<TextObject> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/ui/terminal/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     Resize(u16, u16),
[INFO] [stdout]    |     ------ ^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 16 -     Resize(u16, u16),
[INFO] [stdout] 16 +     Resize((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Insert` is never constructed
[INFO] [stdout]   --> src/ui/terminal/mod.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum AppMode {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 31 |     Insert,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppMode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `selected_index` is never used
[INFO] [stdout]   --> src/ui/terminal/app.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl OperationQueue {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub fn selected_index(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `preview` and `theme` are never read
[INFO] [stdout]    --> src/ui/terminal/app.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct App {
[INFO] [stdout]     |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |     preview: PreviewView,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 110 |     /// Global theme
[INFO] [stdout] 111 |     theme: Theme,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render_app` is never used
[INFO] [stdout]    --> src/ui/terminal/app.rs:747:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 747 |     fn render_app(&self, _frame: &mut Frame) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_symlink` and `size` are never read
[INFO] [stdout]   --> src/ui/terminal/views/file_explorer.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct FileItem {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub is_symlink: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 24 |     /// Size in bytes
[INFO] [stdout] 25 |     pub size: u64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FileItem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `operations` is never read
[INFO] [stdout]  --> src/ui/terminal/views/preview_view.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct PreviewView {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 8 |     /// Currently previewed file operations
[INFO] [stdout] 9 |     operations: Vec<PreviewOperation>,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source`, `destination`, `source_name`, `destination_name`, and `has_conflict` are never read
[INFO] [stdout]   --> src/ui/terminal/views/preview_view.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PreviewOperation {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 14 |     /// Source path
[INFO] [stdout] 15 |     pub source: PathBuf,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 16 |     /// Destination path
[INFO] [stdout] 17 |     pub destination: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Source file name for display
[INFO] [stdout] 19 |     pub source_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Destination file name for display
[INFO] [stdout] 21 |     pub destination_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     /// Would this operation cause conflicts?
[INFO] [stdout] 23 |     pub has_conflict: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_operations` and `preview_transform` are never used
[INFO] [stdout]   --> src/ui/terminal/views/preview_view.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl PreviewView {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub fn set_operations(&mut self, operations: &[FileOperation]) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn preview_transform(&self, filename: &str, transform_type: TransformType) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileItemWidget` is never constructed
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct FileItemWidget<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `block`, and `visual_selection` are never used
[INFO] [stdout]   --> src/ui/terminal/widgets/file_item_widget.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl<'a> FileItemWidget<'a> {
[INFO] [stdout]    | --------------------------- associated items in this implementation
[INFO] [stdout] 21 |     pub fn new(theme: &'a Theme) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn block(mut self, block: Block<'a>) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn visual_selection(mut self, active: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/ui/theme.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Theme {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  5 |     pub app_background: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]  6 |     pub app_foreground: Color,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  9 |     pub explorer_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 10 |     pub explorer_selected: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     pub explorer_highlight: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |     pub explorer_directory: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     pub explorer_file: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub queue_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 17 |     pub queue_selected: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     pub queue_title: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 19 |     pub queue_empty: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub preview_title: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub preview_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     pub preview_before: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 25 |     pub preview_after: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 26 |     pub preview_conflict: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub statusbar_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 30 |     pub statusbar_mode: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 31 |     pub statusbar_info: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 32 |     pub statusbar_error: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub help_normal: Style,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 36 |     pub help_key: Style,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 37 |     pub help_title: Style,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.13s
[INFO] running `Command { std: "docker" "inspect" "cf0d934e69dd51ccffc1462fa9f010a367b76a86f084c530fa9c4ec958cfd493", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf0d934e69dd51ccffc1462fa9f010a367b76a86f084c530fa9c4ec958cfd493", kill_on_drop: false }`
[INFO] [stdout] cf0d934e69dd51ccffc1462fa9f010a367b76a86f084c530fa9c4ec958cfd493
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2e3f88bf0ff7078d5e2066fdf6bbbb1d34b6d142792fa80f622691a4b01467c8
[INFO] running `Command { std: "docker" "start" "-a" "2e3f88bf0ff7078d5e2066fdf6bbbb1d34b6d142792fa80f622691a4b01467c8", kill_on_drop: false }`
[INFO] [stderr] warning: function `title_case` is never used
[INFO] [stderr]    --> src/transformers.rs:316:4
[INFO] [stderr]     |
[INFO] [stderr] 316 | fn title_case(name: &str) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `format_title` is never used
[INFO] [stderr]    --> src/transformers.rs:491:4
[INFO] [stderr]     |
[INFO] [stderr] 491 | fn format_title(tokens: &[String]) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Action` is never used
[INFO] [stderr]  --> src/ui/input/keymap.rs:6:10
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub enum Action {
[INFO] [stderr]   |          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `KeyMap` is never constructed
[INFO] [stderr]   --> src/ui/input/keymap.rs:50:12
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub struct KeyMap {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_normal_action`, `get_visual_action`, and `get_command_action` are never used
[INFO] [stderr]    --> src/ui/input/keymap.rs:203:12
[INFO] [stderr]     |
[INFO] [stderr] 201 | impl KeyMap {
[INFO] [stderr]     | ----------- methods in this implementation
[INFO] [stderr] 202 |     /// Get the action for a key event in normal mode
[INFO] [stderr] 203 |     pub fn get_normal_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 208 |     pub fn get_visual_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 213 |     pub fn get_command_action(&self, key: KeyEvent) -> Option<&Action> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Motion` is never used
[INFO] [stderr]  --> src/ui/input/vim.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub enum Motion {
[INFO] [stderr]   |          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Operator` is never used
[INFO] [stderr]   --> src/ui/input/vim.rs:32:10
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub enum Operator {
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `TextObject` is never used
[INFO] [stderr]   --> src/ui/input/vim.rs:43:10
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub enum TextObject {
[INFO] [stderr]    |          ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `CommandState` is never constructed
[INFO] [stderr]   --> src/ui/input/vim.rs:64:12
[INFO] [stderr]    |
[INFO] [stderr] 64 | pub struct CommandState {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/ui/input/vim.rs:77:12
[INFO] [stderr]     |
[INFO] [stderr]  75 | impl CommandState {
[INFO] [stderr]     | ----------------- associated items in this implementation
[INFO] [stderr]  76 |     /// Create a new command state
[INFO] [stderr]  77 |     pub fn new() -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr]  87 |     pub fn get_count(&self) -> usize {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  92 |     pub fn parse_count(&mut self, c: char) {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  99 |     pub fn has_count(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 104 |     pub fn set_operator(&mut self, operator: Operator) {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 109 |     pub fn get_operator(&self) -> Option<Operator> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 |     pub fn set_motion(&mut self, motion: Motion) {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 |     pub fn get_motion(&self) -> Option<Motion> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 |     pub fn set_text_object(&mut self, text_object: TextObject) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 129 |     pub fn get_text_object(&self) -> Option<TextObject> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 134 |     pub fn clear(&mut self) {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `preview` and `theme` are never read
[INFO] [stderr]    --> src/ui/terminal/app.rs:109:5
[INFO] [stderr]     |
[INFO] [stderr]  95 | pub struct App {
[INFO] [stderr]     |            --- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 109 |     preview: PreviewView,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr] 110 |     /// Global theme
[INFO] [stderr] 111 |     theme: Theme,
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `render_app` is never used
[INFO] [stderr]    --> src/ui/terminal/app.rs:747:8
[INFO] [stderr]     |
[INFO] [stderr] 118 | impl App {
[INFO] [stderr]     | -------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 747 |     fn render_app(&self, _frame: &mut Frame) -> anyhow::Result<()> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `source`, `destination`, `source_name`, `destination_name`, and `has_conflict` are never read
[INFO] [stderr]   --> src/ui/terminal/views/preview_view.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct PreviewOperation {
[INFO] [stderr]    |            ---------------- fields in this struct
[INFO] [stderr] 14 |     /// Source path
[INFO] [stderr] 15 |     pub source: PathBuf,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 16 |     /// Destination path
[INFO] [stderr] 17 |     pub destination: PathBuf,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 18 |     /// Source file name for display
[INFO] [stderr] 19 |     pub source_name: String,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 20 |     /// Destination file name for display
[INFO] [stderr] 21 |     pub destination_name: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] 22 |     /// Would this operation cause conflicts?
[INFO] [stderr] 23 |     pub has_conflict: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FileItemWidget` is never constructed
[INFO] [stderr]   --> src/ui/terminal/widgets/file_item_widget.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct FileItemWidget<'a> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `block`, and `visual_selection` are never used
[INFO] [stderr]   --> src/ui/terminal/widgets/file_item_widget.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl<'a> FileItemWidget<'a> {
[INFO] [stderr]    | --------------------------- associated items in this implementation
[INFO] [stderr] 21 |     pub fn new(theme: &'a Theme) -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub fn block(mut self, block: Block<'a>) -> Self {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 34 |     pub fn visual_selection(mut self, active: bool) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `smv` (lib) generated 15 warnings
[INFO] [stderr] warning: unused variable: `source`
[INFO] [stderr]    --> src/file_ops.rs:468:21
[INFO] [stderr]     |
[INFO] [stderr] 468 | fn prompt_overwrite(source: &Path, destination: &Path) -> Result<bool, Box<dyn Error>> {
[INFO] [stderr]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `remove_cmd`
[INFO] [stderr]     --> src/main.rs:1966:17
[INFO] [stderr]      |
[INFO] [stderr] 1966 |     if let Some(ref remove_cmd) = cnp_command.remove_command {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remove_cmd`
[INFO] [stderr] 
[INFO] [stderr] warning: field `skipped` is never read
[INFO] [stderr]    --> src/main.rs:200:5
[INFO] [stderr]     |
[INFO] [stderr] 196 | struct Stats {
[INFO] [stderr]     |        ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 200 |     skipped: u32,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Stats` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variants `ByType`, `ByDate`, and `BySize` are never constructed
[INFO] [stderr]    --> src/main.rs:295:5
[INFO] [stderr]     |
[INFO] [stderr] 292 | enum SortMethod {
[INFO] [stderr]     |      ---------- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 295 |     ByType,
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 296 |     ByDate,
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 297 |     BySize,
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SortMethod` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `command_type` and `preview` are never read
[INFO] [stderr]   --> src/cnp_grammar.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub struct RemoveCommand {
[INFO] [stderr]    |            ------------- fields in this struct
[INFO] [stderr] 27 |     pub command_type: String, // "rm"
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 28 |     pub preview: bool,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `RemoveCommand` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Where` is never constructed
[INFO] [stderr]   --> src/cnp_grammar.rs:46:5
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub enum Filter {
[INFO] [stderr]    |          ------ variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 46 |     Where(Vec<Filter>),
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Filter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `follow_symlinks` is never read
[INFO] [stderr]   --> src/file_ops.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct FileOpConfig {
[INFO] [stderr]    |            ------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 18 |     pub follow_symlinks: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `FileOpConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `title_case` is never used
[INFO] [stderr]    --> src/transformers.rs:316:4
[INFO] [stderr]     |
[INFO] [stderr] 316 | fn title_case(name: &str) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `open_directory` is never used
[INFO] [stderr]   --> src/ui/mod.rs:18:8
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub trait UserInterface {
[INFO] [stderr]    |           ------------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 18 |     fn open_directory(&mut self, path: PathBuf) -> Result<(), Box<dyn Error>>;
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Exit` and `ShowHelp` are never constructed
[INFO] [stderr]   --> src/ui/mod.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub enum UiAction {
[INFO] [stderr]    |          -------- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 26 |     Exit,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 30 |     ShowHelp,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Camel`, `Pascal`, `Lower`, and `Upper` are never constructed
[INFO] [stderr]   --> src/ui/mod.rs:48:5
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub enum TransformAction {
[INFO] [stderr]    |          --------------- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 48 |     Camel,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 49 |     Pascal,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 50 |     Lower,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 51 |     Upper,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TransformAction` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `0` and `1` are never read
[INFO] [stderr]   --> src/ui/terminal/mod.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 |     Resize(u16, u16),
[INFO] [stderr]    |     ------ ^^^  ^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     fields in this variant
[INFO] [stderr]    |
[INFO] [stderr] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stderr]    |
[INFO] [stderr] 16 -     Resize(u16, u16),
[INFO] [stderr] 16 +     Resize((), ()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Insert` is never constructed
[INFO] [stderr]   --> src/ui/terminal/mod.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub enum AppMode {
[INFO] [stderr]    |          ------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 31 |     Insert,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppMode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `selected_index` is never used
[INFO] [stderr]   --> src/ui/terminal/app.rs:45:12
[INFO] [stderr]    |
[INFO] [stderr] 25 | impl OperationQueue {
[INFO] [stderr]    | ------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 45 |     pub fn selected_index(&self) -> usize {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `is_symlink` and `size` are never read
[INFO] [stderr]   --> src/ui/terminal/views/file_explorer.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub struct FileItem {
[INFO] [stderr]    |            -------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 23 |     pub is_symlink: bool,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 24 |     /// Size in bytes
[INFO] [stderr] 25 |     pub size: u64,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `FileItem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `operations` is never read
[INFO] [stderr]  --> src/ui/terminal/views/preview_view.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct PreviewView {
[INFO] [stderr]   |            ----------- field in this struct
[INFO] [stderr] 8 |     /// Currently previewed file operations
[INFO] [stderr] 9 |     operations: Vec<PreviewOperation>,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `set_operations` and `preview_transform` are never used
[INFO] [stderr]   --> src/ui/terminal/views/preview_view.rs:41:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl PreviewView {
[INFO] [stderr]    | ---------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 41 |     pub fn set_operations(&mut self, operations: &[FileOperation]) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 |     pub fn preview_transform(&self, filename: &str, transform_type: TransformType) -> String {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> src/ui/theme.rs:5:9
[INFO] [stderr]    |
[INFO] [stderr]  4 | pub struct Theme {
[INFO] [stderr]    |            ----- fields in this struct
[INFO] [stderr]  5 |     pub app_background: Color,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr]  6 |     pub app_foreground: Color,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  9 |     pub explorer_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 10 |     pub explorer_selected: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 11 |     pub explorer_highlight: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 12 |     pub explorer_directory: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 13 |     pub explorer_file: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 16 |     pub queue_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 17 |     pub queue_selected: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 18 |     pub queue_title: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 19 |     pub queue_empty: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub preview_title: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 23 |     pub preview_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 24 |     pub preview_before: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 25 |     pub preview_after: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 26 |     pub preview_conflict: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub statusbar_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] 30 |     pub statusbar_mode: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 31 |     pub statusbar_info: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 32 |     pub statusbar_error: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 35 |     pub help_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 36 |     pub help_key: Style,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 37 |     pub help_title: Style,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `smv` (bin "smv") generated 32 warnings (14 duplicates) (run `cargo fix --bin "smv" -p smv` to apply 2 suggestions)
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> src/ui/theme.rs:5:9
[INFO] [stderr]    |
[INFO] [stderr]  4 | pub struct Theme {
[INFO] [stderr]    |            ----- fields in this struct
[INFO] [stderr]  5 |     pub app_background: Color,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr]  6 |     pub app_foreground: Color,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  9 |     pub explorer_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 10 |     pub explorer_selected: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 11 |     pub explorer_highlight: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 16 |     pub queue_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 17 |     pub queue_selected: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 18 |     pub queue_title: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 19 |     pub queue_empty: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub preview_title: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 23 |     pub preview_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 24 |     pub preview_before: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 25 |     pub preview_after: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 26 |     pub preview_conflict: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub statusbar_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] 30 |     pub statusbar_mode: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 31 |     pub statusbar_info: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 32 |     pub statusbar_error: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 35 |     pub help_normal: Style,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 36 |     pub help_key: Style,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 37 |     pub help_title: Style,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Action` is never used
[INFO] [stderr]  --> src/ui/input/keymap.rs:6:10
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub enum Action {
[INFO] [stderr]   |          ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `smv` (bin "smv" test) generated 30 warnings (29 duplicates)
[INFO] [stderr] warning: `smv` (lib test) generated 13 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smv-21113f6ffb79eaa7)
[INFO] [stdout] running 26 tests
[INFO] [stdout] test cnp_grammar::tests::test_convert_glob_to_filter ... ok
[INFO] [stdout] test cnp_grammar::tests::test_edge_case_glob_patterns ... ok
[INFO] [stdout] test cnp_grammar::tests::test_glob_pattern_parsing ... ok
[INFO] [stdout] test cnp_grammar::tests::test_glob_with_cnp_filters ... ok
[INFO] [stdout] test cnp_grammar::tests::test_multiple_glob_patterns ... ok
[INFO] [stdout] test transformers::tests::test_replace_substring ... ok
[INFO] [stdout] test transformers::tests::test_transform_remove_prefix ... ok
[INFO] [stdout] test transformers::tests::test_camel_case ... ok
[INFO] [stdout] test transformers::tests::test_split_camel_case_boundaries ... ok
[INFO] [stdout] test transformers::tests::test_pascal_case ... ok
[INFO] [stdout] test ui::tests::tests::test_theme_default ... ok
[INFO] [stdout] test transformers::tests::test_split_no_boundaries ... ok
[INFO] [stdout] test transformers::tests::test_kebab_case ... ok
[INFO] [stdout] test transformers::tests::test_sentence_case ... ok
[INFO] [stdout] test transformers::tests::test_snake_case ... ok
[INFO] [stdout] test transformers::tests::test_title_case ... ok
[INFO] [stdout] test transformers::tests::test_studly_caps ... ok
[INFO] [stdout] test transformers::tests::test_start_case ... ok
[INFO] [stdout] test transformers::tests::test_transform_replace ... ok
[INFO] [stdout] test transformers::tests::test_split_transformations ... ok
[INFO] [stdout] test ui::tests::tests::test_app_mode_default ... ok
[INFO] [stdout] test ui::tests::tests::test_transform_type ... ok
[INFO] [stdout] test transformers::tests::test_remove_prefix ... ok
[INFO] [stdout] test cnp_grammar::tests::test_is_glob_pattern ... ok
[INFO] [stdout] test transformers::tests::test_clean ... ok
[INFO] [stdout] test transformers::tests::test_replace_regex ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/smv-4db64972df581b2a)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test cnp_grammar::tests::test_convert_glob_to_filter ... ok
[INFO] [stdout] test cnp_grammar::tests::test_glob_pattern_parsing ... ok
[INFO] [stdout] test cnp_grammar::tests::test_multiple_glob_patterns ... ok
[INFO] [stdout] test cnp_grammar::tests::test_is_glob_pattern ... ok
[INFO] [stdout] test cnp_grammar::tests::test_glob_with_cnp_filters ... ok
[INFO] [stdout] test cnp_grammar::tests::test_edge_case_glob_patterns ... ok
[INFO] [stdout] test transformers::tests::test_remove_prefix ... ok
[INFO] [stdout] test transformers::tests::test_replace_substring ... ok
[INFO] [stdout] test transformers::tests::test_pascal_case ... ok
[INFO] [stdout] test transformers::tests::test_camel_case ... ok
[INFO] [stdout] test ui::tests::tests::test_app_mode_default ... ok
[INFO] [stdout] test transformers::tests::test_split_camel_case_boundaries ... ok
[INFO] [stdout] test transformers::tests::test_sentence_case ... ok
[INFO] [stdout] test transformers::tests::test_kebab_case ... ok
[INFO] [stdout] test ui::tests::tests::test_theme_default ... ok
[INFO] [stdout] test transformers::tests::test_split_no_boundaries ... ok
[INFO] [stdout] test transformers::tests::test_transform_replace ... ok
[INFO] [stdout] test transformers::tests::test_title_case ... ok
[INFO] [stdout] test transformers::tests::test_replace_regex ... ok
[INFO] [stdout] test transformers::tests::test_snake_case ... ok
[INFO] [stderr]      Running tests/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-3789ca62b92010a3)
[INFO] [stdout] test transformers::tests::test_transform_remove_prefix ... ok
[INFO] [stdout] test transformers::tests::test_studly_caps ... ok
[INFO] [stdout] test transformers::tests::test_start_case ... ok
[INFO] [stdout] test ui::tests::tests::test_transform_type ... ok
[INFO] [stdout] test transformers::tests::test_clean ... ok
[INFO] [stdout] test transformers::tests::test_split_transformations ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test test_help_flag ... ok
[INFO] [stdout] test test_single_file_transformation_nonexistent ... ok
[INFO] [stdout] test test_lower_case_transformation ... ok
[INFO] [stdout] test test_everything_flag_help ... ok
[INFO] [stdout] test test_single_file_transformation ... ok
[INFO] [stdout] test test_everything_flag ... ok
[INFO] [stdout] test test_invalid_command ... ok
[INFO] [stdout] test test_default_files_only ... ok
[INFO] [stdout] test test_snake_case_transformation ... ok
[INFO] [stdout] test test_recursive_flag ... ok
[INFO] [stdout] test test_missing_arguments_for_change ... ok
[INFO] [stdout] test test_single_file_transformation_no_change ... ok
[INFO] [stdout] test test_case_transformation_default_vs_everything ... ok
[INFO] [stdout] test test_prefix_removal_with_change_command ... ok
[INFO] [stdout] test test_split_no_boundaries ... ok
[INFO] [stdout] test test_split_invalid_command ... ok
[INFO] [stdout] test test_split_missing_transformation ... ok
[INFO] [stdout] test test_interactive_flag ... ok
[INFO] [stdout] test test_upper_case_transformation ... ok
[INFO] [stdout] test test_version_flag ... ok
[INFO] [stdout] test test_substring_replacement ... ok
[INFO] [stdout] test test_tui_flag ... ok
[INFO] [stdout] test test_split_kebab_transformation ... FAILED
[INFO] [stdout] test test_split_camel_transformation ... FAILED
[INFO] [stdout] test test_split_title_transformation ... FAILED
[INFO] [stdout] test test_split_studly_transformation ... FAILED
[INFO] [stdout] test test_split_start_transformation ... FAILED
[INFO] [stdout] test test_split_sentence_transformation ... FAILED
[INFO] [stdout] test test_force_flag ... FAILED
[INFO] [stdout] test test_split_snake_transformation ... FAILED
[INFO] [stdout] test test_split_lower_transformation ... FAILED
[INFO] [stdout] test test_split_upper_transformation ... FAILED
[INFO] [stdout] test test_split_with_single_file ... FAILED
[INFO] [stdout] test test_split_pascal_transformation ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_kebab_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_kebab_transformation' (149) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(FeatureWishList.txt)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-kebab
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.lock" → "cargo.lock"
[INFO] [stdout] │   [PREVIEW] Rename file: "CHANGELOG.md" → "changelog.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.toml" → "cargo.toml"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 3
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-kebab
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.lock" → "cargo.lock"
[INFO] [stdout]     [PREVIEW] Rename file: "CHANGELOG.md" → "changelog.md"
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.toml" → "cargo.toml"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 3
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "kebab" "/tmp/.tmpFf1z2V" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-kebab
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.lock\" → \"cargo.lock\"
[INFO] [stdout] [PREVIEW] Rename file: \"CHANGELOG.md\" → \"changelog.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.toml\" → \"cargo.toml\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 3
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f2896727eb3 - cli_tests::test_split_kebab_transformation::h76be54ff2b0113c8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:404:10
[INFO] [stdout]   25:     0x5f2896727f77 - cli_tests::test_split_kebab_transformation::{{closure}}::h2ddea60f4c04753b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:387:37
[INFO] [stdout]   26:     0x5f2896720286 - core::ops::function::FnOnce::call_once::h2f00f2f2c0608aed
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_camel_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_camel_transformation' (128) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(UserSettings.json)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-camel
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.lock" → "cargo.lock"
[INFO] [stdout] │   [PREVIEW] Rename file: "CHANGELOG.md" → "changelog.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.toml" → "cargo.toml"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 3
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-camel
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.lock" → "cargo.lock"
[INFO] [stdout]     [PREVIEW] Rename file: "CHANGELOG.md" → "changelog.md"
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.toml" → "cargo.toml"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 3
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "camel" "/tmp/.tmp999Mtw" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-camel
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.lock\" → \"cargo.lock\"
[INFO] [stdout] [PREVIEW] Rename file: \"CHANGELOG.md\" → \"changelog.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.toml\" → \"cargo.toml\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 3
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f2896727883 - cli_tests::test_split_camel_transformation::hcc05972a0fe82aa6
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:446:10
[INFO] [stdout]   25:     0x5f2896727947 - cli_tests::test_split_camel_transformation::{{closure}}::hc566f99daadebce7
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:429:37
[INFO] [stdout]   26:     0x5f2896720896 - core::ops::function::FnOnce::call_once::hf6843c8580708081
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_title_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_title_transformation' (170) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(myFeatureList.md)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-title
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "contributing.md" → "Contributing.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "manual.md" → "Manual.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "bugs.md" → "Bugs.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "CHANGELOG.md" → "Changelog.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "readme.md" → "Readme.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "featurewishlist.md" → "Featurewishlist.md"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 6
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-title
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "contributing.md" → "Contributing.md"
[INFO] [stdout]     [PREVIEW] Rename file: "manual.md" → "Manual.md"
[INFO] [stdout]     [PREVIEW] Rename file: "bugs.md" → "Bugs.md"
[INFO] [stdout]     [PREVIEW] Rename file: "CHANGELOG.md" → "Changelog.md"
[INFO] [stdout]     [PREVIEW] Rename file: "readme.md" → "Readme.md"
[INFO] [stdout]     [PREVIEW] Rename file: "featurewishlist.md" → "Featurewishlist.md"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 6
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "title" "/tmp/.tmph4mAXY" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-title
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"contributing.md\" → \"Contributing.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"manual.md\" → \"Manual.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"bugs.md\" → \"Bugs.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"CHANGELOG.md\" → \"Changelog.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"readme.md\" → \"Readme.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"featurewishlist.md\" → \"Featurewishlist.md\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 6
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f2896729773 - cli_tests::test_split_title_transformation::haba39790f961c870
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:425:10
[INFO] [stdout]   25:     0x5f2896729837 - cli_tests::test_split_title_transformation::{{closure}}::h980a94f20a74e5ff
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:408:37
[INFO] [stdout]   26:     0x5f2896720206 - core::ops::function::FnOnce::call_once::h1b68dae2835787e7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_studly_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_studly_transformation' (169) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(HelloWorld.rb)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-studly
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.lock" → "cArGo.lock"
[INFO] [stdout] │   [PREVIEW] Rename file: "contributing.md" → "cOnTrIbUtInG.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "manual.md" → "mAnUaL.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "bugs.md" → "bUgS.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "CHANGELOG.md" → "cHaNgElOg.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.toml" → "cArGo.toml"
[INFO] [stdout] │   [PREVIEW] Rename file: "readme.md" → "rEaDmE.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "featurewishlist.md" → "fEaTuReWiShLiSt.md"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 8
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-studly
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.lock" → "cArGo.lock"
[INFO] [stdout]     [PREVIEW] Rename file: "contributing.md" → "cOnTrIbUtInG.md"
[INFO] [stdout]     [PREVIEW] Rename file: "manual.md" → "mAnUaL.md"
[INFO] [stdout]     [PREVIEW] Rename file: "bugs.md" → "bUgS.md"
[INFO] [stdout]     [PREVIEW] Rename file: "CHANGELOG.md" → "cHaNgElOg.md"
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.toml" → "cArGo.toml"
[INFO] [stdout]     [PREVIEW] Rename file: "readme.md" → "rEaDmE.md"
[INFO] [stdout]     [PREVIEW] Rename file: "featurewishlist.md" → "fEaTuReWiShLiSt.md"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 8
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "studly" "/tmp/.tmp3BVkx9" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-studly
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.lock\" → \"cArGo.lock\"
[INFO] [stdout] [PREVIEW] Rename file: \"contributing.md\" → \"cOnTrIbUtInG.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"manual.md\" → \"mAnUaL.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"bugs.md\" → \"bUgS.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"CHANGELOG.md\" → \"cHaNgElOg.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.toml\" → \"cArGo.toml\"
[INFO] [stdout] [PREVIEW] Rename file: \"readme.md\" → \"rEaDmE.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"featurewishlist.md\" → \"fEaTuReWiShLiSt.md\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 8
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f289672aa03 - cli_tests::test_split_studly_transformation::hb0e65b5fae774f39
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:572:10
[INFO] [stdout]   25:     0x5f289672aac7 - cli_tests::test_split_studly_transformation::{{closure}}::h76bb16571c38091b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:555:38
[INFO] [stdout]   26:     0x5f2896720796 - core::ops::function::FnOnce::call_once::hd64ad9ea57243214
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_start_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_start_transformation' (168) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(todoList.md)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-start
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "contributing.md" → "Contributing.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "manual.md" → "Manual.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "bugs.md" → "Bugs.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "CHANGELOG.md" → "Changelog.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "readme.md" → "Readme.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "featurewishlist.md" → "Featurewishlist.md"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 6
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-start
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "contributing.md" → "Contributing.md"
[INFO] [stdout]     [PREVIEW] Rename file: "manual.md" → "Manual.md"
[INFO] [stdout]     [PREVIEW] Rename file: "bugs.md" → "Bugs.md"
[INFO] [stdout]     [PREVIEW] Rename file: "CHANGELOG.md" → "Changelog.md"
[INFO] [stdout]     [PREVIEW] Rename file: "readme.md" → "Readme.md"
[INFO] [stdout]     [PREVIEW] Rename file: "featurewishlist.md" → "Featurewishlist.md"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 6
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "start" "/tmp/.tmpACZ0OP" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-start
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"contributing.md\" → \"Contributing.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"manual.md\" → \"Manual.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"bugs.md\" → \"Bugs.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"CHANGELOG.md\" → \"Changelog.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"readme.md\" → \"Readme.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"featurewishlist.md\" → \"Featurewishlist.md\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 6
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f2896729143 - cli_tests::test_split_start_transformation::hbfda7bc142845ed1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:551:10
[INFO] [stdout]   25:     0x5f2896729207 - cli_tests::test_split_start_transformation::{{closure}}::h806a5a53e0a929fa
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:534:37
[INFO] [stdout]   26:     0x5f2896720386 - core::ops::function::FnOnce::call_once::h560249a32347d14f
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_sentence_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_sentence_transformation' (166) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(HelloWorld.py)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-sentence
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "contributing.md" → "Contributing.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "manual.md" → "Manual.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "bugs.md" → "Bugs.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "CHANGELOG.md" → "Changelog.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "readme.md" → "Readme.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "featurewishlist.md" → "Featurewishlist.md"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 6
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-sentence
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "contributing.md" → "Contributing.md"
[INFO] [stdout]     [PREVIEW] Rename file: "manual.md" → "Manual.md"
[INFO] [stdout]     [PREVIEW] Rename file: "bugs.md" → "Bugs.md"
[INFO] [stdout]     [PREVIEW] Rename file: "CHANGELOG.md" → "Changelog.md"
[INFO] [stdout]     [PREVIEW] Rename file: "readme.md" → "Readme.md"
[INFO] [stdout]     [PREVIEW] Rename file: "featurewishlist.md" → "Featurewishlist.md"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 6
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "sentence" "/tmp/.tmpufd36J" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-sentence
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"contributing.md\" → \"Contributing.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"manual.md\" → \"Manual.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"bugs.md\" → \"Bugs.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"CHANGELOG.md\" → \"Changelog.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"readme.md\" → \"Readme.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"featurewishlist.md\" → \"Featurewishlist.md\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 6
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f289672b373 - cli_tests::test_split_sentence_transformation::h595dbbcc1292ad91
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:530:10
[INFO] [stdout]   25:     0x5f289672b437 - cli_tests::test_split_sentence_transformation::{{closure}}::h93c5ec5017f2dd0b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:513:40
[INFO] [stdout]   26:     0x5f2896720306 - core::ops::function::FnOnce::call_once::h3d57d34785d0a12b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_force_flag stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_force_flag' (86) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected failure.
[INFO] [stdout] code=1
[INFO] [stdout] stderr=```"Error: Os { code: 30, kind: ReadOnlyFilesystem, message: \"Read-only file system\" }\n"```
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "snake" "/tmp/.tmpGQmtNV" "-F"`
[INFO] [stdout] code=1
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Transform Mode
[INFO] [stdout] Transformation: snake
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] Rename file: \"Cargo.lock\" → \"cargo.lock\"
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr="Error: Os { code: 30, kind: ReadOnlyFilesystem, message: \"Read-only file system\" }\n"
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289677dfd6 - assert_cmd::assert::Assert::success::hd152b182cc4e7c15
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:158:28
[INFO] [stdout]   24:     0x5f2896721f2a - cli_tests::test_force_flag::hce10ef23363c40af
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:151:10
[INFO] [stdout]   25:     0x5f2896722037 - cli_tests::test_force_flag::{{closure}}::h85214ae47d4eb48f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:139:21
[INFO] [stdout]   26:     0x5f2896720406 - core::ops::function::FnOnce::call_once::h5ded5de2b26566c4
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stderr] error: test failed, to rerun pass `--test cli_tests`
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_snake_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_snake_transformation' (167) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(featureWishList.md)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-snake
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.lock" → "cargo.lock"
[INFO] [stdout] │   [PREVIEW] Rename file: "CHANGELOG.md" → "changelog.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.toml" → "cargo.toml"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 3
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-snake
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.lock" → "cargo.lock"
[INFO] [stdout]     [PREVIEW] Rename file: "CHANGELOG.md" → "changelog.md"
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.toml" → "cargo.toml"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 3
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "snake" "/tmp/.tmpRn9oCW" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-snake
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.lock\" → \"cargo.lock\"
[INFO] [stdout] [PREVIEW] Rename file: \"CHANGELOG.md\" → \"changelog.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.toml\" → \"cargo.toml\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 3
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f2896728b13 - cli_tests::test_split_snake_transformation::h45819a7cb908aed8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:383:10
[INFO] [stdout]   25:     0x5f2896728bd7 - cli_tests::test_split_snake_transformation::{{closure}}::h5098ab33d86cb0e2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:366:37
[INFO] [stdout]   26:     0x5f2896720106 - core::ops::function::FnOnce::call_once::h0c65bf07737f47e1
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_lower_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_lower_transformation' (153) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(XMLDocument.xml)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-lower
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.lock" → "cargo.lock"
[INFO] [stdout] │   [PREVIEW] Rename file: "CHANGELOG.md" → "changelog.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.toml" → "cargo.toml"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 3
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-lower
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.lock" → "cargo.lock"
[INFO] [stdout]     [PREVIEW] Rename file: "CHANGELOG.md" → "changelog.md"
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.toml" → "cargo.toml"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 3
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "lower" "/tmp/.tmpGAoRj0" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-lower
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.lock\" → \"cargo.lock\"
[INFO] [stdout] [PREVIEW] Rename file: \"CHANGELOG.md\" → \"changelog.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.toml\" → \"cargo.toml\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 3
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f28967284e3 - cli_tests::test_split_lower_transformation::h2b9f0dd1352db53d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:488:10
[INFO] [stdout]   25:     0x5f28967285a7 - cli_tests::test_split_lower_transformation::{{closure}}::h1698180ee8b00d16
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:471:37
[INFO] [stdout]   26:     0x5f2896720756 - core::ops::function::FnOnce::call_once::hd2d796c3c025f236
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_upper_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_upper_transformation' (187) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(dataProcessor.cpp)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-upper
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.lock" → "CARGO.lock"
[INFO] [stdout] │   [PREVIEW] Rename file: "contributing.md" → "CONTRIBUTING.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "manual.md" → "MANUAL.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "bugs.md" → "BUGS.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "Cargo.toml" → "CARGO.toml"
[INFO] [stdout] │   [PREVIEW] Rename file: "readme.md" → "README.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "featurewishlist.md" → "FEATUREWISHLIST.md"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 7
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-upper
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.lock" → "CARGO.lock"
[INFO] [stdout]     [PREVIEW] Rename file: "contributing.md" → "CONTRIBUTING.md"
[INFO] [stdout]     [PREVIEW] Rename file: "manual.md" → "MANUAL.md"
[INFO] [stdout]     [PREVIEW] Rename file: "bugs.md" → "BUGS.md"
[INFO] [stdout]     [PREVIEW] Rename file: "Cargo.toml" → "CARGO.toml"
[INFO] [stdout]     [PREVIEW] Rename file: "readme.md" → "README.md"
[INFO] [stdout]     [PREVIEW] Rename file: "featurewishlist.md" → "FEATUREWISHLIST.md"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 7
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "upper" "/tmp/.tmp5jIN5B" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-upper
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.lock\" → \"CARGO.lock\"
[INFO] [stdout] [PREVIEW] Rename file: \"contributing.md\" → \"CONTRIBUTING.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"manual.md\" → \"MANUAL.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"bugs.md\" → \"BUGS.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"Cargo.toml\" → \"CARGO.toml\"
[INFO] [stdout] [PREVIEW] Rename file: \"readme.md\" → \"README.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"featurewishlist.md\" → \"FEATUREWISHLIST.md\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 7
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f2896729da3 - cli_tests::test_split_upper_transformation::h903bcf63fbdd87ad
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:509:10
[INFO] [stdout]   25:     0x5f2896729e67 - cli_tests::test_split_upper_transformation::{{closure}}::h27a3f52ccd17db73
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:492:37
[INFO] [stdout]   26:     0x5f2896720916 - core::ops::function::FnOnce::call_once::hfb627da3280f5ea7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_with_single_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_with_single_file' (188) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(Target: apiEndpoint.ts)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-snake
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "apiEndpoint.ts" → "api_endpoint.ts"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 1
[INFO] [stdout] │   Items to be renamed: 1
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-snake
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "apiEndpoint.ts" → "api_endpoint.ts"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 1
[INFO] [stdout]     Items to be renamed: 1
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`cd "/tmp/.tmpiHFcO3" && "/opt/rustwide/target/debug/smv" "split" "snake" "apiEndpoint.ts" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-snake
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"apiEndpoint.ts\" → \"api_endpoint.ts\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 1
[INFO] [stdout] Items to be renamed: 1
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f2896725294 - cli_tests::test_split_with_single_file::h0236bab45cf52fcc
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:594:10
[INFO] [stdout]   25:     0x5f28967256a7 - cli_tests::test_split_with_single_file::{{closure}}::h987c30308724dad0
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:576:33
[INFO] [stdout]   26:     0x5f28967200c6 - core::ops::function::FnOnce::call_once::h07f1239fce4e09ac
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_split_pascal_transformation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_split_pascal_transformation' (165) panicked at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected stdout, failed var.contains(userSettings.js)
[INFO] [stdout] ├── var: 
[INFO] [stdout] │   CNP Smart Move - Preview Mode
[INFO] [stdout] │   Transformation: split-pascal
[INFO] [stdout] │   Directory: .
[INFO] [stdout] │   Extensions: All files
[INFO] [stdout] │   Recursive: No
[INFO] [stdout] │   
[INFO] [stdout] │   [PREVIEW] Rename file: "contributing.md" → "Contributing.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "manual.md" → "Manual.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "bugs.md" → "Bugs.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "CHANGELOG.md" → "Changelog.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "readme.md" → "Readme.md"
[INFO] [stdout] │   [PREVIEW] Rename file: "featurewishlist.md" → "Featurewishlist.md"
[INFO] [stdout] │   
[INFO] [stdout] │   Results:
[INFO] [stdout] │   Items processed: 8
[INFO] [stdout] │   Items to be renamed: 6
[INFO] [stdout] │   Errors encountered: 0
[INFO] [stdout] │   
[INFO] [stdout] │   This was a preview only. No items were actually renamed.
[INFO] [stdout] │   To apply these changes, run the same command without --preview.
[INFO] [stdout] └── var as str: 
[INFO] [stdout]     CNP Smart Move - Preview Mode
[INFO] [stdout]     Transformation: split-pascal
[INFO] [stdout]     Directory: .
[INFO] [stdout]     Extensions: All files
[INFO] [stdout]     Recursive: No
[INFO] [stdout]     
[INFO] [stdout]     [PREVIEW] Rename file: "contributing.md" → "Contributing.md"
[INFO] [stdout]     [PREVIEW] Rename file: "manual.md" → "Manual.md"
[INFO] [stdout]     [PREVIEW] Rename file: "bugs.md" → "Bugs.md"
[INFO] [stdout]     [PREVIEW] Rename file: "CHANGELOG.md" → "Changelog.md"
[INFO] [stdout]     [PREVIEW] Rename file: "readme.md" → "Readme.md"
[INFO] [stdout]     [PREVIEW] Rename file: "featurewishlist.md" → "Featurewishlist.md"
[INFO] [stdout]     
[INFO] [stdout]     Results:
[INFO] [stdout]     Items processed: 8
[INFO] [stdout]     Items to be renamed: 6
[INFO] [stdout]     Errors encountered: 0
[INFO] [stdout]     
[INFO] [stdout]     This was a preview only. No items were actually renamed.
[INFO] [stdout]     To apply these changes, run the same command without --preview.
[INFO] [stdout] 
[INFO] [stdout] command=`"/opt/rustwide/target/debug/smv" "split" "pascal" "/tmp/.tmp3YEj85" "-p"`
[INFO] [stdout] code=0
[INFO] [stdout] stdout=```
[INFO] [stdout] 
[INFO] [stdout] CNP Smart Move - Preview Mode
[INFO] [stdout] Transformation: split-pascal
[INFO] [stdout] Directory: .
[INFO] [stdout] Extensions: All files
[INFO] [stdout] Recursive: No
[INFO] [stdout] 
[INFO] [stdout] [PREVIEW] Rename file: \"contributing.md\" → \"Contributing.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"manual.md\" → \"Manual.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"bugs.md\" → \"Bugs.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"CHANGELOG.md\" → \"Changelog.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"readme.md\" → \"Readme.md\"
[INFO] [stdout] [PREVIEW] Rename file: \"featurewishlist.md\" → \"Featurewishlist.md\"
[INFO] [stdout] 
[INFO] [stdout] Results:
[INFO] [stdout] Items processed: 8
[INFO] [stdout] Items to be renamed: 6
[INFO] [stdout] Errors encountered: 0
[INFO] [stdout] 
[INFO] [stdout] This was a preview only. No items were actually renamed.
[INFO] [stdout] To apply these changes, run the same command without --preview.
[INFO] [stdout] ```
[INFO] [stdout] 
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f28967ff832 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f28967ff832 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f28967ff832 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f28967ff832 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f289681096f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f289681096f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f28967ca5e3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f28967ca5e3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f28967d70b2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f28967dc17f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f28967dc011 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5f289674d76e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5f289674d76e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f28967dc78f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5f28967dc78f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5f28967dc5ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5f28967d71e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f28967be81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5f28968189f0 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f289678b8e0 - core::panicking::panic_display::h59cb83675ddb92e5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x5f289677d1d7 - assert_cmd::assert::AssertError::panic::hb50f62c6f8836c84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5f28967896d7 - core::ops::function::FnOnce::call_once::h6f71c93b1c971a75
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f289678ed54 - core::result::Result<T,E>::unwrap_or_else::h795e168f47211260
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5f289671ee75 - assert_cmd::assert::Assert::stdout::h4e6111df730e0782
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:364:31
[INFO] [stdout]   24:     0x5f289672a3d3 - cli_tests::test_split_pascal_transformation::hcbd67d936f52ca1c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:467:10
[INFO] [stdout]   25:     0x5f289672a497 - cli_tests::test_split_pascal_transformation::{{closure}}::h423e9564c7c8a416
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_tests.rs:450:38
[INFO] [stdout]   26:     0x5f2896720186 - core::ops::function::FnOnce::call_once::h10afd4d7a6b504e2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5f289674d5bb - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f289674d5bb - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5f28967615cd - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5f28967615cd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5f28967615cd - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x5f28967615cd - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x5f28967615cd - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5f28967615cd - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5f28967615cd - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5f289673ab14 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5f289673ab14 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x5f289673e44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5f289673e44a - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x5f289673e44a - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x5f289673e44a - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5f289673e44a - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x5f289673e44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f28967d23ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x5f28967d23ff - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7c39b424eaa4 - <unknown>
[INFO] [stdout]   48:     0x7c39b42dba64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_force_flag
[INFO] [stdout]     test_split_camel_transformation
[INFO] [stdout]     test_split_kebab_transformation
[INFO] [stdout]     test_split_lower_transformation
[INFO] [stdout]     test_split_pascal_transformation
[INFO] [stdout]     test_split_sentence_transformation
[INFO] [stdout]     test_split_snake_transformation
[INFO] [stdout]     test_split_start_transformation
[INFO] [stdout]     test_split_studly_transformation
[INFO] [stdout]     test_split_title_transformation
[INFO] [stdout]     test_split_upper_transformation
[INFO] [stdout]     test_split_with_single_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 22 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2e3f88bf0ff7078d5e2066fdf6bbbb1d34b6d142792fa80f622691a4b01467c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e3f88bf0ff7078d5e2066fdf6bbbb1d34b6d142792fa80f622691a4b01467c8", kill_on_drop: false }`
[INFO] [stdout] 2e3f88bf0ff7078d5e2066fdf6bbbb1d34b6d142792fa80f622691a4b01467c8
