[INFO] fetching crate stijl 0.5.2... [INFO] checking stijl-0.5.2 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate stijl 0.5.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate stijl 0.5.2 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate stijl 0.5.2 [INFO] finished tweaking crates.io crate stijl 0.5.2 [INFO] tweaked toml for crates.io crate stijl 0.5.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c1f80ac65c33ebb46d1183b7c3f99e133f704360bead4a2023addafb75da1ffc [INFO] running `Command { std: "docker" "start" "-a" "c1f80ac65c33ebb46d1183b7c3f99e133f704360bead4a2023addafb75da1ffc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1f80ac65c33ebb46d1183b7c3f99e133f704360bead4a2023addafb75da1ffc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1f80ac65c33ebb46d1183b7c3f99e133f704360bead4a2023addafb75da1ffc", kill_on_drop: false }` [INFO] [stdout] c1f80ac65c33ebb46d1183b7c3f99e133f704360bead4a2023addafb75da1ffc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d32c98fed9538e58837e668ed53e666146a81f8780ae42d4e1147d50e25c26ea [INFO] running `Command { std: "docker" "start" "-a" "d32c98fed9538e58837e668ed53e666146a81f8780ae42d4e1147d50e25c26ea", kill_on_drop: false }` [INFO] [stderr] Checking tinf v0.14.0 [INFO] [stderr] Checking tvis_util v0.5.2 [INFO] [stderr] Checking stijl v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/buf.rs:33:40 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn playback(&self, other: &mut Stream) -> Result<()> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Stream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/term.rs:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | fn lock<'a>(&'a self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/term.rs:55:34 [INFO] [stdout] | [INFO] [stdout] 55 | fn lock<'a>(&'a self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/buf.rs:33:40 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn playback(&self, other: &mut Stream) -> Result<()> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Stream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:142:41 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn stdout(do_style: DoStyle) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn LockableStream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:151:41 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn stderr(do_style: DoStyle) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn LockableStream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/term.rs:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | fn lock<'a>(&'a self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:230:25 [INFO] [stdout] | [INFO] [stdout] 230 | impl<'a> Stream for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/term.rs:55:34 [INFO] [stdout] | [INFO] [stdout] 55 | fn lock<'a>(&'a self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:248:28 [INFO] [stdout] | [INFO] [stdout] 248 | impl<'a> CLIStream for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:142:41 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn stdout(do_style: DoStyle) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn LockableStream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:262:34 [INFO] [stdout] | [INFO] [stdout] 262 | fn lock<'a>(&'a self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:151:41 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn stderr(do_style: DoStyle) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn LockableStream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:265:21 [INFO] [stdout] | [INFO] [stdout] 265 | impl Stream for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn LockableStream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:230:25 [INFO] [stdout] | [INFO] [stdout] 230 | impl<'a> Stream for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:248:28 [INFO] [stdout] | [INFO] [stdout] 248 | impl<'a> CLIStream for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:283:24 [INFO] [stdout] | [INFO] [stdout] 283 | impl CLIStream for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn LockableStream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:262:34 [INFO] [stdout] | [INFO] [stdout] 262 | fn lock<'a>(&'a self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CLIStream + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:338:32 [INFO] [stdout] | [INFO] [stdout] 338 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:265:21 [INFO] [stdout] | [INFO] [stdout] 265 | impl Stream for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn LockableStream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:283:24 [INFO] [stdout] | [INFO] [stdout] 283 | impl CLIStream for Box { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn LockableStream` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:338:32 [INFO] [stdout] | [INFO] [stdout] 338 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:333:43 [INFO] [stdout] | [INFO] [stdout] 333 | ErrorImpl::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:334:44 [INFO] [stdout] | [INFO] [stdout] 334 | ErrorImpl::Cap(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:333:43 [INFO] [stdout] | [INFO] [stdout] 333 | ErrorImpl::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:334:44 [INFO] [stdout] | [INFO] [stdout] 334 | ErrorImpl::Cap(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `Command { std: "docker" "inspect" "d32c98fed9538e58837e668ed53e666146a81f8780ae42d4e1147d50e25c26ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d32c98fed9538e58837e668ed53e666146a81f8780ae42d4e1147d50e25c26ea", kill_on_drop: false }` [INFO] [stdout] d32c98fed9538e58837e668ed53e666146a81f8780ae42d4e1147d50e25c26ea