[INFO] fetching crate railroad 0.1.1... [INFO] building railroad-0.1.1 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate railroad 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate railroad 0.1.1 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate railroad 0.1.1 [INFO] finished tweaking crates.io crate railroad 0.1.1 [INFO] tweaked toml for crates.io crate railroad 0.1.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 552893c8d70468991b2e69d92c25dd50cc8fa064fb1104e93ef6e273d72efca1 [INFO] running `Command { std: "docker" "start" "-a" "552893c8d70468991b2e69d92c25dd50cc8fa064fb1104e93ef6e273d72efca1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "552893c8d70468991b2e69d92c25dd50cc8fa064fb1104e93ef6e273d72efca1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "552893c8d70468991b2e69d92c25dd50cc8fa064fb1104e93ef6e273d72efca1", kill_on_drop: false }` [INFO] [stdout] 552893c8d70468991b2e69d92c25dd50cc8fa064fb1104e93ef6e273d72efca1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7f8012645f7413d0012fc2e54f7311734a71d80a7047dbb241b8e93e15347bd [INFO] running `Command { std: "docker" "start" "-a" "a7f8012645f7413d0012fc2e54f7311734a71d80a7047dbb241b8e93e15347bd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling railroad v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/notactuallysvg.rs:234:56 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:218:32 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:44 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator, i64)> + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:67 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:222:41 [INFO] [stdout] | [INFO] [stdout] 222 | impl RailroadNodeCollection for Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:53 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator, i64)> + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:76 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:316:23 [INFO] [stdout] | [INFO] [stdout] 316 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:322:34 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:329:39 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:334:40 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:373:23 [INFO] [stdout] | [INFO] [stdout] 373 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:386:39 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:391:40 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:432:23 [INFO] [stdout] | [INFO] [stdout] 432 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:437:34 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:441:39 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:446:40 [INFO] [stdout] | [INFO] [stdout] 446 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:749:23 [INFO] [stdout] | [INFO] [stdout] 749 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:757:34 [INFO] [stdout] | [INFO] [stdout] 757 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:769:40 [INFO] [stdout] | [INFO] [stdout] 769 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:37 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:64 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:880:23 [INFO] [stdout] | [INFO] [stdout] 880 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:34 [INFO] [stdout] | [INFO] [stdout] 886 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:40 [INFO] [stdout] | [INFO] [stdout] 911 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:915:37 [INFO] [stdout] | [INFO] [stdout] 915 | fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.46s [INFO] running `Command { std: "docker" "inspect" "a7f8012645f7413d0012fc2e54f7311734a71d80a7047dbb241b8e93e15347bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7f8012645f7413d0012fc2e54f7311734a71d80a7047dbb241b8e93e15347bd", kill_on_drop: false }` [INFO] [stdout] a7f8012645f7413d0012fc2e54f7311734a71d80a7047dbb241b8e93e15347bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9af6750af626301f502c8eb2f3291bbe83de83592c7718740d698796dac08b84 [INFO] running `Command { std: "docker" "start" "-a" "9af6750af626301f502c8eb2f3291bbe83de83592c7718740d698796dac08b84", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/notactuallysvg.rs:234:56 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:218:32 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:44 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator, i64)> + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:67 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:222:41 [INFO] [stdout] | [INFO] [stdout] 222 | impl RailroadNodeCollection for Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:53 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator, i64)> + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:76 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:316:23 [INFO] [stdout] | [INFO] [stdout] 316 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:322:34 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:329:39 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:334:40 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:373:23 [INFO] [stdout] | [INFO] [stdout] 373 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:386:39 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:391:40 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:432:23 [INFO] [stdout] | [INFO] [stdout] 432 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:437:34 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:441:39 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:446:40 [INFO] [stdout] | [INFO] [stdout] 446 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:749:23 [INFO] [stdout] | [INFO] [stdout] 749 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:757:34 [INFO] [stdout] | [INFO] [stdout] 757 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:769:40 [INFO] [stdout] | [INFO] [stdout] 769 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:37 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:64 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:880:23 [INFO] [stdout] | [INFO] [stdout] 880 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:34 [INFO] [stdout] | [INFO] [stdout] 886 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:40 [INFO] [stdout] | [INFO] [stdout] 911 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:915:37 [INFO] [stdout] | [INFO] [stdout] 915 | fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling railroad_verification v0.1.0 [INFO] [stderr] Compiling railroad v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 60 | verify!(simple_nonterm, dia!(nonterm!("Foobar"))); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | verify!(escape_nonterm, dia!(nonterm!("Foo"))); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | verify!(simple_term, dia!(term!("Foobar"))); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | verify!(escape_term, dia!(term!("Foo"))); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | verify!(simple_choice, dia!(choice!(term!("Foo"), term!("Bar")))); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 65 | verify!(simple_stack, dia!(stck!(term!("Foo"), term!("Bar")))); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | verify!(simple_comment, dia!(cmt!("Foobar"))); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | verify!(escape_comment, dia!(cmt!("Foo"))); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | verify!(simple_vertical, dia!(vert!(term!("Foo"), term!("Bar")))); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | verify!(simple_horizontal, dia!(horiz!(term!("Foo"), term!("Bar")))); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | verify!(simple_repeat, dia!(rpt!(term!("Foo")))); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 71 | verify!(simple_opt, dia!(opt!(term!("Foo")))); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | verify!(simple_lbox, dia!(lbox!(term!("Foo")))); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 73 | verify!(simple_link, dia!(lnk!(term!("Foo")))); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/verification.rs:32:77 [INFO] [stdout] | [INFO] [stdout] 32 | macro_rules! dia { ($r:expr) => { raw_dia!(seq!(SimpleStart, $r, SimpleEnd)); }; } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | verify!(blank_link, dia!( { let mut l = lnk!(term!("Foo")); l.set_target(Some(LinkTarget::Blank)); l })); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `dia` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/notactuallysvg.rs:234:56 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn debug(self, name: &str, x: i64, y: i64, n: &super::RailroadNode) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:218:32 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:44 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator, i64)> + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:218:67 [INFO] [stdout] | [INFO] [stdout] 218 | fn running_x<'a>(&'a self, i64) -> Box, i64)> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:222:41 [INFO] [stdout] | [INFO] [stdout] 222 | impl RailroadNodeCollection for Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:53 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator, i64)> + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:223:76 [INFO] [stdout] | [INFO] [stdout] 223 | fn running_x<'a>(&'a self, spacing: i64) -> Box, i64)> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:316:23 [INFO] [stdout] | [INFO] [stdout] 316 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:322:34 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:329:39 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:334:40 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:373:23 [INFO] [stdout] | [INFO] [stdout] 373 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:379:34 [INFO] [stdout] | [INFO] [stdout] 379 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:386:39 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:391:40 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:432:23 [INFO] [stdout] | [INFO] [stdout] 432 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:437:34 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn new(children: Vec>) -> Sequence { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:441:39 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn push(&mut self, child: Box) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:446:40 [INFO] [stdout] | [INFO] [stdout] 446 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:749:23 [INFO] [stdout] | [INFO] [stdout] 749 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:757:34 [INFO] [stdout] | [INFO] [stdout] 757 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:769:40 [INFO] [stdout] | [INFO] [stdout] 769 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:37 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:778:64 [INFO] [stdout] | [INFO] [stdout] 778 | fn padded_height(&self, child: &RailroadNode, next_child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:880:23 [INFO] [stdout] | [INFO] [stdout] 880 | children: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:34 [INFO] [stdout] | [INFO] [stdout] 886 | pub fn new(children: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:40 [INFO] [stdout] | [INFO] [stdout] 911 | pub fn into_inner(self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:915:37 [INFO] [stdout] | [INFO] [stdout] 915 | fn padded_height(&self, child: &RailroadNode) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RailroadNode` [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] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.20s [INFO] running `Command { std: "docker" "inspect" "9af6750af626301f502c8eb2f3291bbe83de83592c7718740d698796dac08b84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9af6750af626301f502c8eb2f3291bbe83de83592c7718740d698796dac08b84", kill_on_drop: false }` [INFO] [stdout] 9af6750af626301f502c8eb2f3291bbe83de83592c7718740d698796dac08b84