[INFO] fetching crate quoted-string 0.6.1...
[INFO] testing quoted-string-0.6.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate quoted-string 0.6.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate quoted-string 0.6.1
[INFO] finished tweaking crates.io crate quoted-string 0.6.1
[INFO] tweaked toml for crates.io crate quoted-string 0.6.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate quoted-string 0.6.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aca0f836438537568bf421710d9832545553d8094649a635eb0b0919eb66599d
[INFO] running `Command { std: "docker" "start" "-a" "aca0f836438537568bf421710d9832545553d8094649a635eb0b0919eb66599d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aca0f836438537568bf421710d9832545553d8094649a635eb0b0919eb66599d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aca0f836438537568bf421710d9832545553d8094649a635eb0b0919eb66599d", kill_on_drop: false }`
[INFO] [stdout] aca0f836438537568bf421710d9832545553d8094649a635eb0b0919eb66599d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3207eb1125cd25d8ecc1d569db57d9e812256953a7dbdb7fffffd22c9c8cdb94
[INFO] running `Command { std: "docker" "start" "-a" "3207eb1125cd25d8ecc1d569db57d9e812256953a7dbdb7fffffd22c9c8cdb94", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling quoted-string v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/test_utils.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 |             b'a'...b'z' => {
[INFO] [stdout]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:47:29
[INFO] [stdout]    |
[INFO] [stdout] 47 |         fter.write_str(self.description())
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:58:42
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn parse<Impl: GeneralQSSpec>(input: &str) -> Result<Parsed, (usize, CoreError)> {
[INFO] [stdout]    |                                          ^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn parse<Impl: GeneralQSSpec>(input: &str) -> Result<Parsed<'_>, (usize, CoreError)> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] running `Command { std: "docker" "inspect" "3207eb1125cd25d8ecc1d569db57d9e812256953a7dbdb7fffffd22c9c8cdb94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3207eb1125cd25d8ecc1d569db57d9e812256953a7dbdb7fffffd22c9c8cdb94", kill_on_drop: false }`
[INFO] [stdout] 3207eb1125cd25d8ecc1d569db57d9e812256953a7dbdb7fffffd22c9c8cdb94
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06542f1189920be4f5df6647877099dd05bc67db512bedb00bbe84701902ba4d
[INFO] running `Command { std: "docker" "start" "-a" "06542f1189920be4f5df6647877099dd05bc67db512bedb00bbe84701902ba4d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/test_utils.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 |             b'a'...b'z' => {
[INFO] [stdout]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:47:29
[INFO] [stdout]    |
[INFO] [stdout] 47 |         fter.write_str(self.description())
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quoted-string v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:58:42
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn parse<Impl: GeneralQSSpec>(input: &str) -> Result<Parsed, (usize, CoreError)> {
[INFO] [stdout]    |                                          ^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn parse<Impl: GeneralQSSpec>(input: &str) -> Result<Parsed<'_>, (usize, CoreError)> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/test_utils.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 |             b'a'...b'z' => {
[INFO] [stdout]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:47:29
[INFO] [stdout]    |
[INFO] [stdout] 47 |         fter.write_str(self.description())
[INFO] [stdout]    |                             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parse.rs:58:42
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn parse<Impl: GeneralQSSpec>(input: &str) -> Result<Parsed, (usize, CoreError)> {
[INFO] [stdout]    |                                          ^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn parse<Impl: GeneralQSSpec>(input: &str) -> Result<Parsed<'_>, (usize, CoreError)> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s
[INFO] running `Command { std: "docker" "inspect" "06542f1189920be4f5df6647877099dd05bc67db512bedb00bbe84701902ba4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06542f1189920be4f5df6647877099dd05bc67db512bedb00bbe84701902ba4d", kill_on_drop: false }`
[INFO] [stdout] 06542f1189920be4f5df6647877099dd05bc67db512bedb00bbe84701902ba4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 95866ff4438bbb3df9b69f774026ff9d2f8734b5fcf2fda971b7ab6d3d40c1c2
[INFO] running `Command { std: "docker" "start" "-a" "95866ff4438bbb3df9b69f774026ff9d2f8734b5fcf2fda971b7ab6d3d40c1c2", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/test_utils.rs:123:17
[INFO] [stderr]     |
[INFO] [stderr] 123 |             b'a'...b'z' => {
[INFO] [stderr]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:47:29
[INFO] [stderr]    |
[INFO] [stderr] 47 |         fter.write_str(self.description())
[INFO] [stderr]    |                             ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parse.rs:58:42
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub fn parse<Impl: GeneralQSSpec>(input: &str) -> Result<Parsed, (usize, CoreError)> {
[INFO] [stderr]    |                                          ^^^^            ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                          |
[INFO] [stderr]    |                                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub fn parse<Impl: GeneralQSSpec>(input: &str) -> Result<Parsed<'_>, (usize, CoreError)> {
[INFO] [stderr]    |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `quoted-string` (lib) generated 3 warnings (run `cargo fix --lib -p quoted-string` to apply 2 suggestions)
[INFO] [stderr] warning: `quoted-string` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/quoted_string-77fc87255c5443d5)
[INFO] [stderr]    Doc-tests quoted_string
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test iter::test::ascii_case_insensitive_eq ... ok
[INFO] [stdout] test iter::test::quoted ... ok
[INFO] [stdout] test iter::test::strip_non_semantic_ws ... ok
[INFO] [stdout] test iter::test::missing_double_quoted ... ok
[INFO] [stdout] test iter::test::unnecessary_quoted ... ok
[INFO] [stdout] test iter::test::with_quoted_pair ... ok
[INFO] [stdout] test parse::test::parse::empty_string_does_not_panic ... ok
[INFO] [stdout] test parse::test::parse::parse_simple ... ok
[INFO] [stdout] test parse::test::parse::parse_with_quoted_pairs ... ok
[INFO] [stdout] test parse::test::parse::parse_with_tail ... ok
[INFO] [stdout] test parse::test::parse::parse_with_unnecessary_quoted_pairs ... ok
[INFO] [stdout] test parse::test::parse::reject_tailing_escape ... ok
[INFO] [stdout] test parse::test::parse::reject_missing_quoted ... ok
[INFO] [stdout] test parse::test::validate::reject_invalid_quoted_string ... ok
[INFO] [stdout] test quote::test::quote_if_needed_empty_value ... ok
[INFO] [stdout] test quote::test::quote_if_needed_needed_because_char ... ok
[INFO] [stdout] test quote::test::quote_if_needed_needed_because_end ... ok
[INFO] [stdout] test quote::test::quote_if_needed_needed_because_state ... ok
[INFO] [stdout] test quote::test::quote_if_needed_state ... ok
[INFO] [stdout] test quote::test::quote_if_needed_unneeded ... ok
[INFO] [stdout] test quote::test::quote_simple ... ok
[INFO] [stdout] test unquote::test::strip_quotes::empty_quoted_string ... ok
[INFO] [stdout] test quote::test::quote_unquotable ... ok
[INFO] [stdout] test unquote::test::strip_quotes::missing_quotes ... ok
[INFO] [stdout] test unquote::test::strip_quotes::empty_string ... ok
[INFO] [stdout] test unquote::test::strip_quotes::simple_string ... ok
[INFO] [stdout] test unquote::test::to_content::custom_state_in_parsing_impl_is_used ... ok
[INFO] [stdout] test unquote::test::to_content::empty ... ok
[INFO] [stdout] test unquote::test::to_content::missing_escape ... ok
[INFO] [stdout] test unquote::test::to_content::no_quotes ... ok
[INFO] [stdout] test unquote::test::to_content::strip_non_semantic_ws ... ok
[INFO] [stdout] test unquote::test::to_content::quoted_but_no_quoted_pair ... ok
[INFO] [stdout] test unquote::test::to_content::tailing_escape ... ok
[INFO] [stdout] test parse::test::validate::accept_valid_quoted_string ... ok
[INFO] [stdout] test unquote::test::to_content::unnecessary_quoted ... ok
[INFO] [stdout] test unquote::test::to_content::with_multiple_quoted_pairs ... ok
[INFO] [stdout] test parse::test::parse::reject_missing_closing_dquotes ... ok
[INFO] [stdout] test unquote::test::to_content::with_quoted_pair ... ok
[INFO] [stdout] test parse::test::validate::reject_quoted_string_shorter_than_input ... ok
[INFO] [stdout] test parse::test::parse::reject_unquoted_quotable ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/test_utils.rs:123:17
[INFO] [stderr]     |
[INFO] [stderr] 123 |             b'a'...b'z' => {
[INFO] [stderr]     |                 ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/parse.rs - parse::validate (line 10) ... ok
[INFO] [stdout] test src/unquote.rs - unquote::to_content (line 12) ... ok
[INFO] [stdout] test src/quote.rs - quote::quote (line 23) ... ok
[INFO] [stdout] test src/unquote.rs - unquote::strip_dquotes (line 80) ... ok
[INFO] [stdout] test src/quote.rs - quote::quote_if_needed (line 82) ... ok
[INFO] [stdout] test src/iter.rs - iter::ContentChars (line 45) ... ok
[INFO] [stdout] test src/parse.rs - parse::parse (line 46) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "95866ff4438bbb3df9b69f774026ff9d2f8734b5fcf2fda971b7ab6d3d40c1c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95866ff4438bbb3df9b69f774026ff9d2f8734b5fcf2fda971b7ab6d3d40c1c2", kill_on_drop: false }`
[INFO] [stdout] 95866ff4438bbb3df9b69f774026ff9d2f8734b5fcf2fda971b7ab6d3d40c1c2
