[INFO] fetching crate prefixopt 0.4.0... [INFO] testing prefixopt-0.4.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate prefixopt 0.4.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate prefixopt 0.4.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ffa8328ca53d36438bc4dc59cb43ddad744f8638f31ef0c1887309b0ac2098af [INFO] running `Command { std: "docker" "start" "-a" "ffa8328ca53d36438bc4dc59cb43ddad744f8638f31ef0c1887309b0ac2098af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ffa8328ca53d36438bc4dc59cb43ddad744f8638f31ef0c1887309b0ac2098af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffa8328ca53d36438bc4dc59cb43ddad744f8638f31ef0c1887309b0ac2098af", kill_on_drop: false }` [INFO] [stdout] ffa8328ca53d36438bc4dc59cb43ddad744f8638f31ef0c1887309b0ac2098af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e0e23d06b51fd4dc79f3afaa870fa070cbaa665121cbcc87687c6eb4dad0b3d [INFO] running `Command { std: "docker" "start" "-a" "9e0e23d06b51fd4dc79f3afaa870fa070cbaa665121cbcc87687c6eb4dad0b3d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling scopeguard v0.2.0 [INFO] [stderr] Compiling map_in_place v0.1.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.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/parsable.rs:56:42 [INFO] [stdout] | [INFO] [stdout] 56 | fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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: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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 80 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 98 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 15 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self; [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 - Self::Container::concat_prefix(&ConcatRef::from(&prefix as &Display)) [INFO] [stdout] 9 + Self::Container::concat_prefix(&ConcatRef::from(&prefix as &dyn Display)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [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] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [INFO] [stdout] 68 + fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.99s [INFO] running `Command { std: "docker" "inspect" "9e0e23d06b51fd4dc79f3afaa870fa070cbaa665121cbcc87687c6eb4dad0b3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e0e23d06b51fd4dc79f3afaa870fa070cbaa665121cbcc87687c6eb4dad0b3d", kill_on_drop: false }` [INFO] [stdout] 9e0e23d06b51fd4dc79f3afaa870fa070cbaa665121cbcc87687c6eb4dad0b3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2d9dae3e31306e8479d69cc82fea8b8bed00765008c6ff040dcfe4de690f3fd [INFO] running `Command { std: "docker" "start" "-a" "b2d9dae3e31306e8479d69cc82fea8b8bed00765008c6ff040dcfe4de690f3fd", kill_on_drop: false }` [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] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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: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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 80 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 98 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 15 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self; [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [INFO] [stdout] 13 + fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling prefixopt v0.4.0 (/opt/rustwide/workdir) [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 - Self::Container::concat_prefix(&ConcatRef::from(&prefix as &Display)) [INFO] [stdout] 9 + Self::Container::concat_prefix(&ConcatRef::from(&prefix as &dyn Display)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [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] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [INFO] [stdout] 68 + fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [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] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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: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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 80 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 98 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 15 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self; [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 9 - Self::Container::concat_prefix(&ConcatRef::from(&prefix as &Display)) [INFO] [stdout] 9 + Self::Container::concat_prefix(&ConcatRef::from(&prefix as &dyn Display)) [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] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [INFO] [stdout] 68 + fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `Command { std: "docker" "inspect" "b2d9dae3e31306e8479d69cc82fea8b8bed00765008c6ff040dcfe4de690f3fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2d9dae3e31306e8479d69cc82fea8b8bed00765008c6ff040dcfe4de690f3fd", kill_on_drop: false }` [INFO] [stdout] b2d9dae3e31306e8479d69cc82fea8b8bed00765008c6ff040dcfe4de690f3fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5a393d0cc36d243a0e900b5658e41d38916f50afc0bba3a38581b439f70ee969 [INFO] running `Command { std: "docker" "start" "-a" "5a393d0cc36d243a0e900b5658e41d38916f50afc0bba3a38581b439f70ee969", kill_on_drop: false }` [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] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 56 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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: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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 80 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 98 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 15 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self; [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/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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 13 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 39 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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/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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 9 - Self::Container::concat_prefix(&ConcatRef::from(&prefix as &Display)) [INFO] [stderr] 9 + Self::Container::concat_prefix(&ConcatRef::from(&prefix as &dyn Display)) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `prefixopt` (lib) generated 7 warnings [INFO] [stderr] warning: `prefixopt` (lib test) generated 7 warnings (7 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] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 53 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 68 - fn concat_prefix(prefix: &ConcatRef<&Display>) -> Self { [INFO] [stderr] 68 + fn concat_prefix(prefix: &ConcatRef<&dyn Display>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `prefixopt` (bin "example_1") generated 2 warnings [INFO] [stderr] warning: `prefixopt` (bin "example_1" test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/prefixopt-05b062d0790d6720) [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 (/opt/rustwide/target/debug/deps/example_1-93ffe9cfd9082d53) [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-62c591871d73aa33) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_box_no_opt ... ok [INFO] [stdout] test test_box ... ok [INFO] [stdout] test test_option_none ... ok [INFO] [stdout] test test_option_some ... 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" "5a393d0cc36d243a0e900b5658e41d38916f50afc0bba3a38581b439f70ee969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a393d0cc36d243a0e900b5658e41d38916f50afc0bba3a38581b439f70ee969", kill_on_drop: false }` [INFO] [stdout] 5a393d0cc36d243a0e900b5658e41d38916f50afc0bba3a38581b439f70ee969