[INFO] cloning repository https://github.com/KauzClay/rust-audio-workbench [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KauzClay/rust-audio-workbench" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKauzClay%2Frust-audio-workbench", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKauzClay%2Frust-audio-workbench'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b66063761b0aa51a58b113b02ce661628cee22ed [INFO] testing KauzClay/rust-audio-workbench against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKauzClay%2Frust-audio-workbench" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KauzClay/rust-audio-workbench on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KauzClay/rust-audio-workbench [INFO] finished tweaking git repo https://github.com/KauzClay/rust-audio-workbench [INFO] tweaked toml for git repo https://github.com/KauzClay/rust-audio-workbench written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/KauzClay/rust-audio-workbench already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 215e6091627440cc9257a06998bdb2db89660fa7a34a2f871352e9428b95b024 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "215e6091627440cc9257a06998bdb2db89660fa7a34a2f871352e9428b95b024", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "215e6091627440cc9257a06998bdb2db89660fa7a34a2f871352e9428b95b024", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "215e6091627440cc9257a06998bdb2db89660fa7a34a2f871352e9428b95b024", kill_on_drop: false }` [INFO] [stdout] 215e6091627440cc9257a06998bdb2db89660fa7a34a2f871352e9428b95b024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60b7fdc19e09844b007e1552ed9f6af29694b0c0c332837267c6fdee008ef960 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "60b7fdc19e09844b007e1552ed9f6af29694b0c0c332837267c6fdee008ef960", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling raw v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/outline.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/wavreader.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Fn` [INFO] [stdout] --> src/rawcli.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ops::Fn; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wavreader` [INFO] [stdout] --> src/rawcli.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use wavreader; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `samplearray::SampleArray` [INFO] [stdout] --> src/rawcli.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use samplearray::SampleArray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/rawcli.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = fn(&mut Vec, &mut Vec>, &str) -> Result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | clip: Arc, [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] 8 - clip: Arc, [INFO] [stdout] 8 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | left: Arc, [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] 85 - left: Arc, [INFO] [stdout] 85 + left: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 86 | right: Arc, [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] 86 - right: Arc, [INFO] [stdout] 86 + right: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | pub struct Reverse(Arc); [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] 135 - pub struct Reverse(Arc); [INFO] [stdout] 135 + pub struct Reverse(Arc); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | clips: Vec>, [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] 24 - clips: Vec>, [INFO] [stdout] 24 + clips: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:20:56 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [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] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | clip: Arc, [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] 10 - clip: Arc, [INFO] [stdout] 10 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/outline.rs:119:38 [INFO] [stdout] | [INFO] [stdout] 119 | fn write(w: Self::Writer, c: Arc) -> bool; [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] 119 - fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] 119 + fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/wavreader.rs:39:46 [INFO] [stdout] | [INFO] [stdout] 39 | fn write(writer: Self::Writer, clip: Arc) -> bool { [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 write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] 39 + fn write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:17:44 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [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] 17 - pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] 17 + pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:30:42 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn from_start(clip: Arc, duration_time: T) -> Option> { [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] 30 - pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] 30 + pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:35:38 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn to_end(clip: Arc, start_time: T) -> Option> { [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] 35 - pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] 35 + pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [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] 44 - pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] 44 + pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:26 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:44 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:138:26 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(clip: Arc) -> 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] 138 - pub fn new(clip: Arc) -> Self { [INFO] [stdout] 138 + pub fn new(clip: Arc) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:55:55 [INFO] [stdout] | [INFO] [stdout] 55 | fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [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] 55 - fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] 55 + fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:111:54 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [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] 111 - pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] 111 + pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:52 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:75 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:170:47 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn left_channel_as_clip(&self) -> Arc { [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] 170 - pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] 170 + pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:174:48 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn right_channel_as_clip(&self) -> Arc { [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] 174 - pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] 174 + pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:179:62 [INFO] [stdout] | [INFO] [stdout] 179 | fn track_to_clip(&self, side: &Vec) -> Arc { [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] 179 - fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] 179 + fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:113:61 [INFO] [stdout] | [INFO] [stdout] 113 | fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 113 - fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 113 + fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:139:54 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 139 - fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 139 + fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:154:54 [INFO] [stdout] | [INFO] [stdout] 154 | fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 154 - fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 154 + fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:183:56 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 183 - fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 183 + fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:230:55 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 230 - fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 230 + fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:260:57 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 260 - fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 260 + fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:272:56 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 272 - fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 272 + fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `side` [INFO] [stdout] --> src/track.rs:150:15 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_side` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/track.rs:150:45 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `duration` [INFO] [stdout] --> src/track.rs:150:60 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `split_dur` [INFO] [stdout] --> src/track.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | let split_dur = self.clips[get_idx].clip.duration(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_split_dur` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cmd` [INFO] [stdout] --> src/rawcli.rs:139:62 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:183:36 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/rawcli.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | let path = Path::new(filename); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:230:35 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:260:12 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:272:11 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/track.rs:150:8 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/outline.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/wavreader.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Fn` [INFO] [stdout] --> src/rawcli.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ops::Fn; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wavreader` [INFO] [stdout] --> src/rawcli.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use wavreader; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `samplearray::SampleArray` [INFO] [stdout] --> src/rawcli.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use samplearray::SampleArray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/rawcli.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = fn(&mut Vec, &mut Vec>, &str) -> Result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AudioReader`, `AudioWriter`, `Clip` [INFO] [stdout] --> src/main.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | use outline::{Clip, AudioReader, AudioWriter}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `samplearray::SampleArray` [INFO] [stdout] --> src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use samplearray::SampleArray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Concat`, `Reverse`, `Subclip` [INFO] [stdout] --> src/main.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use compounds::{Concat, Subclip, Reverse}; [INFO] [stdout] | ^^^^^^ ^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs` [INFO] [stdout] --> src/main.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use std::fs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | clip: Arc, [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] 8 - clip: Arc, [INFO] [stdout] 8 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | left: Arc, [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] 85 - left: Arc, [INFO] [stdout] 85 + left: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 86 | right: Arc, [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] 86 - right: Arc, [INFO] [stdout] 86 + right: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | pub struct Reverse(Arc); [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] 135 - pub struct Reverse(Arc); [INFO] [stdout] 135 + pub struct Reverse(Arc); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | clips: Vec>, [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] 24 - clips: Vec>, [INFO] [stdout] 24 + clips: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:20:56 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [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] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | clip: Arc, [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] 10 - clip: Arc, [INFO] [stdout] 10 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/outline.rs:119:38 [INFO] [stdout] | [INFO] [stdout] 119 | fn write(w: Self::Writer, c: Arc) -> bool; [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] 119 - fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] 119 + fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/wavreader.rs:39:46 [INFO] [stdout] | [INFO] [stdout] 39 | fn write(writer: Self::Writer, clip: Arc) -> bool { [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 write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] 39 + fn write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:17:44 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [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] 17 - pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] 17 + pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:30:42 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn from_start(clip: Arc, duration_time: T) -> Option> { [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] 30 - pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] 30 + pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:35:38 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn to_end(clip: Arc, start_time: T) -> Option> { [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] 35 - pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] 35 + pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [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] 44 - pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] 44 + pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:26 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:44 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:138:26 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(clip: Arc) -> 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] 138 - pub fn new(clip: Arc) -> Self { [INFO] [stdout] 138 + pub fn new(clip: Arc) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:55:55 [INFO] [stdout] | [INFO] [stdout] 55 | fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [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] 55 - fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] 55 + fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:111:54 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [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] 111 - pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] 111 + pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:52 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:75 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:170:47 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn left_channel_as_clip(&self) -> Arc { [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] 170 - pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] 170 + pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:174:48 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn right_channel_as_clip(&self) -> Arc { [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] 174 - pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] 174 + pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:179:62 [INFO] [stdout] | [INFO] [stdout] 179 | fn track_to_clip(&self, side: &Vec) -> Arc { [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] 179 - fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] 179 + fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:113:61 [INFO] [stdout] | [INFO] [stdout] 113 | fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 113 - fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 113 + fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:139:54 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 139 - fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 139 + fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:154:54 [INFO] [stdout] | [INFO] [stdout] 154 | fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 154 - fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 154 + fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:183:56 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 183 - fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 183 + fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:230:55 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 230 - fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 230 + fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:260:57 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 260 - fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 260 + fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:272:56 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 272 - fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 272 + fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `side` [INFO] [stdout] --> src/track.rs:150:15 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_side` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/track.rs:150:45 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `duration` [INFO] [stdout] --> src/track.rs:150:60 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `split_dur` [INFO] [stdout] --> src/track.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | let split_dur = self.clips[get_idx].clip.duration(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_split_dur` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cmd` [INFO] [stdout] --> src/rawcli.rs:139:62 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:183:36 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/rawcli.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | let path = Path::new(filename); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:230:35 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:260:12 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:272:11 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/track.rs:150:8 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.34s [INFO] running `Command { std: "docker" "inspect" "60b7fdc19e09844b007e1552ed9f6af29694b0c0c332837267c6fdee008ef960", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60b7fdc19e09844b007e1552ed9f6af29694b0c0c332837267c6fdee008ef960", kill_on_drop: false }` [INFO] [stdout] 60b7fdc19e09844b007e1552ed9f6af29694b0c0c332837267c6fdee008ef960 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4daa05fa4ffbaf0743e65006e9116951948fc4abe0f4d3bd525d54abd05a1945 [INFO] running `Command { std: "docker" "start" "-a" "4daa05fa4ffbaf0743e65006e9116951948fc4abe0f4d3bd525d54abd05a1945", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/outline.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/wavreader.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Fn` [INFO] [stdout] --> src/rawcli.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ops::Fn; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wavreader` [INFO] [stdout] --> src/rawcli.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use wavreader; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `samplearray::SampleArray` [INFO] [stdout] --> src/rawcli.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use samplearray::SampleArray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/rawcli.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = fn(&mut Vec, &mut Vec>, &str) -> Result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | clip: Arc, [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] 8 - clip: Arc, [INFO] [stdout] 8 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | left: Arc, [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] 85 - left: Arc, [INFO] [stdout] 85 + left: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 86 | right: Arc, [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] 86 - right: Arc, [INFO] [stdout] 86 + right: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | pub struct Reverse(Arc); [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] 135 - pub struct Reverse(Arc); [INFO] [stdout] 135 + pub struct Reverse(Arc); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | clips: Vec>, [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] 24 - clips: Vec>, [INFO] [stdout] 24 + clips: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:20:56 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [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] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | clip: Arc, [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] 10 - clip: Arc, [INFO] [stdout] 10 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/outline.rs:119:38 [INFO] [stdout] | [INFO] [stdout] 119 | fn write(w: Self::Writer, c: Arc) -> bool; [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] 119 - fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] 119 + fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/wavreader.rs:39:46 [INFO] [stdout] | [INFO] [stdout] 39 | fn write(writer: Self::Writer, clip: Arc) -> bool { [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 write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] 39 + fn write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:17:44 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [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] 17 - pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] 17 + pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:30:42 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn from_start(clip: Arc, duration_time: T) -> Option> { [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] 30 - pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] 30 + pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:35:38 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn to_end(clip: Arc, start_time: T) -> Option> { [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] 35 - pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] 35 + pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [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] 44 - pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] 44 + pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:26 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:44 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:138:26 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(clip: Arc) -> 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] 138 - pub fn new(clip: Arc) -> Self { [INFO] [stdout] 138 + pub fn new(clip: Arc) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:55:55 [INFO] [stdout] | [INFO] [stdout] 55 | fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [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] 55 - fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] 55 + fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:111:54 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [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] 111 - pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] 111 + pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:52 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:75 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:170:47 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn left_channel_as_clip(&self) -> Arc { [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] 170 - pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] 170 + pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:174:48 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn right_channel_as_clip(&self) -> Arc { [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] 174 - pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] 174 + pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:179:62 [INFO] [stdout] | [INFO] [stdout] 179 | fn track_to_clip(&self, side: &Vec) -> Arc { [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] 179 - fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] 179 + fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:113:61 [INFO] [stdout] | [INFO] [stdout] 113 | fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 113 - fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 113 + fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:139:54 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 139 - fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 139 + fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling raw v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:154:54 [INFO] [stdout] | [INFO] [stdout] 154 | fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 154 - fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 154 + fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:183:56 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 183 - fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 183 + fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:230:55 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 230 - fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 230 + fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:260:57 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 260 - fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 260 + fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:272:56 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 272 - fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 272 + fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `side` [INFO] [stdout] --> src/track.rs:150:15 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_side` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/track.rs:150:45 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `duration` [INFO] [stdout] --> src/track.rs:150:60 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `split_dur` [INFO] [stdout] --> src/track.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | let split_dur = self.clips[get_idx].clip.duration(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_split_dur` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cmd` [INFO] [stdout] --> src/rawcli.rs:139:62 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:183:36 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/rawcli.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | let path = Path::new(filename); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:230:35 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:260:12 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:272:11 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/track.rs:150:8 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/outline.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/wavreader.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Fn` [INFO] [stdout] --> src/rawcli.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ops::Fn; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wavreader` [INFO] [stdout] --> src/rawcli.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use wavreader; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `samplearray::SampleArray` [INFO] [stdout] --> src/rawcli.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use samplearray::SampleArray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/rawcli.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = fn(&mut Vec, &mut Vec>, &str) -> Result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AudioReader`, `AudioWriter`, `Clip` [INFO] [stdout] --> src/main.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | use outline::{Clip, AudioReader, AudioWriter}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `samplearray::SampleArray` [INFO] [stdout] --> src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use samplearray::SampleArray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Concat`, `Reverse`, `Subclip` [INFO] [stdout] --> src/main.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use compounds::{Concat, Subclip, Reverse}; [INFO] [stdout] | ^^^^^^ ^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs` [INFO] [stdout] --> src/main.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use std::fs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | clip: Arc, [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] 8 - clip: Arc, [INFO] [stdout] 8 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | left: Arc, [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] 85 - left: Arc, [INFO] [stdout] 85 + left: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 86 | right: Arc, [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] 86 - right: Arc, [INFO] [stdout] 86 + right: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | pub struct Reverse(Arc); [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] 135 - pub struct Reverse(Arc); [INFO] [stdout] 135 + pub struct Reverse(Arc); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | clips: Vec>, [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] 24 - clips: Vec>, [INFO] [stdout] 24 + clips: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:20:56 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [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] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | clip: Arc, [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] 10 - clip: Arc, [INFO] [stdout] 10 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/outline.rs:119:38 [INFO] [stdout] | [INFO] [stdout] 119 | fn write(w: Self::Writer, c: Arc) -> bool; [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] 119 - fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] 119 + fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/wavreader.rs:39:46 [INFO] [stdout] | [INFO] [stdout] 39 | fn write(writer: Self::Writer, clip: Arc) -> bool { [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 write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] 39 + fn write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:17:44 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [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] 17 - pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] 17 + pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:30:42 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn from_start(clip: Arc, duration_time: T) -> Option> { [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] 30 - pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] 30 + pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:35:38 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn to_end(clip: Arc, start_time: T) -> Option> { [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] 35 - pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] 35 + pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [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] 44 - pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] 44 + pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:26 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:44 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:138:26 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(clip: Arc) -> 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] 138 - pub fn new(clip: Arc) -> Self { [INFO] [stdout] 138 + pub fn new(clip: Arc) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:55:55 [INFO] [stdout] | [INFO] [stdout] 55 | fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [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] 55 - fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] 55 + fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:111:54 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [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] 111 - pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] 111 + pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:52 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:75 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:170:47 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn left_channel_as_clip(&self) -> Arc { [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] 170 - pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] 170 + pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:174:48 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn right_channel_as_clip(&self) -> Arc { [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] 174 - pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] 174 + pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:179:62 [INFO] [stdout] | [INFO] [stdout] 179 | fn track_to_clip(&self, side: &Vec) -> Arc { [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] 179 - fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] 179 + fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:113:61 [INFO] [stdout] | [INFO] [stdout] 113 | fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 113 - fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 113 + fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:139:54 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 139 - fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 139 + fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:154:54 [INFO] [stdout] | [INFO] [stdout] 154 | fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 154 - fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 154 + fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:183:56 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 183 - fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 183 + fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:230:55 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 230 - fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 230 + fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:260:57 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 260 - fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 260 + fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:272:56 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 272 - fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 272 + fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/outline.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io` [INFO] [stdout] --> src/wavreader.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Fn` [INFO] [stdout] --> src/rawcli.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ops::Fn; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wavreader` [INFO] [stdout] --> src/rawcli.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use wavreader; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `samplearray::SampleArray` [INFO] [stdout] --> src/rawcli.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use samplearray::SampleArray; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/rawcli.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = fn(&mut Vec, &mut Vec>, &str) -> Result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | clip: Arc, [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] 8 - clip: Arc, [INFO] [stdout] 8 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | left: Arc, [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] 85 - left: Arc, [INFO] [stdout] 85 + left: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 86 | right: Arc, [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] 86 - right: Arc, [INFO] [stdout] 86 + right: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | pub struct Reverse(Arc); [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] 135 - pub struct Reverse(Arc); [INFO] [stdout] 135 + pub struct Reverse(Arc); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | clips: Vec>, [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] 24 - clips: Vec>, [INFO] [stdout] 24 + clips: Vec>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:20:56 [INFO] [stdout] | [INFO] [stdout] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [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] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] 20 + type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | clip: Arc, [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] 10 - clip: Arc, [INFO] [stdout] 10 + clip: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/outline.rs:119:38 [INFO] [stdout] | [INFO] [stdout] 119 | fn write(w: Self::Writer, c: Arc) -> bool; [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] 119 - fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] 119 + fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/wavreader.rs:39:46 [INFO] [stdout] | [INFO] [stdout] 39 | fn write(writer: Self::Writer, clip: Arc) -> bool { [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 write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] 39 + fn write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:17:44 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [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] 17 - pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] 17 + pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:30:42 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn from_start(clip: Arc, duration_time: T) -> Option> { [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] 30 - pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] 30 + pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:35:38 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn to_end(clip: Arc, start_time: T) -> Option> { [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] 35 - pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] 35 + pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [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] 44 - pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] 44 + pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:26 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:94:44 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compounds.rs:138:26 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new(clip: Arc) -> 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] 138 - pub fn new(clip: Arc) -> Self { [INFO] [stdout] 138 + pub fn new(clip: Arc) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `side` [INFO] [stdout] --> src/track.rs:150:15 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_side` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/track.rs:150:45 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `duration` [INFO] [stdout] --> src/track.rs:150:60 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `split_dur` [INFO] [stdout] --> src/track.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | let split_dur = self.clips[get_idx].clip.duration(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_split_dur` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cmd` [INFO] [stdout] --> src/rawcli.rs:139:62 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:183:36 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:55:55 [INFO] [stdout] | [INFO] [stdout] 55 | fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [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] 55 - fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] 55 + fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/rawcli.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | let path = Path::new(filename); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:230:35 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:260:12 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:272:11 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:111:54 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [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] 111 - pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] 111 + pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:52 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:131:75 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:170:47 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn left_channel_as_clip(&self) -> Arc { [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] 170 - pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] 170 + pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:174:48 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn right_channel_as_clip(&self) -> Arc { [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] 174 - pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] 174 + pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/track.rs:179:62 [INFO] [stdout] | [INFO] [stdout] 179 | fn track_to_clip(&self, side: &Vec) -> Arc { [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] 179 - fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] 179 + fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:113:61 [INFO] [stdout] | [INFO] [stdout] 113 | fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 113 - fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 113 + fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:139:54 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 139 - fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 139 + fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:154:54 [INFO] [stdout] | [INFO] [stdout] 154 | fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 154 - fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 154 + fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:183:56 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 183 - fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 183 + fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:230:55 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 230 - fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 230 + fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:260:57 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 260 - fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 260 + fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/rawcli.rs:272:56 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 272 - fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] 272 + fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/track.rs:150:8 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `side` [INFO] [stdout] --> src/track.rs:150:15 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_side` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/track.rs:150:45 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `duration` [INFO] [stdout] --> src/track.rs:150:60 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `split_dur` [INFO] [stdout] --> src/track.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | let split_dur = self.clips[get_idx].clip.duration(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_split_dur` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cmd` [INFO] [stdout] --> src/rawcli.rs:139:62 [INFO] [stdout] | [INFO] [stdout] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:183:36 [INFO] [stdout] | [INFO] [stdout] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/rawcli.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | let path = Path::new(filename); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clips` [INFO] [stdout] --> src/rawcli.rs:230:35 [INFO] [stdout] | [INFO] [stdout] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:260:12 [INFO] [stdout] | [INFO] [stdout] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tracks` [INFO] [stdout] --> src/rawcli.rs:272:11 [INFO] [stdout] | [INFO] [stdout] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/track.rs:150:8 [INFO] [stdout] | [INFO] [stdout] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.74s [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4daa05fa4ffbaf0743e65006e9116951948fc4abe0f4d3bd525d54abd05a1945", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4daa05fa4ffbaf0743e65006e9116951948fc4abe0f4d3bd525d54abd05a1945", kill_on_drop: false }` [INFO] [stdout] 4daa05fa4ffbaf0743e65006e9116951948fc4abe0f4d3bd525d54abd05a1945 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c95c177cf5cfc32cf399219ab443c9180cb2a228fba35fc8a58710c49a8dda4c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c95c177cf5cfc32cf399219ab443c9180cb2a228fba35fc8a58710c49a8dda4c", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/outline.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/wavreader.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ops::Fn` [INFO] [stderr] --> src/rawcli.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::ops::Fn; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `wavreader` [INFO] [stderr] --> src/rawcli.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use wavreader; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `samplearray::SampleArray` [INFO] [stderr] --> src/rawcli.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use samplearray::SampleArray; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/rawcli.rs:20:22 [INFO] [stderr] | [INFO] [stderr] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stderr] 20 + type RawCliCommand = fn(&mut Vec, &mut Vec>, &str) -> Result; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | clip: Arc, [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] 8 - clip: Arc, [INFO] [stderr] 8 + clip: Arc, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:85:15 [INFO] [stderr] | [INFO] [stderr] 85 | left: Arc, [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] 85 - left: Arc, [INFO] [stderr] 85 + left: Arc, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:86:16 [INFO] [stderr] | [INFO] [stderr] 86 | right: Arc, [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] 86 - right: Arc, [INFO] [stderr] 86 + right: Arc, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:135:24 [INFO] [stderr] | [INFO] [stderr] 135 | pub struct Reverse(Arc); [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] 135 - pub struct Reverse(Arc); [INFO] [stderr] 135 + pub struct Reverse(Arc); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rawcli.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | clips: Vec>, [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] 24 - clips: Vec>, [INFO] [stderr] 24 + clips: Vec>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rawcli.rs:20:56 [INFO] [stderr] | [INFO] [stderr] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [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] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stderr] 20 + type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/track.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | clip: Arc, [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] 10 - clip: Arc, [INFO] [stderr] 10 + clip: Arc, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/outline.rs:119:38 [INFO] [stderr] | [INFO] [stderr] 119 | fn write(w: Self::Writer, c: Arc) -> bool; [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] 119 - fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stderr] 119 + fn write(w: Self::Writer, c: Arc) -> bool; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/wavreader.rs:39:46 [INFO] [stderr] | [INFO] [stderr] 39 | fn write(writer: Self::Writer, clip: Arc) -> bool { [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 write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stderr] 39 + fn write(writer: Self::Writer, clip: Arc) -> bool { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:17:44 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [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] 17 - pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stderr] 17 + pub fn new(clip: Arc, start_time: S, duration_time: T) -> Option> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:30:42 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn from_start(clip: Arc, duration_time: T) -> Option> { [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] 30 - pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stderr] 30 + pub fn from_start(clip: Arc, duration_time: T) -> Option> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:35:38 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn to_end(clip: Arc, start_time: T) -> Option> { [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] 35 - pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stderr] 35 + pub fn to_end(clip: Arc, start_time: T) -> Option> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:44:37 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [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] 44 - pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stderr] 44 + pub fn split(clip: Arc, split_time: T) -> Option<(Arc, Arc)> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:94:26 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stderr] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:94:44 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn new(left: Arc, right: Arc) -> Option> { [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] 94 - pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stderr] 94 + pub fn new(left: Arc, right: Arc) -> Option> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/compounds.rs:138:26 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn new(clip: Arc) -> 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] 138 - pub fn new(clip: Arc) -> Self { [INFO] [stderr] 138 + pub fn new(clip: Arc) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/track.rs:55:55 [INFO] [stderr] | [INFO] [stderr] 55 | fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [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] 55 - fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stderr] 55 + fn insert(side: &mut Vec, clip: Arc, position: u64, dur: u64) -> bool { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/track.rs:111:54 [INFO] [stderr] | [INFO] [stderr] 111 | pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [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] 111 - pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stderr] 111 + pub fn insert_mono(&mut self, clip: Arc, position_time: T) -> bool { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/track.rs:131:52 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stderr] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/track.rs:131:75 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [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] 131 - pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stderr] 131 + pub fn insert_stereo(&mut self, left_clip: Arc, right_clip: Arc, position: u64) -> bool { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/track.rs:170:47 [INFO] [stderr] | [INFO] [stderr] 170 | pub fn left_channel_as_clip(&self) -> Arc { [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] 170 - pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stderr] 170 + pub fn left_channel_as_clip(&self) -> Arc { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/track.rs:174:48 [INFO] [stderr] | [INFO] [stderr] 174 | pub fn right_channel_as_clip(&self) -> Arc { [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] 174 - pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stderr] 174 + pub fn right_channel_as_clip(&self) -> Arc { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/track.rs:179:62 [INFO] [stderr] | [INFO] [stderr] 179 | fn track_to_clip(&self, side: &Vec) -> Arc { [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] 179 - fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stderr] 179 + fn track_to_clip(&self, side: &Vec) -> Arc { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rawcli.rs:113:61 [INFO] [stderr] | [INFO] [stderr] 113 | fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 113 - fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] 113 + fn insert_mono(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rawcli.rs:139:54 [INFO] [stderr] | [INFO] [stderr] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 139 - fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] 139 + fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rawcli.rs:154:54 [INFO] [stderr] | [INFO] [stderr] 154 | fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 154 - fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] 154 + fn copy(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rawcli.rs:183:56 [INFO] [stderr] | [INFO] [stderr] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 183 - fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] 183 + fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rawcli.rs:230:55 [INFO] [stderr] | [INFO] [stderr] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 230 - fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] 230 + fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rawcli.rs:260:57 [INFO] [stderr] | [INFO] [stderr] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 260 - fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] 260 + fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rawcli.rs:272:56 [INFO] [stderr] | [INFO] [stderr] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [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] 272 - fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] 272 + fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused variable: `side` [INFO] [stderr] --> src/track.rs:150:15 [INFO] [stderr] | [INFO] [stderr] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_side` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/track.rs:150:45 [INFO] [stderr] | [INFO] [stderr] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `duration` [INFO] [stderr] --> src/track.rs:150:60 [INFO] [stderr] | [INFO] [stderr] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_duration` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `split_dur` [INFO] [stderr] --> src/track.rs:212:25 [INFO] [stderr] | [INFO] [stderr] 212 | let split_dur = self.clips[get_idx].clip.duration(); [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_split_dur` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cmd` [INFO] [stderr] --> src/rawcli.rs:139:62 [INFO] [stderr] | [INFO] [stderr] 139 | fn info(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `clips` [INFO] [stderr] --> src/rawcli.rs:183:36 [INFO] [stderr] | [INFO] [stderr] 183 | fn import(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/rawcli.rs:237:9 [INFO] [stderr] | [INFO] [stderr] 237 | let path = Path::new(filename); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `clips` [INFO] [stderr] --> src/rawcli.rs:230:35 [INFO] [stderr] | [INFO] [stderr] 230 | fn write(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_clips` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tracks` [INFO] [stderr] --> src/rawcli.rs:260:12 [INFO] [stderr] | [INFO] [stderr] 260 | fn reverse(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tracks` [INFO] [stderr] --> src/rawcli.rs:272:11 [INFO] [stderr] | [INFO] [stderr] 272 | fn concat(tracks: &mut Vec, clips: &mut Vec>, cmd: &str) -> Result { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tracks` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove` [INFO] [stderr] --> src/track.rs:150:8 [INFO] [stderr] | [INFO] [stderr] 150 | fn remove(side: &mut Vec, position: u64, duration: u64) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `raw` (lib) generated 47 warnings [INFO] [stderr] warning: unused imports: `AudioReader`, `AudioWriter`, `Clip` [INFO] [stderr] --> src/main.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | use outline::{Clip, AudioReader, AudioWriter}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `samplearray::SampleArray` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use samplearray::SampleArray; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Concat`, `Reverse`, `Subclip` [INFO] [stderr] --> src/main.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | use compounds::{Concat, Subclip, Reverse}; [INFO] [stderr] | ^^^^^^ ^^^^^^^ ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::fs; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `raw` (lib test) generated 47 warnings (47 duplicates) [INFO] [stderr] warning: `raw` (bin "raw" test) generated 51 warnings (47 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/raw-acf3c82f05fb38d6) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/raw-899eaf15d8542bbb) [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] [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] Doc-tests raw [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/rawcli.rs:20:22 [INFO] [stderr] | [INFO] [stderr] 20 | type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 20 - type RawCliCommand = (fn(&mut Vec, &mut Vec>, &str) -> Result); [INFO] [stderr] 20 + type RawCliCommand = fn(&mut Vec, &mut Vec>, &str) -> Result; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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" "c95c177cf5cfc32cf399219ab443c9180cb2a228fba35fc8a58710c49a8dda4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c95c177cf5cfc32cf399219ab443c9180cb2a228fba35fc8a58710c49a8dda4c", kill_on_drop: false }` [INFO] [stdout] c95c177cf5cfc32cf399219ab443c9180cb2a228fba35fc8a58710c49a8dda4c