[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBaransu%2Factors" "/workspace/builds/worker-60/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-60/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Baransu/actors on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/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-60/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2034938dfceb6f2bb608bb0a61c3f903c4e3318d59cacf47e0a07638c776e695 [INFO] running `Command { std: "docker" "start" "-a" "2034938dfceb6f2bb608bb0a61c3f903c4e3318d59cacf47e0a07638c776e695", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2034938dfceb6f2bb608bb0a61c3f903c4e3318d59cacf47e0a07638c776e695", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2034938dfceb6f2bb608bb0a61c3f903c4e3318d59cacf47e0a07638c776e695", kill_on_drop: false }` [INFO] [stdout] 2034938dfceb6f2bb608bb0a61c3f903c4e3318d59cacf47e0a07638c776e695 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 832dc403f577c127a43cfc9fd82d3c2ec241ba3162b5226c016bfc64d9726127 [INFO] running `Command { std: "docker" "start" "-a" "832dc403f577c127a43cfc9fd82d3c2ec241ba3162b5226c016bfc64d9726127", 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.73s [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "832dc403f577c127a43cfc9fd82d3c2ec241ba3162b5226c016bfc64d9726127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "832dc403f577c127a43cfc9fd82d3c2ec241ba3162b5226c016bfc64d9726127", kill_on_drop: false }` [INFO] [stdout] 832dc403f577c127a43cfc9fd82d3c2ec241ba3162b5226c016bfc64d9726127 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ec84ad9cb4a9d3001dbcdfebce96d5d058e99de15010b1dd0b87802af6631dc [INFO] running `Command { std: "docker" "start" "-a" "7ec84ad9cb4a9d3001dbcdfebce96d5d058e99de15010b1dd0b87802af6631dc", kill_on_drop: false }` [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 0.55s [INFO] running `Command { std: "docker" "inspect" "7ec84ad9cb4a9d3001dbcdfebce96d5d058e99de15010b1dd0b87802af6631dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ec84ad9cb4a9d3001dbcdfebce96d5d058e99de15010b1dd0b87802af6631dc", kill_on_drop: false }` [INFO] [stdout] 7ec84ad9cb4a9d3001dbcdfebce96d5d058e99de15010b1dd0b87802af6631dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 725ea66eec301b6516a6a4b4dbd773e487029696a33def42927cef3fc25ddac9 [INFO] running `Command { std: "docker" "start" "-a" "725ea66eec301b6516a6a4b4dbd773e487029696a33def42927cef3fc25ddac9", 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.42s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/actors-f72685916024bb10) [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" "725ea66eec301b6516a6a4b4dbd773e487029696a33def42927cef3fc25ddac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "725ea66eec301b6516a6a4b4dbd773e487029696a33def42927cef3fc25ddac9", kill_on_drop: false }` [INFO] [stdout] 725ea66eec301b6516a6a4b4dbd773e487029696a33def42927cef3fc25ddac9