Oct 21 14:19:57.217 INFO checking royburner/algolib against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:19:57.218 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 14:19:57.692 INFO blam! 2587cb4d9e92c490fe12480624eb253db14b8eca37e70e9ce9c9cc1370c1876e Oct 21 14:19:57.692 INFO running `"docker" "start" "-a" "2587cb4d9e92c490fe12480624eb253db14b8eca37e70e9ce9c9cc1370c1876e"` Oct 21 14:19:59.285 INFO kablam! usermod: no changes Oct 21 14:19:59.356 INFO kablam! Checking algolib v0.0.1 (/source) Oct 21 14:19:59.881 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 21 14:19:59.881 INFO kablam! --> src/a_star.rs:34:19 Oct 21 14:19:59.881 INFO kablam! | Oct 21 14:19:59.882 INFO kablam! 34 | let absX = match(point.x>self.goal.x){//TODO refactor Oct 21 14:19:59.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:19:59.882 INFO kablam! | Oct 21 14:19:59.883 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:19:59.883 INFO kablam! Oct 21 14:19:59.883 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 21 14:19:59.883 INFO kablam! --> src/a_star.rs:38:19 Oct 21 14:19:59.884 INFO kablam! | Oct 21 14:19:59.884 INFO kablam! 38 | let absY = match(point.y>self.goal.y){ Oct 21 14:19:59.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:19:59.885 INFO kablam! Oct 21 14:19:59.929 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 21 14:19:59.929 INFO kablam! --> src/a_star.rs:34:19 Oct 21 14:19:59.930 INFO kablam! | Oct 21 14:19:59.930 INFO kablam! 34 | let absX = match(point.x>self.goal.x){//TODO refactor Oct 21 14:19:59.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:19:59.931 INFO kablam! | Oct 21 14:19:59.931 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:19:59.931 INFO kablam! Oct 21 14:19:59.931 INFO kablam! warning: unnecessary parentheses around `match` head expression Oct 21 14:19:59.932 INFO kablam! --> src/a_star.rs:38:19 Oct 21 14:19:59.932 INFO kablam! | Oct 21 14:19:59.932 INFO kablam! 38 | let absY = match(point.y>self.goal.y){ Oct 21 14:19:59.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:19:59.933 INFO kablam! Oct 21 14:20:00.084 INFO kablam! warning: unused variable: `closedSet` Oct 21 14:20:00.084 INFO kablam! --> src/a_star.rs:46:11 Oct 21 14:20:00.084 INFO kablam! | Oct 21 14:20:00.084 INFO kablam! 46 | let mut closedSet : HashSet = HashSet::new();// The set of nodes already evaluated. Oct 21 14:20:00.084 INFO kablam! | ^^^^^^^^^ help: consider using `_closedSet` instead Oct 21 14:20:00.084 INFO kablam! | Oct 21 14:20:00.084 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:20:00.084 INFO kablam! Oct 21 14:20:00.084 INFO kablam! warning: unused variable: `cameFrom` Oct 21 14:20:00.084 INFO kablam! --> src/a_star.rs:49:11 Oct 21 14:20:00.084 INFO kablam! | Oct 21 14:20:00.084 INFO kablam! 49 | let mut cameFrom : HashMap = HashMap::new(); // The map of navigated nodes. Oct 21 14:20:00.084 INFO kablam! | ^^^^^^^^ help: consider using `_cameFrom` instead Oct 21 14:20:00.084 INFO kablam! Oct 21 14:20:00.104 INFO kablam! warning: variable does not need to be mutable Oct 21 14:20:00.104 INFO kablam! --> src/a_star.rs:46:7 Oct 21 14:20:00.104 INFO kablam! | Oct 21 14:20:00.104 INFO kablam! 46 | let mut closedSet : HashSet = HashSet::new();// The set of nodes already evaluated. Oct 21 14:20:00.104 INFO kablam! | ----^^^^^^^^^ Oct 21 14:20:00.104 INFO kablam! | | Oct 21 14:20:00.104 INFO kablam! | help: remove this `mut` Oct 21 14:20:00.116 INFO kablam! | Oct 21 14:20:00.117 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:20:00.117 INFO kablam! Oct 21 14:20:00.117 INFO kablam! warning: variable does not need to be mutable Oct 21 14:20:00.117 INFO kablam! --> src/a_star.rs:49:7 Oct 21 14:20:00.117 INFO kablam! | Oct 21 14:20:00.117 INFO kablam! 49 | let mut cameFrom : HashMap = HashMap::new(); // The map of navigated nodes. Oct 21 14:20:00.117 INFO kablam! | ----^^^^^^^^ Oct 21 14:20:00.117 INFO kablam! | | Oct 21 14:20:00.117 INFO kablam! | help: remove this `mut` Oct 21 14:20:00.117 INFO kablam! Oct 21 14:20:00.117 INFO kablam! warning: struct is never constructed: `Board` Oct 21 14:20:00.117 INFO kablam! --> src/a_star.rs:9:1 Oct 21 14:20:00.117 INFO kablam! | Oct 21 14:20:00.117 INFO kablam! 9 | struct Board{ Oct 21 14:20:00.117 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:20:00.117 INFO kablam! | Oct 21 14:20:00.117 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:20:00.117 INFO kablam! Oct 21 14:20:00.117 INFO kablam! warning: method is never used: `new` Oct 21 14:20:00.117 INFO kablam! --> src/a_star.rs:19:2 Oct 21 14:20:00.117 INFO kablam! | Oct 21 14:20:00.117 INFO kablam! 19 | fn new(width : usize)->Board{ Oct 21 14:20:00.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:20:00.117 INFO kablam! Oct 21 14:20:00.117 INFO kablam! warning: method is never used: `newGScoreWithInfinity` Oct 21 14:20:00.117 INFO kablam! --> src/a_star.rs:23:2 Oct 21 14:20:00.117 INFO kablam! | Oct 21 14:20:00.117 INFO kablam! 23 | fn newGScoreWithInfinity(&self) -> HashMap{ Oct 21 14:20:00.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:20:00.117 INFO kablam! Oct 21 14:20:00.118 INFO kablam! warning: method is never used: `heuristic_cost_estimate` Oct 21 14:20:00.118 INFO kablam! --> src/a_star.rs:33:2 Oct 21 14:20:00.118 INFO kablam! | Oct 21 14:20:00.118 INFO kablam! 33 | fn heuristic_cost_estimate(&self, point:Point)->usize{ Oct 21 14:20:00.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:20:00.118 INFO kablam! Oct 21 14:20:00.118 INFO kablam! warning: method is never used: `a_star` Oct 21 14:20:00.118 INFO kablam! --> src/a_star.rs:45:2 Oct 21 14:20:00.118 INFO kablam! | Oct 21 14:20:00.118 INFO kablam! 45 | fn a_star(&self) -> Option>{ Oct 21 14:20:00.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:20:00.118 INFO kablam! Oct 21 14:20:00.128 INFO kablam! warning: method `newGScoreWithInfinity` should have a snake case name such as `new_gscore_with_infinity` Oct 21 14:20:00.128 INFO kablam! --> src/a_star.rs:23:2 Oct 21 14:20:00.128 INFO kablam! | Oct 21 14:20:00.128 INFO kablam! 23 | fn newGScoreWithInfinity(&self) -> HashMap{ Oct 21 14:20:00.128 INFO kablam! | _____^ Oct 21 14:20:00.128 INFO kablam! 24 | | let mut gScore : HashMap = HashMap::new(); Oct 21 14:20:00.128 INFO kablam! 25 | | for i in 0..self.width{ Oct 21 14:20:00.128 INFO kablam! 26 | | for j in 0..self.height{ Oct 21 14:20:00.128 INFO kablam! ... | Oct 21 14:20:00.128 INFO kablam! 30 | | gScore Oct 21 14:20:00.128 INFO kablam! 31 | | } Oct 21 14:20:00.128 INFO kablam! | |_____^ Oct 21 14:20:00.132 INFO kablam! | Oct 21 14:20:00.132 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 14:20:00.132 INFO kablam! Oct 21 14:20:00.132 INFO kablam! warning: variable `gScore` should have a snake case name such as `g_score` Oct 21 14:20:00.132 INFO kablam! --> src/a_star.rs:24:7 Oct 21 14:20:00.132 INFO kablam! | Oct 21 14:20:00.132 INFO kablam! 24 | let mut gScore : HashMap = HashMap::new(); Oct 21 14:20:00.132 INFO kablam! | ^^^^^^^^^^ Oct 21 14:20:00.132 INFO kablam! Oct 21 14:20:00.132 INFO kablam! warning: variable `absX` should have a snake case name such as `abs_x` Oct 21 14:20:00.132 INFO kablam! --> src/a_star.rs:34:7 Oct 21 14:20:00.132 INFO kablam! | Oct 21 14:20:00.132 INFO kablam! 34 | let absX = match(point.x>self.goal.x){//TODO refactor Oct 21 14:20:00.132 INFO kablam! | ^^^^ Oct 21 14:20:00.132 INFO kablam! Oct 21 14:20:00.133 INFO kablam! warning: variable `absY` should have a snake case name such as `abs_y` Oct 21 14:20:00.133 INFO kablam! --> src/a_star.rs:38:7 Oct 21 14:20:00.133 INFO kablam! | Oct 21 14:20:00.133 INFO kablam! 38 | let absY = match(point.y>self.goal.y){ Oct 21 14:20:00.133 INFO kablam! | ^^^^ Oct 21 14:20:00.133 INFO kablam! Oct 21 14:20:00.133 INFO kablam! warning: variable `closedSet` should have a snake case name such as `closed_set` Oct 21 14:20:00.133 INFO kablam! --> src/a_star.rs:46:7 Oct 21 14:20:00.133 INFO kablam! | Oct 21 14:20:00.133 INFO kablam! 46 | let mut closedSet : HashSet = HashSet::new();// The set of nodes already evaluated. Oct 21 14:20:00.133 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:20:00.133 INFO kablam! Oct 21 14:20:00.133 INFO kablam! warning: variable `openSet` should have a snake case name such as `open_set` Oct 21 14:20:00.133 INFO kablam! --> src/a_star.rs:47:7 Oct 21 14:20:00.133 INFO kablam! | Oct 21 14:20:00.133 INFO kablam! 47 | let mut openSet : HashSet = HashSet::new();// The set of tentative nodes to be evaluated Oct 21 14:20:00.133 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:20:00.133 INFO kablam! Oct 21 14:20:00.133 INFO kablam! warning: variable `cameFrom` should have a snake case name such as `came_from` Oct 21 14:20:00.133 INFO kablam! --> src/a_star.rs:49:7 Oct 21 14:20:00.133 INFO kablam! | Oct 21 14:20:00.133 INFO kablam! 49 | let mut cameFrom : HashMap = HashMap::new(); // The map of navigated nodes. Oct 21 14:20:00.133 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:20:00.133 INFO kablam! Oct 21 14:20:00.133 INFO kablam! warning: variable `gScore` should have a snake case name such as `g_score` Oct 21 14:20:00.133 INFO kablam! --> src/a_star.rs:51:7 Oct 21 14:20:00.133 INFO kablam! | Oct 21 14:20:00.133 INFO kablam! 51 | let mut gScore = self.newGScoreWithInfinity(); Oct 21 14:20:00.133 INFO kablam! | ^^^^^^^^^^ Oct 21 14:20:00.133 INFO kablam! Oct 21 14:20:00.133 INFO kablam! warning: variable `fScore` should have a snake case name such as `f_score` Oct 21 14:20:00.133 INFO kablam! --> src/a_star.rs:55:7 Oct 21 14:20:00.133 INFO kablam! | Oct 21 14:20:00.133 INFO kablam! 55 | let mut fScore = self.newGScoreWithInfinity(); Oct 21 14:20:00.133 INFO kablam! | ^^^^^^^^^^ Oct 21 14:20:00.133 INFO kablam! Oct 21 14:20:00.140 INFO kablam! warning: unused variable: `closedSet` Oct 21 14:20:00.140 INFO kablam! --> src/a_star.rs:46:11 Oct 21 14:20:00.140 INFO kablam! | Oct 21 14:20:00.140 INFO kablam! 46 | let mut closedSet : HashSet = HashSet::new();// The set of nodes already evaluated. Oct 21 14:20:00.140 INFO kablam! | ^^^^^^^^^ help: consider using `_closedSet` instead Oct 21 14:20:00.140 INFO kablam! | Oct 21 14:20:00.140 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:20:00.140 INFO kablam! Oct 21 14:20:00.140 INFO kablam! warning: unused variable: `cameFrom` Oct 21 14:20:00.140 INFO kablam! --> src/a_star.rs:49:11 Oct 21 14:20:00.140 INFO kablam! | Oct 21 14:20:00.140 INFO kablam! 49 | let mut cameFrom : HashMap = HashMap::new(); // The map of navigated nodes. Oct 21 14:20:00.140 INFO kablam! | ^^^^^^^^ help: consider using `_cameFrom` instead Oct 21 14:20:00.140 INFO kablam! Oct 21 14:20:00.155 INFO kablam! warning: variable does not need to be mutable Oct 21 14:20:00.155 INFO kablam! --> src/a_star.rs:46:7 Oct 21 14:20:00.155 INFO kablam! | Oct 21 14:20:00.155 INFO kablam! 46 | let mut closedSet : HashSet = HashSet::new();// The set of nodes already evaluated. Oct 21 14:20:00.155 INFO kablam! | ----^^^^^^^^^ Oct 21 14:20:00.155 INFO kablam! | | Oct 21 14:20:00.155 INFO kablam! | help: remove this `mut` Oct 21 14:20:00.168 INFO kablam! | Oct 21 14:20:00.168 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:20:00.168 INFO kablam! Oct 21 14:20:00.168 INFO kablam! warning: variable does not need to be mutable Oct 21 14:20:00.168 INFO kablam! --> src/a_star.rs:49:7 Oct 21 14:20:00.168 INFO kablam! | Oct 21 14:20:00.168 INFO kablam! 49 | let mut cameFrom : HashMap = HashMap::new(); // The map of navigated nodes. Oct 21 14:20:00.168 INFO kablam! | ----^^^^^^^^ Oct 21 14:20:00.168 INFO kablam! | | Oct 21 14:20:00.168 INFO kablam! | help: remove this `mut` Oct 21 14:20:00.168 INFO kablam! Oct 21 14:20:00.168 INFO kablam! warning: struct is never constructed: `Board` Oct 21 14:20:00.169 INFO kablam! --> src/a_star.rs:9:1 Oct 21 14:20:00.169 INFO kablam! | Oct 21 14:20:00.169 INFO kablam! 9 | struct Board{ Oct 21 14:20:00.169 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:20:00.169 INFO kablam! | Oct 21 14:20:00.169 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:20:00.169 INFO kablam! Oct 21 14:20:00.169 INFO kablam! warning: method is never used: `new` Oct 21 14:20:00.169 INFO kablam! --> src/a_star.rs:19:2 Oct 21 14:20:00.169 INFO kablam! | Oct 21 14:20:00.169 INFO kablam! 19 | fn new(width : usize)->Board{ Oct 21 14:20:00.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:20:00.169 INFO kablam! Oct 21 14:20:00.169 INFO kablam! warning: method is never used: `newGScoreWithInfinity` Oct 21 14:20:00.169 INFO kablam! --> src/a_star.rs:23:2 Oct 21 14:20:00.169 INFO kablam! | Oct 21 14:20:00.169 INFO kablam! 23 | fn newGScoreWithInfinity(&self) -> HashMap{ Oct 21 14:20:00.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:20:00.169 INFO kablam! Oct 21 14:20:00.169 INFO kablam! warning: method is never used: `heuristic_cost_estimate` Oct 21 14:20:00.169 INFO kablam! --> src/a_star.rs:33:2 Oct 21 14:20:00.169 INFO kablam! | Oct 21 14:20:00.169 INFO kablam! 33 | fn heuristic_cost_estimate(&self, point:Point)->usize{ Oct 21 14:20:00.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:20:00.169 INFO kablam! Oct 21 14:20:00.169 INFO kablam! warning: method is never used: `a_star` Oct 21 14:20:00.169 INFO kablam! --> src/a_star.rs:45:2 Oct 21 14:20:00.169 INFO kablam! | Oct 21 14:20:00.169 INFO kablam! 45 | fn a_star(&self) -> Option>{ Oct 21 14:20:00.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:20:00.169 INFO kablam! Oct 21 14:20:00.173 INFO kablam! warning: method `newGScoreWithInfinity` should have a snake case name such as `new_gscore_with_infinity` Oct 21 14:20:00.173 INFO kablam! --> src/a_star.rs:23:2 Oct 21 14:20:00.173 INFO kablam! | Oct 21 14:20:00.173 INFO kablam! 23 | fn newGScoreWithInfinity(&self) -> HashMap{ Oct 21 14:20:00.173 INFO kablam! | _____^ Oct 21 14:20:00.173 INFO kablam! 24 | | let mut gScore : HashMap = HashMap::new(); Oct 21 14:20:00.173 INFO kablam! 25 | | for i in 0..self.width{ Oct 21 14:20:00.173 INFO kablam! 26 | | for j in 0..self.height{ Oct 21 14:20:00.173 INFO kablam! ... | Oct 21 14:20:00.173 INFO kablam! 30 | | gScore Oct 21 14:20:00.173 INFO kablam! 31 | | } Oct 21 14:20:00.173 INFO kablam! | |_____^ Oct 21 14:20:00.173 INFO kablam! | Oct 21 14:20:00.173 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 14:20:00.173 INFO kablam! Oct 21 14:20:00.173 INFO kablam! warning: variable `gScore` should have a snake case name such as `g_score` Oct 21 14:20:00.173 INFO kablam! --> src/a_star.rs:24:7 Oct 21 14:20:00.173 INFO kablam! | Oct 21 14:20:00.173 INFO kablam! 24 | let mut gScore : HashMap = HashMap::new(); Oct 21 14:20:00.173 INFO kablam! | ^^^^^^^^^^ Oct 21 14:20:00.173 INFO kablam! Oct 21 14:20:00.173 INFO kablam! warning: variable `absX` should have a snake case name such as `abs_x` Oct 21 14:20:00.173 INFO kablam! --> src/a_star.rs:34:7 Oct 21 14:20:00.173 INFO kablam! | Oct 21 14:20:00.173 INFO kablam! 34 | let absX = match(point.x>self.goal.x){//TODO refactor Oct 21 14:20:00.173 INFO kablam! | ^^^^ Oct 21 14:20:00.173 INFO kablam! Oct 21 14:20:00.173 INFO kablam! warning: variable `absY` should have a snake case name such as `abs_y` Oct 21 14:20:00.173 INFO kablam! --> src/a_star.rs:38:7 Oct 21 14:20:00.173 INFO kablam! | Oct 21 14:20:00.173 INFO kablam! 38 | let absY = match(point.y>self.goal.y){ Oct 21 14:20:00.173 INFO kablam! | ^^^^ Oct 21 14:20:00.173 INFO kablam! Oct 21 14:20:00.173 INFO kablam! warning: variable `closedSet` should have a snake case name such as `closed_set` Oct 21 14:20:00.173 INFO kablam! --> src/a_star.rs:46:7 Oct 21 14:20:00.173 INFO kablam! | Oct 21 14:20:00.173 INFO kablam! 46 | let mut closedSet : HashSet = HashSet::new();// The set of nodes already evaluated. Oct 21 14:20:00.173 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:20:00.173 INFO kablam! Oct 21 14:20:00.173 INFO kablam! warning: variable `openSet` should have a snake case name such as `open_set` Oct 21 14:20:00.173 INFO kablam! --> src/a_star.rs:47:7 Oct 21 14:20:00.173 INFO kablam! | Oct 21 14:20:00.173 INFO kablam! 47 | let mut openSet : HashSet = HashSet::new();// The set of tentative nodes to be evaluated Oct 21 14:20:00.173 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:20:00.173 INFO kablam! Oct 21 14:20:00.174 INFO kablam! warning: variable `cameFrom` should have a snake case name such as `came_from` Oct 21 14:20:00.174 INFO kablam! --> src/a_star.rs:49:7 Oct 21 14:20:00.174 INFO kablam! | Oct 21 14:20:00.174 INFO kablam! 49 | let mut cameFrom : HashMap = HashMap::new(); // The map of navigated nodes. Oct 21 14:20:00.174 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:20:00.174 INFO kablam! Oct 21 14:20:00.175 INFO kablam! warning: variable `gScore` should have a snake case name such as `g_score` Oct 21 14:20:00.175 INFO kablam! --> src/a_star.rs:51:7 Oct 21 14:20:00.175 INFO kablam! | Oct 21 14:20:00.175 INFO kablam! 51 | let mut gScore = self.newGScoreWithInfinity(); Oct 21 14:20:00.175 INFO kablam! | ^^^^^^^^^^ Oct 21 14:20:00.175 INFO kablam! Oct 21 14:20:00.175 INFO kablam! warning: variable `fScore` should have a snake case name such as `f_score` Oct 21 14:20:00.175 INFO kablam! --> src/a_star.rs:55:7 Oct 21 14:20:00.175 INFO kablam! | Oct 21 14:20:00.175 INFO kablam! 55 | let mut fScore = self.newGScoreWithInfinity(); Oct 21 14:20:00.175 INFO kablam! | ^^^^^^^^^^ Oct 21 14:20:00.175 INFO kablam! Oct 21 14:20:00.516 INFO kablam! warning: unused import: `algolib::*` Oct 21 14:20:00.516 INFO kablam! --> tests/test_sort.rs:3:5 Oct 21 14:20:00.516 INFO kablam! | Oct 21 14:20:00.516 INFO kablam! 3 | use algolib::*; Oct 21 14:20:00.516 INFO kablam! | ^^^^^^^^^^ Oct 21 14:20:00.516 INFO kablam! | Oct 21 14:20:00.516 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:20:00.516 INFO kablam! Oct 21 14:20:00.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 21 14:20:00.707 INFO kablam! su: No module specific data is present Oct 21 14:20:01.377 INFO running `"docker" "rm" "-f" "2587cb4d9e92c490fe12480624eb253db14b8eca37e70e9ce9c9cc1370c1876e"` Oct 21 14:20:01.609 INFO blam! 2587cb4d9e92c490fe12480624eb253db14b8eca37e70e9ce9c9cc1370c1876e