[INFO] cloning repository https://github.com/skade/strand [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/skade/strand" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskade%2Fstrand", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskade%2Fstrand'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f2cd2549b2360c5e15e67c5ad7a7ebe2c3fa7fcb [INFO] testing skade/strand against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskade%2Fstrand" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/skade/strand 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/skade/strand [INFO] finished tweaking git repo https://github.com/skade/strand [INFO] tweaked toml for git repo https://github.com/skade/strand written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/skade/strand already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 04db84c53099d9b731340bdb0c5ca30825e6137b2ff4d2c70b408af0c6ce219e [INFO] running `Command { std: "docker" "start" "-a" "04db84c53099d9b731340bdb0c5ca30825e6137b2ff4d2c70b408af0c6ce219e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04db84c53099d9b731340bdb0c5ca30825e6137b2ff4d2c70b408af0c6ce219e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04db84c53099d9b731340bdb0c5ca30825e6137b2ff4d2c70b408af0c6ce219e", kill_on_drop: false }` [INFO] [stdout] 04db84c53099d9b731340bdb0c5ca30825e6137b2ff4d2c70b408af0c6ce219e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] abecae8fdd8c7bd3989589bcbb48c23fda6bc08db3d0cb2cdd127b4cefdfb615 [INFO] running `Command { std: "docker" "start" "-a" "abecae8fdd8c7bd3989589bcbb48c23fda6bc08db3d0cb2cdd127b4cefdfb615", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling strand v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mutable.rs:16:42 [INFO] [stdout] | [INFO] [stdout] 16 | fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors>; [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] 16 - fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors>; [INFO] [stdout] 16 + fn evolve<'a>(&'a mut self, event: &'a dyn Event) -> Result<(), Errors>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mutable.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | fn as_event(self) -> Box+Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - fn as_event(self) -> Box+Send>; [INFO] [stdout] 20 + fn as_event(self) -> Box+Send>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mutable.rs:24:42 [INFO] [stdout] | [INFO] [stdout] 24 | fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors> { [INFO] [stdout] 24 + fn evolve<'a>(&'a mut self, event: &'a dyn Event) -> Result<(), Errors> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/immutable.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | fn evolve(self, event: &Event) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn evolve(self, event: &Event) -> Result; [INFO] [stdout] 16 + fn evolve(self, event: &dyn Event) -> Result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/immutable.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | fn as_event(self) -> Box+Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - fn as_event(self) -> Box+Send>; [INFO] [stdout] 20 + fn as_event(self) -> Box+Send>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/immutable.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 24 | fn evolve(self, event: &Event) -> Result{ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn evolve(self, event: &Event) -> Result{ [INFO] [stdout] 24 + fn evolve(self, event: &dyn Event) -> Result{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `Command { std: "docker" "inspect" "abecae8fdd8c7bd3989589bcbb48c23fda6bc08db3d0cb2cdd127b4cefdfb615", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abecae8fdd8c7bd3989589bcbb48c23fda6bc08db3d0cb2cdd127b4cefdfb615", kill_on_drop: false }` [INFO] [stdout] abecae8fdd8c7bd3989589bcbb48c23fda6bc08db3d0cb2cdd127b4cefdfb615 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 5c4755f7f36f3a68efa8a368c98d2bd0f3d714f60af572337561be6393e15035 [INFO] running `Command { std: "docker" "start" "-a" "5c4755f7f36f3a68efa8a368c98d2bd0f3d714f60af572337561be6393e15035", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mutable.rs:16:42 [INFO] [stdout] | [INFO] [stdout] 16 | fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors>; [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] 16 - fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors>; [INFO] [stdout] 16 + fn evolve<'a>(&'a mut self, event: &'a dyn Event) -> Result<(), Errors>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mutable.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | fn as_event(self) -> Box+Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - fn as_event(self) -> Box+Send>; [INFO] [stdout] 20 + fn as_event(self) -> Box+Send>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mutable.rs:24:42 [INFO] [stdout] | [INFO] [stdout] 24 | fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors> { [INFO] [stdout] 24 + fn evolve<'a>(&'a mut self, event: &'a dyn Event) -> Result<(), Errors> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/immutable.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | fn evolve(self, event: &Event) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn evolve(self, event: &Event) -> Result; [INFO] [stdout] 16 + fn evolve(self, event: &dyn Event) -> Result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/immutable.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | fn as_event(self) -> Box+Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - fn as_event(self) -> Box+Send>; [INFO] [stdout] 20 + fn as_event(self) -> Box+Send>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling strand v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/immutable.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 24 | fn evolve(self, event: &Event) -> Result{ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn evolve(self, event: &Event) -> Result{ [INFO] [stdout] 24 + fn evolve(self, event: &dyn Event) -> Result{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mutable.rs:16:42 [INFO] [stdout] | [INFO] [stdout] 16 | fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors>; [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] 16 - fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors>; [INFO] [stdout] 16 + fn evolve<'a>(&'a mut self, event: &'a dyn Event) -> Result<(), Errors>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mutable.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | fn as_event(self) -> Box+Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - fn as_event(self) -> Box+Send>; [INFO] [stdout] 20 + fn as_event(self) -> Box+Send>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mutable.rs:24:42 [INFO] [stdout] | [INFO] [stdout] 24 | fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors> { [INFO] [stdout] 24 + fn evolve<'a>(&'a mut self, event: &'a dyn Event) -> Result<(), Errors> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/immutable.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | fn evolve(self, event: &Event) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn evolve(self, event: &Event) -> Result; [INFO] [stdout] 16 + fn evolve(self, event: &dyn Event) -> Result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/immutable.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | fn as_event(self) -> Box+Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - fn as_event(self) -> Box+Send>; [INFO] [stdout] 20 + fn as_event(self) -> Box+Send>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/immutable.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 24 | fn evolve(self, event: &Event) -> Result{ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn evolve(self, event: &Event) -> Result{ [INFO] [stdout] 24 + fn evolve(self, event: &dyn Event) -> Result{ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "5c4755f7f36f3a68efa8a368c98d2bd0f3d714f60af572337561be6393e15035", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c4755f7f36f3a68efa8a368c98d2bd0f3d714f60af572337561be6393e15035", kill_on_drop: false }` [INFO] [stdout] 5c4755f7f36f3a68efa8a368c98d2bd0f3d714f60af572337561be6393e15035 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 22b918a08ff380d3717cc82dcd02d9faac8784f2874c21fc291b265c5edfe26f [INFO] running `Command { std: "docker" "start" "-a" "22b918a08ff380d3717cc82dcd02d9faac8784f2874c21fc291b265c5edfe26f", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mutable.rs:16:42 [INFO] [stderr] | [INFO] [stderr] 16 | fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors>; [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] 16 - fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors>; [INFO] [stderr] 16 + fn evolve<'a>(&'a mut self, event: &'a dyn Event) -> Result<(), Errors>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mutable.rs:20:33 [INFO] [stderr] | [INFO] [stderr] 20 | fn as_event(self) -> Box+Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 20 - fn as_event(self) -> Box+Send>; [INFO] [stderr] 20 + fn as_event(self) -> Box+Send>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mutable.rs:24:42 [INFO] [stderr] | [INFO] [stderr] 24 | fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 24 - fn evolve<'a>(&'a mut self, event: &'a Event) -> Result<(), Errors> { [INFO] [stderr] 24 + fn evolve<'a>(&'a mut self, event: &'a dyn Event) -> Result<(), Errors> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/immutable.rs:16:27 [INFO] [stderr] | [INFO] [stderr] 16 | fn evolve(self, event: &Event) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 16 - fn evolve(self, event: &Event) -> Result; [INFO] [stderr] 16 + fn evolve(self, event: &dyn Event) -> Result; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/immutable.rs:20:31 [INFO] [stderr] | [INFO] [stderr] 20 | fn as_event(self) -> Box+Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 20 - fn as_event(self) -> Box+Send>; [INFO] [stderr] 20 + fn as_event(self) -> Box+Send>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/immutable.rs:24:27 [INFO] [stderr] | [INFO] [stderr] 24 | fn evolve(self, event: &Event) -> Result{ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 24 - fn evolve(self, event: &Event) -> Result{ [INFO] [stderr] 24 + fn evolve(self, event: &dyn Event) -> Result{ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `strand` (lib) generated 6 warnings [INFO] [stderr] warning: `strand` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/strand-ff29acf1414fc518) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/immutable.rs (/opt/rustwide/target/debug/deps/immutable-c7413a9e9875dc79) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_branch ... ok [INFO] [stdout] test tests::test_state_changes ... ok [INFO] [stdout] test tests::test_unmet_pre_condition ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/mutable.rs (/opt/rustwide/target/debug/deps/mutable-a467d9576b29f6dc) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] Doc-tests strand [INFO] [stdout] test tests::test_branch ... ok [INFO] [stdout] test tests::test_state_changes ... ok [INFO] [stdout] test tests::test_unmet_pre_condition ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "22b918a08ff380d3717cc82dcd02d9faac8784f2874c21fc291b265c5edfe26f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22b918a08ff380d3717cc82dcd02d9faac8784f2874c21fc291b265c5edfe26f", kill_on_drop: false }` [INFO] [stdout] 22b918a08ff380d3717cc82dcd02d9faac8784f2874c21fc291b265c5edfe26f