[INFO] fetching crate railroad 0.1.1... [INFO] checking railroad-0.1.1 against try#ddfd70ee3c3748e597b32f416b0d15a4f6e37685 for pr-87050 [INFO] extracting crate railroad 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate railroad 0.1.1 on toolchain ddfd70ee3c3748e597b32f416b0d15a4f6e37685 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded railroad_verification v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a5487516770b6b3396ad0e69c4bd05e383db18a80331d360574a432d8bef1a25 [INFO] running `Command { std: "docker" "start" "-a" "a5487516770b6b3396ad0e69c4bd05e383db18a80331d360574a432d8bef1a25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5487516770b6b3396ad0e69c4bd05e383db18a80331d360574a432d8bef1a25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5487516770b6b3396ad0e69c4bd05e383db18a80331d360574a432d8bef1a25", kill_on_drop: false }` [INFO] [stdout] a5487516770b6b3396ad0e69c4bd05e383db18a80331d360574a432d8bef1a25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 973eaba377afdafebddbaafd6020d312710d67fbdca3186a8ecd200140fcd7ba [INFO] running `Command { std: "docker" "start" "-a" "973eaba377afdafebddbaafd6020d312710d67fbdca3186a8ecd200140fcd7ba", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking htmlescape v0.3.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking 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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking railroad_verification v0.1.0 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.68s [INFO] running `Command { std: "docker" "inspect" "973eaba377afdafebddbaafd6020d312710d67fbdca3186a8ecd200140fcd7ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "973eaba377afdafebddbaafd6020d312710d67fbdca3186a8ecd200140fcd7ba", kill_on_drop: false }` [INFO] [stdout] 973eaba377afdafebddbaafd6020d312710d67fbdca3186a8ecd200140fcd7ba