Oct 12 20:25:19.572 INFO checking ikurek/PEA-Projekt3 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 20:25:19.572 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 20:25:20.245 INFO blam! 1fd6f34d7d4d17adbafe211c81b2429c0be047bd69e1b1bc62dbde079c11fa81 Oct 12 20:25:20.248 INFO running `"docker" "start" "-a" "1fd6f34d7d4d17adbafe211c81b2429c0be047bd69e1b1bc62dbde079c11fa81"` Oct 12 20:25:21.725 INFO kablam! usermod: no changes Oct 12 20:25:21.811 INFO kablam! Checking tsplib v0.1.0 Oct 12 20:25:21.811 INFO kablam! Checking permutohedron v0.2.4 Oct 12 20:25:21.811 INFO kablam! Checking rand v0.3.19 Oct 12 20:25:24.316 INFO kablam! Checking genetic v0.1.0 (/source) Oct 12 20:25:25.412 INFO kablam! warning: value assigned to `current_best_solution` is never read Oct 12 20:25:25.412 INFO kablam! --> src/genetic_algorithm.rs:19:13 Oct 12 20:25:25.412 INFO kablam! | Oct 12 20:25:25.412 INFO kablam! 19 | let mut current_best_solution: i32 = ::max_value(); Oct 12 20:25:25.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.412 INFO kablam! | Oct 12 20:25:25.412 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 20:25:25.412 INFO kablam! Oct 12 20:25:25.412 INFO kablam! warning: value assigned to `parents_population` is never read Oct 12 20:25:25.412 INFO kablam! --> src/genetic_algorithm.rs:35:13 Oct 12 20:25:25.413 INFO kablam! | Oct 12 20:25:25.413 INFO kablam! 35 | let mut parents_population: Vec> = Vec::new(); Oct 12 20:25:25.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.413 INFO kablam! Oct 12 20:25:25.413 INFO kablam! warning: unused variable: `iteration` Oct 12 20:25:25.413 INFO kablam! --> src/genetic_algorithm.rs:43:9 Oct 12 20:25:25.413 INFO kablam! | Oct 12 20:25:25.413 INFO kablam! 43 | for iteration in 0..iterations { Oct 12 20:25:25.413 INFO kablam! | ^^^^^^^^^ help: consider using `_iteration` instead Oct 12 20:25:25.413 INFO kablam! | Oct 12 20:25:25.413 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:25:25.413 INFO kablam! Oct 12 20:25:25.413 INFO kablam! warning: unused variable: `i` Oct 12 20:25:25.413 INFO kablam! --> src/genetic_algorithm.rs:53:13 Oct 12 20:25:25.413 INFO kablam! | Oct 12 20:25:25.413 INFO kablam! 53 | for i in 0..children_pairs_size { Oct 12 20:25:25.413 INFO kablam! | ^ help: consider using `_i` instead Oct 12 20:25:25.413 INFO kablam! Oct 12 20:25:25.413 INFO kablam! warning: unused variable: `max_time_in_seconds` Oct 12 20:25:25.413 INFO kablam! --> src/genetic_algorithm.rs:13:5 Oct 12 20:25:25.413 INFO kablam! | Oct 12 20:25:25.413 INFO kablam! 13 | max_time_in_seconds: i32, Oct 12 20:25:25.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_max_time_in_seconds` instead Oct 12 20:25:25.413 INFO kablam! Oct 12 20:25:25.413 INFO kablam! warning: value assigned to `single_population_element` is never read Oct 12 20:25:25.413 INFO kablam! --> src/genetic_algorithm.rs:100:13 Oct 12 20:25:25.413 INFO kablam! | Oct 12 20:25:25.413 INFO kablam! 100 | let mut single_population_element: Vec = Vec::new(); Oct 12 20:25:25.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.413 INFO kablam! Oct 12 20:25:25.413 INFO kablam! warning: unused variable: `i` Oct 12 20:25:25.418 INFO kablam! --> src/genetic_algorithm.rs:106:9 Oct 12 20:25:25.418 INFO kablam! | Oct 12 20:25:25.418 INFO kablam! 106 | for i in 0..(population_size.clone()) { Oct 12 20:25:25.418 INFO kablam! | ^ help: consider using `_i` instead Oct 12 20:25:25.418 INFO kablam! Oct 12 20:25:25.418 INFO kablam! warning: unused variable: `number_of_cities` Oct 12 20:25:25.418 INFO kablam! --> src/genetic_algorithm.rs:88:5 Oct 12 20:25:25.418 INFO kablam! | Oct 12 20:25:25.418 INFO kablam! 88 | number_of_cities: &i32, Oct 12 20:25:25.418 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_number_of_cities` instead Oct 12 20:25:25.418 INFO kablam! Oct 12 20:25:25.418 INFO kablam! warning: unused variable: `i` Oct 12 20:25:25.418 INFO kablam! --> src/genetic_algorithm.rs:152:9 Oct 12 20:25:25.418 INFO kablam! | Oct 12 20:25:25.418 INFO kablam! 152 | for i in 0..population_size { Oct 12 20:25:25.418 INFO kablam! | ^ help: consider using `_i` instead Oct 12 20:25:25.418 INFO kablam! Oct 12 20:25:25.418 INFO kablam! warning: unused variable: `i` Oct 12 20:25:25.418 INFO kablam! --> src/genetic_algorithm.rs:229:9 Oct 12 20:25:25.418 INFO kablam! | Oct 12 20:25:25.418 INFO kablam! 229 | for i in 0..parents_population_size.clone() { Oct 12 20:25:25.418 INFO kablam! | ^ help: consider using `_i` instead Oct 12 20:25:25.418 INFO kablam! Oct 12 20:25:25.428 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.428 INFO kablam! --> src/main.rs:75:22 Oct 12 20:25:25.428 INFO kablam! | Oct 12 20:25:25.428 INFO kablam! 75 | fn solve_genetic(mut matrix: &mut Vec>) { Oct 12 20:25:25.428 INFO kablam! | ----^^^^^^ Oct 12 20:25:25.428 INFO kablam! | | Oct 12 20:25:25.428 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.428 INFO kablam! | Oct 12 20:25:25.429 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:25:25.429 INFO kablam! Oct 12 20:25:25.448 INFO kablam! warning: value assigned to `current_best_solution` is never read Oct 12 20:25:25.448 INFO kablam! --> src/genetic_algorithm.rs:19:13 Oct 12 20:25:25.448 INFO kablam! | Oct 12 20:25:25.448 INFO kablam! 19 | let mut current_best_solution: i32 = ::max_value(); Oct 12 20:25:25.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.448 INFO kablam! | Oct 12 20:25:25.448 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 20:25:25.448 INFO kablam! Oct 12 20:25:25.448 INFO kablam! warning: value assigned to `parents_population` is never read Oct 12 20:25:25.448 INFO kablam! --> src/genetic_algorithm.rs:35:13 Oct 12 20:25:25.448 INFO kablam! | Oct 12 20:25:25.448 INFO kablam! 35 | let mut parents_population: Vec> = Vec::new(); Oct 12 20:25:25.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.448 INFO kablam! Oct 12 20:25:25.448 INFO kablam! warning: unused variable: `iteration` Oct 12 20:25:25.448 INFO kablam! --> src/genetic_algorithm.rs:43:9 Oct 12 20:25:25.448 INFO kablam! | Oct 12 20:25:25.449 INFO kablam! 43 | for iteration in 0..iterations { Oct 12 20:25:25.449 INFO kablam! | ^^^^^^^^^ help: consider using `_iteration` instead Oct 12 20:25:25.449 INFO kablam! | Oct 12 20:25:25.449 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:25:25.449 INFO kablam! Oct 12 20:25:25.449 INFO kablam! warning: unused variable: `i` Oct 12 20:25:25.449 INFO kablam! --> src/genetic_algorithm.rs:53:13 Oct 12 20:25:25.449 INFO kablam! | Oct 12 20:25:25.449 INFO kablam! 53 | for i in 0..children_pairs_size { Oct 12 20:25:25.449 INFO kablam! | ^ help: consider using `_i` instead Oct 12 20:25:25.449 INFO kablam! Oct 12 20:25:25.449 INFO kablam! warning: unused variable: `max_time_in_seconds` Oct 12 20:25:25.449 INFO kablam! --> src/genetic_algorithm.rs:13:5 Oct 12 20:25:25.449 INFO kablam! | Oct 12 20:25:25.449 INFO kablam! 13 | max_time_in_seconds: i32, Oct 12 20:25:25.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_max_time_in_seconds` instead Oct 12 20:25:25.449 INFO kablam! Oct 12 20:25:25.449 INFO kablam! warning: value assigned to `single_population_element` is never read Oct 12 20:25:25.449 INFO kablam! --> src/genetic_algorithm.rs:100:13 Oct 12 20:25:25.449 INFO kablam! | Oct 12 20:25:25.449 INFO kablam! 100 | let mut single_population_element: Vec = Vec::new(); Oct 12 20:25:25.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.449 INFO kablam! Oct 12 20:25:25.449 INFO kablam! warning: unused variable: `i` Oct 12 20:25:25.449 INFO kablam! --> src/genetic_algorithm.rs:106:9 Oct 12 20:25:25.449 INFO kablam! | Oct 12 20:25:25.449 INFO kablam! 106 | for i in 0..(population_size.clone()) { Oct 12 20:25:25.449 INFO kablam! | ^ help: consider using `_i` instead Oct 12 20:25:25.450 INFO kablam! Oct 12 20:25:25.450 INFO kablam! warning: unused variable: `number_of_cities` Oct 12 20:25:25.450 INFO kablam! --> src/genetic_algorithm.rs:88:5 Oct 12 20:25:25.450 INFO kablam! | Oct 12 20:25:25.450 INFO kablam! 88 | number_of_cities: &i32, Oct 12 20:25:25.450 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_number_of_cities` instead Oct 12 20:25:25.450 INFO kablam! Oct 12 20:25:25.450 INFO kablam! warning: unused variable: `i` Oct 12 20:25:25.450 INFO kablam! --> src/genetic_algorithm.rs:152:9 Oct 12 20:25:25.450 INFO kablam! | Oct 12 20:25:25.450 INFO kablam! 152 | for i in 0..population_size { Oct 12 20:25:25.450 INFO kablam! | ^ help: consider using `_i` instead Oct 12 20:25:25.450 INFO kablam! Oct 12 20:25:25.450 INFO kablam! warning: unused variable: `i` Oct 12 20:25:25.450 INFO kablam! --> src/genetic_algorithm.rs:229:9 Oct 12 20:25:25.450 INFO kablam! | Oct 12 20:25:25.450 INFO kablam! 229 | for i in 0..parents_population_size.clone() { Oct 12 20:25:25.450 INFO kablam! | ^ help: consider using `_i` instead Oct 12 20:25:25.450 INFO kablam! Oct 12 20:25:25.460 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.460 INFO kablam! --> src/main.rs:75:22 Oct 12 20:25:25.460 INFO kablam! | Oct 12 20:25:25.460 INFO kablam! 75 | fn solve_genetic(mut matrix: &mut Vec>) { Oct 12 20:25:25.460 INFO kablam! | ----^^^^^^ Oct 12 20:25:25.460 INFO kablam! | | Oct 12 20:25:25.460 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.460 INFO kablam! | Oct 12 20:25:25.461 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:25:25.461 INFO kablam! Oct 12 20:25:25.486 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.486 INFO kablam! --> src/genetic_algorithm.rs:22:9 Oct 12 20:25:25.486 INFO kablam! | Oct 12 20:25:25.486 INFO kablam! 22 | let mut number_of_cities: i32 = matrix.len() as i32; Oct 12 20:25:25.486 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 12 20:25:25.486 INFO kablam! | | Oct 12 20:25:25.487 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.487 INFO kablam! Oct 12 20:25:25.487 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.487 INFO kablam! --> src/genetic_algorithm.rs:25:9 Oct 12 20:25:25.487 INFO kablam! | Oct 12 20:25:25.487 INFO kablam! 25 | let mut nodes: Vec = (0..number_of_cities).collect(); Oct 12 20:25:25.487 INFO kablam! | ----^^^^^ Oct 12 20:25:25.487 INFO kablam! | | Oct 12 20:25:25.487 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.487 INFO kablam! Oct 12 20:25:25.487 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.487 INFO kablam! --> src/genetic_algorithm.rs:34:9 Oct 12 20:25:25.487 INFO kablam! | Oct 12 20:25:25.487 INFO kablam! 34 | let mut parents_population_size: i32 = population_size / 2; Oct 12 20:25:25.487 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.487 INFO kablam! | | Oct 12 20:25:25.487 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.487 INFO kablam! Oct 12 20:25:25.504 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.504 INFO kablam! --> src/genetic_algorithm.rs:289:9 Oct 12 20:25:25.504 INFO kablam! | Oct 12 20:25:25.504 INFO kablam! 289 | let mut path_value: i32 = permutation_value(&matrix, &permutation); Oct 12 20:25:25.504 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:25:25.504 INFO kablam! | | Oct 12 20:25:25.504 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.504 INFO kablam! Oct 12 20:25:25.505 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.505 INFO kablam! --> src/genetic_algorithm.rs:291:9 Oct 12 20:25:25.505 INFO kablam! | Oct 12 20:25:25.505 INFO kablam! 291 | let mut max_path_value: i32 = ::max_value(); Oct 12 20:25:25.505 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 12 20:25:25.505 INFO kablam! | | Oct 12 20:25:25.505 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.505 INFO kablam! Oct 12 20:25:25.505 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.505 INFO kablam! --> src/genetic_algorithm.rs:308:9 Oct 12 20:25:25.505 INFO kablam! | Oct 12 20:25:25.505 INFO kablam! 308 | let mut parents_pair: Vec> = generate_parents_pair(&parents_population); Oct 12 20:25:25.506 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 20:25:25.506 INFO kablam! | | Oct 12 20:25:25.506 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.506 INFO kablam! Oct 12 20:25:25.520 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.520 INFO kablam! --> src/genetic_algorithm.rs:403:9 Oct 12 20:25:25.520 INFO kablam! | Oct 12 20:25:25.520 INFO kablam! 403 | let mut saved_element: i32 = permutation[first_element_index]; Oct 12 20:25:25.520 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 20:25:25.520 INFO kablam! | | Oct 12 20:25:25.521 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.521 INFO kablam! Oct 12 20:25:25.532 INFO kablam! warning: function is never used: `print_tabu_list` Oct 12 20:25:25.532 INFO kablam! --> src/print_utils.rs:10:1 Oct 12 20:25:25.532 INFO kablam! | Oct 12 20:25:25.532 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 12 20:25:25.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.532 INFO kablam! | Oct 12 20:25:25.533 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:25:25.533 INFO kablam! Oct 12 20:25:25.533 INFO kablam! warning: function is never used: `print_result` Oct 12 20:25:25.533 INFO kablam! --> src/print_utils.rs:18:1 Oct 12 20:25:25.533 INFO kablam! | Oct 12 20:25:25.533 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 12 20:25:25.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.533 INFO kablam! Oct 12 20:25:25.533 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.533 INFO kablam! --> src/genetic_algorithm.rs:22:9 Oct 12 20:25:25.533 INFO kablam! | Oct 12 20:25:25.533 INFO kablam! 22 | let mut number_of_cities: i32 = matrix.len() as i32; Oct 12 20:25:25.533 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 12 20:25:25.533 INFO kablam! | | Oct 12 20:25:25.533 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.533 INFO kablam! Oct 12 20:25:25.533 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.533 INFO kablam! --> src/genetic_algorithm.rs:25:9 Oct 12 20:25:25.534 INFO kablam! | Oct 12 20:25:25.534 INFO kablam! 25 | let mut nodes: Vec = (0..number_of_cities).collect(); Oct 12 20:25:25.534 INFO kablam! | ----^^^^^ Oct 12 20:25:25.534 INFO kablam! | | Oct 12 20:25:25.534 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.534 INFO kablam! Oct 12 20:25:25.534 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.534 INFO kablam! --> src/genetic_algorithm.rs:34:9 Oct 12 20:25:25.535 INFO kablam! | Oct 12 20:25:25.535 INFO kablam! 34 | let mut parents_population_size: i32 = population_size / 2; Oct 12 20:25:25.535 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.535 INFO kablam! | | Oct 12 20:25:25.535 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.535 INFO kablam! Oct 12 20:25:25.564 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.564 INFO kablam! --> src/genetic_algorithm.rs:289:9 Oct 12 20:25:25.565 INFO kablam! | Oct 12 20:25:25.565 INFO kablam! 289 | let mut path_value: i32 = permutation_value(&matrix, &permutation); Oct 12 20:25:25.565 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:25:25.565 INFO kablam! | | Oct 12 20:25:25.565 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.565 INFO kablam! Oct 12 20:25:25.566 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.566 INFO kablam! --> src/genetic_algorithm.rs:291:9 Oct 12 20:25:25.566 INFO kablam! | Oct 12 20:25:25.566 INFO kablam! 291 | let mut max_path_value: i32 = ::max_value(); Oct 12 20:25:25.566 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 12 20:25:25.566 INFO kablam! | | Oct 12 20:25:25.567 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.567 INFO kablam! Oct 12 20:25:25.576 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.576 INFO kablam! --> src/genetic_algorithm.rs:308:9 Oct 12 20:25:25.577 INFO kablam! | Oct 12 20:25:25.577 INFO kablam! 308 | let mut parents_pair: Vec> = generate_parents_pair(&parents_population); Oct 12 20:25:25.577 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 20:25:25.577 INFO kablam! | | Oct 12 20:25:25.577 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.577 INFO kablam! Oct 12 20:25:25.578 INFO kablam! warning: variable does not need to be mutable Oct 12 20:25:25.578 INFO kablam! --> src/genetic_algorithm.rs:403:9 Oct 12 20:25:25.578 INFO kablam! | Oct 12 20:25:25.578 INFO kablam! 403 | let mut saved_element: i32 = permutation[first_element_index]; Oct 12 20:25:25.578 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 20:25:25.578 INFO kablam! | | Oct 12 20:25:25.579 INFO kablam! | help: remove this `mut` Oct 12 20:25:25.579 INFO kablam! Oct 12 20:25:25.588 INFO kablam! warning: function is never used: `print_tabu_list` Oct 12 20:25:25.588 INFO kablam! --> src/print_utils.rs:10:1 Oct 12 20:25:25.589 INFO kablam! | Oct 12 20:25:25.589 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 12 20:25:25.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.589 INFO kablam! | Oct 12 20:25:25.589 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:25:25.589 INFO kablam! Oct 12 20:25:25.590 INFO kablam! warning: function is never used: `print_result` Oct 12 20:25:25.590 INFO kablam! --> src/print_utils.rs:18:1 Oct 12 20:25:25.590 INFO kablam! | Oct 12 20:25:25.590 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 12 20:25:25.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:25:25.590 INFO kablam! Oct 12 20:25:25.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.90s Oct 12 20:25:25.660 INFO kablam! su: No module specific data is present Oct 12 20:25:26.834 INFO running `"docker" "rm" "-f" "1fd6f34d7d4d17adbafe211c81b2429c0be047bd69e1b1bc62dbde079c11fa81"` Oct 12 20:25:27.048 INFO blam! 1fd6f34d7d4d17adbafe211c81b2429c0be047bd69e1b1bc62dbde079c11fa81