[INFO] fetching crate cmder 0.6.1...
[INFO] testing cmder-0.6.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate cmder 0.6.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate cmder 0.6.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate cmder 0.6.1
[INFO] tweaked toml for crates.io crate cmder 0.6.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cmder 0.6.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cmder 0.6.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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44df0f2e1bc4e8e5c1428ec34b05d9214c797df00dce2666e99e9ccc74726d76
[INFO] running `Command { std: "docker" "start" "-a" "44df0f2e1bc4e8e5c1428ec34b05d9214c797df00dce2666e99e9ccc74726d76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44df0f2e1bc4e8e5c1428ec34b05d9214c797df00dce2666e99e9ccc74726d76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44df0f2e1bc4e8e5c1428ec34b05d9214c797df00dce2666e99e9ccc74726d76", kill_on_drop: false }`
[INFO] [stdout] 44df0f2e1bc4e8e5c1428ec34b05d9214c797df00dce2666e99e9ccc74726d76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 38bad8a7c8edb217378dabd90fc406a5e268cc4733907a05c6b885f692b556df
[INFO] running `Command { std: "docker" "start" "-a" "38bad8a7c8edb217378dabd90fc406a5e268cc4733907a05c6b885f692b556df", kill_on_drop: false }`
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling cmder v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `parser::Parser`
[INFO] [stdout]   --> src/parse/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use parser::Parser;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse/matches.rs:144:21
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn get_flag(&self, val: &str) -> Option<CmderFlag> {
[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] 144 |     pub fn get_flag(&self, val: &str) -> Option<CmderFlag<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse/matches.rs:154:23
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn get_option(&self, val: &str) -> Option<CmderOption> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn get_option(&self, val: &str) -> Option<CmderOption<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/program.rs:168:22
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn get_flags(&self) -> &Vec<CmderFlag> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                      |         |    |
[INFO] [stdout]     |                      |         |    the same lifetime is hidden here
[INFO] [stdout]     |                      |         the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn get_flags(&self) -> &Vec<CmderFlag<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/program.rs:178:24
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn get_options(&self) -> &Vec<CmderOption> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |         |    |
[INFO] [stdout]     |                        |         |    the same lifetime is hidden here
[INFO] [stdout]     |                        |         the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn get_options(&self) -> &Vec<CmderOption<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
[INFO] running `Command { std: "docker" "inspect" "38bad8a7c8edb217378dabd90fc406a5e268cc4733907a05c6b885f692b556df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38bad8a7c8edb217378dabd90fc406a5e268cc4733907a05c6b885f692b556df", kill_on_drop: false }`
[INFO] [stdout] 38bad8a7c8edb217378dabd90fc406a5e268cc4733907a05c6b885f692b556df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ff7bf14649c5214eb44493762a7bed6cc07e12e0aa0e2bcc0c9552dad86efd9
[INFO] running `Command { std: "docker" "start" "-a" "7ff7bf14649c5214eb44493762a7bed6cc07e12e0aa0e2bcc0c9552dad86efd9", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.7
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling libc v0.2.124
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling rayon-core v1.9.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling rayon v1.5.2
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling plotters-backend v0.3.2
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stdout] warning: unused import: `parser::Parser`
[INFO] [stdout]   --> src/parse/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use parser::Parser;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse/matches.rs:144:21
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn get_flag(&self, val: &str) -> Option<CmderFlag> {
[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] 144 |     pub fn get_flag(&self, val: &str) -> Option<CmderFlag<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse/matches.rs:154:23
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn get_option(&self, val: &str) -> Option<CmderOption> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn get_option(&self, val: &str) -> Option<CmderOption<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/program.rs:168:22
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn get_flags(&self) -> &Vec<CmderFlag> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                      |         |    |
[INFO] [stdout]     |                      |         |    the same lifetime is hidden here
[INFO] [stdout]     |                      |         the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn get_flags(&self) -> &Vec<CmderFlag<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/program.rs:178:24
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn get_options(&self) -> &Vec<CmderOption> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |         |    |
[INFO] [stdout]     |                        |         |    the same lifetime is hidden here
[INFO] [stdout]     |                        |         the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn get_options(&self) -> &Vec<CmderOption<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling plotters-svg v0.3.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling plotters v0.3.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling criterion-plot v0.4.4
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.3.5
[INFO] [stderr]    Compiling cmder v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `parser::Parser`
[INFO] [stdout]   --> src/parse/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use parser::Parser;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse/matches.rs:144:21
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn get_flag(&self, val: &str) -> Option<CmderFlag> {
[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] 144 |     pub fn get_flag(&self, val: &str) -> Option<CmderFlag<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse/matches.rs:154:23
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn get_option(&self, val: &str) -> Option<CmderOption> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn get_option(&self, val: &str) -> Option<CmderOption<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/program.rs:168:22
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn get_flags(&self) -> &Vec<CmderFlag> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                      |         |    |
[INFO] [stdout]     |                      |         |    the same lifetime is hidden here
[INFO] [stdout]     |                      |         the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn get_flags(&self) -> &Vec<CmderFlag<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/core/program.rs:178:24
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn get_options(&self) -> &Vec<CmderOption> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |         |    |
[INFO] [stdout]     |                        |         |    the same lifetime is hidden here
[INFO] [stdout]     |                        |         the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn get_options(&self) -> &Vec<CmderOption<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "7ff7bf14649c5214eb44493762a7bed6cc07e12e0aa0e2bcc0c9552dad86efd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ff7bf14649c5214eb44493762a7bed6cc07e12e0aa0e2bcc0c9552dad86efd9", kill_on_drop: false }`
[INFO] [stdout] 7ff7bf14649c5214eb44493762a7bed6cc07e12e0aa0e2bcc0c9552dad86efd9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b5bc1086ee7154f00ac5638ccbfd376229a8bb1e7874ebc3b266850b70140096
[INFO] running `Command { std: "docker" "start" "-a" "b5bc1086ee7154f00ac5638ccbfd376229a8bb1e7874ebc3b266850b70140096", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `parser::Parser`
[INFO] [stderr]   --> src/parse/mod.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub use parser::Parser;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse/matches.rs:144:21
[INFO] [stderr]     |
[INFO] [stderr] 144 |     pub fn get_flag(&self, val: &str) -> Option<CmderFlag> {
[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] 144 |     pub fn get_flag(&self, val: &str) -> Option<CmderFlag<'_>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse/matches.rs:154:23
[INFO] [stderr]     |
[INFO] [stderr] 154 |     pub fn get_option(&self, val: &str) -> Option<CmderOption> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 154 |     pub fn get_option(&self, val: &str) -> Option<CmderOption<'_>> {
[INFO] [stderr]     |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/core/program.rs:168:22
[INFO] [stderr]     |
[INFO] [stderr] 168 |     pub fn get_flags(&self) -> &Vec<CmderFlag> {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                      |         |    |
[INFO] [stderr]     |                      |         |    the same lifetime is hidden here
[INFO] [stderr]     |                      |         the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 168 |     pub fn get_flags(&self) -> &Vec<CmderFlag<'_>> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/core/program.rs:178:24
[INFO] [stderr]     |
[INFO] [stderr] 178 |     pub fn get_options(&self) -> &Vec<CmderOption> {
[INFO] [stderr]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                        |         |    |
[INFO] [stderr]     |                        |         |    the same lifetime is hidden here
[INFO] [stderr]     |                        |         the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 178 |     pub fn get_options(&self) -> &Vec<CmderOption<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `cmder` (lib) generated 5 warnings (run `cargo fix --lib -p cmder` to apply 5 suggestions)
[INFO] [stderr] warning: `cmder` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cmder-d7be3905a6e79f07)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test core::program::tests::test_cmd_creation ... ok
[INFO] [stdout] test core::program::tests::test_prog_creation ... ok
[INFO] [stdout] test parse::args::tests::test_arg_creation ... ok
[INFO] [stdout] test parse::options::tests::test_options_creation ... ok
[INFO] [stdout] test parse::flags::tests::test_manual_creation ... ok
[INFO] [stdout] test parse::flags::tests::test_auto_creation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/basic_api.rs (/opt/rustwide/target/debug/deps/basic_api-ed1ef88c081fb840)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_basic_api ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/complex.rs (/opt/rustwide/target/debug/deps/complex-45c75336bfbefa3d)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_optional_args ... ok
[INFO] [stdout] test test_full_args ... ok
[INFO] [stdout] test test_options_syntax ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/prog_settings.rs (/opt/rustwide/target/debug/deps/prog_settings-fa989b590573ed76)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_settings ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/raw_args.rs (/opt/rustwide/target/debug/deps/raw_args-bd67bc0d80ef1675)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_args_api ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cmder
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/core/program.rs - core::program::Command<'p>::add_option (line 348) ... ok
[INFO] [stdout] test src/core/program.rs - core::program::Command<'p>::add_flag (line 332) ... ok
[INFO] [stdout] test src/lib.rs - (line 14) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b5bc1086ee7154f00ac5638ccbfd376229a8bb1e7874ebc3b266850b70140096", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5bc1086ee7154f00ac5638ccbfd376229a8bb1e7874ebc3b266850b70140096", kill_on_drop: false }`
[INFO] [stdout] b5bc1086ee7154f00ac5638ccbfd376229a8bb1e7874ebc3b266850b70140096
