[INFO] fetching crate bashrs 6.32.1...
[INFO] testing bashrs-6.32.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bashrs 6.32.1 into /workspace/builds/worker-0-tc2/source
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate bashrs 6.32.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate bashrs 6.32.1
[INFO] tweaked toml for crates.io crate bashrs 6.32.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bashrs 6.32.1 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 crates.io crate bashrs 6.32.1 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7b372a6ca88d362cb3451a4270ebe5ce9c5a6b18a43b5fa48a38dd3c52de5e02
[INFO] running `Command { std: "docker" "start" "-a" "7b372a6ca88d362cb3451a4270ebe5ce9c5a6b18a43b5fa48a38dd3c52de5e02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b372a6ca88d362cb3451a4270ebe5ce9c5a6b18a43b5fa48a38dd3c52de5e02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b372a6ca88d362cb3451a4270ebe5ce9c5a6b18a43b5fa48a38dd3c52de5e02", kill_on_drop: false }`
[INFO] [stdout] 7b372a6ca88d362cb3451a4270ebe5ce9c5a6b18a43b5fa48a38dd3c52de5e02
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] b814a88b0efc937b2cb15e4286c7bf92bb4c336ae01bf1c9bd5aa809b693a6e3
[INFO] running `Command { std: "docker" "start" "-a" "b814a88b0efc937b2cb15e4286c7bf92bb4c336ae01bf1c9bd5aa809b693a6e3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling winnow v0.7.10
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling clap_builder v4.5.39
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling xattr v1.5.0
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling bashrs v6.32.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling rustyline v17.0.2
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling sysinfo v0.31.4
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling clap v4.5.39
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling toml v0.8.22
[INFO] [stdout] warning: value assigned to `quality` is never read
[INFO] [stdout]    --> src/cli/bench.rs:466:13
[INFO] [stdout]     |
[INFO] [stdout] 466 |             quality.lint_passed = false;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
[INFO] running `Command { std: "docker" "inspect" "b814a88b0efc937b2cb15e4286c7bf92bb4c336ae01bf1c9bd5aa809b693a6e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b814a88b0efc937b2cb15e4286c7bf92bb4c336ae01bf1c9bd5aa809b693a6e3", kill_on_drop: false }`
[INFO] [stdout] b814a88b0efc937b2cb15e4286c7bf92bb4c336ae01bf1c9bd5aa809b693a6e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 98c87a49ff089812da2ab7dc3412f55f97ef675a88b50d5aeb9e88b29d06be81
[INFO] running `Command { std: "docker" "start" "-a" "98c87a49ff089812da2ab7dc3412f55f97ef675a88b50d5aeb9e88b29d06be81", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling sysinfo v0.31.4
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling proptest v1.6.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling clap v4.5.39
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rstest v0.25.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.6.0
[INFO] [stderr]    Compiling toml v0.8.22
[INFO] [stderr]    Compiling bashrs v6.32.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `proptest::prelude::*`
[INFO] [stdout]     --> src/repl/purifier.rs:1788:13
[INFO] [stdout]      |
[INFO] [stdout] 1788 |         use proptest::prelude::*;
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `quality` is never read
[INFO] [stdout]    --> src/cli/bench.rs:466:13
[INFO] [stdout]     |
[INFO] [stdout] 466 |             quality.lint_passed = false;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_repl_starts_and_quits` should have a snake case name
[INFO] [stdout]   --> tests/cli_repl_tests.rs:23:4
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_REPL_003_002_repl_starts_and_quits() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_repl_starts_and_quits`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_repl_handles_empty_input` should have a snake case name
[INFO] [stdout]   --> tests/cli_repl_tests.rs:34:4
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn test_REPL_003_002_repl_handles_empty_input() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_repl_handles_empty_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_repl_handles_eof` should have a snake case name
[INFO] [stdout]   --> tests/cli_repl_tests.rs:44:4
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn test_REPL_003_002_repl_handles_eof() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_repl_handles_eof`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_repl_shows_help` should have a snake case name
[INFO] [stdout]   --> tests/cli_repl_tests.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn test_REPL_003_002_repl_shows_help() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_repl_shows_help`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_repl_accepts_exit` should have a snake case name
[INFO] [stdout]   --> tests/cli_repl_tests.rs:68:4
[INFO] [stdout]    |
[INFO] [stdout] 68 | fn test_REPL_003_002_repl_accepts_exit() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_repl_accepts_exit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_repl_debug_mode` should have a snake case name
[INFO] [stdout]   --> tests/cli_repl_tests.rs:78:4
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn test_REPL_003_002_repl_debug_mode() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_repl_debug_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_repl_custom_config` should have a snake case name
[INFO] [stdout]   --> tests/cli_repl_tests.rs:90:4
[INFO] [stdout]    |
[INFO] [stdout] 90 | fn test_REPL_003_002_repl_custom_config() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_repl_custom_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_repl_sandboxed` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:106:4
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn test_REPL_003_002_repl_sandboxed() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_repl_sandboxed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_003_history_persistence` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:120:4
[INFO] [stdout]     |
[INFO] [stdout] 120 | fn test_REPL_003_003_history_persistence() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_003_history_persistence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_003_multiple_commands` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:152:4
[INFO] [stdout]     |
[INFO] [stdout] 152 | fn test_REPL_003_003_multiple_commands() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_003_multiple_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_004_shows_current_mode` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:191:4
[INFO] [stdout]     |
[INFO] [stdout] 191 | fn test_REPL_003_004_shows_current_mode() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_004_shows_current_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_004_mode_command_shows_modes` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:201:4
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn test_REPL_003_004_mode_command_shows_modes() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_004_mode_command_shows_modes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_004_mode_switch_to_purify` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:216:4
[INFO] [stdout]     |
[INFO] [stdout] 216 | fn test_REPL_003_004_mode_switch_to_purify() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_004_mode_switch_to_purify`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_004_mode_switch_to_lint` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:226:4
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn test_REPL_003_004_mode_switch_to_lint() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_004_mode_switch_to_lint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_004_mode_switch_to_debug` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:236:4
[INFO] [stdout]     |
[INFO] [stdout] 236 | fn test_REPL_003_004_mode_switch_to_debug() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_004_mode_switch_to_debug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_004_mode_switch_to_explain` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:246:4
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn test_REPL_003_004_mode_switch_to_explain() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_004_mode_switch_to_explain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_004_mode_invalid_shows_error` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:256:4
[INFO] [stdout]     |
[INFO] [stdout] 256 | fn test_REPL_003_004_mode_invalid_shows_error() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_004_mode_invalid_shows_error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_004_mode_case_insensitive` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:267:4
[INFO] [stdout]     |
[INFO] [stdout] 267 | fn test_REPL_003_004_mode_case_insensitive() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_004_mode_case_insensitive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_004_multiple_mode_switches` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:277:4
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn test_REPL_003_004_multiple_mode_switches() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_004_multiple_mode_switches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_004_001_parse_simple_command_cli` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:291:4
[INFO] [stdout]     |
[INFO] [stdout] 291 | fn test_REPL_004_001_parse_simple_command_cli() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_004_001_parse_simple_command_cli`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_004_001_parse_shows_ast` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:301:4
[INFO] [stdout]     |
[INFO] [stdout] 301 | fn test_REPL_004_001_parse_shows_ast() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_004_001_parse_shows_ast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_004_001_parse_no_input_shows_usage` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:312:4
[INFO] [stdout]     |
[INFO] [stdout] 312 | fn test_REPL_004_001_parse_no_input_shows_usage() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_004_001_parse_no_input_shows_usage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_004_001_parse_invalid_syntax` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:322:4
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn test_REPL_004_001_parse_invalid_syntax() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_004_001_parse_invalid_syntax`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_004_001_help_shows_parse` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:332:4
[INFO] [stdout]     |
[INFO] [stdout] 332 | fn test_REPL_004_001_help_shows_parse() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_004_001_help_shows_parse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_001_purify_simple_command_cli` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:345:4
[INFO] [stdout]     |
[INFO] [stdout] 345 | fn test_REPL_005_001_purify_simple_command_cli() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_001_purify_simple_command_cli`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_001_purify_shows_result` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:355:4
[INFO] [stdout]     |
[INFO] [stdout] 355 | fn test_REPL_005_001_purify_shows_result() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_001_purify_shows_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_001_purify_no_input_shows_usage` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:365:4
[INFO] [stdout]     |
[INFO] [stdout] 365 | fn test_REPL_005_001_purify_no_input_shows_usage() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_001_purify_no_input_shows_usage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_001_help_shows_purify` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:375:4
[INFO] [stdout]     |
[INFO] [stdout] 375 | fn test_REPL_005_001_help_shows_purify() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_001_help_shows_purify`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_006_001_lint_simple_command_cli` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:388:4
[INFO] [stdout]     |
[INFO] [stdout] 388 | fn test_REPL_006_001_lint_simple_command_cli() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_006_001_lint_simple_command_cli`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_006_001_lint_shows_diagnostics` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:398:4
[INFO] [stdout]     |
[INFO] [stdout] 398 | fn test_REPL_006_001_lint_shows_diagnostics() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_006_001_lint_shows_diagnostics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_006_001_lint_no_input_shows_usage` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:408:4
[INFO] [stdout]     |
[INFO] [stdout] 408 | fn test_REPL_006_001_lint_no_input_shows_usage() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_006_001_lint_no_input_shows_usage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_006_001_help_shows_lint` should have a snake case name
[INFO] [stdout]    --> tests/cli_repl_tests.rs:418:4
[INFO] [stdout]     |
[INFO] [stdout] 418 | fn test_REPL_006_001_help_shows_lint() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_006_001_help_shows_lint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_CLI_MAKE_LINT_001_basic_lint_detects_issues` should have a snake case name
[INFO] [stdout]   --> tests/cli_make_lint.rs:16:4
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn test_CLI_MAKE_LINT_001_basic_lint_detects_issues() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_cli_make_lint_001_basic_lint_detects_issues`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_CLI_MAKE_LINT_002_clean_makefile_passes` should have a snake case name
[INFO] [stdout]   --> tests/cli_make_lint.rs:49:4
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn test_CLI_MAKE_LINT_002_clean_makefile_passes() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_cli_make_lint_002_clean_makefile_passes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_CLI_MAKE_LINT_003_fix_flag_applies_fixes` should have a snake case name
[INFO] [stdout]   --> tests/cli_make_lint.rs:99:4
[INFO] [stdout]    |
[INFO] [stdout] 99 | fn test_CLI_MAKE_LINT_003_fix_flag_applies_fixes() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_cli_make_lint_003_fix_flag_applies_fixes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_CLI_MAKE_LINT_004_output_flag_writes_to_file` should have a snake case name
[INFO] [stdout]    --> tests/cli_make_lint.rs:132:4
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn test_CLI_MAKE_LINT_004_output_flag_writes_to_file() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_cli_make_lint_004_output_flag_writes_to_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_CLI_MAKE_LINT_005_rules_filter_specific_rules` should have a snake case name
[INFO] [stdout]    --> tests/cli_make_lint.rs:187:4
[INFO] [stdout]     |
[INFO] [stdout] 187 | fn test_CLI_MAKE_LINT_005_rules_filter_specific_rules() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_cli_make_lint_005_rules_filter_specific_rules`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_CLI_MAKE_LINT_006_format_json` should have a snake case name
[INFO] [stdout]    --> tests/cli_make_lint.rs:224:4
[INFO] [stdout]     |
[INFO] [stdout] 224 | fn test_CLI_MAKE_LINT_006_format_json() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_cli_make_lint_006_format_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_CLI_MAKE_LINT_007_format_sarif` should have a snake case name
[INFO] [stdout]    --> tests/cli_make_lint.rs:273:4
[INFO] [stdout]     |
[INFO] [stdout] 273 | fn test_CLI_MAKE_LINT_007_format_sarif() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_cli_make_lint_007_format_sarif`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `demo_parse` is never used
[INFO] [stdout]    --> examples/quality_tools_demo.rs:107:4
[INFO] [stdout]     |
[INFO] [stdout] 107 | fn demo_parse(file_path: &str) -> Result<()> {
[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 `test_WITH_TESTS_001_generates_test_file` should have a snake case name
[INFO] [stdout]   --> tests/cli_purify_with_tests.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn test_WITH_TESTS_001_generates_test_file() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_001_generates_test_file`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_001_test_file_naming_convention` should have a snake case name
[INFO] [stdout]   --> tests/cli_purify_with_tests.rs:80:4
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn test_WITH_TESTS_001_test_file_naming_convention() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_001_test_file_naming_convention`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_002_generates_determinism_test` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:108:4
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn test_WITH_TESTS_002_generates_determinism_test() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_002_generates_determinism_test`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_002_determinism_test_passes` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:143:4
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn test_WITH_TESTS_002_determinism_test_passes() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_002_determinism_test_passes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_003_generates_idempotency_test` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:193:4
[INFO] [stdout]     |
[INFO] [stdout] 193 | fn test_WITH_TESTS_003_generates_idempotency_test() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_003_generates_idempotency_test`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_003_idempotency_test_detects_issues` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:228:4
[INFO] [stdout]     |
[INFO] [stdout] 228 | fn test_WITH_TESTS_003_idempotency_test_detects_issues() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_003_idempotency_test_detects_issues`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_004_generates_posix_compliance_test` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:265:4
[INFO] [stdout]     |
[INFO] [stdout] 265 | fn test_WITH_TESTS_004_generates_posix_compliance_test() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_004_generates_posix_compliance_test`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_005_property_tests_flag` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:298:4
[INFO] [stdout]     |
[INFO] [stdout] 298 | fn test_WITH_TESTS_005_property_tests_flag() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_005_property_tests_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_006_generated_tests_are_executable` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:340:4
[INFO] [stdout]     |
[INFO] [stdout] 340 | fn test_WITH_TESTS_006_generated_tests_are_executable() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_006_generated_tests_are_executable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_006_all_tests_pass_for_valid_script` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:388:4
[INFO] [stdout]     |
[INFO] [stdout] 388 | fn test_WITH_TESTS_006_all_tests_pass_for_valid_script() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_006_all_tests_pass_for_valid_script`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_error_missing_output` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:444:4
[INFO] [stdout]     |
[INFO] [stdout] 444 | fn test_WITH_TESTS_error_missing_output() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_error_missing_output`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_WITH_TESTS_help_flag` should have a snake case name
[INFO] [stdout]    --> tests/cli_purify_with_tests.rs:463:4
[INFO] [stdout]     |
[INFO] [stdout] 463 | fn test_WITH_TESTS_help_flag() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_with_tests_help_flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bashrs_repl` is never used
[INFO] [stdout]  --> tests/test_repl_explain_mode.rs:8:4
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn bashrs_repl() -> Command {
[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 `test_REPL_005_002_explain_mode_parameter_expansion` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_explain_mode.rs:16:4
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn test_REPL_005_002_explain_mode_parameter_expansion() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_explain_mode_parameter_expansion`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_explain_mode_unknown_construct` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_explain_mode.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn test_REPL_005_002_explain_mode_unknown_construct() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_explain_mode_unknown_construct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_explain_mode_in_help` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_explain_mode.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn test_REPL_005_002_explain_mode_in_help() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_explain_mode_in_help`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_explain_module_exported` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_explain_mode.rs:60:4
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn test_REPL_005_002_explain_module_exported() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_explain_module_exported`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_explanation_struct_public` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_explain_mode.rs:73:4
[INFO] [stdout]    |
[INFO] [stdout] 73 | fn test_REPL_005_002_explanation_struct_public() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_explanation_struct_public`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_parameter_expansions_comprehensive` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_explain_mode.rs:85:4
[INFO] [stdout]    |
[INFO] [stdout] 85 | fn test_REPL_005_002_parameter_expansions_comprehensive() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_parameter_expansions_comprehensive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_control_flow_comprehensive` should have a snake case name
[INFO] [stdout]    --> tests/test_repl_explain_mode.rs:106:4
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn test_REPL_005_002_control_flow_comprehensive() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_control_flow_comprehensive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_redirections_comprehensive` should have a snake case name
[INFO] [stdout]    --> tests/test_repl_explain_mode.rs:124:4
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn test_REPL_005_002_redirections_comprehensive() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_redirections_comprehensive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_property_recognized_constructs` should have a snake case name
[INFO] [stdout]    --> tests/test_repl_explain_mode.rs:142:4
[INFO] [stdout]     |
[INFO] [stdout] 142 | fn test_REPL_005_002_property_recognized_constructs() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_property_recognized_constructs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_property_unknown_constructs` should have a snake case name
[INFO] [stdout]    --> tests/test_repl_explain_mode.rs:184:4
[INFO] [stdout]     |
[INFO] [stdout] 184 | fn test_REPL_005_002_property_unknown_constructs() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_property_unknown_constructs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_005_002_property_format_consistency` should have a snake case name
[INFO] [stdout]    --> tests/test_repl_explain_mode.rs:207:4
[INFO] [stdout]     |
[INFO] [stdout] 207 | fn test_REPL_005_002_property_format_consistency() {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_005_002_property_format_consistency`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_cli_help` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_003_002_cli.rs:20:4
[INFO] [stdout]    |
[INFO] [stdout] 20 | fn test_REPL_003_002_cli_help() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_cli_help`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_cli_debug_flag_accepted` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_003_002_cli.rs:39:4
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn test_REPL_003_002_cli_debug_flag_accepted() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_cli_debug_flag_accepted`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_cli_sandboxed_flag_accepted` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_003_002_cli.rs:54:4
[INFO] [stdout]    |
[INFO] [stdout] 54 | fn test_REPL_003_002_cli_sandboxed_flag_accepted() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_cli_sandboxed_flag_accepted`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_cli_max_memory_flag_accepted` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_003_002_cli.rs:61:4
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn test_REPL_003_002_cli_max_memory_flag_accepted() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_cli_max_memory_flag_accepted`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_cli_timeout_flag_accepted` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_003_002_cli.rs:68:4
[INFO] [stdout]    |
[INFO] [stdout] 68 | fn test_REPL_003_002_cli_timeout_flag_accepted() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_cli_timeout_flag_accepted`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_REPL_003_002_cli_max_depth_flag_accepted` should have a snake case name
[INFO] [stdout]   --> tests/test_repl_003_002_cli.rs:75:4
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn test_REPL_003_002_cli_max_depth_flag_accepted() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_repl_003_002_cli_max_depth_flag_accepted`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bashrs` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name bashrs --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="base64"' --cfg 'feature="basic"' --cfg 'feature="clap"' --cfg 'feature="compile"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="pretty-errors"' --cfg 'feature="tar"' --cfg 'feature="tokio"' --cfg 'feature="tracing-subscriber"' --cfg 'feature="validation"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "basic", "clap", "compile", "completions", "console_error_panic_hook", "default", "flate2", "full", "getrandom", "js-sys", "loops", "lsp", "minimal", "optimization", "pattern-matching", "pretty-errors", "tar", "tokio", "tracing-subscriber", "validation", "verification", "wasm", "wasm-bindgen", "wasm-bindgen-futures", "watch", "web-sys", "zstd"))' -C metadata=ee308b237acf8739 -C extra-filename=-ce5d989cc85e3449 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-1062fd8720902979.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-9112911de797d02f.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern blake3=/opt/rustwide/target/debug/deps/libblake3-adaa545f20c9ea0e.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-2aa3cf1ad3fab2bd.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-32785cfc03115874.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-6df3dee466d7888e.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-b3480250beb56134.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b3603208c0de2608.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-0ba6aecba7086d38.rlib --extern phf=/opt/rustwide/target/debug/deps/libphf-19b7d9f8f1c8ce69.rlib --extern predicates=/opt/rustwide/target/debug/deps/libpredicates-bc153c33ab127895.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-3af986f44966aa55.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-89c4fa4169aa40ae.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-b3530727cd9d6d55.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-eb296244f575eba9.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-581cc57b588ee3e2.rlib --extern rstest=/opt/rustwide/target/debug/deps/librstest-3353152d0256f0e6.rlib --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-089474f559e8377d.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-f14043fb4438c5a1.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-04bd3ca3e47a1e51.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-48a349aca17e33a6.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-d53a9977dc6e27e5.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-151a2bce8961fbae.rlib --extern sysinfo=/opt/rustwide/target/debug/deps/libsysinfo-ab8131a17ae05925.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-d8f0f6e3f9608e8d.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-e687f60c44824b64.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c75cd56d2d8a4f57.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f758b31752fe45d3.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-36e8f5c9dd76e4cb.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-ada7e218afc043ab.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-1474f882cfe3b30c.rlib --extern zstd=/opt/rustwide/target/debug/deps/libzstd-d361aea3c9233e04.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3-d5ac0de95b7e3d49/out -L native=/opt/rustwide/target/debug/build/blake3-d5ac0de95b7e3d49/out -L native=/opt/rustwide/target/debug/build/zstd-sys-9177d2b3f7f03482/out --check-cfg 'cfg(kani)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "98c87a49ff089812da2ab7dc3412f55f97ef675a88b50d5aeb9e88b29d06be81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98c87a49ff089812da2ab7dc3412f55f97ef675a88b50d5aeb9e88b29d06be81", kill_on_drop: false }`
[INFO] [stdout] 98c87a49ff089812da2ab7dc3412f55f97ef675a88b50d5aeb9e88b29d06be81
