[INFO] fetching crate srvzio 1.1.1... [INFO] testing srvzio-1.1.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate srvzio 1.1.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate srvzio 1.1.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate srvzio 1.1.1 [INFO] finished tweaking crates.io crate srvzio 1.1.1 [INFO] tweaked toml for crates.io crate srvzio 1.1.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", 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] e47e96717443a36fdda52f80c53c8d951ad8b58e6874fdb5f832f5b6650354a6 [INFO] running `Command { std: "docker" "start" "-a" "e47e96717443a36fdda52f80c53c8d951ad8b58e6874fdb5f832f5b6650354a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e47e96717443a36fdda52f80c53c8d951ad8b58e6874fdb5f832f5b6650354a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e47e96717443a36fdda52f80c53c8d951ad8b58e6874fdb5f832f5b6650354a6", kill_on_drop: false }` [INFO] [stdout] e47e96717443a36fdda52f80c53c8d951ad8b58e6874fdb5f832f5b6650354a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f24f8d0ee002585be94ade89c8226f5c70566e21eb6e6fea7980fd4ccda0c60d [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" "f24f8d0ee002585be94ade89c8226f5c70566e21eb6e6fea7980fd4ccda0c60d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling ctrlc v3.2.1 [INFO] [stderr] Compiling srvzio v1.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | services: Vec> [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 2018) 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 - services: Vec> [INFO] [stdout] 24 + services: Vec> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:44:47 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn register(&mut self, service_box: Box) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) 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 register(&mut self, service_box: Box) { [INFO] [stdout] 44 + pub fn register(&mut self, service_box: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:62:67 [INFO] [stdout] | [INFO] [stdout] 62 | fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stdout] 62 + fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:69:71 [INFO] [stdout] | [INFO] [stdout] 69 | fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 - fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stdout] 69 + fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:88:37 [INFO] [stdout] | [INFO] [stdout] 88 | self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - self.apply_ordered(|s: &mut Box| { [INFO] [stdout] 88 + self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:96:37 [INFO] [stdout] | [INFO] [stdout] 96 | self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - self.apply_ordered(|s: &mut Box| { [INFO] [stdout] 96 + self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:109:37 [INFO] [stdout] | [INFO] [stdout] 109 | self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stdout] 109 + self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:115:38 [INFO] [stdout] | [INFO] [stdout] 115 | self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 115 - self.apply_reversed(|s: &mut Box| { [INFO] [stdout] 115 + self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:123:38 [INFO] [stdout] | [INFO] [stdout] 123 | self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 - self.apply_reversed(|s: &mut Box| { [INFO] [stdout] 123 + self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:136:38 [INFO] [stdout] | [INFO] [stdout] 136 | self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stdout] 136 + self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.62s [INFO] running `Command { std: "docker" "inspect" "f24f8d0ee002585be94ade89c8226f5c70566e21eb6e6fea7980fd4ccda0c60d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f24f8d0ee002585be94ade89c8226f5c70566e21eb6e6fea7980fd4ccda0c60d", kill_on_drop: false }` [INFO] [stdout] f24f8d0ee002585be94ade89c8226f5c70566e21eb6e6fea7980fd4ccda0c60d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "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] cf60d67c150b039b3f9d8bee2e0ba568af0e54c57f06116284ede5f6f9dfa1d8 [INFO] running `Command { std: "docker" "start" "-a" "cf60d67c150b039b3f9d8bee2e0ba568af0e54c57f06116284ede5f6f9dfa1d8", kill_on_drop: false }` [INFO] [stderr] Compiling srvzio v1.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | services: Vec> [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 2018) 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 - services: Vec> [INFO] [stdout] 24 + services: Vec> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:44:47 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn register(&mut self, service_box: Box) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) 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 register(&mut self, service_box: Box) { [INFO] [stdout] 44 + pub fn register(&mut self, service_box: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:62:67 [INFO] [stdout] | [INFO] [stdout] 62 | fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stdout] 62 + fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:69:71 [INFO] [stdout] | [INFO] [stdout] 69 | fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 - fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stdout] 69 + fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:88:37 [INFO] [stdout] | [INFO] [stdout] 88 | self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - self.apply_ordered(|s: &mut Box| { [INFO] [stdout] 88 + self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:96:37 [INFO] [stdout] | [INFO] [stdout] 96 | self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - self.apply_ordered(|s: &mut Box| { [INFO] [stdout] 96 + self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:109:37 [INFO] [stdout] | [INFO] [stdout] 109 | self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stdout] 109 + self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:115:38 [INFO] [stdout] | [INFO] [stdout] 115 | self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 115 - self.apply_reversed(|s: &mut Box| { [INFO] [stdout] 115 + self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:123:38 [INFO] [stdout] | [INFO] [stdout] 123 | self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 - self.apply_reversed(|s: &mut Box| { [INFO] [stdout] 123 + self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:136:38 [INFO] [stdout] | [INFO] [stdout] 136 | self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stdout] 136 + self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | services: Vec> [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 2018) 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 - services: Vec> [INFO] [stdout] 24 + services: Vec> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:44:47 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn register(&mut self, service_box: Box) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) 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 register(&mut self, service_box: Box) { [INFO] [stdout] 44 + pub fn register(&mut self, service_box: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:62:67 [INFO] [stdout] | [INFO] [stdout] 62 | fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stdout] 62 + fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:69:71 [INFO] [stdout] | [INFO] [stdout] 69 | fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 - fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stdout] 69 + fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:88:37 [INFO] [stdout] | [INFO] [stdout] 88 | self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - self.apply_ordered(|s: &mut Box| { [INFO] [stdout] 88 + self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:96:37 [INFO] [stdout] | [INFO] [stdout] 96 | self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 96 - self.apply_ordered(|s: &mut Box| { [INFO] [stdout] 96 + self.apply_ordered(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:109:37 [INFO] [stdout] | [INFO] [stdout] 109 | self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stdout] 109 + self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:115:38 [INFO] [stdout] | [INFO] [stdout] 115 | self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 115 - self.apply_reversed(|s: &mut Box| { [INFO] [stdout] 115 + self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:123:38 [INFO] [stdout] | [INFO] [stdout] 123 | self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 - self.apply_reversed(|s: &mut Box| { [INFO] [stdout] 123 + self.apply_reversed(|s: &mut Box| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/manager.rs:136:38 [INFO] [stdout] | [INFO] [stdout] 136 | self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stdout] 136 + self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.68s [INFO] running `Command { std: "docker" "inspect" "cf60d67c150b039b3f9d8bee2e0ba568af0e54c57f06116284ede5f6f9dfa1d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf60d67c150b039b3f9d8bee2e0ba568af0e54c57f06116284ede5f6f9dfa1d8", kill_on_drop: false }` [INFO] [stdout] cf60d67c150b039b3f9d8bee2e0ba568af0e54c57f06116284ede5f6f9dfa1d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 96316fb5ae9ff4c86353433be990459e3bc02e5c8f5ca23c2252fa8a29eda6c6 [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" "96316fb5ae9ff4c86353433be990459e3bc02e5c8f5ca23c2252fa8a29eda6c6", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | services: Vec> [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 2018) 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 - services: Vec> [INFO] [stderr] 24 + services: Vec> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:44:47 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn register(&mut self, service_box: Box) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) 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 register(&mut self, service_box: Box) { [INFO] [stderr] 44 + pub fn register(&mut self, service_box: Box) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:62:67 [INFO] [stderr] | [INFO] [stderr] 62 | fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 62 - fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stderr] 62 + fn apply_ordered(&mut self, closure: F) where F: Fn(&mut Box) -> () { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:69:71 [INFO] [stderr] | [INFO] [stderr] 69 | fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 69 - fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stderr] 69 + fn apply_reversed(&mut self, closure: F) where F: FnMut(&mut Box) -> () { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:88:37 [INFO] [stderr] | [INFO] [stderr] 88 | self.apply_ordered(|s: &mut Box| { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 88 - self.apply_ordered(|s: &mut Box| { [INFO] [stderr] 88 + self.apply_ordered(|s: &mut Box| { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:96:37 [INFO] [stderr] | [INFO] [stderr] 96 | self.apply_ordered(|s: &mut Box| { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 96 - self.apply_ordered(|s: &mut Box| { [INFO] [stderr] 96 + self.apply_ordered(|s: &mut Box| { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:109:37 [INFO] [stderr] | [INFO] [stderr] 109 | self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 109 - self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stderr] 109 + self.apply_ordered(|s: &mut Box| s.start_and_await()); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:115:38 [INFO] [stderr] | [INFO] [stderr] 115 | self.apply_reversed(|s: &mut Box| { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 115 - self.apply_reversed(|s: &mut Box| { [INFO] [stderr] 115 + self.apply_reversed(|s: &mut Box| { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:123:38 [INFO] [stderr] | [INFO] [stderr] 123 | self.apply_reversed(|s: &mut Box| { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 123 - self.apply_reversed(|s: &mut Box| { [INFO] [stderr] 123 + self.apply_reversed(|s: &mut Box| { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manager.rs:136:38 [INFO] [stderr] | [INFO] [stderr] 136 | self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 136 - self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stderr] 136 + self.apply_reversed(|s: &mut Box| s.stop_and_await()); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `srvzio` (lib) generated 10 warnings [INFO] [stderr] warning: `srvzio` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/srvzio-ce15bd37a49a82a1) [INFO] [stdout] running 2 tests [INFO] [stdout] test test::should_start_then_stop ... ok [INFO] [stdout] test test::should_start_and_await_then_stop_and_await ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.01s [INFO] [stdout] [INFO] [stderr] Doc-tests srvzio [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" "96316fb5ae9ff4c86353433be990459e3bc02e5c8f5ca23c2252fa8a29eda6c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96316fb5ae9ff4c86353433be990459e3bc02e5c8f5ca23c2252fa8a29eda6c6", kill_on_drop: false }` [INFO] [stdout] 96316fb5ae9ff4c86353433be990459e3bc02e5c8f5ca23c2252fa8a29eda6c6