[INFO] fetching crate prefixopt 0.4.0...
[INFO] testing prefixopt-0.4.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate prefixopt 0.4.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate prefixopt 0.4.0
[INFO] finished tweaking crates.io crate prefixopt 0.4.0
[INFO] tweaked toml for crates.io crate prefixopt 0.4.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate prefixopt 0.4.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.5.51)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 860747135fef919692809a1e5a82397db388a170b3ae11d3251e6153e818accd
[INFO] running `Command { std: "docker" "start" "-a" "860747135fef919692809a1e5a82397db388a170b3ae11d3251e6153e818accd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "860747135fef919692809a1e5a82397db388a170b3ae11d3251e6153e818accd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "860747135fef919692809a1e5a82397db388a170b3ae11d3251e6153e818accd", kill_on_drop: false }`
[INFO] [stdout] 860747135fef919692809a1e5a82397db388a170b3ae11d3251e6153e818accd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cec65c702573c4b3fc2910f31d43bd8fd4aa04eb7e84900050d64a9dc3ff1253
[INFO] running `Command { std: "docker" "start" "-a" "cec65c702573c4b3fc2910f31d43bd8fd4aa04eb7e84900050d64a9dc3ff1253", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling scopeguard v0.2.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling map_in_place v0.1.0
[INFO] [stderr]    Compiling prefixopt v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self;
[INFO] [stdout]    |                                          ^^^^^^^
[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(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self;
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/parsable.rs:56:42
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/parsable.rs:98:42
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/std_impl.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/std_impl.rs:39:42
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/parsable.rs:80:42
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/core.rs:9:69
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self::Container::concat_prefix(&ConcatRef::from(&prefix as &Display))
[INFO] [stdout]   |                                                                     ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self::Container::concat_prefix(&ConcatRef::from(&prefix as &dyn Display))
[INFO] [stdout]   |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsable.rs:59:21
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsable.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 83 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsable.rs:101:21
[INFO] [stdout]     |
[INFO] [stdout] 101 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]     |                     ^^^^^     ^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 101 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn as_arguments(&self) -> Args;
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 16 |     fn as_arguments(&self) -> Args<'_>;
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/std_impl.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 16 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/std_impl.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 46 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> bin/example_1.rs:53:42
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> bin/example_1.rs:68:42
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> bin/example_1.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> bin/example_1.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 77 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
[INFO] running `Command { std: "docker" "inspect" "cec65c702573c4b3fc2910f31d43bd8fd4aa04eb7e84900050d64a9dc3ff1253", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cec65c702573c4b3fc2910f31d43bd8fd4aa04eb7e84900050d64a9dc3ff1253", kill_on_drop: false }`
[INFO] [stdout] cec65c702573c4b3fc2910f31d43bd8fd4aa04eb7e84900050d64a9dc3ff1253
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4045b24e9e05f80b559ebcd393db413a2b17b9f77199cd1c1ff96c333e904f4f
[INFO] running `Command { std: "docker" "start" "-a" "4045b24e9e05f80b559ebcd393db413a2b17b9f77199cd1c1ff96c333e904f4f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self;
[INFO] [stdout]    |                                          ^^^^^^^
[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(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self;
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/parsable.rs:56:42
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/parsable.rs:98:42
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/std_impl.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/std_impl.rs:39:42
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/parsable.rs:80:42
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/core.rs:9:69
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self::Container::concat_prefix(&ConcatRef::from(&prefix as &Display))
[INFO] [stdout]   |                                                                     ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self::Container::concat_prefix(&ConcatRef::from(&prefix as &dyn Display))
[INFO] [stdout]   |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsable.rs:59:21
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsable.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 83 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsable.rs:101:21
[INFO] [stdout]     |
[INFO] [stdout] 101 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]     |                     ^^^^^     ^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 101 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn as_arguments(&self) -> Args;
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 16 |     fn as_arguments(&self) -> Args<'_>;
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling prefixopt v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/std_impl.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 16 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/std_impl.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 46 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> bin/example_1.rs:53:42
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> bin/example_1.rs:68:42
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> bin/example_1.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> bin/example_1.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 77 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> bin/example_1.rs:53:42
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> bin/example_1.rs:68:42
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> bin/example_1.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> bin/example_1.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 77 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/core.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self;
[INFO] [stdout]    |                                          ^^^^^^^
[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(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self;
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/parsable.rs:56:42
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/parsable.rs:98:42
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/std_impl.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/std_impl.rs:39:42
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/parsable.rs:80:42
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stdout]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/core.rs:9:69
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self::Container::concat_prefix(&ConcatRef::from(&prefix as &Display))
[INFO] [stdout]   |                                                                     ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Self::Container::concat_prefix(&ConcatRef::from(&prefix as &dyn Display))
[INFO] [stdout]   |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsable.rs:59:21
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsable.rs:83:21
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 83 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsable.rs:101:21
[INFO] [stdout]     |
[INFO] [stdout] 101 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]     |                     ^^^^^     ^^^^
[INFO] [stdout]     |                     |         |
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 101 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn as_arguments(&self) -> Args;
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 16 |     fn as_arguments(&self) -> Args<'_>;
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/std_impl.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 16 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/std_impl.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn as_arguments(&self) -> Args {
[INFO] [stdout]    |                     ^^^^^     ^^^^
[INFO] [stdout]    |                     |         |
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     |         the same lifetime is hidden 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] 46 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "4045b24e9e05f80b559ebcd393db413a2b17b9f77199cd1c1ff96c333e904f4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4045b24e9e05f80b559ebcd393db413a2b17b9f77199cd1c1ff96c333e904f4f", kill_on_drop: false }`
[INFO] [stdout] 4045b24e9e05f80b559ebcd393db413a2b17b9f77199cd1c1ff96c333e904f4f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 051c77477550771a330a64f7c7b5ecd3cb09b9bb539813ce2a1485183c03a3d3
[INFO] running `Command { std: "docker" "start" "-a" "051c77477550771a330a64f7c7b5ecd3cb09b9bb539813ce2a1485183c03a3d3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/core.rs:15:42
[INFO] [stderr]    |
[INFO] [stderr] 15 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self;
[INFO] [stderr]    |                                          ^^^^^^^
[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(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 15 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self;
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/parsable.rs:56:42
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stderr]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/parsable.rs:98:42
[INFO] [stderr]    |
[INFO] [stderr] 98 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stderr]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 98 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/std_impl.rs:13:42
[INFO] [stderr]    |
[INFO] [stderr] 13 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stderr]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 13 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/std_impl.rs:39:42
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stderr]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/parsable.rs:80:42
[INFO] [stderr]    |
[INFO] [stderr] 80 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stderr]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 80 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]  --> src/core.rs:9:69
[INFO] [stderr]   |
[INFO] [stderr] 9 |         Self::Container::concat_prefix(&ConcatRef::from(&prefix as &Display))
[INFO] [stderr]   |                                                                     ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]   |
[INFO] [stderr] 9 |         Self::Container::concat_prefix(&ConcatRef::from(&prefix as &dyn Display))
[INFO] [stderr]   |                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parsable.rs:59:21
[INFO] [stderr]    |
[INFO] [stderr] 59 |     fn as_arguments(&self) -> Args {
[INFO] [stderr]    |                     ^^^^^     ^^^^
[INFO] [stderr]    |                     |         |
[INFO] [stderr]    |                     |         the same lifetime is hidden here
[INFO] [stderr]    |                     |         the same lifetime is hidden 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 59 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parsable.rs:83:21
[INFO] [stderr]    |
[INFO] [stderr] 83 |     fn as_arguments(&self) -> Args {
[INFO] [stderr]    |                     ^^^^^     ^^^^
[INFO] [stderr]    |                     |         |
[INFO] [stderr]    |                     |         the same lifetime is hidden here
[INFO] [stderr]    |                     |         the same lifetime is hidden 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] 83 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parsable.rs:101:21
[INFO] [stderr]     |
[INFO] [stderr] 101 |     fn as_arguments(&self) -> Args {
[INFO] [stderr]     |                     ^^^^^     ^^^^
[INFO] [stderr]     |                     |         |
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stderr]     |                     |         the same lifetime is hidden 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] 101 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/core.rs:16:21
[INFO] [stderr]    |
[INFO] [stderr] 16 |     fn as_arguments(&self) -> Args;
[INFO] [stderr]    |                     ^^^^^     ^^^^
[INFO] [stderr]    |                     |         |
[INFO] [stderr]    |                     |         the same lifetime is hidden here
[INFO] [stderr]    |                     |         the same lifetime is hidden 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] 16 |     fn as_arguments(&self) -> Args<'_>;
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/std_impl.rs:16:21
[INFO] [stderr]    |
[INFO] [stderr] 16 |     fn as_arguments(&self) -> Args {
[INFO] [stderr]    |                     ^^^^^     ^^^^
[INFO] [stderr]    |                     |         |
[INFO] [stderr]    |                     |         the same lifetime is hidden here
[INFO] [stderr]    |                     |         the same lifetime is hidden 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] 16 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/std_impl.rs:46:21
[INFO] [stderr]    |
[INFO] [stderr] 46 |     fn as_arguments(&self) -> Args {
[INFO] [stderr]    |                     ^^^^^     ^^^^
[INFO] [stderr]    |                     |         |
[INFO] [stderr]    |                     |         the same lifetime is hidden here
[INFO] [stderr]    |                     |         the same lifetime is hidden 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] 46 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `prefixopt` (lib) generated 13 warnings (run `cargo fix --lib -p prefixopt` to apply 13 suggestions)
[INFO] [stderr] warning: `prefixopt` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> bin/example_1.rs:53:42
[INFO] [stderr]    |
[INFO] [stderr] 53 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stderr]    |                                          ^^^^^^^
[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(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 53 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> bin/example_1.rs:68:42
[INFO] [stderr]    |
[INFO] [stderr] 68 |     fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self {
[INFO] [stderr]    |                                          ^^^^^^^
[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] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 68 |     fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> bin/example_1.rs:56:21
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn as_arguments(&self) -> Args {
[INFO] [stderr]    |                     ^^^^^     ^^^^
[INFO] [stderr]    |                     |         |
[INFO] [stderr]    |                     |         the same lifetime is hidden here
[INFO] [stderr]    |                     |         the same lifetime is hidden 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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> bin/example_1.rs:77:21
[INFO] [stderr]    |
[INFO] [stderr] 77 |     fn as_arguments(&self) -> Args {
[INFO] [stderr]    |                     ^^^^^     ^^^^
[INFO] [stderr]    |                     |         |
[INFO] [stderr]    |                     |         the same lifetime is hidden here
[INFO] [stderr]    |                     |         the same lifetime is hidden 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] 77 |     fn as_arguments(&self) -> Args<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `prefixopt` (bin "example_1" test) generated 4 warnings (run `cargo fix --bin "example_1" -p prefixopt --tests` to apply 4 suggestions)
[INFO] [stderr] warning: `prefixopt` (bin "example_1") generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prefixopt-c479b855ca7ae81d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests bin/example_1.rs (/opt/rustwide/target/debug/deps/example_1-f3b35f968a9b93bc)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/stdlib.rs (/opt/rustwide/target/debug/deps/stdlib-312a1fcee29d8532)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_box ... ok
[INFO] [stdout] test test_box_no_opt ... ok
[INFO] [stdout] test test_option_some ... ok
[INFO] [stdout] test test_option_none ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests prefixopt
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "051c77477550771a330a64f7c7b5ecd3cb09b9bb539813ce2a1485183c03a3d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "051c77477550771a330a64f7c7b5ecd3cb09b9bb539813ce2a1485183c03a3d3", kill_on_drop: false }`
[INFO] [stdout] 051c77477550771a330a64f7c7b5ecd3cb09b9bb539813ce2a1485183c03a3d3
