[INFO] fetching crate minutae 0.2.2... [INFO] checking minutae-0.2.2 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate minutae 0.2.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate minutae 0.2.2 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate minutae 0.2.2 [INFO] finished tweaking crates.io crate minutae 0.2.2 [INFO] tweaked toml for crates.io crate minutae 0.2.2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce0e60e8cad76c912b12e968d48f2cc04570bfec32321e5d4198b0ad0c66d327 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ce0e60e8cad76c912b12e968d48f2cc04570bfec32321e5d4198b0ad0c66d327", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce0e60e8cad76c912b12e968d48f2cc04570bfec32321e5d4198b0ad0c66d327", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce0e60e8cad76c912b12e968d48f2cc04570bfec32321e5d4198b0ad0c66d327", kill_on_drop: false }` [INFO] [stdout] ce0e60e8cad76c912b12e968d48f2cc04570bfec32321e5d4198b0ad0c66d327 [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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aaad10d154da3adea6c58d6bb9c536f1db3a2121babbce5066f18add90069d93 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aaad10d154da3adea6c58d6bb9c536f1db3a2121babbce5066f18add90069d93", kill_on_drop: false }` [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 uuid v0.5.1 [INFO] [stderr] Checking minutae v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:45:36 [INFO] [stdout] | [INFO] [stdout] 45 | cell_action_executor: &mut FnMut(CA, usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CA, usize)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | self_action_executor: &mut FnMut(SelfAction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(SelfAction)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:47:38 [INFO] [stdout] | [INFO] [stdout] 47 | entity_action_executor: &mut FnMut(EA, usize, Uuid) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(EA, usize, Uuid)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:64:39 [INFO] [stdout] | [INFO] [stdout] 64 | conf: UniverseConf, gen: &mut Generator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Generator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:71:40 [INFO] [stdout] | [INFO] [stdout] 71 | cell_action_executor: &mut FnMut(CA, usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CA, usize)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:72:40 [INFO] [stdout] | [INFO] [stdout] 72 | self_action_executor: &mut FnMut(SelfAction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(SelfAction)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:73:42 [INFO] [stdout] | [INFO] [stdout] 73 | entity_action_executor: &mut FnMut(EA, usize, Uuid) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(EA, usize, Uuid)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/serial.rs:28:35 [INFO] [stdout] | [INFO] [stdout] 28 | > Engine for Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SerialEngine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/serial.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | let cell_iterator: &mut GridIterator = &mut self.iter_cells(&universe.cells); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn GridIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:68:40 [INFO] [stdout] | [INFO] [stdout] 68 | cell_action_executor: &mut FnMut(CA, usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CA, usize)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:69:40 [INFO] [stdout] | [INFO] [stdout] 69 | self_action_executor: &mut FnMut(SelfAction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(SelfAction)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:70:42 [INFO] [stdout] | [INFO] [stdout] 70 | entity_action_executor: &mut FnMut(EA, usize, Uuid) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(EA, usize, Uuid)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:228:37 [INFO] [stdout] | [INFO] [stdout] 228 | let grid_iterator: &mut GridIterator = grid_iterator; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn GridIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/iterator.rs:14:31 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a> Iterator for &'a mut GridIterator { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn GridIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/mod.rs:18:69 [INFO] [stdout] | [INFO] [stdout] 18 | fn init(self, universe: Universe, N, &mut [Box>]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Middleware` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/mod.rs:51:97 [INFO] [stdout] | [INFO] [stdout] 51 | fn init(self, mut universe: Universe, mut engine: N, middleware: &mut [Box>]) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Middleware` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:45:36 [INFO] [stdout] | [INFO] [stdout] 45 | cell_action_executor: &mut FnMut(CA, usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CA, usize)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | self_action_executor: &mut FnMut(SelfAction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(SelfAction)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:47:38 [INFO] [stdout] | [INFO] [stdout] 47 | entity_action_executor: &mut FnMut(EA, usize, Uuid) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(EA, usize, Uuid)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:64:39 [INFO] [stdout] | [INFO] [stdout] 64 | conf: UniverseConf, gen: &mut Generator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Generator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:71:40 [INFO] [stdout] | [INFO] [stdout] 71 | cell_action_executor: &mut FnMut(CA, usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CA, usize)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:72:40 [INFO] [stdout] | [INFO] [stdout] 72 | self_action_executor: &mut FnMut(SelfAction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(SelfAction)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:73:42 [INFO] [stdout] | [INFO] [stdout] 73 | entity_action_executor: &mut FnMut(EA, usize, Uuid) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(EA, usize, Uuid)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/serial.rs:28:35 [INFO] [stdout] | [INFO] [stdout] 28 | > Engine for Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SerialEngine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/serial.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | let cell_iterator: &mut GridIterator = &mut self.iter_cells(&universe.cells); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn GridIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:68:40 [INFO] [stdout] | [INFO] [stdout] 68 | cell_action_executor: &mut FnMut(CA, usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(CA, usize)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:69:40 [INFO] [stdout] | [INFO] [stdout] 69 | self_action_executor: &mut FnMut(SelfAction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(SelfAction)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:70:42 [INFO] [stdout] | [INFO] [stdout] 70 | entity_action_executor: &mut FnMut(EA, usize, Uuid) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(EA, usize, Uuid)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:228:37 [INFO] [stdout] | [INFO] [stdout] 228 | let grid_iterator: &mut GridIterator = grid_iterator; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn GridIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/iterator.rs:14:31 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a> Iterator for &'a mut GridIterator { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn GridIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/mod.rs:18:69 [INFO] [stdout] | [INFO] [stdout] 18 | fn init(self, universe: Universe, N, &mut [Box>]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Middleware` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/mod.rs:51:97 [INFO] [stdout] | [INFO] [stdout] 51 | fn init(self, mut universe: Universe, mut engine: N, middleware: &mut [Box>]) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Middleware` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/driver/mod.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | for mut m in middleware.iter_mut() { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(conservative_impl_trait, test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/engine/parallel.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 20 | C, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/engine/parallel.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/engine/parallel.rs:20:62 [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA, EA: EntityAction + 'static [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/engine/parallel.rs:20:91 [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/driver/mod.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | for mut m in middleware.iter_mut() { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(conservative_impl_trait, test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/engine/parallel.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 20 | C, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/engine/parallel.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/engine/parallel.rs:20:62 [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA, EA: EntityAction + 'static [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/engine/parallel.rs:20:91 [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.21s [INFO] running `Command { std: "docker" "inspect" "aaad10d154da3adea6c58d6bb9c536f1db3a2121babbce5066f18add90069d93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aaad10d154da3adea6c58d6bb9c536f1db3a2121babbce5066f18add90069d93", kill_on_drop: false }` [INFO] [stdout] aaad10d154da3adea6c58d6bb9c536f1db3a2121babbce5066f18add90069d93