[INFO] cloning repository https://github.com/Baransu/actors [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Baransu/actors" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBaransu%2Factors", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBaransu%2Factors'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 69d6797ac80a580239ab25c92ef1b4fb3bac3a9b [INFO] testing Baransu/actors against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBaransu%2Factors" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Baransu/actors 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 git repo https://github.com/Baransu/actors [INFO] finished tweaking git repo https://github.com/Baransu/actors [INFO] tweaked toml for git repo https://github.com/Baransu/actors written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/Baransu/actors already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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] [stdout] 78fb992e15ad41f75119cd0b7fbd134d9b83e3616b6823f3d9b7e544958a99d8 [INFO] running `Command { std: "docker" "start" "-a" "78fb992e15ad41f75119cd0b7fbd134d9b83e3616b6823f3d9b7e544958a99d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "78fb992e15ad41f75119cd0b7fbd134d9b83e3616b6823f3d9b7e544958a99d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78fb992e15ad41f75119cd0b7fbd134d9b83e3616b6823f3d9b7e544958a99d8", kill_on_drop: false }` [INFO] [stdout] 78fb992e15ad41f75119cd0b7fbd134d9b83e3616b6823f3d9b7e544958a99d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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] aeb17b19b80288e78eda13f84695c0898e77a87606bc3b6ffc4bb85a1a3f5bd2 [INFO] running `Command { std: "docker" "start" "-a" "aeb17b19b80288e78eda13f84695c0898e77a87606bc3b6ffc4bb85a1a3f5bd2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling uuid v0.4.0 [INFO] [stderr] Compiling actors v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_ref.rs:12:20 [INFO] [stdout] | [INFO] [stdout] 12 | pub inner: 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] 12 - pub inner: Arc, [INFO] [stdout] 12 + pub inner: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_ref.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | Message(Box), [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] 23 - Message(Box), [INFO] [stdout] 23 + Message(Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:87:36 [INFO] [stdout] | [INFO] [stdout] 87 | fn receive(&self, message: Box, context: Context) { [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] 87 - fn receive(&self, message: Box, context: Context) { [INFO] [stdout] 87 + fn receive(&self, message: Box, context: Context) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:153:36 [INFO] [stdout] | [INFO] [stdout] 153 | fn receive(&self, message: Box, context: Context) { [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] 153 - fn receive(&self, message: Box, context: Context) { [INFO] [stdout] 153 + fn receive(&self, message: Box, context: Context) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/mod.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | fn receive(&self, message: Box, context: Context); [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 - fn receive(&self, message: Box, context: Context); [INFO] [stdout] 30 + fn receive(&self, message: Box, context: Context); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/root_actor.rs:13:37 [INFO] [stdout] | [INFO] [stdout] 13 | fn receive(&self, _message: Box, _context: Context) {} [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] 13 - fn receive(&self, _message: Box, _context: Context) {} [INFO] [stdout] 13 + fn receive(&self, _message: Box, _context: Context) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_ref.rs:28:38 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(pid: Uuid, actor: Arc) -> ActorRef { [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] 28 - pub fn new(pid: Uuid, actor: Arc) -> ActorRef { [INFO] [stdout] 28 + pub fn new(pid: Uuid, actor: Arc) -> ActorRef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_system.rs:101:36 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn spawn(&self, actor: Arc) -> ActorRef { [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] 101 - pub fn spawn(&self, actor: Arc) -> ActorRef { [INFO] [stdout] 101 + pub fn spawn(&self, actor: Arc) -> ActorRef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_system.rs:105:57 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn spawn_of(&self, parent: ActorRef, actor: Arc) -> ActorRef { [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] 105 - pub fn spawn_of(&self, parent: ActorRef, actor: Arc) -> ActorRef { [INFO] [stdout] 105 + pub fn spawn_of(&self, parent: ActorRef, actor: Arc) -> ActorRef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_system.rs:120:29 [INFO] [stdout] | [INFO] [stdout] 120 | let message_to: Box = Box::new(message); [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] 120 - let message_to: Box = Box::new(message); [INFO] [stdout] 120 + let message_to: Box = Box::new(message); [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.01s [INFO] running `Command { std: "docker" "inspect" "aeb17b19b80288e78eda13f84695c0898e77a87606bc3b6ffc4bb85a1a3f5bd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aeb17b19b80288e78eda13f84695c0898e77a87606bc3b6ffc4bb85a1a3f5bd2", kill_on_drop: false }` [INFO] [stdout] aeb17b19b80288e78eda13f84695c0898e77a87606bc3b6ffc4bb85a1a3f5bd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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] [stdout] 5e910ec02ffe7abf279d08e461e348529b769b2ba21673363930268c2e6b9722 [INFO] running `Command { std: "docker" "start" "-a" "5e910ec02ffe7abf279d08e461e348529b769b2ba21673363930268c2e6b9722", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling actors v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_ref.rs:12:20 [INFO] [stdout] | [INFO] [stdout] 12 | pub inner: 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] 12 - pub inner: Arc, [INFO] [stdout] 12 + pub inner: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_ref.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | Message(Box), [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] 23 - Message(Box), [INFO] [stdout] 23 + Message(Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:87:36 [INFO] [stdout] | [INFO] [stdout] 87 | fn receive(&self, message: Box, context: Context) { [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] 87 - fn receive(&self, message: Box, context: Context) { [INFO] [stdout] 87 + fn receive(&self, message: Box, context: Context) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:153:36 [INFO] [stdout] | [INFO] [stdout] 153 | fn receive(&self, message: Box, context: Context) { [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] 153 - fn receive(&self, message: Box, context: Context) { [INFO] [stdout] 153 + fn receive(&self, message: Box, context: Context) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/mod.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | fn receive(&self, message: Box, context: Context); [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 - fn receive(&self, message: Box, context: Context); [INFO] [stdout] 30 + fn receive(&self, message: Box, context: Context); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/root_actor.rs:13:37 [INFO] [stdout] | [INFO] [stdout] 13 | fn receive(&self, _message: Box, _context: Context) {} [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] 13 - fn receive(&self, _message: Box, _context: Context) {} [INFO] [stdout] 13 + fn receive(&self, _message: Box, _context: Context) {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_ref.rs:28:38 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(pid: Uuid, actor: Arc) -> ActorRef { [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] 28 - pub fn new(pid: Uuid, actor: Arc) -> ActorRef { [INFO] [stdout] 28 + pub fn new(pid: Uuid, actor: Arc) -> ActorRef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_system.rs:101:36 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn spawn(&self, actor: Arc) -> ActorRef { [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] 101 - pub fn spawn(&self, actor: Arc) -> ActorRef { [INFO] [stdout] 101 + pub fn spawn(&self, actor: Arc) -> ActorRef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_system.rs:105:57 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn spawn_of(&self, parent: ActorRef, actor: Arc) -> ActorRef { [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] 105 - pub fn spawn_of(&self, parent: ActorRef, actor: Arc) -> ActorRef { [INFO] [stdout] 105 + pub fn spawn_of(&self, parent: ActorRef, actor: Arc) -> ActorRef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/actors/actor_system.rs:120:29 [INFO] [stdout] | [INFO] [stdout] 120 | let message_to: Box = Box::new(message); [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] 120 - let message_to: Box = Box::new(message); [INFO] [stdout] 120 + let message_to: Box = Box::new(message); [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.77s [INFO] running `Command { std: "docker" "inspect" "5e910ec02ffe7abf279d08e461e348529b769b2ba21673363930268c2e6b9722", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e910ec02ffe7abf279d08e461e348529b769b2ba21673363930268c2e6b9722", kill_on_drop: false }` [INFO] [stdout] 5e910ec02ffe7abf279d08e461e348529b769b2ba21673363930268c2e6b9722 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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] ab6ec43de4605c67405fff9784fa48778d1e6fa0bc615b7aa693ecd31b9487de [INFO] running `Command { std: "docker" "start" "-a" "ab6ec43de4605c67405fff9784fa48778d1e6fa0bc615b7aa693ecd31b9487de", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/actor_ref.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | pub inner: 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] 12 - pub inner: Arc, [INFO] [stderr] 12 + pub inner: Arc, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/actor_ref.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | Message(Box), [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] 23 - Message(Box), [INFO] [stderr] 23 + Message(Box), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:87:36 [INFO] [stderr] | [INFO] [stderr] 87 | fn receive(&self, message: Box, context: Context) { [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] 87 - fn receive(&self, message: Box, context: Context) { [INFO] [stderr] 87 + fn receive(&self, message: Box, context: Context) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:153:36 [INFO] [stderr] | [INFO] [stderr] 153 | fn receive(&self, message: Box, context: Context) { [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] 153 - fn receive(&self, message: Box, context: Context) { [INFO] [stderr] 153 + fn receive(&self, message: Box, context: Context) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/mod.rs:30:36 [INFO] [stderr] | [INFO] [stderr] 30 | fn receive(&self, message: Box, context: Context); [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 - fn receive(&self, message: Box, context: Context); [INFO] [stderr] 30 + fn receive(&self, message: Box, context: Context); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/root_actor.rs:13:37 [INFO] [stderr] | [INFO] [stderr] 13 | fn receive(&self, _message: Box, _context: Context) {} [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] 13 - fn receive(&self, _message: Box, _context: Context) {} [INFO] [stderr] 13 + fn receive(&self, _message: Box, _context: Context) {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/actor_ref.rs:28:38 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn new(pid: Uuid, actor: Arc) -> ActorRef { [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] 28 - pub fn new(pid: Uuid, actor: Arc) -> ActorRef { [INFO] [stderr] 28 + pub fn new(pid: Uuid, actor: Arc) -> ActorRef { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/actor_system.rs:101:36 [INFO] [stderr] | [INFO] [stderr] 101 | pub fn spawn(&self, actor: Arc) -> ActorRef { [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] 101 - pub fn spawn(&self, actor: Arc) -> ActorRef { [INFO] [stderr] 101 + pub fn spawn(&self, actor: Arc) -> ActorRef { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/actor_system.rs:105:57 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn spawn_of(&self, parent: ActorRef, actor: Arc) -> ActorRef { [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] 105 - pub fn spawn_of(&self, parent: ActorRef, actor: Arc) -> ActorRef { [INFO] [stderr] 105 + pub fn spawn_of(&self, parent: ActorRef, actor: Arc) -> ActorRef { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/actors/actor_system.rs:120:29 [INFO] [stderr] | [INFO] [stderr] 120 | let message_to: Box = Box::new(message); [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] 120 - let message_to: Box = Box::new(message); [INFO] [stderr] 120 + let message_to: Box = Box::new(message); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `actors` (bin "actors" test) generated 10 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.89s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/actors-6c34814f1ec60ad5) [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" "ab6ec43de4605c67405fff9784fa48778d1e6fa0bc615b7aa693ecd31b9487de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab6ec43de4605c67405fff9784fa48778d1e6fa0bc615b7aa693ecd31b9487de", kill_on_drop: false }` [INFO] [stdout] ab6ec43de4605c67405fff9784fa48778d1e6fa0bc615b7aa693ecd31b9487de