[INFO] fetching crate libarchive 0.1.1... [INFO] checking libarchive-0.1.1 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate libarchive 0.1.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate libarchive 0.1.1 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libarchive 0.1.1 [INFO] finished tweaking crates.io crate libarchive 0.1.1 [INFO] tweaked toml for crates.io crate libarchive 0.1.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libarchive3-sys v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e66a775c3800c58d1dd5c0ec7f5179237517b6a3fc4850f70fd87b7eb17742e [INFO] running `Command { std: "docker" "start" "-a" "9e66a775c3800c58d1dd5c0ec7f5179237517b6a3fc4850f70fd87b7eb17742e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e66a775c3800c58d1dd5c0ec7f5179237517b6a3fc4850f70fd87b7eb17742e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e66a775c3800c58d1dd5c0ec7f5179237517b6a3fc4850f70fd87b7eb17742e", kill_on_drop: false }` [INFO] [stdout] 9e66a775c3800c58d1dd5c0ec7f5179237517b6a3fc4850f70fd87b7eb17742e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 682b0040dcb87fda3c0c14bae267a453f9a90d1d1fd668a27234e137002a3585 [INFO] running `Command { std: "docker" "start" "-a" "682b0040dcb87fda3c0c14bae267a453f9a90d1d1fd668a27234e137002a3585", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling libarchive3-sys v0.1.2 [INFO] [stderr] Checking libarchive v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | impl<'a> From<&'a archive::Handle> for ArchiveError { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn archive::Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | fn from(handle: &'a archive::Handle) -> ArchiveError { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn archive::Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | impl<'a> From<&'a archive::Handle> for ArchiveResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn archive::Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:52:25 [INFO] [stdout] | [INFO] [stdout] 52 | fn from(handle: &'a archive::Handle) -> ArchiveResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn archive::Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | reader: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | try!(builder.check_consumed()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:114:58 [INFO] [stdout] | [INFO] [stdout] 114 | _ => Err(ArchiveError::from(&builder as &Handle)), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:168:57 [INFO] [stdout] | [INFO] [stdout] 168 | Err(ArchiveError::from(&builder as &Handle)) [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:237:47 [INFO] [stdout] | [INFO] [stdout] 237 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:274:47 [INFO] [stdout] | [INFO] [stdout] 274 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:300:47 [INFO] [stdout] | [INFO] [stdout] 300 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | try!(self.check_consumed()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:310:9 [INFO] [stdout] | [INFO] [stdout] 310 | try!(self.check_consumed()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:67:51 [INFO] [stdout] | [INFO] [stdout] 67 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:76:51 [INFO] [stdout] | [INFO] [stdout] 76 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:86:51 [INFO] [stdout] | [INFO] [stdout] 86 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:99:51 [INFO] [stdout] | [INFO] [stdout] 99 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | bytes += try!(self.write_data(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:141:54 [INFO] [stdout] | [INFO] [stdout] 141 | _ => Err(ArchiveError::from(self as &Handle)), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:150:51 [INFO] [stdout] | [INFO] [stdout] 150 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:170:68 [INFO] [stdout] | [INFO] [stdout] 170 | ... return Err(ArchiveError::from(self as &Handle)); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:173:67 [INFO] [stdout] | [INFO] [stdout] 173 | _ => return Err(ArchiveError::from(reader as &Handle)), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:183:51 [INFO] [stdout] | [INFO] [stdout] 183 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:243:47 [INFO] [stdout] | [INFO] [stdout] 243 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:277:47 [INFO] [stdout] | [INFO] [stdout] 277 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:292:51 [INFO] [stdout] | [INFO] [stdout] 292 | _ => Err(ArchiveError::from(&self as &Handle)), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | impl<'a> From<&'a archive::Handle> for ArchiveError { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn archive::Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | fn from(handle: &'a archive::Handle) -> ArchiveError { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn archive::Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:51:19 [INFO] [stdout] | [INFO] [stdout] 51 | impl<'a> From<&'a archive::Handle> for ArchiveResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn archive::Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:52:25 [INFO] [stdout] | [INFO] [stdout] 52 | fn from(handle: &'a archive::Handle) -> ArchiveResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn archive::Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | reader: Box, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | try!(builder.check_consumed()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:114:58 [INFO] [stdout] | [INFO] [stdout] 114 | _ => Err(ArchiveError::from(&builder as &Handle)), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:168:57 [INFO] [stdout] | [INFO] [stdout] 168 | Err(ArchiveError::from(&builder as &Handle)) [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:237:47 [INFO] [stdout] | [INFO] [stdout] 237 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:274:47 [INFO] [stdout] | [INFO] [stdout] 274 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/reader.rs:300:47 [INFO] [stdout] | [INFO] [stdout] 300 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | try!(self.check_consumed()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:310:9 [INFO] [stdout] | [INFO] [stdout] 310 | try!(self.check_consumed()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:67:51 [INFO] [stdout] | [INFO] [stdout] 67 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:76:51 [INFO] [stdout] | [INFO] [stdout] 76 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:86:51 [INFO] [stdout] | [INFO] [stdout] 86 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:99:51 [INFO] [stdout] | [INFO] [stdout] 99 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | bytes += try!(self.write_data(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:141:54 [INFO] [stdout] | [INFO] [stdout] 141 | _ => Err(ArchiveError::from(self as &Handle)), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:150:51 [INFO] [stdout] | [INFO] [stdout] 150 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:170:68 [INFO] [stdout] | [INFO] [stdout] 170 | ... return Err(ArchiveError::from(self as &Handle)); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:173:67 [INFO] [stdout] | [INFO] [stdout] 173 | _ => return Err(ArchiveError::from(reader as &Handle)), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:183:51 [INFO] [stdout] | [INFO] [stdout] 183 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:243:47 [INFO] [stdout] | [INFO] [stdout] 243 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:277:47 [INFO] [stdout] | [INFO] [stdout] 277 | _ => ArchiveResult::from(self as &Handle), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/writer.rs:292:51 [INFO] [stdout] | [INFO] [stdout] 292 | _ => Err(ArchiveError::from(&self as &Handle)), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Handle` [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 issue #80165 [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/reader.rs:28:39 [INFO] [stdout] | [INFO] [stdout] 28 | let desc = CString::new(e.description()).unwrap(); [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/reader.rs:28:39 [INFO] [stdout] | [INFO] [stdout] 28 | let desc = CString::new(e.description()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.39s [INFO] running `Command { std: "docker" "inspect" "682b0040dcb87fda3c0c14bae267a453f9a90d1d1fd668a27234e137002a3585", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "682b0040dcb87fda3c0c14bae267a453f9a90d1d1fd668a27234e137002a3585", kill_on_drop: false }` [INFO] [stdout] 682b0040dcb87fda3c0c14bae267a453f9a90d1d1fd668a27234e137002a3585