Oct 14 18:14:26.863 INFO testing ikurek/PEA-Projekt3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:14:26.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.355 INFO blam! dff774fe62c4799ab24711194764ab430398a8c097d3548856d166b076be2e89 Oct 14 18:14:27.358 INFO running `"docker" "start" "-a" "dff774fe62c4799ab24711194764ab430398a8c097d3548856d166b076be2e89"` Oct 14 18:14:28.701 INFO kablam! usermod: no changes Oct 14 18:14:28.780 INFO kablam! Compiling permutohedron v0.2.4 Oct 14 18:14:28.791 INFO kablam! Compiling tsplib v0.1.0 Oct 14 18:14:30.487 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 14 18:14:31.099 INFO kablam! warning: value assigned to `current_best_solution` is never read Oct 14 18:14:31.099 INFO kablam! --> src/genetic_algorithm.rs:19:13 Oct 14 18:14:31.099 INFO kablam! | Oct 14 18:14:31.099 INFO kablam! 19 | let mut current_best_solution: i32 = ::max_value(); Oct 14 18:14:31.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:31.099 INFO kablam! | Oct 14 18:14:31.099 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 18:14:31.099 INFO kablam! Oct 14 18:14:31.099 INFO kablam! warning: value assigned to `parents_population` is never read Oct 14 18:14:31.099 INFO kablam! --> src/genetic_algorithm.rs:35:13 Oct 14 18:14:31.099 INFO kablam! | Oct 14 18:14:31.099 INFO kablam! 35 | let mut parents_population: Vec> = Vec::new(); Oct 14 18:14:31.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:14:31.099 INFO kablam! Oct 14 18:14:31.099 INFO kablam! warning: unused variable: `iteration` Oct 14 18:14:31.099 INFO kablam! --> src/genetic_algorithm.rs:43:9 Oct 14 18:14:31.099 INFO kablam! | Oct 14 18:14:31.099 INFO kablam! 43 | for iteration in 0..iterations { Oct 14 18:14:31.099 INFO kablam! | ^^^^^^^^^ help: consider using `_iteration` instead Oct 14 18:14:31.099 INFO kablam! | Oct 14 18:14:31.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:14:31.099 INFO kablam! Oct 14 18:14:31.099 INFO kablam! warning: unused variable: `i` Oct 14 18:14:31.099 INFO kablam! --> src/genetic_algorithm.rs:53:13 Oct 14 18:14:31.099 INFO kablam! | Oct 14 18:14:31.099 INFO kablam! 53 | for i in 0..children_pairs_size { Oct 14 18:14:31.099 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:31.099 INFO kablam! Oct 14 18:14:31.099 INFO kablam! warning: unused variable: `max_time_in_seconds` Oct 14 18:14:31.099 INFO kablam! --> src/genetic_algorithm.rs:13:5 Oct 14 18:14:31.099 INFO kablam! | Oct 14 18:14:31.099 INFO kablam! 13 | max_time_in_seconds: i32, Oct 14 18:14:31.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_max_time_in_seconds` instead Oct 14 18:14:31.099 INFO kablam! Oct 14 18:14:31.099 INFO kablam! warning: value assigned to `single_population_element` is never read Oct 14 18:14:31.099 INFO kablam! --> src/genetic_algorithm.rs:100:13 Oct 14 18:14:31.099 INFO kablam! | Oct 14 18:14:31.099 INFO kablam! 100 | let mut single_population_element: Vec = Vec::new(); Oct 14 18:14:31.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:31.099 INFO kablam! Oct 14 18:14:31.099 INFO kablam! warning: unused variable: `i` Oct 14 18:14:31.099 INFO kablam! --> src/genetic_algorithm.rs:106:9 Oct 14 18:14:31.100 INFO kablam! | Oct 14 18:14:31.100 INFO kablam! 106 | for i in 0..(population_size.clone()) { Oct 14 18:14:31.100 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:31.100 INFO kablam! Oct 14 18:14:31.100 INFO kablam! warning: unused variable: `number_of_cities` Oct 14 18:14:31.100 INFO kablam! --> src/genetic_algorithm.rs:88:5 Oct 14 18:14:31.100 INFO kablam! | Oct 14 18:14:31.100 INFO kablam! 88 | number_of_cities: &i32, Oct 14 18:14:31.100 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_number_of_cities` instead Oct 14 18:14:31.100 INFO kablam! Oct 14 18:14:31.100 INFO kablam! warning: unused variable: `i` Oct 14 18:14:31.100 INFO kablam! --> src/genetic_algorithm.rs:152:9 Oct 14 18:14:31.100 INFO kablam! | Oct 14 18:14:31.100 INFO kablam! 152 | for i in 0..population_size { Oct 14 18:14:31.100 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:31.100 INFO kablam! Oct 14 18:14:31.100 INFO kablam! warning: unused variable: `i` Oct 14 18:14:31.100 INFO kablam! --> src/genetic_algorithm.rs:229:9 Oct 14 18:14:31.100 INFO kablam! | Oct 14 18:14:31.100 INFO kablam! 229 | for i in 0..parents_population_size.clone() { Oct 14 18:14:31.100 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:31.100 INFO kablam! Oct 14 18:14:31.100 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:31.100 INFO kablam! --> src/main.rs:75:22 Oct 14 18:14:31.100 INFO kablam! | Oct 14 18:14:31.100 INFO kablam! 75 | fn solve_genetic(mut matrix: &mut Vec>) { Oct 14 18:14:31.100 INFO kablam! | ----^^^^^^ Oct 14 18:14:31.100 INFO kablam! | | Oct 14 18:14:31.100 INFO kablam! | help: remove this `mut` Oct 14 18:14:31.100 INFO kablam! | Oct 14 18:14:31.100 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:14:31.100 INFO kablam! Oct 14 18:14:31.127 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:31.127 INFO kablam! --> src/genetic_algorithm.rs:22:9 Oct 14 18:14:31.127 INFO kablam! | Oct 14 18:14:31.127 INFO kablam! 22 | let mut number_of_cities: i32 = matrix.len() as i32; Oct 14 18:14:31.127 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 14 18:14:31.127 INFO kablam! | | Oct 14 18:14:31.127 INFO kablam! | help: remove this `mut` Oct 14 18:14:31.127 INFO kablam! Oct 14 18:14:31.127 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:31.127 INFO kablam! --> src/genetic_algorithm.rs:25:9 Oct 14 18:14:31.127 INFO kablam! | Oct 14 18:14:31.127 INFO kablam! 25 | let mut nodes: Vec = (0..number_of_cities).collect(); Oct 14 18:14:31.127 INFO kablam! | ----^^^^^ Oct 14 18:14:31.127 INFO kablam! | | Oct 14 18:14:31.127 INFO kablam! | help: remove this `mut` Oct 14 18:14:31.127 INFO kablam! Oct 14 18:14:31.127 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:31.127 INFO kablam! --> src/genetic_algorithm.rs:34:9 Oct 14 18:14:31.127 INFO kablam! | Oct 14 18:14:31.127 INFO kablam! 34 | let mut parents_population_size: i32 = population_size / 2; Oct 14 18:14:31.127 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:31.127 INFO kablam! | | Oct 14 18:14:31.127 INFO kablam! | help: remove this `mut` Oct 14 18:14:31.127 INFO kablam! Oct 14 18:14:31.143 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:31.143 INFO kablam! --> src/genetic_algorithm.rs:289:9 Oct 14 18:14:31.143 INFO kablam! | Oct 14 18:14:31.143 INFO kablam! 289 | let mut path_value: i32 = permutation_value(&matrix, &permutation); Oct 14 18:14:31.143 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:14:31.143 INFO kablam! | | Oct 14 18:14:31.143 INFO kablam! | help: remove this `mut` Oct 14 18:14:31.143 INFO kablam! Oct 14 18:14:31.143 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:31.143 INFO kablam! --> src/genetic_algorithm.rs:291:9 Oct 14 18:14:31.143 INFO kablam! | Oct 14 18:14:31.143 INFO kablam! 291 | let mut max_path_value: i32 = ::max_value(); Oct 14 18:14:31.143 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 18:14:31.143 INFO kablam! | | Oct 14 18:14:31.143 INFO kablam! | help: remove this `mut` Oct 14 18:14:31.143 INFO kablam! Oct 14 18:14:31.143 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:31.143 INFO kablam! --> src/genetic_algorithm.rs:308:9 Oct 14 18:14:31.143 INFO kablam! | Oct 14 18:14:31.143 INFO kablam! 308 | let mut parents_pair: Vec> = generate_parents_pair(&parents_population); Oct 14 18:14:31.143 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 18:14:31.143 INFO kablam! | | Oct 14 18:14:31.143 INFO kablam! | help: remove this `mut` Oct 14 18:14:31.143 INFO kablam! Oct 14 18:14:31.147 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:31.147 INFO kablam! --> src/genetic_algorithm.rs:403:9 Oct 14 18:14:31.147 INFO kablam! | Oct 14 18:14:31.147 INFO kablam! 403 | let mut saved_element: i32 = permutation[first_element_index]; Oct 14 18:14:31.147 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 18:14:31.147 INFO kablam! | | Oct 14 18:14:31.147 INFO kablam! | help: remove this `mut` Oct 14 18:14:31.147 INFO kablam! Oct 14 18:14:31.155 INFO kablam! warning: function is never used: `print_tabu_list` Oct 14 18:14:31.155 INFO kablam! --> src/print_utils.rs:10:1 Oct 14 18:14:31.155 INFO kablam! | Oct 14 18:14:31.155 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 14 18:14:31.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:31.155 INFO kablam! | Oct 14 18:14:31.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:14:31.155 INFO kablam! Oct 14 18:14:31.155 INFO kablam! warning: function is never used: `print_result` Oct 14 18:14:31.155 INFO kablam! --> src/print_utils.rs:18:1 Oct 14 18:14:31.155 INFO kablam! | Oct 14 18:14:31.155 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 14 18:14:31.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:31.155 INFO kablam! Oct 14 18:14:33.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.53s Oct 14 18:14:33.259 INFO kablam! su: No module specific data is present Oct 14 18:14:34.371 INFO running `"docker" "rm" "-f" "dff774fe62c4799ab24711194764ab430398a8c097d3548856d166b076be2e89"` Oct 14 18:14:34.694 INFO blam! dff774fe62c4799ab24711194764ab430398a8c097d3548856d166b076be2e89 Oct 14 18:14:34.705 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.173 INFO blam! f7dfffc56dc33c809b38cf755dbb3d68226ae81e680fcfe0a789797a6f71c519 Oct 14 18:14:35.179 INFO running `"docker" "start" "-a" "f7dfffc56dc33c809b38cf755dbb3d68226ae81e680fcfe0a789797a6f71c519"` Oct 14 18:14:36.247 INFO kablam! usermod: no changes Oct 14 18:14:36.302 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 14 18:14:36.917 INFO kablam! warning: value assigned to `current_best_solution` is never read Oct 14 18:14:36.917 INFO kablam! --> src/genetic_algorithm.rs:19:13 Oct 14 18:14:36.917 INFO kablam! | Oct 14 18:14:36.917 INFO kablam! 19 | let mut current_best_solution: i32 = ::max_value(); Oct 14 18:14:36.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.919 INFO kablam! warning: value assigned to `parents_population` is never read Oct 14 18:14:36.919 INFO kablam! --> src/genetic_algorithm.rs:35:13 Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! 35 | let mut parents_population: Vec> = Vec::new(); Oct 14 18:14:36.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.919 INFO kablam! warning: unused variable: `iteration` Oct 14 18:14:36.919 INFO kablam! --> src/genetic_algorithm.rs:43:9 Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! 43 | for iteration in 0..iterations { Oct 14 18:14:36.919 INFO kablam! | ^^^^^^^^^ help: consider using `_iteration` instead Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.919 INFO kablam! warning: unused variable: `i` Oct 14 18:14:36.919 INFO kablam! --> src/genetic_algorithm.rs:53:13 Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! 53 | for i in 0..children_pairs_size { Oct 14 18:14:36.919 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.919 INFO kablam! warning: unused variable: `max_time_in_seconds` Oct 14 18:14:36.919 INFO kablam! --> src/genetic_algorithm.rs:13:5 Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! 13 | max_time_in_seconds: i32, Oct 14 18:14:36.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_max_time_in_seconds` instead Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.919 INFO kablam! warning: value assigned to `single_population_element` is never read Oct 14 18:14:36.919 INFO kablam! --> src/genetic_algorithm.rs:100:13 Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! 100 | let mut single_population_element: Vec = Vec::new(); Oct 14 18:14:36.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.919 INFO kablam! warning: unused variable: `i` Oct 14 18:14:36.919 INFO kablam! --> src/genetic_algorithm.rs:106:9 Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! 106 | for i in 0..(population_size.clone()) { Oct 14 18:14:36.919 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.919 INFO kablam! warning: unused variable: `number_of_cities` Oct 14 18:14:36.919 INFO kablam! --> src/genetic_algorithm.rs:88:5 Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! 88 | number_of_cities: &i32, Oct 14 18:14:36.919 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_number_of_cities` instead Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.919 INFO kablam! warning: unused variable: `i` Oct 14 18:14:36.919 INFO kablam! --> src/genetic_algorithm.rs:152:9 Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! 152 | for i in 0..population_size { Oct 14 18:14:36.919 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.919 INFO kablam! warning: unused variable: `i` Oct 14 18:14:36.919 INFO kablam! --> src/genetic_algorithm.rs:229:9 Oct 14 18:14:36.919 INFO kablam! | Oct 14 18:14:36.919 INFO kablam! 229 | for i in 0..parents_population_size.clone() { Oct 14 18:14:36.919 INFO kablam! | ^ help: consider using `_i` instead Oct 14 18:14:36.919 INFO kablam! Oct 14 18:14:36.926 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.926 INFO kablam! --> src/main.rs:75:22 Oct 14 18:14:36.926 INFO kablam! | Oct 14 18:14:36.926 INFO kablam! 75 | fn solve_genetic(mut matrix: &mut Vec>) { Oct 14 18:14:36.926 INFO kablam! | ----^^^^^^ Oct 14 18:14:36.926 INFO kablam! | | Oct 14 18:14:36.926 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.926 INFO kablam! | Oct 14 18:14:36.935 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:14:36.935 INFO kablam! Oct 14 18:14:36.955 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.955 INFO kablam! --> src/genetic_algorithm.rs:22:9 Oct 14 18:14:36.955 INFO kablam! | Oct 14 18:14:36.955 INFO kablam! 22 | let mut number_of_cities: i32 = matrix.len() as i32; Oct 14 18:14:36.955 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 14 18:14:36.955 INFO kablam! | | Oct 14 18:14:36.955 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.955 INFO kablam! Oct 14 18:14:36.955 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.955 INFO kablam! --> src/genetic_algorithm.rs:25:9 Oct 14 18:14:36.955 INFO kablam! | Oct 14 18:14:36.955 INFO kablam! 25 | let mut nodes: Vec = (0..number_of_cities).collect(); Oct 14 18:14:36.955 INFO kablam! | ----^^^^^ Oct 14 18:14:36.955 INFO kablam! | | Oct 14 18:14:36.955 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.955 INFO kablam! Oct 14 18:14:36.955 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.955 INFO kablam! --> src/genetic_algorithm.rs:34:9 Oct 14 18:14:36.955 INFO kablam! | Oct 14 18:14:36.955 INFO kablam! 34 | let mut parents_population_size: i32 = population_size / 2; Oct 14 18:14:36.955 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.955 INFO kablam! | | Oct 14 18:14:36.955 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.955 INFO kablam! Oct 14 18:14:36.965 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.971 INFO kablam! --> src/genetic_algorithm.rs:289:9 Oct 14 18:14:36.971 INFO kablam! | Oct 14 18:14:36.971 INFO kablam! 289 | let mut path_value: i32 = permutation_value(&matrix, &permutation); Oct 14 18:14:36.971 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:14:36.971 INFO kablam! | | Oct 14 18:14:36.971 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.971 INFO kablam! Oct 14 18:14:36.971 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.971 INFO kablam! --> src/genetic_algorithm.rs:291:9 Oct 14 18:14:36.971 INFO kablam! | Oct 14 18:14:36.971 INFO kablam! 291 | let mut max_path_value: i32 = ::max_value(); Oct 14 18:14:36.971 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 18:14:36.971 INFO kablam! | | Oct 14 18:14:36.971 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.971 INFO kablam! Oct 14 18:14:36.971 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.971 INFO kablam! --> src/genetic_algorithm.rs:308:9 Oct 14 18:14:36.971 INFO kablam! | Oct 14 18:14:36.971 INFO kablam! 308 | let mut parents_pair: Vec> = generate_parents_pair(&parents_population); Oct 14 18:14:36.971 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 18:14:36.971 INFO kablam! | | Oct 14 18:14:36.971 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.971 INFO kablam! Oct 14 18:14:36.972 INFO kablam! warning: variable does not need to be mutable Oct 14 18:14:36.972 INFO kablam! --> src/genetic_algorithm.rs:403:9 Oct 14 18:14:36.972 INFO kablam! | Oct 14 18:14:36.972 INFO kablam! 403 | let mut saved_element: i32 = permutation[first_element_index]; Oct 14 18:14:36.972 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 18:14:36.972 INFO kablam! | | Oct 14 18:14:36.972 INFO kablam! | help: remove this `mut` Oct 14 18:14:36.972 INFO kablam! Oct 14 18:14:36.974 INFO kablam! warning: function is never used: `print_tabu_list` Oct 14 18:14:36.974 INFO kablam! --> src/print_utils.rs:10:1 Oct 14 18:14:36.974 INFO kablam! | Oct 14 18:14:36.974 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 14 18:14:36.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.974 INFO kablam! | Oct 14 18:14:36.974 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:14:36.979 INFO kablam! Oct 14 18:14:36.979 INFO kablam! warning: function is never used: `print_result` Oct 14 18:14:36.979 INFO kablam! --> src/print_utils.rs:18:1 Oct 14 18:14:36.979 INFO kablam! | Oct 14 18:14:36.979 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 14 18:14:36.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:14:36.979 INFO kablam! Oct 14 18:14:37.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 14 18:14:37.473 INFO kablam! su: No module specific data is present Oct 14 18:14:38.215 INFO running `"docker" "rm" "-f" "f7dfffc56dc33c809b38cf755dbb3d68226ae81e680fcfe0a789797a6f71c519"` Oct 14 18:14:38.461 INFO blam! f7dfffc56dc33c809b38cf755dbb3d68226ae81e680fcfe0a789797a6f71c519 Oct 14 18:14:38.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.931 INFO blam! 2822efb660d88c7f28dac457b0b622b77d007e47898ee89af6b07b6abf99fd00 Oct 14 18:14:38.943 INFO running `"docker" "start" "-a" "2822efb660d88c7f28dac457b0b622b77d007e47898ee89af6b07b6abf99fd00"` Oct 14 18:14:40.132 INFO kablam! usermod: no changes Oct 14 18:14:40.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 18:14:40.207 INFO kablam! Running /target/debug/deps/genetic-2c31ce30010d8a4a Oct 14 18:14:40.215 INFO kablam! su: No module specific data is present Oct 14 18:14:40.215 INFO blam! Oct 14 18:14:40.215 INFO blam! running 0 tests Oct 14 18:14:40.215 INFO blam! Oct 14 18:14:40.215 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:14:40.215 INFO blam! Oct 14 18:14:40.908 INFO running `"docker" "rm" "-f" "2822efb660d88c7f28dac457b0b622b77d007e47898ee89af6b07b6abf99fd00"` Oct 14 18:14:41.175 INFO blam! 2822efb660d88c7f28dac457b0b622b77d007e47898ee89af6b07b6abf99fd00