Oct 14 18:14:26.871 INFO testing ikurek/PEA-Projekt3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:14:26.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 18:14:27.243 INFO blam! bc1c894cff6730792e3797fbf6a2e69400e727178c7959c5c80ffe0619ad3614 Oct 14 18:14:27.255 INFO running `"docker" "start" "-a" "bc1c894cff6730792e3797fbf6a2e69400e727178c7959c5c80ffe0619ad3614"` Oct 14 18:14:28.272 INFO kablam! usermod: no changes Oct 14 18:14:28.395 INFO kablam! Compiling permutohedron v0.2.4 Oct 14 18:14:28.395 INFO kablam! Compiling tsplib v0.1.0 Oct 14 18:14:30.150 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 14 18:14:30.707 INFO kablam! warning: value assigned to `current_best_solution` is never read Oct 14 18:14:30.707 INFO kablam! --> src/genetic_algorithm.rs:19:13 Oct 14 18:14:30.708 INFO kablam! | Oct 14 18:14:30.708 INFO kablam! 19 | let mut current_best_solution: i32 = ::max_value(); Oct 14 18:14:30.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:30.709 INFO kablam! | Oct 14 18:14:30.709 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 18:14:30.709 INFO kablam! Oct 14 18:14:30.710 INFO kablam! warning: value assigned to `parents_population` is never read Oct 14 18:14:30.710 INFO kablam! --> src/genetic_algorithm.rs:35:13 Oct 14 18:14:30.710 INFO kablam! | Oct 14 18:14:30.711 INFO kablam! 35 | let mut parents_population: Vec> = Vec::new(); Oct 14 18:14:30.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:14:30.711 INFO kablam! Oct 14 18:14:30.712 INFO kablam! warning: unused variable: `iteration` Oct 14 18:14:30.712 INFO kablam! --> src/genetic_algorithm.rs:43:9 Oct 14 18:14:30.712 INFO kablam! | Oct 14 18:14:30.713 INFO kablam! 43 | for iteration in 0..iterations { Oct 14 18:14:30.713 INFO kablam! | ^^^^^^^^^ help: consider using `_iteration` instead Oct 14 18:14:30.713 INFO kablam! | Oct 14 18:14:30.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:14:30.714 INFO kablam! Oct 14 18:14:30.714 INFO kablam! warning: unused variable: `i` Oct 14 18:14:30.714 INFO kablam! --> src/genetic_algorithm.rs:53:13 Oct 14 18:14:30.715 INFO kablam! | Oct 14 18:14:30.715 INFO kablam! 53 | for i in 0..children_pairs_size { Oct 14 18:14:30.715 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:30.715 INFO kablam! Oct 14 18:14:30.716 INFO kablam! warning: unused variable: `max_time_in_seconds` Oct 14 18:14:30.716 INFO kablam! --> src/genetic_algorithm.rs:13:5 Oct 14 18:14:30.716 INFO kablam! | Oct 14 18:14:30.717 INFO kablam! 13 | max_time_in_seconds: i32, Oct 14 18:14:30.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_max_time_in_seconds` instead Oct 14 18:14:30.717 INFO kablam! Oct 14 18:14:30.717 INFO kablam! warning: value assigned to `single_population_element` is never read Oct 14 18:14:30.718 INFO kablam! --> src/genetic_algorithm.rs:100:13 Oct 14 18:14:30.718 INFO kablam! | Oct 14 18:14:30.718 INFO kablam! 100 | let mut single_population_element: Vec = Vec::new(); Oct 14 18:14:30.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:30.719 INFO kablam! Oct 14 18:14:30.719 INFO kablam! warning: unused variable: `i` Oct 14 18:14:30.719 INFO kablam! --> src/genetic_algorithm.rs:106:9 Oct 14 18:14:30.720 INFO kablam! | Oct 14 18:14:30.720 INFO kablam! 106 | for i in 0..(population_size.clone()) { Oct 14 18:14:30.720 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:30.721 INFO kablam! Oct 14 18:14:30.721 INFO kablam! warning: unused variable: `number_of_cities` Oct 14 18:14:30.721 INFO kablam! --> src/genetic_algorithm.rs:88:5 Oct 14 18:14:30.721 INFO kablam! | Oct 14 18:14:30.722 INFO kablam! 88 | number_of_cities: &i32, Oct 14 18:14:30.722 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_number_of_cities` instead Oct 14 18:14:30.722 INFO kablam! Oct 14 18:14:30.722 INFO kablam! warning: unused variable: `i` Oct 14 18:14:30.723 INFO kablam! --> src/genetic_algorithm.rs:152:9 Oct 14 18:14:30.723 INFO kablam! | Oct 14 18:14:30.723 INFO kablam! 152 | for i in 0..population_size { Oct 14 18:14:30.724 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:30.724 INFO kablam! Oct 14 18:14:30.724 INFO kablam! warning: unused variable: `i` Oct 14 18:14:30.725 INFO kablam! --> src/genetic_algorithm.rs:229:9 Oct 14 18:14:30.725 INFO kablam! | Oct 14 18:14:30.725 INFO kablam! 229 | for i in 0..parents_population_size.clone() { Oct 14 18:14:30.725 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:30.726 INFO kablam! Oct 14 18:14:30.726 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:30.726 INFO kablam! --> src/main.rs:75:22 Oct 14 18:14:30.731 INFO kablam! | Oct 14 18:14:30.731 INFO kablam! 75 | fn solve_genetic(mut matrix: &mut Vec>) { Oct 14 18:14:30.731 INFO kablam! | ----^^^^^^ Oct 14 18:14:30.732 INFO kablam! | | Oct 14 18:14:30.732 INFO kablam! | help: remove this `mut` Oct 14 18:14:30.732 INFO kablam! | Oct 14 18:14:30.733 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:14:30.733 INFO kablam! Oct 14 18:14:30.747 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:30.747 INFO kablam! --> src/genetic_algorithm.rs:22:9 Oct 14 18:14:30.748 INFO kablam! | Oct 14 18:14:30.748 INFO kablam! 22 | let mut number_of_cities: i32 = matrix.len() as i32; Oct 14 18:14:30.748 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 14 18:14:30.749 INFO kablam! | | Oct 14 18:14:30.749 INFO kablam! | help: remove this `mut` Oct 14 18:14:30.749 INFO kablam! Oct 14 18:14:30.749 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:30.749 INFO kablam! --> src/genetic_algorithm.rs:25:9 Oct 14 18:14:30.749 INFO kablam! | Oct 14 18:14:30.749 INFO kablam! 25 | let mut nodes: Vec = (0..number_of_cities).collect(); Oct 14 18:14:30.749 INFO kablam! | ----^^^^^ Oct 14 18:14:30.749 INFO kablam! | | Oct 14 18:14:30.749 INFO kablam! | help: remove this `mut` Oct 14 18:14:30.749 INFO kablam! Oct 14 18:14:30.749 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:30.749 INFO kablam! --> src/genetic_algorithm.rs:34:9 Oct 14 18:14:30.749 INFO kablam! | Oct 14 18:14:30.749 INFO kablam! 34 | let mut parents_population_size: i32 = population_size / 2; Oct 14 18:14:30.749 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:30.749 INFO kablam! | | Oct 14 18:14:30.749 INFO kablam! | help: remove this `mut` Oct 14 18:14:30.749 INFO kablam! Oct 14 18:14:30.762 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:30.763 INFO kablam! --> src/genetic_algorithm.rs:289:9 Oct 14 18:14:30.763 INFO kablam! | Oct 14 18:14:30.763 INFO kablam! 289 | let mut path_value: i32 = permutation_value(&matrix, &permutation); Oct 14 18:14:30.763 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:14:30.763 INFO kablam! | | Oct 14 18:14:30.763 INFO kablam! | help: remove this `mut` Oct 14 18:14:30.763 INFO kablam! Oct 14 18:14:30.763 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:30.763 INFO kablam! --> src/genetic_algorithm.rs:291:9 Oct 14 18:14:30.763 INFO kablam! | Oct 14 18:14:30.763 INFO kablam! 291 | let mut max_path_value: i32 = ::max_value(); Oct 14 18:14:30.763 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 18:14:30.763 INFO kablam! | | Oct 14 18:14:30.763 INFO kablam! | help: remove this `mut` Oct 14 18:14:30.763 INFO kablam! Oct 14 18:14:30.763 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:30.763 INFO kablam! --> src/genetic_algorithm.rs:308:9 Oct 14 18:14:30.763 INFO kablam! | Oct 14 18:14:30.763 INFO kablam! 308 | let mut parents_pair: Vec> = generate_parents_pair(&parents_population); Oct 14 18:14:30.763 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 18:14:30.763 INFO kablam! | | Oct 14 18:14:30.763 INFO kablam! | help: remove this `mut` Oct 14 18:14:30.763 INFO kablam! Oct 14 18:14:30.763 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:30.763 INFO kablam! --> src/genetic_algorithm.rs:403:9 Oct 14 18:14:30.763 INFO kablam! | Oct 14 18:14:30.763 INFO kablam! 403 | let mut saved_element: i32 = permutation[first_element_index]; Oct 14 18:14:30.763 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 18:14:30.763 INFO kablam! | | Oct 14 18:14:30.763 INFO kablam! | help: remove this `mut` Oct 14 18:14:30.763 INFO kablam! Oct 14 18:14:30.763 INFO kablam! warning: function is never used: `print_tabu_list` Oct 14 18:14:30.763 INFO kablam! --> src/print_utils.rs:10:1 Oct 14 18:14:30.763 INFO kablam! | Oct 14 18:14:30.763 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 14 18:14:30.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:30.763 INFO kablam! | Oct 14 18:14:30.763 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:14:30.763 INFO kablam! Oct 14 18:14:30.763 INFO kablam! warning: function is never used: `print_result` Oct 14 18:14:30.763 INFO kablam! --> src/print_utils.rs:18:1 Oct 14 18:14:30.763 INFO kablam! | Oct 14 18:14:30.763 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 14 18:14:30.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:30.763 INFO kablam! Oct 14 18:14:32.904 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.59s Oct 14 18:14:32.907 INFO kablam! su: No module specific data is present Oct 14 18:14:34.198 INFO running `"docker" "rm" "-f" "bc1c894cff6730792e3797fbf6a2e69400e727178c7959c5c80ffe0619ad3614"` Oct 14 18:14:34.567 INFO blam! bc1c894cff6730792e3797fbf6a2e69400e727178c7959c5c80ffe0619ad3614 Oct 14 18:14:34.570 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 18:14:35.080 INFO blam! 2fbd31eb5e7bafffc364b82e602d58f5e29d1d4a67177dd9e5446f7212bee18f Oct 14 18:14:35.085 INFO running `"docker" "start" "-a" "2fbd31eb5e7bafffc364b82e602d58f5e29d1d4a67177dd9e5446f7212bee18f"` Oct 14 18:14:36.227 INFO kablam! usermod: no changes Oct 14 18:14:36.323 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 14 18:14:36.803 INFO kablam! warning: value assigned to `current_best_solution` is never read Oct 14 18:14:36.803 INFO kablam! --> src/genetic_algorithm.rs:19:13 Oct 14 18:14:36.803 INFO kablam! | Oct 14 18:14:36.803 INFO kablam! 19 | let mut current_best_solution: i32 = ::max_value(); Oct 14 18:14:36.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.803 INFO kablam! | Oct 14 18:14:36.803 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 18:14:36.803 INFO kablam! Oct 14 18:14:36.803 INFO kablam! warning: value assigned to `parents_population` is never read Oct 14 18:14:36.803 INFO kablam! --> src/genetic_algorithm.rs:35:13 Oct 14 18:14:36.803 INFO kablam! | Oct 14 18:14:36.803 INFO kablam! 35 | let mut parents_population: Vec> = Vec::new(); Oct 14 18:14:36.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.803 INFO kablam! Oct 14 18:14:36.803 INFO kablam! warning: unused variable: `iteration` Oct 14 18:14:36.803 INFO kablam! --> src/genetic_algorithm.rs:43:9 Oct 14 18:14:36.803 INFO kablam! | Oct 14 18:14:36.803 INFO kablam! 43 | for iteration in 0..iterations { Oct 14 18:14:36.803 INFO kablam! | ^^^^^^^^^ help: consider using `_iteration` instead Oct 14 18:14:36.803 INFO kablam! | Oct 14 18:14:36.803 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:14:36.803 INFO kablam! Oct 14 18:14:36.803 INFO kablam! warning: unused variable: `i` Oct 14 18:14:36.803 INFO kablam! --> src/genetic_algorithm.rs:53:13 Oct 14 18:14:36.803 INFO kablam! | Oct 14 18:14:36.803 INFO kablam! 53 | for i in 0..children_pairs_size { Oct 14 18:14:36.803 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:36.803 INFO kablam! Oct 14 18:14:36.803 INFO kablam! warning: unused variable: `max_time_in_seconds` Oct 14 18:14:36.803 INFO kablam! --> src/genetic_algorithm.rs:13:5 Oct 14 18:14:36.803 INFO kablam! | Oct 14 18:14:36.803 INFO kablam! 13 | max_time_in_seconds: i32, Oct 14 18:14:36.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_max_time_in_seconds` instead Oct 14 18:14:36.803 INFO kablam! Oct 14 18:14:36.804 INFO kablam! warning: value assigned to `single_population_element` is never read Oct 14 18:14:36.804 INFO kablam! --> src/genetic_algorithm.rs:100:13 Oct 14 18:14:36.804 INFO kablam! | Oct 14 18:14:36.804 INFO kablam! 100 | let mut single_population_element: Vec = Vec::new(); Oct 14 18:14:36.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.804 INFO kablam! Oct 14 18:14:36.804 INFO kablam! warning: unused variable: `i` Oct 14 18:14:36.804 INFO kablam! --> src/genetic_algorithm.rs:106:9 Oct 14 18:14:36.804 INFO kablam! | Oct 14 18:14:36.804 INFO kablam! 106 | for i in 0..(population_size.clone()) { Oct 14 18:14:36.804 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:36.804 INFO kablam! Oct 14 18:14:36.804 INFO kablam! warning: unused variable: `number_of_cities` Oct 14 18:14:36.804 INFO kablam! --> src/genetic_algorithm.rs:88:5 Oct 14 18:14:36.804 INFO kablam! | Oct 14 18:14:36.804 INFO kablam! 88 | number_of_cities: &i32, Oct 14 18:14:36.804 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_number_of_cities` instead Oct 14 18:14:36.804 INFO kablam! Oct 14 18:14:36.804 INFO kablam! warning: unused variable: `i` Oct 14 18:14:36.804 INFO kablam! --> src/genetic_algorithm.rs:152:9 Oct 14 18:14:36.804 INFO kablam! | Oct 14 18:14:36.804 INFO kablam! 152 | for i in 0..population_size { Oct 14 18:14:36.804 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:36.804 INFO kablam! Oct 14 18:14:36.804 INFO kablam! warning: unused variable: `i` Oct 14 18:14:36.804 INFO kablam! --> src/genetic_algorithm.rs:229:9 Oct 14 18:14:36.804 INFO kablam! | Oct 14 18:14:36.804 INFO kablam! 229 | for i in 0..parents_population_size.clone() { Oct 14 18:14:36.804 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:36.804 INFO kablam! Oct 14 18:14:36.804 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.804 INFO kablam! --> src/main.rs:75:22 Oct 14 18:14:36.804 INFO kablam! | Oct 14 18:14:36.804 INFO kablam! 75 | fn solve_genetic(mut matrix: &mut Vec>) { Oct 14 18:14:36.804 INFO kablam! | ----^^^^^^ Oct 14 18:14:36.804 INFO kablam! | | Oct 14 18:14:36.804 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.804 INFO kablam! | Oct 14 18:14:36.804 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:14:36.804 INFO kablam! Oct 14 18:14:36.818 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.818 INFO kablam! --> src/genetic_algorithm.rs:22:9 Oct 14 18:14:36.818 INFO kablam! | Oct 14 18:14:36.818 INFO kablam! 22 | let mut number_of_cities: i32 = matrix.len() as i32; Oct 14 18:14:36.818 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 14 18:14:36.818 INFO kablam! | | Oct 14 18:14:36.818 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.818 INFO kablam! Oct 14 18:14:36.818 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.818 INFO kablam! --> src/genetic_algorithm.rs:25:9 Oct 14 18:14:36.818 INFO kablam! | Oct 14 18:14:36.818 INFO kablam! 25 | let mut nodes: Vec = (0..number_of_cities).collect(); Oct 14 18:14:36.818 INFO kablam! | ----^^^^^ Oct 14 18:14:36.818 INFO kablam! | | Oct 14 18:14:36.818 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.818 INFO kablam! Oct 14 18:14:36.818 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.818 INFO kablam! --> src/genetic_algorithm.rs:34:9 Oct 14 18:14:36.818 INFO kablam! | Oct 14 18:14:36.818 INFO kablam! 34 | let mut parents_population_size: i32 = population_size / 2; Oct 14 18:14:36.818 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.818 INFO kablam! | | Oct 14 18:14:36.818 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.818 INFO kablam! Oct 14 18:14:36.824 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.824 INFO kablam! --> src/genetic_algorithm.rs:289:9 Oct 14 18:14:36.824 INFO kablam! | Oct 14 18:14:36.824 INFO kablam! 289 | let mut path_value: i32 = permutation_value(&matrix, &permutation); Oct 14 18:14:36.824 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:14:36.824 INFO kablam! | | Oct 14 18:14:36.824 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.824 INFO kablam! Oct 14 18:14:36.824 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.824 INFO kablam! --> src/genetic_algorithm.rs:291:9 Oct 14 18:14:36.824 INFO kablam! | Oct 14 18:14:36.824 INFO kablam! 291 | let mut max_path_value: i32 = ::max_value(); Oct 14 18:14:36.824 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 18:14:36.824 INFO kablam! | | Oct 14 18:14:36.824 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.824 INFO kablam! Oct 14 18:14:36.824 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.824 INFO kablam! --> src/genetic_algorithm.rs:308:9 Oct 14 18:14:36.824 INFO kablam! | Oct 14 18:14:36.824 INFO kablam! 308 | let mut parents_pair: Vec> = generate_parents_pair(&parents_population); Oct 14 18:14:36.824 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 18:14:36.824 INFO kablam! | | Oct 14 18:14:36.824 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.824 INFO kablam! Oct 14 18:14:36.831 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.831 INFO kablam! --> src/genetic_algorithm.rs:403:9 Oct 14 18:14:36.831 INFO kablam! | Oct 14 18:14:36.831 INFO kablam! 403 | let mut saved_element: i32 = permutation[first_element_index]; Oct 14 18:14:36.831 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 18:14:36.831 INFO kablam! | | Oct 14 18:14:36.831 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.831 INFO kablam! Oct 14 18:14:36.839 INFO kablam! warning: function is never used: `print_tabu_list` Oct 14 18:14:36.839 INFO kablam! --> src/print_utils.rs:10:1 Oct 14 18:14:36.839 INFO kablam! | Oct 14 18:14:36.839 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 14 18:14:36.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.839 INFO kablam! | Oct 14 18:14:36.839 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:14:36.839 INFO kablam! Oct 14 18:14:36.839 INFO kablam! warning: function is never used: `print_result` Oct 14 18:14:36.839 INFO kablam! --> src/print_utils.rs:18:1 Oct 14 18:14:36.839 INFO kablam! | Oct 14 18:14:36.839 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 14 18:14:36.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.839 INFO kablam! Oct 14 18:14:37.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 14 18:14:37.296 INFO kablam! su: No module specific data is present Oct 14 18:14:38.180 INFO running `"docker" "rm" "-f" "2fbd31eb5e7bafffc364b82e602d58f5e29d1d4a67177dd9e5446f7212bee18f"` Oct 14 18:14:38.483 INFO blam! 2fbd31eb5e7bafffc364b82e602d58f5e29d1d4a67177dd9e5446f7212bee18f Oct 14 18:14:38.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 18:14:38.979 INFO blam! 0eb3ad129892595d23d7f5dd271af9e5052354fbbca4e80049af3b500b7d3c35 Oct 14 18:14:38.984 INFO running `"docker" "start" "-a" "0eb3ad129892595d23d7f5dd271af9e5052354fbbca4e80049af3b500b7d3c35"` Oct 14 18:14:40.139 INFO kablam! usermod: no changes Oct 14 18:14:40.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 18:14:40.208 INFO kablam! Running /target/debug/deps/genetic-b8eb0f6e871b6cbc Oct 14 18:14:40.223 INFO blam! Oct 14 18:14:40.223 INFO kablam! su: No module specific data is present Oct 14 18:14:40.223 INFO blam! running 0 tests Oct 14 18:14:40.223 INFO blam! Oct 14 18:14:40.223 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:14:40.223 INFO blam! Oct 14 18:14:40.915 INFO running `"docker" "rm" "-f" "0eb3ad129892595d23d7f5dd271af9e5052354fbbca4e80049af3b500b7d3c35"` Oct 14 18:14:41.214 INFO blam! 0eb3ad129892595d23d7f5dd271af9e5052354fbbca4e80049af3b500b7d3c35