[INFO] fetching crate game-of-life-parsers 2.0.1... [INFO] testing game-of-life-parsers-2.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate game-of-life-parsers 2.0.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate game-of-life-parsers 2.0.1 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 crates.io crate game-of-life-parsers 2.0.1 [INFO] finished tweaking crates.io crate game-of-life-parsers 2.0.1 [INFO] tweaked toml for crates.io crate game-of-life-parsers 2.0.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded io-test-util v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b01563f3a798a968c17bb3772bbfd391af4228e13de49f7546bfbcb031a4b225 [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" "b01563f3a798a968c17bb3772bbfd391af4228e13de49f7546bfbcb031a4b225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b01563f3a798a968c17bb3772bbfd391af4228e13de49f7546bfbcb031a4b225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b01563f3a798a968c17bb3772bbfd391af4228e13de49f7546bfbcb031a4b225", kill_on_drop: false }` [INFO] [stdout] b01563f3a798a968c17bb3772bbfd391af4228e13de49f7546bfbcb031a4b225 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.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] 9435e171156efcf7310a623d07028297e1436269ac4bfc7796822c5056b54e29 [INFO] running `Command { std: "docker" "start" "-a" "9435e171156efcf7310a623d07028297e1436269ac4bfc7796822c5056b54e29", kill_on_drop: false }` [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling game-of-life-parsers v2.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Regex` is imported redundantly [INFO] [stdout] --> src/parsers/life_1_06_parser.rs:55:6 [INFO] [stdout] | [INFO] [stdout] 6 | use regex::Regex; [INFO] [stdout] | ------------ the item `Regex` is already imported here [INFO] [stdout] ... [INFO] [stdout] 55 | use regex::Regex; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/game_descriptor.rs:14:38 [INFO] [stdout] | [INFO] [stdout] 14 | fn no_negative_coords(&self) -> Box; [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] 14 - fn no_negative_coords(&self) -> Box; [INFO] [stdout] 14 + fn no_negative_coords(&self) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/default_game_descriptor.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | fn no_negative_coords(&self) -> 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] 50 - fn no_negative_coords(&self) -> Box { [INFO] [stdout] 50 + fn no_negative_coords(&self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/mod.rs:14:71 [INFO] [stdout] | [INFO] [stdout] 14 | fn parse<'a>(&mut self, input: Box) -> errors::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] 14 - fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] 14 + fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/mod.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | fn parse<'a>(&mut self, input: Box) -> errors::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] 14 - fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] 14 + fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_05_parser.rs:19:71 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_05_parser.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_06_parser.rs:19:71 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_06_parser.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.27s [INFO] running `Command { std: "docker" "inspect" "9435e171156efcf7310a623d07028297e1436269ac4bfc7796822c5056b54e29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9435e171156efcf7310a623d07028297e1436269ac4bfc7796822c5056b54e29", kill_on_drop: false }` [INFO] [stdout] 9435e171156efcf7310a623d07028297e1436269ac4bfc7796822c5056b54e29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d32aff879bdaedc92d85af52401595d108e3c98a71f394240c6836a84e36bc49 [INFO] running `Command { std: "docker" "start" "-a" "d32aff879bdaedc92d85af52401595d108e3c98a71f394240c6836a84e36bc49", kill_on_drop: false }` [INFO] [stderr] Compiling io-test-util v0.1.0 [INFO] [stdout] warning: the item `Regex` is imported redundantly [INFO] [stdout] --> src/parsers/life_1_06_parser.rs:55:6 [INFO] [stdout] | [INFO] [stdout] 6 | use regex::Regex; [INFO] [stdout] | ------------ the item `Regex` is already imported here [INFO] [stdout] ... [INFO] [stdout] 55 | use regex::Regex; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/game_descriptor.rs:14:38 [INFO] [stdout] | [INFO] [stdout] 14 | fn no_negative_coords(&self) -> Box; [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] 14 - fn no_negative_coords(&self) -> Box; [INFO] [stdout] 14 + fn no_negative_coords(&self) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/default_game_descriptor.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | fn no_negative_coords(&self) -> 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] 50 - fn no_negative_coords(&self) -> Box { [INFO] [stdout] 50 + fn no_negative_coords(&self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/mod.rs:14:71 [INFO] [stdout] | [INFO] [stdout] 14 | fn parse<'a>(&mut self, input: Box) -> errors::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] 14 - fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] 14 + fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/mod.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | fn parse<'a>(&mut self, input: Box) -> errors::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] 14 - fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] 14 + fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_05_parser.rs:19:71 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_05_parser.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_06_parser.rs:19:71 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_06_parser.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling game-of-life-parsers v2.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/test_life_1_05.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | let gd: Box = parser.parse(Box::new(file)).unwrap(); [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] 14 - let gd: Box = parser.parse(Box::new(file)).unwrap(); [INFO] [stdout] 14 + let gd: Box = parser.parse(Box::new(file)).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Regex` is imported redundantly [INFO] [stdout] --> src/parsers/life_1_06_parser.rs:55:6 [INFO] [stdout] | [INFO] [stdout] 6 | use regex::Regex; [INFO] [stdout] | ------------ the item `Regex` is already imported here [INFO] [stdout] ... [INFO] [stdout] 55 | use regex::Regex; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/game_descriptor.rs:14:38 [INFO] [stdout] | [INFO] [stdout] 14 | fn no_negative_coords(&self) -> Box; [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] 14 - fn no_negative_coords(&self) -> Box; [INFO] [stdout] 14 + fn no_negative_coords(&self) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/default_game_descriptor.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | fn no_negative_coords(&self) -> 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] 50 - fn no_negative_coords(&self) -> Box { [INFO] [stdout] 50 + fn no_negative_coords(&self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/mod.rs:14:71 [INFO] [stdout] | [INFO] [stdout] 14 | fn parse<'a>(&mut self, input: Box) -> errors::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] 14 - fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] 14 + fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/mod.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | fn parse<'a>(&mut self, input: Box) -> errors::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] 14 - fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] 14 + fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_05_parser.rs:19:71 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_05_parser.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_06_parser.rs:19:71 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/life_1_06_parser.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.93s [INFO] running `Command { std: "docker" "inspect" "d32aff879bdaedc92d85af52401595d108e3c98a71f394240c6836a84e36bc49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d32aff879bdaedc92d85af52401595d108e3c98a71f394240c6836a84e36bc49", kill_on_drop: false }` [INFO] [stdout] d32aff879bdaedc92d85af52401595d108e3c98a71f394240c6836a84e36bc49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", 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] 1c8a4f02a56247dd5a6f8433bd8ad37488f4b79546385dfb038d9a96c8cf48af [INFO] running `Command { std: "docker" "start" "-a" "1c8a4f02a56247dd5a6f8433bd8ad37488f4b79546385dfb038d9a96c8cf48af", kill_on_drop: false }` [INFO] [stderr] warning: the item `Regex` is imported redundantly [INFO] [stderr] --> src/parsers/life_1_06_parser.rs:55:6 [INFO] [stderr] | [INFO] [stderr] 6 | use regex::Regex; [INFO] [stderr] | ------------ the item `Regex` is already imported here [INFO] [stderr] ... [INFO] [stderr] 55 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game_descriptor.rs:14:38 [INFO] [stderr] | [INFO] [stderr] 14 | fn no_negative_coords(&self) -> Box; [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] 14 - fn no_negative_coords(&self) -> Box; [INFO] [stderr] 14 + fn no_negative_coords(&self) -> Box; [INFO] [stderr] | [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] running 20 tests [INFO] [stderr] --> src/default_game_descriptor.rs:50:38 [INFO] [stderr] | [INFO] [stderr] 50 | fn no_negative_coords(&self) -> 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] 50 - fn no_negative_coords(&self) -> Box { [INFO] [stderr] 50 + fn no_negative_coords(&self) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/mod.rs:14:71 [INFO] [stderr] | [INFO] [stderr] 14 | fn parse<'a>(&mut self, input: Box) -> errors::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] 14 - fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stderr] 14 + fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/mod.rs:14:37 [INFO] [stderr] | [INFO] [stderr] 14 | fn parse<'a>(&mut self, input: Box) -> errors::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] 14 - fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stderr] 14 + fn parse<'a>(&mut self, input: Box) -> errors::Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/life_1_05_parser.rs:19:71 [INFO] [stderr] | [INFO] [stderr] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stderr] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/life_1_05_parser.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stderr] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/life_1_06_parser.rs:19:71 [INFO] [stderr] | [INFO] [stderr] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stderr] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/life_1_06_parser.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 19 | fn parse<'a>(&mut self, input: Box) -> errors::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] 19 - fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stderr] 19 + fn parse<'a>(&mut self, input: Box) -> errors::Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `game-of-life-parsers` (lib) generated 9 warnings [INFO] [stderr] warning: `game-of-life-parsers` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/test_life_1_05.rs:14:14 [INFO] [stderr] | [INFO] [stderr] 14 | let gd: Box = parser.parse(Box::new(file)).unwrap(); [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] 14 - let gd: Box = parser.parse(Box::new(file)).unwrap(); [INFO] [stderr] 14 + let gd: Box = parser.parse(Box::new(file)).unwrap(); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `game-of-life-parsers` (test "test_life_1_05") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/game_of_life_parsers-27fcf4ba4c309909) [INFO] [stdout] test parsers::life_1_05_parser::test::commented_out_lines_should_be_ignored ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::parse_rules_should_parse_custom_rules ... ok [INFO] [stdout] test parsers::life_1_06_parser::test::should_ignore_commented_out_lines ... ok [INFO] [stdout] test parsers::life_1_06_parser::test::should_ignore_empty_lines ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::parser_should_understand_default_rules ... ok [INFO] [stdout] test default_game_descriptor::test::no_negative_coords_should_work ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::empty_lines_should_be_ignored ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::should_correctly_handle_io_errors ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::should_fail_on_unexpected_chars_outside_blocks ... ok [INFO] [stdout] test parsers::life_1_06_parser::test::should_fail_on_unexpected_chars ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::parse_offset_should_handle_too_big_coords ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::should_throw_error_on_wrong_format_annotation ... ok [INFO] [stdout] test parsers::life_1_06_parser::test::should_handle_too_big_coordinates ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::should_handle_too_big_vertical_coords ... ok [INFO] [stdout] test parsers::life_1_06_parser::test::should_correctly_handle_io_errors ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::should_raise_error_on_invalid_block_header ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::should_handle_too_big_horizontal_coords ... ok [INFO] [stdout] test parsers::life_1_06_parser::test::should_throw_error_on_wrong_format_annotation ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::should_raise_error_on_unexpected_character_in_block ... ok [INFO] [stdout] test parsers::life_1_05_parser::test::parse_rules_should_err ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s [INFO] [stdout] [INFO] [stderr] Running tests/test_life_1_05.rs (/opt/rustwide/target/debug/deps/test_life_1_05-f9f752ba2f2f0ef3) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/test_life_1_06.rs (/opt/rustwide/target/debug/deps/test_life_1_06-1f48c726641fb053) [INFO] [stdout] test parse_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test parse_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests game-of-life-parsers [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 11) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1c8a4f02a56247dd5a6f8433bd8ad37488f4b79546385dfb038d9a96c8cf48af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c8a4f02a56247dd5a6f8433bd8ad37488f4b79546385dfb038d9a96c8cf48af", kill_on_drop: false }` [INFO] [stdout] 1c8a4f02a56247dd5a6f8433bd8ad37488f4b79546385dfb038d9a96c8cf48af