[INFO] fetching crate moonlander-gp 0.1.1... [INFO] checking moonlander-gp-0.1.1 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate moonlander-gp 0.1.1 into /workspace/builds/worker-44/source [INFO] validating manifest of crates.io crate moonlander-gp 0.1.1 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate moonlander-gp 0.1.1 [INFO] finished tweaking crates.io crate moonlander-gp 0.1.1 [INFO] tweaked toml for crates.io crate moonlander-gp 0.1.1 written to /workspace/builds/worker-44/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be03142fc7e70b26e4328906d4bcc9b867f95c63001d1b8fbf8b22a2a5b0904f [INFO] running `Command { std: "docker" "start" "-a" "be03142fc7e70b26e4328906d4bcc9b867f95c63001d1b8fbf8b22a2a5b0904f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be03142fc7e70b26e4328906d4bcc9b867f95c63001d1b8fbf8b22a2a5b0904f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be03142fc7e70b26e4328906d4bcc9b867f95c63001d1b8fbf8b22a2a5b0904f", kill_on_drop: false }` [INFO] [stdout] be03142fc7e70b26e4328906d4bcc9b867f95c63001d1b8fbf8b22a2a5b0904f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5270ddded29c76b6c0e02ce6e60f89a303d8f90869893516b39c0d711e8b03b8 [INFO] running `Command { std: "docker" "start" "-a" "5270ddded29c76b6c0e02ce6e60f89a303d8f90869893516b39c0d711e8b03b8", kill_on_drop: false }` [INFO] [stderr] Checking deque v0.3.2 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking downcast v0.6.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking rayon v0.4.3 [INFO] [stderr] Checking moonlander-gp v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn children(&self) -> Vec<&AstNode>; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ast.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | fn replace_child(&self, old_child: &AstNode, new_child: &mut Option>) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:17:77 [INFO] [stdout] | [INFO] [stdout] 17 | fn replace_child(&self, old_child: &AstNode, new_child: &mut Option>) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:17:95 [INFO] [stdout] | [INFO] [stdout] 17 | fn replace_child(&self, old_child: &AstNode, new_child: &mut Option>) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | downcast_methods!(AstNode); [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:34:49 [INFO] [stdout] | [INFO] [stdout] 34 | fn mutate(&self, max_height: i32, rng: &mut Rng) -> Box; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/ast.rs:34:61 [INFO] [stdout] | [INFO] [stdout] 34 | fn mutate(&self, max_height: i32, rng: &mut Rng) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 43 | fn copy(&self) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:48:27 [INFO] [stdout] | [INFO] [stdout] 48 | fn copy(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn depth(node: &AstNode) -> usize { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:63:19 [INFO] [stdout] | [INFO] [stdout] 63 | pub node: &'a AstNode, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:68:45 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn find_nodes_and_parents<'a>(root: &'a AstNode) -> Vec>> { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:79:48 [INFO] [stdout] | [INFO] [stdout] 79 | fn find_nodes_and_parents_into<'a>(parent: &'a AstNode, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:95:45 [INFO] [stdout] | [INFO] [stdout] 95 | fn same_node(node1: &T, node2: &AstNode) -> bool { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:108:66 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn clone_or_replace(child: &T, old_child: &AstNode, new_child: &mut Option>) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:108:102 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn clone_or_replace(child: &T, old_child: &AstNode, new_child: &mut Option>) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:117:73 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn replace_to_root(nap: &Rc, new_child: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:122:84 [INFO] [stdout] | [INFO] [stdout] 122 | fn do_replace_to_root(nap: &Rc, new_child: &mut Option>) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/population.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/population.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | where S: Fn(&P, &mut Rng) -> F + Sync [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/population.rs:46:55 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn score(&mut self, scoring_fn: S, _: &mut Rng) [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/random_pop.rs:16:45 [INFO] [stdout] | [INFO] [stdout] 16 | fn rand(weights: NodeWeights, rng: &mut Rng) -> Self; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/random_pop.rs:20:49 [INFO] [stdout] | [INFO] [stdout] 20 | fn mutate(&self, max_height: i32, rng: &mut Rng) -> Box { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/random_pop.rs:20:61 [INFO] [stdout] | [INFO] [stdout] 20 | fn mutate(&self, max_height: i32, rng: &mut Rng) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/random_pop.rs:80:50 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn randomized(max_height: i32, rng: &mut Rng) -> NodeWeights { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/random_pop.rs:96:52 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn gen_child(&self, rng: &mut Rng) -> Box

{ [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/genetic/fitness.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Clone,RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/genetic/select.rs:7:100 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn tournament_selection<'a, P, F>(tournament_size: usize, pop: &'a Population, rng: &mut Rng) -> &'a P [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/genetic/evolve.rs:24:52 [INFO] [stdout] | [INFO] [stdout] 24 | S: for<'a> Fn(&'a Population, &mut Rng) -> &'a P [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/impl_astnode.rs:82:40 [INFO] [stdout] | [INFO] [stdout] 82 | fn children(&self) -> Vec<&$crate::AstNode> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::AstNode` [INFO] [stdout] ... [INFO] [stdout] 126 | / impl_astnode!(Tree, 666, [INFO] [stdout] 127 | | leaf Leaf((data d |rng: &mut ::rand::Rng| (rng.next_u32() % 100) as i32)), [INFO] [stdout] 128 | | int Node(left, right)); [INFO] [stdout] | |_________________________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (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/impl_astnode.rs:92:50 [INFO] [stdout] | [INFO] [stdout] 92 | fn replace_child(&self, _old_child: &$crate::AstNode, _new_child: &mut Option>) -> Box<$crate::AstNode> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::AstNode` [INFO] [stdout] ... [INFO] [stdout] 126 | / impl_astnode!(Tree, 666, [INFO] [stdout] 127 | | leaf Leaf((data d |rng: &mut ::rand::Rng| (rng.next_u32() % 100) as i32)), [INFO] [stdout] 128 | | int Node(left, right)); [INFO] [stdout] | |_________________________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (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/impl_astnode.rs:92:95 [INFO] [stdout] | [INFO] [stdout] 92 | fn replace_child(&self, _old_child: &$crate::AstNode, _new_child: &mut Option>) -> Box<$crate::AstNode> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::AstNode` [INFO] [stdout] ... [INFO] [stdout] 126 | / impl_astnode!(Tree, 666, [INFO] [stdout] 127 | | leaf Leaf((data d |rng: &mut ::rand::Rng| (rng.next_u32() % 100) as i32)), [INFO] [stdout] 128 | | int Node(left, right)); [INFO] [stdout] | |_________________________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (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/impl_astnode.rs:92:121 [INFO] [stdout] | [INFO] [stdout] 92 | fn replace_child(&self, _old_child: &$crate::AstNode, _new_child: &mut Option>) -> Box<$crate::AstNode> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::AstNode` [INFO] [stdout] ... [INFO] [stdout] 126 | / impl_astnode!(Tree, 666, [INFO] [stdout] 127 | | leaf Leaf((data d |rng: &mut ::rand::Rng| (rng.next_u32() % 100) as i32)), [INFO] [stdout] 128 | | int Node(left, right)); [INFO] [stdout] | |_________________________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (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/impl_astnode.rs:104:61 [INFO] [stdout] | [INFO] [stdout] 104 | fn rand(weights: $crate::NodeWeights, rng: &mut ::rand::Rng) -> $enum_name { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn (::rand::Rng)` [INFO] [stdout] ... [INFO] [stdout] 126 | / impl_astnode!(Tree, 666, [INFO] [stdout] 127 | | leaf Leaf((data d |rng: &mut ::rand::Rng| (rng.next_u32() % 100) as i32)), [INFO] [stdout] 128 | | int Node(left, right)); [INFO] [stdout] | |_________________________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (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/impl_astnode.rs:127:48 [INFO] [stdout] | [INFO] [stdout] 127 | leaf Leaf((data d |rng: &mut ::rand::Rng| (rng.next_u32() % 100) as i32)), [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn (::rand::Rng)` [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/impl_astnode.rs:141:42 [INFO] [stdout] | [INFO] [stdout] 141 | let mut replacement : Option> = Some(Box::new(Tree::Leaf(2))); [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn children(&self) -> Vec<&AstNode>; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | fn replace_child(&self, old_child: &AstNode, new_child: &mut Option>) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:17:77 [INFO] [stdout] | [INFO] [stdout] 17 | fn replace_child(&self, old_child: &AstNode, new_child: &mut Option>) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:17:95 [INFO] [stdout] | [INFO] [stdout] 17 | fn replace_child(&self, old_child: &AstNode, new_child: &mut Option>) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | downcast_methods!(AstNode); [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:34:49 [INFO] [stdout] | [INFO] [stdout] 34 | fn mutate(&self, max_height: i32, rng: &mut Rng) -> Box; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/ast.rs:34:61 [INFO] [stdout] | [INFO] [stdout] 34 | fn mutate(&self, max_height: i32, rng: &mut Rng) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 43 | fn copy(&self) -> Box; [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:48:27 [INFO] [stdout] | [INFO] [stdout] 48 | fn copy(&self) -> Box { Box::new(self.clone()) } [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn depth(node: &AstNode) -> usize { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:63:19 [INFO] [stdout] | [INFO] [stdout] 63 | pub node: &'a AstNode, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:68:45 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn find_nodes_and_parents<'a>(root: &'a AstNode) -> Vec>> { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:79:48 [INFO] [stdout] | [INFO] [stdout] 79 | fn find_nodes_and_parents_into<'a>(parent: &'a AstNode, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:95:45 [INFO] [stdout] | [INFO] [stdout] 95 | fn same_node(node1: &T, node2: &AstNode) -> bool { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:108:66 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn clone_or_replace(child: &T, old_child: &AstNode, new_child: &mut Option>) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:108:102 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn clone_or_replace(child: &T, old_child: &AstNode, new_child: &mut Option>) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:117:73 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn replace_to_root(nap: &Rc, new_child: Box) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:122:84 [INFO] [stdout] | [INFO] [stdout] 122 | fn do_replace_to_root(nap: &Rc, new_child: &mut Option>) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:150:36 [INFO] [stdout] | [INFO] [stdout] 150 | fn children(&self) -> Vec<&AstNode> { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:158:45 [INFO] [stdout] | [INFO] [stdout] 158 | fn replace_child(&self, old_child: &AstNode, new_child: &mut Option>) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:158:81 [INFO] [stdout] | [INFO] [stdout] 158 | fn replace_child(&self, old_child: &AstNode, new_child: &mut Option>) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:158:99 [INFO] [stdout] | [INFO] [stdout] 158 | fn replace_child(&self, old_child: &AstNode, new_child: &mut Option>) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:171:42 [INFO] [stdout] | [INFO] [stdout] 171 | fn mutate(&self, _: i32, _: &mut Rng) -> Box { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/ast.rs:171:54 [INFO] [stdout] | [INFO] [stdout] 171 | fn mutate(&self, _: i32, _: &mut Rng) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:176:38 [INFO] [stdout] | [INFO] [stdout] 176 | fn expect_node(value: u32, ast: &AstNode) { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/ast.rs:212:69 [INFO] [stdout] | [INFO] [stdout] 212 | let mut new_child = Some(Box::new(TestNode::Leaf(3)) as Box); [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/population.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | #[derive(RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/population.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | where S: Fn(&P, &mut Rng) -> F + Sync [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/population.rs:46:55 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn score(&mut self, scoring_fn: S, _: &mut Rng) [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/random_pop.rs:16:45 [INFO] [stdout] | [INFO] [stdout] 16 | fn rand(weights: NodeWeights, rng: &mut Rng) -> Self; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/random_pop.rs:20:49 [INFO] [stdout] | [INFO] [stdout] 20 | fn mutate(&self, max_height: i32, rng: &mut Rng) -> Box { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/random_pop.rs:20:61 [INFO] [stdout] | [INFO] [stdout] 20 | fn mutate(&self, max_height: i32, rng: &mut Rng) -> Box { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn AstNode` [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/random_pop.rs:80:50 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn randomized(max_height: i32, rng: &mut Rng) -> NodeWeights { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/random_pop.rs:96:52 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn gen_child(&self, rng: &mut Rng) -> Box

{ [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/impl_astnode.rs:82:40 [INFO] [stdout] | [INFO] [stdout] 82 | fn children(&self) -> Vec<&$crate::AstNode> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::AstNode` [INFO] [stdout] | [INFO] [stdout] ::: src/random_pop.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / impl_astnode!(List, 0, [INFO] [stdout] 121 | | int Cons(next), [INFO] [stdout] 122 | | leaf Nil()); [INFO] [stdout] | |______________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (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/impl_astnode.rs:92:50 [INFO] [stdout] | [INFO] [stdout] 92 | fn replace_child(&self, _old_child: &$crate::AstNode, _new_child: &mut Option>) -> Box<$crate::AstNode> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::AstNode` [INFO] [stdout] | [INFO] [stdout] ::: src/random_pop.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / impl_astnode!(List, 0, [INFO] [stdout] 121 | | int Cons(next), [INFO] [stdout] 122 | | leaf Nil()); [INFO] [stdout] | |______________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (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/impl_astnode.rs:92:95 [INFO] [stdout] | [INFO] [stdout] 92 | fn replace_child(&self, _old_child: &$crate::AstNode, _new_child: &mut Option>) -> Box<$crate::AstNode> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::AstNode` [INFO] [stdout] | [INFO] [stdout] ::: src/random_pop.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / impl_astnode!(List, 0, [INFO] [stdout] 121 | | int Cons(next), [INFO] [stdout] 122 | | leaf Nil()); [INFO] [stdout] | |______________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (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/impl_astnode.rs:92:121 [INFO] [stdout] | [INFO] [stdout] 92 | fn replace_child(&self, _old_child: &$crate::AstNode, _new_child: &mut Option>) -> Box<$crate::AstNode> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $crate::AstNode` [INFO] [stdout] | [INFO] [stdout] ::: src/random_pop.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / impl_astnode!(List, 0, [INFO] [stdout] 121 | | int Cons(next), [INFO] [stdout] 122 | | leaf Nil()); [INFO] [stdout] | |______________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (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/impl_astnode.rs:104:61 [INFO] [stdout] | [INFO] [stdout] 104 | fn rand(weights: $crate::NodeWeights, rng: &mut ::rand::Rng) -> $enum_name { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn (::rand::Rng)` [INFO] [stdout] | [INFO] [stdout] ::: src/random_pop.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / impl_astnode!(List, 0, [INFO] [stdout] 121 | | int Cons(next), [INFO] [stdout] 122 | | leaf Nil()); [INFO] [stdout] | |______________________________- in this macro invocation [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] = note: this warning originates in the macro `impl_astnode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/genetic/fitness.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Clone,RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/genetic/select.rs:7:100 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn tournament_selection<'a, P, F>(tournament_size: usize, pop: &'a Population, rng: &mut Rng) -> &'a P [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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/genetic/evolve.rs:24:52 [INFO] [stdout] | [INFO] [stdout] 24 | S: for<'a> Fn(&'a Population, &mut Rng) -> &'a P [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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: field is never read: `vtable` [INFO] [stdout] --> src/ast.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | pub vtable: *mut (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/santa_fe_ant.rs:47:43 [INFO] [stdout] | [INFO] [stdout] 47 | fn score_ant(program: &Statement, _: &mut Rng) -> SimpleFitness { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Rng` [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: field is never read: `vtable` [INFO] [stdout] --> src/ast.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | pub vtable: *mut (), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.19s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5270ddded29c76b6c0e02ce6e60f89a303d8f90869893516b39c0d711e8b03b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5270ddded29c76b6c0e02ce6e60f89a303d8f90869893516b39c0d711e8b03b8", kill_on_drop: false }` [INFO] [stdout] 5270ddded29c76b6c0e02ce6e60f89a303d8f90869893516b39c0d711e8b03b8