[INFO] fetching crate prefixopt 0.4.0...
[INFO] testing prefixopt-0.4.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate prefixopt 0.4.0 into /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate prefixopt 0.4.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded scopeguard v0.2.0
[INFO] [stderr]   Downloaded map_in_place v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eea5c254e34393aa0216b3a5086f5b3752a4e23f0c190a86829d30835deee023
[INFO] running `Command { std: "docker" "start" "-a" "eea5c254e34393aa0216b3a5086f5b3752a4e23f0c190a86829d30835deee023", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eea5c254e34393aa0216b3a5086f5b3752a4e23f0c190a86829d30835deee023", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eea5c254e34393aa0216b3a5086f5b3752a4e23f0c190a86829d30835deee023", kill_on_drop: false }`
[INFO] [stdout] eea5c254e34393aa0216b3a5086f5b3752a4e23f0c190a86829d30835deee023
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a0d362410a7d6faa42e0e56d14e288be3efc4405e18945e4d2b21ea90acbf28
[INFO] running `Command { std: "docker" "start" "-a" "3a0d362410a7d6faa42e0e56d14e288be3efc4405e18945e4d2b21ea90acbf28", 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.67s
[INFO] running `Command { std: "docker" "inspect" "3a0d362410a7d6faa42e0e56d14e288be3efc4405e18945e4d2b21ea90acbf28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a0d362410a7d6faa42e0e56d14e288be3efc4405e18945e4d2b21ea90acbf28", kill_on_drop: false }`
[INFO] [stdout] 3a0d362410a7d6faa42e0e56d14e288be3efc4405e18945e4d2b21ea90acbf28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9bb7a4f91cce05483939fc6aa52a7acac197384cbb6033dac87e2651de55317c
[INFO] running `Command { std: "docker" "start" "-a" "9bb7a4f91cce05483939fc6aa52a7acac197384cbb6033dac87e2651de55317c", 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] [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] [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: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 1.01s
[INFO] running `Command { std: "docker" "inspect" "9bb7a4f91cce05483939fc6aa52a7acac197384cbb6033dac87e2651de55317c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bb7a4f91cce05483939fc6aa52a7acac197384cbb6033dac87e2651de55317c", kill_on_drop: false }`
[INFO] [stdout] 9bb7a4f91cce05483939fc6aa52a7acac197384cbb6033dac87e2651de55317c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3b32c0f6a276c64da1f54d02fd7c908c4dfddafeee0431f54cb98e3c2fecb013
[INFO] running `Command { std: "docker" "start" "-a" "3b32c0f6a276c64da1f54d02fd7c908c4dfddafeee0431f54cb98e3c2fecb013", 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" --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.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prefixopt-ad8a22de655a342d)
[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-1b3a7f07a9574fc0)
[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-e113684fcb5c9fa0)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_box_no_opt ... ok
[INFO] [stdout] test test_option_none ... ok
[INFO] [stdout] test test_option_some ... ok
[INFO] [stdout] test test_box ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[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" "3b32c0f6a276c64da1f54d02fd7c908c4dfddafeee0431f54cb98e3c2fecb013", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b32c0f6a276c64da1f54d02fd7c908c4dfddafeee0431f54cb98e3c2fecb013", kill_on_drop: false }`
[INFO] [stdout] 3b32c0f6a276c64da1f54d02fd7c908c4dfddafeee0431f54cb98e3c2fecb013
