[INFO] cloning repository https://github.com/chriswininger/rustDLAFractals [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chriswininger/rustDLAFractals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriswininger%2FrustDLAFractals", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriswininger%2FrustDLAFractals'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 47e24440362424bb811b631b5d8e8c3e0bfb0367 [INFO] checking chriswininger/rustDLAFractals against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchriswininger%2FrustDLAFractals" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chriswininger/rustDLAFractals on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/chriswininger/rustDLAFractals [INFO] finished tweaking git repo https://github.com/chriswininger/rustDLAFractals [INFO] tweaked toml for git repo https://github.com/chriswininger/rustDLAFractals written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/chriswininger/rustDLAFractals already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fcdf208ad4bf6a4485c6df1fbf5914930f02dc015f8c907afe28ada93019d5ce [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" "fcdf208ad4bf6a4485c6df1fbf5914930f02dc015f8c907afe28ada93019d5ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcdf208ad4bf6a4485c6df1fbf5914930f02dc015f8c907afe28ada93019d5ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcdf208ad4bf6a4485c6df1fbf5914930f02dc015f8c907afe28ada93019d5ce", kill_on_drop: false }` [INFO] [stdout] fcdf208ad4bf6a4485c6df1fbf5914930f02dc015f8c907afe28ada93019d5ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e8bf7cddbc9bc6f191c4675a20080b1038c365945063ca16dafd09ede25524d [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" "3e8bf7cddbc9bc6f191c4675a20080b1038c365945063ca16dafd09ede25524d", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking rand_pcg v0.1.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking deflate v0.7.19 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking rustDLAFractals v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable `trials` is assigned to, but never used [INFO] [stdout] --> src/main.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | let mut trials = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: consider using `_trials` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/dla/mod.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | for i in 0..numPoints { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/dla/mod.rs:111:35 [INFO] [stdout] | [INFO] [stdout] 111 | FieldPosition::OCCUPIED(point) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `coloredPoint` [INFO] [stdout] --> src/dla/mod.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 134 | FieldPosition::STUCK(coloredPoint) => {}, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_coloredPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/dla/mod.rs:164:21 [INFO] [stdout] | [INFO] [stdout] 164 | .map(|y| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/dla/mod.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | .map(|x| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/dla/mod.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | FieldPosition::OCCUPIED(point) => true, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/dla/mod.rs:209:28 [INFO] [stdout] | [INFO] [stdout] 209 | FieldPosition::STUCK(point) => true, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:222:28 [INFO] [stdout] | [INFO] [stdout] 222 | FieldPosition::STUCK(colorizedPoint) => return true, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:223:31 [INFO] [stdout] | [INFO] [stdout] 223 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:279:35 [INFO] [stdout] | [INFO] [stdout] 279 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:282:32 [INFO] [stdout] | [INFO] [stdout] 282 | FieldPosition::STUCK(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:300:35 [INFO] [stdout] | [INFO] [stdout] 300 | FieldPosition::OCCUPIED(colorizedPoint) => {}, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:301:32 [INFO] [stdout] | [INFO] [stdout] 301 | FieldPosition::STUCK(colorizedPoint) =>{ [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `trials` is assigned to, but never used [INFO] [stdout] --> src/main.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | let mut trials = 0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: consider using `_trials` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/dla/mod.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | for i in 0..numPoints { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/dla/mod.rs:111:35 [INFO] [stdout] | [INFO] [stdout] 111 | FieldPosition::OCCUPIED(point) => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `coloredPoint` [INFO] [stdout] --> src/dla/mod.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 134 | FieldPosition::STUCK(coloredPoint) => {}, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_coloredPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/dla/mod.rs:164:21 [INFO] [stdout] | [INFO] [stdout] 164 | .map(|y| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/dla/mod.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | .map(|x| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/dla/mod.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | FieldPosition::OCCUPIED(point) => true, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/dla/mod.rs:209:28 [INFO] [stdout] | [INFO] [stdout] 209 | FieldPosition::STUCK(point) => true, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `isEmpty` [INFO] [stdout] --> src/dla/mod.rs:263:6 [INFO] [stdout] | [INFO] [stdout] 263 | fn isEmpty(&self, x: i32, y: i32) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:222:28 [INFO] [stdout] | [INFO] [stdout] 222 | FieldPosition::STUCK(colorizedPoint) => return true, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:223:31 [INFO] [stdout] | [INFO] [stdout] 223 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:279:35 [INFO] [stdout] | [INFO] [stdout] 279 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:282:32 [INFO] [stdout] | [INFO] [stdout] 282 | FieldPosition::STUCK(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:300:35 [INFO] [stdout] | [INFO] [stdout] 300 | FieldPosition::OCCUPIED(colorizedPoint) => {}, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `colorizedPoint` [INFO] [stdout] --> src/dla/mod.rs:301:32 [INFO] [stdout] | [INFO] [stdout] 301 | FieldPosition::STUCK(colorizedPoint) =>{ [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_colorizedPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `rustDLAFractals` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `rust_dlafractals` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dlaField` should have a snake case name [INFO] [stdout] --> src/main.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut dlaField = [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dla_field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `saveToPNG` should have a snake case name [INFO] [stdout] --> src/main.rs:35:4 [INFO] [stdout] | [INFO] [stdout] 35 | fn saveToPNG(dlaField: &DLAField) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `save_to_png` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dlaField` should have a snake case name [INFO] [stdout] --> src/main.rs:35:14 [INFO] [stdout] | [INFO] [stdout] 35 | fn saveToPNG(dlaField: &DLAField) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dla_field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `positionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | pub positionHash: Vec> [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `numPoints` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn new(numPoints: i32, width: usize, height: usize) -> DLAField { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `num_points` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `positionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | let mut positionHash = DLAField::generateEmptyPositionHash(width, height); [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getOneDimensionalRepresentation` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn getOneDimensionalRepresentation(&self, scale: usize) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_one_dimensional_representation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `oneDimensionalLen` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | let oneDimensionalLen = width * height; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_dimensional_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `xOriginal` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | let xOriginal = x / scale as usize; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `x_original` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `yOriginal` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:58:11 [INFO] [stdout] | [INFO] [stdout] 58 | let yOriginal = y / scale as usize; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `y_original` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:64:33 [INFO] [stdout] | [INFO] [stdout] 64 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:70:30 [INFO] [stdout] | [INFO] [stdout] 70 | FieldPosition::STUCK(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `nextState` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn nextState(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `next_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `isDone` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | let mut isDone = true; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `is_done` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `cntStuck` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | let mut cntStuck = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `cnt_stuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `curVal` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:104:13 [INFO] [stdout] | [INFO] [stdout] 104 | let curVal = &self.positionHash[x as usize][y as usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `cur_val` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newPosition` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | let newPosition = self.findNextPosition(x as i32, y as i32); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `new_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `coloredPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 134 | FieldPosition::STUCK(coloredPoint) => {}, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `colored_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getWidth` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn getWidth(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `get_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getHeight` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn getHeight(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `get_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `generateEmptyPositionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:160:6 [INFO] [stdout] | [INFO] [stdout] 160 | fn generateEmptyPositionHash(width: usize, height: usize) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `generate_empty_position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `findNextPosition` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:174:6 [INFO] [stdout] | [INFO] [stdout] 174 | fn findNextPosition(&self, x: i32, y: i32) -> (i32, i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `find_next_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newX` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | let mut newX = if rng.gen_bool(0.5) { x + 1 } else { x - 1 }; [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `new_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newY` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | let mut newY = if rng.gen_bool(0.75) { y + 1 } else { y - 1 }; [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `new_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `attemptCount` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | let mut attemptCount = 0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `attempt_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `isPositionOccupied` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:205:6 [INFO] [stdout] | [INFO] [stdout] 205 | fn isPositionOccupied(positionHash: &Vec>, x: i32, y: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_position_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `positionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:205:25 [INFO] [stdout] | [INFO] [stdout] 205 | fn isPositionOccupied(positionHash: &Vec>, x: i32, y: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `isStuck` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:214:6 [INFO] [stdout] | [INFO] [stdout] 214 | fn isStuck(&self, x: i32, y: i32, recursion: bool) -> bool { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_stuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:222:28 [INFO] [stdout] | [INFO] [stdout] 222 | FieldPosition::STUCK(colorizedPoint) => return true, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:223:31 [INFO] [stdout] | [INFO] [stdout] 223 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `neighborX` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | let neighborX = x + dx as i32; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `neighbor_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `neighborY` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | let neighborY = y + dy as i32; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `neighbor_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `isEmpty` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:263:6 [INFO] [stdout] | [INFO] [stdout] 263 | fn isEmpty(&self, x: i32, y: i32) -> bool { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_empty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getOccpupiedCount` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn getOccpupiedCount(&self) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_occpupied_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:279:35 [INFO] [stdout] | [INFO] [stdout] 279 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:282:32 [INFO] [stdout] | [INFO] [stdout] 282 | FieldPosition::STUCK(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getStuckCount` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn getStuckCount(&self) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stuck_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:300:35 [INFO] [stdout] | [INFO] [stdout] 300 | FieldPosition::OCCUPIED(colorizedPoint) => {}, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:301:32 [INFO] [stdout] | [INFO] [stdout] 301 | FieldPosition::STUCK(colorizedPoint) =>{ [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `isEmpty` [INFO] [stdout] --> src/dla/mod.rs:263:6 [INFO] [stdout] | [INFO] [stdout] 263 | fn isEmpty(&self, x: i32, y: i32) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `rustDLAFractals` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `rust_dlafractals` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dlaField` should have a snake case name [INFO] [stdout] --> src/main.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | let mut dlaField = [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dla_field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `saveToPNG` should have a snake case name [INFO] [stdout] --> src/main.rs:35:4 [INFO] [stdout] | [INFO] [stdout] 35 | fn saveToPNG(dlaField: &DLAField) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `save_to_png` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dlaField` should have a snake case name [INFO] [stdout] --> src/main.rs:35:14 [INFO] [stdout] | [INFO] [stdout] 35 | fn saveToPNG(dlaField: &DLAField) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dla_field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `positionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | pub positionHash: Vec> [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `numPoints` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn new(numPoints: i32, width: usize, height: usize) -> DLAField { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `num_points` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `positionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | let mut positionHash = DLAField::generateEmptyPositionHash(width, height); [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getOneDimensionalRepresentation` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn getOneDimensionalRepresentation(&self, scale: usize) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_one_dimensional_representation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `oneDimensionalLen` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | let oneDimensionalLen = width * height; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_dimensional_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `xOriginal` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | let xOriginal = x / scale as usize; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `x_original` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `yOriginal` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:58:11 [INFO] [stdout] | [INFO] [stdout] 58 | let yOriginal = y / scale as usize; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `y_original` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:64:33 [INFO] [stdout] | [INFO] [stdout] 64 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:70:30 [INFO] [stdout] | [INFO] [stdout] 70 | FieldPosition::STUCK(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `nextState` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn nextState(&mut self) -> bool { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `next_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `isDone` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | let mut isDone = true; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `is_done` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `cntStuck` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | let mut cntStuck = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `cnt_stuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `curVal` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:104:13 [INFO] [stdout] | [INFO] [stdout] 104 | let curVal = &self.positionHash[x as usize][y as usize]; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `cur_val` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newPosition` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | let newPosition = self.findNextPosition(x as i32, y as i32); [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `new_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `coloredPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 134 | FieldPosition::STUCK(coloredPoint) => {}, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `colored_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getWidth` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn getWidth(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `get_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getHeight` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn getHeight(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `get_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `generateEmptyPositionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:160:6 [INFO] [stdout] | [INFO] [stdout] 160 | fn generateEmptyPositionHash(width: usize, height: usize) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `generate_empty_position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `findNextPosition` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:174:6 [INFO] [stdout] | [INFO] [stdout] 174 | fn findNextPosition(&self, x: i32, y: i32) -> (i32, i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `find_next_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newX` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | let mut newX = if rng.gen_bool(0.5) { x + 1 } else { x - 1 }; [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `new_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newY` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | let mut newY = if rng.gen_bool(0.75) { y + 1 } else { y - 1 }; [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `new_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `attemptCount` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | let mut attemptCount = 0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `attempt_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `isPositionOccupied` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:205:6 [INFO] [stdout] | [INFO] [stdout] 205 | fn isPositionOccupied(positionHash: &Vec>, x: i32, y: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_position_occupied` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `positionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:205:25 [INFO] [stdout] | [INFO] [stdout] 205 | fn isPositionOccupied(positionHash: &Vec>, x: i32, y: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `isStuck` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:214:6 [INFO] [stdout] | [INFO] [stdout] 214 | fn isStuck(&self, x: i32, y: i32, recursion: bool) -> bool { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_stuck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:222:28 [INFO] [stdout] | [INFO] [stdout] 222 | FieldPosition::STUCK(colorizedPoint) => return true, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:223:31 [INFO] [stdout] | [INFO] [stdout] 223 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `neighborX` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | let neighborX = x + dx as i32; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `neighbor_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `neighborY` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | let neighborY = y + dy as i32; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `neighbor_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `isEmpty` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:263:6 [INFO] [stdout] | [INFO] [stdout] 263 | fn isEmpty(&self, x: i32, y: i32) -> bool { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_empty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getOccpupiedCount` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn getOccpupiedCount(&self) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_occpupied_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:279:35 [INFO] [stdout] | [INFO] [stdout] 279 | FieldPosition::OCCUPIED(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:282:32 [INFO] [stdout] | [INFO] [stdout] 282 | FieldPosition::STUCK(colorizedPoint) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `getStuckCount` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn getStuckCount(&self) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stuck_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:300:35 [INFO] [stdout] | [INFO] [stdout] 300 | FieldPosition::OCCUPIED(colorizedPoint) => {}, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:301:32 [INFO] [stdout] | [INFO] [stdout] 301 | FieldPosition::STUCK(colorizedPoint) =>{ [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `isPositionOccupied_shouldReturnCorrectValues` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:318:6 [INFO] [stdout] | [INFO] [stdout] 318 | fn isPositionOccupied_shouldReturnCorrectValues() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_position_occupied_should_return_correct_values` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint1` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:319:9 [INFO] [stdout] | [INFO] [stdout] 319 | let colorizedPoint1: ColorizedPoint = ColorizedPoint { color: [0 ,0, 0,0 ]}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint2` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | let colorizedPoint2: ColorizedPoint = ColorizedPoint { color: [0 ,0, 0,0 ]}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `positionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:322:9 [INFO] [stdout] | [INFO] [stdout] 322 | let positionHash = [ [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `isStuck_shouldReturnCorrectValues` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:341:6 [INFO] [stdout] | [INFO] [stdout] 341 | fn isStuck_shouldReturnCorrectValues() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_stuck_should_return_correct_values` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint1` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:342:9 [INFO] [stdout] | [INFO] [stdout] 342 | let colorizedPoint1 = ColorizedPoint { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint2` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 346 | let colorizedPoint2 = ColorizedPoint { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint3` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:350:9 [INFO] [stdout] | [INFO] [stdout] 350 | let colorizedPoint3 = ColorizedPoint { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `colorizedPoint4` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:354:9 [INFO] [stdout] | [INFO] [stdout] 354 | let colorizedPoint4 = ColorizedPoint { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `colorized_point4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `positionHash` should have a snake case name [INFO] [stdout] --> src/dla/mod.rs:358:9 [INFO] [stdout] | [INFO] [stdout] 358 | let positionHash = [ [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `position_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 55 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.46s [INFO] running `Command { std: "docker" "inspect" "3e8bf7cddbc9bc6f191c4675a20080b1038c365945063ca16dafd09ede25524d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e8bf7cddbc9bc6f191c4675a20080b1038c365945063ca16dafd09ede25524d", kill_on_drop: false }` [INFO] [stdout] 3e8bf7cddbc9bc6f191c4675a20080b1038c365945063ca16dafd09ede25524d