Oct 10 21:43:44.044 INFO testing ikurek/PEA-Projekt3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:43:44.044 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:43:44.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:43:44.418 INFO blam! 123925d507449077432c341a93319f974ccd3607f5144f154ca5ced4085f6052 Oct 10 21:43:44.420 INFO running `"docker" "start" "-a" "123925d507449077432c341a93319f974ccd3607f5144f154ca5ced4085f6052"` Oct 10 21:43:45.783 INFO kablam! usermod: no changes Oct 10 21:43:45.828 INFO kablam! Compiling libc v0.2.35 Oct 10 21:43:45.848 INFO kablam! Compiling tsplib v0.1.0 Oct 10 21:43:45.848 INFO kablam! Compiling permutohedron v0.2.4 Oct 10 21:43:48.161 INFO kablam! Compiling time v0.1.39 Oct 10 21:43:48.161 INFO kablam! Compiling rand v0.3.19 Oct 10 21:43:51.109 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 10 21:43:51.507 INFO kablam! warning: value assigned to `current_best_solution` is never read Oct 10 21:43:51.507 INFO kablam! --> src/genetic_algorithm.rs:19:13 Oct 10 21:43:51.507 INFO kablam! | Oct 10 21:43:51.507 INFO kablam! 19 | let mut current_best_solution: i32 = ::max_value(); Oct 10 21:43:51.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:51.507 INFO kablam! | Oct 10 21:43:51.507 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 21:43:51.507 INFO kablam! Oct 10 21:43:51.507 INFO kablam! warning: value assigned to `parents_population` is never read Oct 10 21:43:51.507 INFO kablam! --> src/genetic_algorithm.rs:35:13 Oct 10 21:43:51.507 INFO kablam! | Oct 10 21:43:51.507 INFO kablam! 35 | let mut parents_population: Vec> = Vec::new(); Oct 10 21:43:51.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:43:51.507 INFO kablam! Oct 10 21:43:51.507 INFO kablam! warning: unused variable: `iteration` Oct 10 21:43:51.507 INFO kablam! --> src/genetic_algorithm.rs:43:9 Oct 10 21:43:51.507 INFO kablam! | Oct 10 21:43:51.507 INFO kablam! 43 | for iteration in 0..iterations { Oct 10 21:43:51.507 INFO kablam! | ^^^^^^^^^ help: consider using `_iteration` instead Oct 10 21:43:51.507 INFO kablam! | Oct 10 21:43:51.507 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:43:51.507 INFO kablam! Oct 10 21:43:51.507 INFO kablam! warning: unused variable: `i` Oct 10 21:43:51.507 INFO kablam! --> src/genetic_algorithm.rs:53:13 Oct 10 21:43:51.507 INFO kablam! | Oct 10 21:43:51.507 INFO kablam! 53 | for i in 0..children_pairs_size { Oct 10 21:43:51.507 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:43:51.507 INFO kablam! Oct 10 21:43:51.507 INFO kablam! warning: unused variable: `max_time_in_seconds` Oct 10 21:43:51.507 INFO kablam! --> src/genetic_algorithm.rs:13:5 Oct 10 21:43:51.507 INFO kablam! | Oct 10 21:43:51.507 INFO kablam! 13 | max_time_in_seconds: i32, Oct 10 21:43:51.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_max_time_in_seconds` instead Oct 10 21:43:51.508 INFO kablam! Oct 10 21:43:51.508 INFO kablam! warning: value assigned to `single_population_element` is never read Oct 10 21:43:51.508 INFO kablam! --> src/genetic_algorithm.rs:100:13 Oct 10 21:43:51.508 INFO kablam! | Oct 10 21:43:51.508 INFO kablam! 100 | let mut single_population_element: Vec = Vec::new(); Oct 10 21:43:51.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:51.508 INFO kablam! Oct 10 21:43:51.508 INFO kablam! warning: unused variable: `i` Oct 10 21:43:51.508 INFO kablam! --> src/genetic_algorithm.rs:106:9 Oct 10 21:43:51.508 INFO kablam! | Oct 10 21:43:51.508 INFO kablam! 106 | for i in 0..(population_size.clone()) { Oct 10 21:43:51.508 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:43:51.508 INFO kablam! Oct 10 21:43:51.508 INFO kablam! warning: unused variable: `number_of_cities` Oct 10 21:43:51.508 INFO kablam! --> src/genetic_algorithm.rs:88:5 Oct 10 21:43:51.508 INFO kablam! | Oct 10 21:43:51.508 INFO kablam! 88 | number_of_cities: &i32, Oct 10 21:43:51.508 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_number_of_cities` instead Oct 10 21:43:51.508 INFO kablam! Oct 10 21:43:51.508 INFO kablam! warning: unused variable: `i` Oct 10 21:43:51.508 INFO kablam! --> src/genetic_algorithm.rs:152:9 Oct 10 21:43:51.508 INFO kablam! | Oct 10 21:43:51.508 INFO kablam! 152 | for i in 0..population_size { Oct 10 21:43:51.508 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:43:51.508 INFO kablam! Oct 10 21:43:51.508 INFO kablam! warning: unused variable: `i` Oct 10 21:43:51.508 INFO kablam! --> src/genetic_algorithm.rs:229:9 Oct 10 21:43:51.508 INFO kablam! | Oct 10 21:43:51.508 INFO kablam! 229 | for i in 0..parents_population_size.clone() { Oct 10 21:43:51.508 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:43:51.508 INFO kablam! Oct 10 21:43:51.510 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:51.510 INFO kablam! --> src/main.rs:75:22 Oct 10 21:43:51.510 INFO kablam! | Oct 10 21:43:51.510 INFO kablam! 75 | fn solve_genetic(mut matrix: &mut Vec>) { Oct 10 21:43:51.510 INFO kablam! | ----^^^^^^ Oct 10 21:43:51.510 INFO kablam! | | Oct 10 21:43:51.510 INFO kablam! | help: remove this `mut` Oct 10 21:43:51.510 INFO kablam! | Oct 10 21:43:51.510 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:43:51.510 INFO kablam! Oct 10 21:43:51.540 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:51.541 INFO kablam! --> src/genetic_algorithm.rs:22:9 Oct 10 21:43:51.541 INFO kablam! | Oct 10 21:43:51.541 INFO kablam! 22 | let mut number_of_cities: i32 = matrix.len() as i32; Oct 10 21:43:51.541 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 10 21:43:51.541 INFO kablam! | | Oct 10 21:43:51.541 INFO kablam! | help: remove this `mut` Oct 10 21:43:51.541 INFO kablam! Oct 10 21:43:51.541 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:51.541 INFO kablam! --> src/genetic_algorithm.rs:25:9 Oct 10 21:43:51.541 INFO kablam! | Oct 10 21:43:51.541 INFO kablam! 25 | let mut nodes: Vec = (0..number_of_cities).collect(); Oct 10 21:43:51.541 INFO kablam! | ----^^^^^ Oct 10 21:43:51.541 INFO kablam! | | Oct 10 21:43:51.541 INFO kablam! | help: remove this `mut` Oct 10 21:43:51.541 INFO kablam! Oct 10 21:43:51.541 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:51.541 INFO kablam! --> src/genetic_algorithm.rs:34:9 Oct 10 21:43:51.541 INFO kablam! | Oct 10 21:43:51.541 INFO kablam! 34 | let mut parents_population_size: i32 = population_size / 2; Oct 10 21:43:51.541 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:51.541 INFO kablam! | | Oct 10 21:43:51.541 INFO kablam! | help: remove this `mut` Oct 10 21:43:51.541 INFO kablam! Oct 10 21:43:51.552 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:51.552 INFO kablam! --> src/genetic_algorithm.rs:289:9 Oct 10 21:43:51.552 INFO kablam! | Oct 10 21:43:51.552 INFO kablam! 289 | let mut path_value: i32 = permutation_value(&matrix, &permutation); Oct 10 21:43:51.552 INFO kablam! | ----^^^^^^^^^^ Oct 10 21:43:51.552 INFO kablam! | | Oct 10 21:43:51.552 INFO kablam! | help: remove this `mut` Oct 10 21:43:51.552 INFO kablam! Oct 10 21:43:51.552 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:51.552 INFO kablam! --> src/genetic_algorithm.rs:291:9 Oct 10 21:43:51.552 INFO kablam! | Oct 10 21:43:51.552 INFO kablam! 291 | let mut max_path_value: i32 = ::max_value(); Oct 10 21:43:51.552 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 21:43:51.552 INFO kablam! | | Oct 10 21:43:51.552 INFO kablam! | help: remove this `mut` Oct 10 21:43:51.552 INFO kablam! Oct 10 21:43:51.560 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:51.560 INFO kablam! --> src/genetic_algorithm.rs:308:9 Oct 10 21:43:51.560 INFO kablam! | Oct 10 21:43:51.560 INFO kablam! 308 | let mut parents_pair: Vec> = generate_parents_pair(&parents_population); Oct 10 21:43:51.560 INFO kablam! | ----^^^^^^^^^^^^ Oct 10 21:43:51.560 INFO kablam! | | Oct 10 21:43:51.560 INFO kablam! | help: remove this `mut` Oct 10 21:43:51.560 INFO kablam! Oct 10 21:43:51.560 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:51.560 INFO kablam! --> src/genetic_algorithm.rs:403:9 Oct 10 21:43:51.560 INFO kablam! | Oct 10 21:43:51.560 INFO kablam! 403 | let mut saved_element: i32 = permutation[first_element_index]; Oct 10 21:43:51.560 INFO kablam! | ----^^^^^^^^^^^^^ Oct 10 21:43:51.560 INFO kablam! | | Oct 10 21:43:51.560 INFO kablam! | help: remove this `mut` Oct 10 21:43:51.560 INFO kablam! Oct 10 21:43:51.568 INFO kablam! warning: function is never used: `print_tabu_list` Oct 10 21:43:51.568 INFO kablam! --> src/print_utils.rs:10:1 Oct 10 21:43:51.568 INFO kablam! | Oct 10 21:43:51.568 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 10 21:43:51.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:51.568 INFO kablam! | Oct 10 21:43:51.568 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:43:51.568 INFO kablam! Oct 10 21:43:51.568 INFO kablam! warning: function is never used: `print_result` Oct 10 21:43:51.568 INFO kablam! --> src/print_utils.rs:18:1 Oct 10 21:43:51.568 INFO kablam! | Oct 10 21:43:51.568 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 10 21:43:51.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:51.568 INFO kablam! Oct 10 21:43:53.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.63s Oct 10 21:43:53.436 INFO kablam! su: No module specific data is present Oct 10 21:43:54.026 INFO running `"docker" "rm" "-f" "123925d507449077432c341a93319f974ccd3607f5144f154ca5ced4085f6052"` Oct 10 21:43:54.336 INFO blam! 123925d507449077432c341a93319f974ccd3607f5144f154ca5ced4085f6052 Oct 10 21:43:54.340 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:43:54.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:43:54.737 INFO blam! d92415dad46276bc69c46464a4a6c8781b6c94a7381ddc6364ea2949eb715e90 Oct 10 21:43:54.738 INFO running `"docker" "start" "-a" "d92415dad46276bc69c46464a4a6c8781b6c94a7381ddc6364ea2949eb715e90"` Oct 10 21:43:56.060 INFO kablam! usermod: no changes Oct 10 21:43:56.132 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 10 21:43:56.581 INFO kablam! warning: value assigned to `current_best_solution` is never read Oct 10 21:43:56.581 INFO kablam! --> src/genetic_algorithm.rs:19:13 Oct 10 21:43:56.581 INFO kablam! | Oct 10 21:43:56.582 INFO kablam! 19 | let mut current_best_solution: i32 = ::max_value(); Oct 10 21:43:56.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:56.582 INFO kablam! | Oct 10 21:43:56.583 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 21:43:56.583 INFO kablam! Oct 10 21:43:56.583 INFO kablam! warning: value assigned to `parents_population` is never read Oct 10 21:43:56.584 INFO kablam! --> src/genetic_algorithm.rs:35:13 Oct 10 21:43:56.584 INFO kablam! | Oct 10 21:43:56.584 INFO kablam! 35 | let mut parents_population: Vec> = Vec::new(); Oct 10 21:43:56.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:43:56.585 INFO kablam! Oct 10 21:43:56.585 INFO kablam! warning: unused variable: `iteration` Oct 10 21:43:56.586 INFO kablam! --> src/genetic_algorithm.rs:43:9 Oct 10 21:43:56.586 INFO kablam! | Oct 10 21:43:56.586 INFO kablam! 43 | for iteration in 0..iterations { Oct 10 21:43:56.587 INFO kablam! | ^^^^^^^^^ help: consider using `_iteration` instead Oct 10 21:43:56.587 INFO kablam! | Oct 10 21:43:56.587 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:43:56.587 INFO kablam! Oct 10 21:43:56.588 INFO kablam! warning: unused variable: `i` Oct 10 21:43:56.588 INFO kablam! --> src/genetic_algorithm.rs:53:13 Oct 10 21:43:56.588 INFO kablam! | Oct 10 21:43:56.589 INFO kablam! 53 | for i in 0..children_pairs_size { Oct 10 21:43:56.589 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:43:56.589 INFO kablam! Oct 10 21:43:56.590 INFO kablam! warning: unused variable: `max_time_in_seconds` Oct 10 21:43:56.590 INFO kablam! --> src/genetic_algorithm.rs:13:5 Oct 10 21:43:56.590 INFO kablam! | Oct 10 21:43:56.591 INFO kablam! 13 | max_time_in_seconds: i32, Oct 10 21:43:56.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_max_time_in_seconds` instead Oct 10 21:43:56.591 INFO kablam! Oct 10 21:43:56.591 INFO kablam! warning: value assigned to `single_population_element` is never read Oct 10 21:43:56.592 INFO kablam! --> src/genetic_algorithm.rs:100:13 Oct 10 21:43:56.600 INFO kablam! | Oct 10 21:43:56.601 INFO kablam! 100 | let mut single_population_element: Vec = Vec::new(); Oct 10 21:43:56.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:56.601 INFO kablam! Oct 10 21:43:56.602 INFO kablam! warning: unused variable: `i` Oct 10 21:43:56.602 INFO kablam! --> src/genetic_algorithm.rs:106:9 Oct 10 21:43:56.602 INFO kablam! | Oct 10 21:43:56.603 INFO kablam! 106 | for i in 0..(population_size.clone()) { Oct 10 21:43:56.603 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:43:56.603 INFO kablam! Oct 10 21:43:56.603 INFO kablam! warning: unused variable: `number_of_cities` Oct 10 21:43:56.604 INFO kablam! --> src/genetic_algorithm.rs:88:5 Oct 10 21:43:56.604 INFO kablam! | Oct 10 21:43:56.604 INFO kablam! 88 | number_of_cities: &i32, Oct 10 21:43:56.604 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_number_of_cities` instead Oct 10 21:43:56.604 INFO kablam! Oct 10 21:43:56.604 INFO kablam! warning: unused variable: `i` Oct 10 21:43:56.604 INFO kablam! --> src/genetic_algorithm.rs:152:9 Oct 10 21:43:56.604 INFO kablam! | Oct 10 21:43:56.604 INFO kablam! 152 | for i in 0..population_size { Oct 10 21:43:56.604 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:43:56.604 INFO kablam! Oct 10 21:43:56.604 INFO kablam! warning: unused variable: `i` Oct 10 21:43:56.604 INFO kablam! --> src/genetic_algorithm.rs:229:9 Oct 10 21:43:56.604 INFO kablam! | Oct 10 21:43:56.604 INFO kablam! 229 | for i in 0..parents_population_size.clone() { Oct 10 21:43:56.604 INFO kablam! | ^ help: consider using `_i` instead Oct 10 21:43:56.604 INFO kablam! Oct 10 21:43:56.604 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:56.604 INFO kablam! --> src/main.rs:75:22 Oct 10 21:43:56.604 INFO kablam! | Oct 10 21:43:56.604 INFO kablam! 75 | fn solve_genetic(mut matrix: &mut Vec>) { Oct 10 21:43:56.604 INFO kablam! | ----^^^^^^ Oct 10 21:43:56.604 INFO kablam! | | Oct 10 21:43:56.604 INFO kablam! | help: remove this `mut` Oct 10 21:43:56.604 INFO kablam! | Oct 10 21:43:56.604 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:43:56.604 INFO kablam! Oct 10 21:43:56.636 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:56.636 INFO kablam! --> src/genetic_algorithm.rs:22:9 Oct 10 21:43:56.636 INFO kablam! | Oct 10 21:43:56.636 INFO kablam! 22 | let mut number_of_cities: i32 = matrix.len() as i32; Oct 10 21:43:56.636 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 10 21:43:56.636 INFO kablam! | | Oct 10 21:43:56.636 INFO kablam! | help: remove this `mut` Oct 10 21:43:56.636 INFO kablam! Oct 10 21:43:56.636 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:56.636 INFO kablam! --> src/genetic_algorithm.rs:25:9 Oct 10 21:43:56.636 INFO kablam! | Oct 10 21:43:56.636 INFO kablam! 25 | let mut nodes: Vec = (0..number_of_cities).collect(); Oct 10 21:43:56.636 INFO kablam! | ----^^^^^ Oct 10 21:43:56.636 INFO kablam! | | Oct 10 21:43:56.636 INFO kablam! | help: remove this `mut` Oct 10 21:43:56.636 INFO kablam! Oct 10 21:43:56.636 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:56.636 INFO kablam! --> src/genetic_algorithm.rs:34:9 Oct 10 21:43:56.636 INFO kablam! | Oct 10 21:43:56.636 INFO kablam! 34 | let mut parents_population_size: i32 = population_size / 2; Oct 10 21:43:56.636 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:56.636 INFO kablam! | | Oct 10 21:43:56.636 INFO kablam! | help: remove this `mut` Oct 10 21:43:56.636 INFO kablam! Oct 10 21:43:56.636 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:56.636 INFO kablam! --> src/genetic_algorithm.rs:289:9 Oct 10 21:43:56.636 INFO kablam! | Oct 10 21:43:56.636 INFO kablam! 289 | let mut path_value: i32 = permutation_value(&matrix, &permutation); Oct 10 21:43:56.636 INFO kablam! | ----^^^^^^^^^^ Oct 10 21:43:56.636 INFO kablam! | | Oct 10 21:43:56.636 INFO kablam! | help: remove this `mut` Oct 10 21:43:56.636 INFO kablam! Oct 10 21:43:56.636 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:56.636 INFO kablam! --> src/genetic_algorithm.rs:291:9 Oct 10 21:43:56.636 INFO kablam! | Oct 10 21:43:56.636 INFO kablam! 291 | let mut max_path_value: i32 = ::max_value(); Oct 10 21:43:56.636 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 21:43:56.636 INFO kablam! | | Oct 10 21:43:56.636 INFO kablam! | help: remove this `mut` Oct 10 21:43:56.636 INFO kablam! Oct 10 21:43:56.637 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:56.637 INFO kablam! --> src/genetic_algorithm.rs:308:9 Oct 10 21:43:56.637 INFO kablam! | Oct 10 21:43:56.637 INFO kablam! 308 | let mut parents_pair: Vec> = generate_parents_pair(&parents_population); Oct 10 21:43:56.637 INFO kablam! | ----^^^^^^^^^^^^ Oct 10 21:43:56.637 INFO kablam! | | Oct 10 21:43:56.637 INFO kablam! | help: remove this `mut` Oct 10 21:43:56.637 INFO kablam! Oct 10 21:43:56.637 INFO kablam! warning: variable does not need to be mutable Oct 10 21:43:56.637 INFO kablam! --> src/genetic_algorithm.rs:403:9 Oct 10 21:43:56.637 INFO kablam! | Oct 10 21:43:56.637 INFO kablam! 403 | let mut saved_element: i32 = permutation[first_element_index]; Oct 10 21:43:56.637 INFO kablam! | ----^^^^^^^^^^^^^ Oct 10 21:43:56.652 INFO kablam! | | Oct 10 21:43:56.652 INFO kablam! | help: remove this `mut` Oct 10 21:43:56.652 INFO kablam! Oct 10 21:43:56.652 INFO kablam! warning: function is never used: `print_tabu_list` Oct 10 21:43:56.652 INFO kablam! --> src/print_utils.rs:10:1 Oct 10 21:43:56.652 INFO kablam! | Oct 10 21:43:56.652 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 10 21:43:56.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:56.652 INFO kablam! | Oct 10 21:43:56.652 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:43:56.652 INFO kablam! Oct 10 21:43:56.652 INFO kablam! warning: function is never used: `print_result` Oct 10 21:43:56.652 INFO kablam! --> src/print_utils.rs:18:1 Oct 10 21:43:56.652 INFO kablam! | Oct 10 21:43:56.652 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 10 21:43:56.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:43:56.652 INFO kablam! Oct 10 21:43:57.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 10 21:43:57.232 INFO kablam! su: No module specific data is present Oct 10 21:43:57.830 INFO running `"docker" "rm" "-f" "d92415dad46276bc69c46464a4a6c8781b6c94a7381ddc6364ea2949eb715e90"` Oct 10 21:43:58.132 INFO blam! d92415dad46276bc69c46464a4a6c8781b6c94a7381ddc6364ea2949eb715e90 Oct 10 21:43:58.137 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:43:58.139 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:43:58.667 INFO blam! 7b09c836f52ccd502a476d272394c9bd6365f2b0c7b186ea91f36ce496ffd9ad Oct 10 21:43:58.670 INFO running `"docker" "start" "-a" "7b09c836f52ccd502a476d272394c9bd6365f2b0c7b186ea91f36ce496ffd9ad"` Oct 10 21:43:59.927 INFO kablam! usermod: no changes Oct 10 21:44:00.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 21:44:00.008 INFO kablam! Running /target/debug/deps/genetic-b8eb0f6e871b6cbc Oct 10 21:44:00.016 INFO kablam! su: No module specific data is present Oct 10 21:44:00.017 INFO blam! Oct 10 21:44:00.017 INFO blam! running 0 tests Oct 10 21:44:00.017 INFO blam! Oct 10 21:44:00.017 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:44:00.017 INFO blam! Oct 10 21:44:00.820 INFO running `"docker" "rm" "-f" "7b09c836f52ccd502a476d272394c9bd6365f2b0c7b186ea91f36ce496ffd9ad"` Oct 10 21:44:01.143 INFO blam! 7b09c836f52ccd502a476d272394c9bd6365f2b0c7b186ea91f36ce496ffd9ad