[INFO] fetching crate srvzio 1.1.1... [INFO] testing srvzio-1.1.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate srvzio 1.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate srvzio 1.1.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate 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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f2ad0fbf4fbb20b0a7d7e385b9ce6ad8fba5c1171b1b57c45285d4859434e21 [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" "9f2ad0fbf4fbb20b0a7d7e385b9ce6ad8fba5c1171b1b57c45285d4859434e21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f2ad0fbf4fbb20b0a7d7e385b9ce6ad8fba5c1171b1b57c45285d4859434e21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f2ad0fbf4fbb20b0a7d7e385b9ce6ad8fba5c1171b1b57c45285d4859434e21", kill_on_drop: false }` [INFO] [stdout] 9f2ad0fbf4fbb20b0a7d7e385b9ce6ad8fba5c1171b1b57c45285d4859434e21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 01817d05b13ad7eee0056de3a80bd666d3395f8d1f8af1fe8cc71829219f934d [INFO] running `Command { std: "docker" "start" "-a" "01817d05b13ad7eee0056de3a80bd666d3395f8d1f8af1fe8cc71829219f934d", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [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 3.09s [INFO] running `Command { std: "docker" "inspect" "01817d05b13ad7eee0056de3a80bd666d3395f8d1f8af1fe8cc71829219f934d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01817d05b13ad7eee0056de3a80bd666d3395f8d1f8af1fe8cc71829219f934d", kill_on_drop: false }` [INFO] [stdout] 01817d05b13ad7eee0056de3a80bd666d3395f8d1f8af1fe8cc71829219f934d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c42b60c5409d0b60d6125fb2d2f1a27d523a55ede0aa127728da74321066f0c [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" "6c42b60c5409d0b60d6125fb2d2f1a27d523a55ede0aa127728da74321066f0c", 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.87s [INFO] running `Command { std: "docker" "inspect" "6c42b60c5409d0b60d6125fb2d2f1a27d523a55ede0aa127728da74321066f0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c42b60c5409d0b60d6125fb2d2f1a27d523a55ede0aa127728da74321066f0c", kill_on_drop: false }` [INFO] [stdout] 6c42b60c5409d0b60d6125fb2d2f1a27d523a55ede0aa127728da74321066f0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3618dab7da9c1a6b4e14ecce16bd89960469d46227e0b5b72a0092fda0b167f2 [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" "3618dab7da9c1a6b4e14ecce16bd89960469d46227e0b5b72a0092fda0b167f2", 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.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/srvzio-a98c6194cff28b52) [INFO] [stdout] [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.00s [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" "3618dab7da9c1a6b4e14ecce16bd89960469d46227e0b5b72a0092fda0b167f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3618dab7da9c1a6b4e14ecce16bd89960469d46227e0b5b72a0092fda0b167f2", kill_on_drop: false }` [INFO] [stdout] 3618dab7da9c1a6b4e14ecce16bd89960469d46227e0b5b72a0092fda0b167f2