Oct 11 07:34:20.841 INFO testing AyanoClarke/leetRust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:34:20.841 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:34:20.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 07:34:21.274 INFO blam! b679efcc755314d9ed7bd031cd01fc9781f112c54e687f7acdbb8baf1ed3e3b5 Oct 11 07:34:21.275 INFO running `"docker" "start" "-a" "b679efcc755314d9ed7bd031cd01fc9781f112c54e687f7acdbb8baf1ed3e3b5"` Oct 11 07:34:23.145 INFO kablam! usermod: no changes Oct 11 07:34:23.214 INFO kablam! Compiling leet_rust v0.1.0 (/source) Oct 11 07:34:24.430 INFO kablam! warning: unused variable: `s` Oct 11 07:34:24.430 INFO kablam! --> src/wildcard_matching.rs:54:30 Oct 11 07:34:24.430 INFO kablam! | Oct 11 07:34:24.430 INFO kablam! 54 | pub fn wildcard_matching(s: &str, p: &str) -> bool { Oct 11 07:34:24.430 INFO kablam! | ^ help: consider using `_s` instead Oct 11 07:34:24.430 INFO kablam! | Oct 11 07:34:24.436 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:34:24.436 INFO kablam! Oct 11 07:34:24.548 INFO kablam! warning: function is never used: `two_sum` Oct 11 07:34:24.548 INFO kablam! --> src/two_sum.rs:16:9 Oct 11 07:34:24.548 INFO kablam! | Oct 11 07:34:24.548 INFO kablam! 16 | pub fn two_sum(_input_vec: &[i32], _target: i32) -> (usize, usize) { Oct 11 07:34:24.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.548 INFO kablam! | Oct 11 07:34:24.548 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:34:24.548 INFO kablam! Oct 11 07:34:24.548 INFO kablam! warning: function is never used: `add_two_numbers` Oct 11 07:34:24.548 INFO kablam! --> src/add_two_numbers.rs:17:9 Oct 11 07:34:24.548 INFO kablam! | Oct 11 07:34:24.548 INFO kablam! 17 | pub fn add_two_numbers(_input_list_1: LinkedList, _input_list_2: LinkedList) -> LinkedList { Oct 11 07:34:24.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.548 INFO kablam! Oct 11 07:34:24.548 INFO kablam! warning: function is never used: `longest_substring_without_repeating_characters` Oct 11 07:34:24.548 INFO kablam! --> src/longest_substring_without_repeating_characters.rs:14:5 Oct 11 07:34:24.548 INFO kablam! | Oct 11 07:34:24.548 INFO kablam! 14 | pub fn longest_substring_without_repeating_characters(_one_string: &str) -> i32 { Oct 11 07:34:24.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.548 INFO kablam! Oct 11 07:34:24.548 INFO kablam! warning: function is never used: `median_of_two_sorted_arrays` Oct 11 07:34:24.548 INFO kablam! --> src/median_of_two_sorted_arrays.rs:17:9 Oct 11 07:34:24.548 INFO kablam! | Oct 11 07:34:24.548 INFO kablam! 17 | pub fn median_of_two_sorted_arrays(_vec_1: &[i32], _vec_2: &[i32]) -> f64 { Oct 11 07:34:24.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.548 INFO kablam! Oct 11 07:34:24.548 INFO kablam! warning: function is never used: `find_k_th_number_of_two_sorted_arrays` Oct 11 07:34:24.548 INFO kablam! --> src/median_of_two_sorted_arrays.rs:33:9 Oct 11 07:34:24.548 INFO kablam! | Oct 11 07:34:24.548 INFO kablam! 33 | fn find_k_th_number_of_two_sorted_arrays(_vec_1: &[i32], _vec_2: &[i32], k: usize) -> i32 { Oct 11 07:34:24.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.548 INFO kablam! Oct 11 07:34:24.548 INFO kablam! warning: function is never used: `phase_two_sorted_arrays` Oct 11 07:34:24.548 INFO kablam! --> src/median_of_two_sorted_arrays.rs:61:9 Oct 11 07:34:24.548 INFO kablam! | Oct 11 07:34:24.548 INFO kablam! 61 | fn phase_two_sorted_arrays<'a>(_vec_1: &'a [i32], _vec_2: &'a [i32]) -> (&'a [i32], &'a [i32]) { Oct 11 07:34:24.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.548 INFO kablam! Oct 11 07:34:24.548 INFO kablam! warning: function is never used: `longest_palindromic_substring` Oct 11 07:34:24.548 INFO kablam! --> src/longest_palindromic_substring.rs:22:9 Oct 11 07:34:24.548 INFO kablam! | Oct 11 07:34:24.548 INFO kablam! 22 | pub fn longest_palindromic_substring(_input_string: String) -> String { Oct 11 07:34:24.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.548 INFO kablam! Oct 11 07:34:24.548 INFO kablam! warning: function is never used: `longest_palindromic` Oct 11 07:34:24.548 INFO kablam! --> src/longest_palindromic_substring.rs:30:9 Oct 11 07:34:24.548 INFO kablam! | Oct 11 07:34:24.548 INFO kablam! 30 | fn longest_palindromic(_input: &str) -> (usize, usize) { Oct 11 07:34:24.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.548 INFO kablam! Oct 11 07:34:24.549 INFO kablam! warning: function is never used: `decorate_string` Oct 11 07:34:24.549 INFO kablam! --> src/longest_palindromic_substring.rs:71:9 Oct 11 07:34:24.549 INFO kablam! | Oct 11 07:34:24.549 INFO kablam! 71 | fn decorate_string(_input: &String) -> String { Oct 11 07:34:24.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.549 INFO kablam! Oct 11 07:34:24.549 INFO kablam! warning: function is never used: `cleanse_string` Oct 11 07:34:24.549 INFO kablam! --> src/longest_palindromic_substring.rs:85:9 Oct 11 07:34:24.549 INFO kablam! | Oct 11 07:34:24.549 INFO kablam! 85 | fn cleanse_string(_input: &String, left: usize, right: usize) -> String { Oct 11 07:34:24.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.549 INFO kablam! Oct 11 07:34:24.550 INFO kablam! warning: function is never used: `zigzag_convert` Oct 11 07:34:24.550 INFO kablam! --> src/zigzag_conversion.rs:33:9 Oct 11 07:34:24.550 INFO kablam! | Oct 11 07:34:24.550 INFO kablam! 33 | pub fn zigzag_convert(_input_string: &str, _num_rows: usize) -> String { Oct 11 07:34:24.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.550 INFO kablam! Oct 11 07:34:24.550 INFO kablam! warning: function is never used: `reverse_integer` Oct 11 07:34:24.550 INFO kablam! --> src/reverse_integer.rs:21:9 Oct 11 07:34:24.550 INFO kablam! | Oct 11 07:34:24.550 INFO kablam! 21 | pub fn reverse_integer(_input_number: i32) -> i32 { Oct 11 07:34:24.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.550 INFO kablam! Oct 11 07:34:24.551 INFO kablam! warning: function is never used: `string_to_integer` Oct 11 07:34:24.551 INFO kablam! --> src/string_to_integer.rs:37:9 Oct 11 07:34:24.551 INFO kablam! | Oct 11 07:34:24.551 INFO kablam! 37 | pub fn string_to_integer(_input_string: &[u8]) -> Option { Oct 11 07:34:24.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.551 INFO kablam! Oct 11 07:34:24.551 INFO kablam! warning: function is never used: `ascii_to_digit` Oct 11 07:34:24.551 INFO kablam! --> src/string_to_integer.rs:75:9 Oct 11 07:34:24.551 INFO kablam! | Oct 11 07:34:24.551 INFO kablam! 75 | fn ascii_to_digit(_input_character: u8) -> Option { Oct 11 07:34:24.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.551 INFO kablam! Oct 11 07:34:24.552 INFO kablam! warning: function is never used: `ascii_to_sign` Oct 11 07:34:24.552 INFO kablam! --> src/string_to_integer.rs:91:9 Oct 11 07:34:24.552 INFO kablam! | Oct 11 07:34:24.552 INFO kablam! 91 | fn ascii_to_sign(_input_character: u8) -> Option { Oct 11 07:34:24.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.552 INFO kablam! Oct 11 07:34:24.552 INFO kablam! warning: function is never used: `palindrome_number` Oct 11 07:34:24.552 INFO kablam! --> src/palindrome_number.rs:18:9 Oct 11 07:34:24.552 INFO kablam! | Oct 11 07:34:24.552 INFO kablam! 18 | pub fn palindrome_number(_input_number: i64) -> bool { Oct 11 07:34:24.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.553 INFO kablam! Oct 11 07:34:24.553 INFO kablam! warning: function is never used: `regular_expression_matching` Oct 11 07:34:24.553 INFO kablam! --> src/regular_expression_matching.rs:49:9 Oct 11 07:34:24.553 INFO kablam! | Oct 11 07:34:24.553 INFO kablam! 49 | pub fn regular_expression_matching(_input_string: &str, _pattern: &str) -> bool { Oct 11 07:34:24.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.553 INFO kablam! Oct 11 07:34:24.553 INFO kablam! warning: function is never used: `container_with_most_water` Oct 11 07:34:24.553 INFO kablam! --> src/container_with_most_water.rs:15:9 Oct 11 07:34:24.553 INFO kablam! | Oct 11 07:34:24.553 INFO kablam! 15 | pub fn container_with_most_water(_input_container: &[usize]) -> usize { Oct 11 07:34:24.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.553 INFO kablam! Oct 11 07:34:24.553 INFO kablam! warning: function is never used: `integer_to_roman` Oct 11 07:34:24.553 INFO kablam! --> src/integer_to_roman.rs:49:9 Oct 11 07:34:24.553 INFO kablam! | Oct 11 07:34:24.553 INFO kablam! 49 | pub fn integer_to_roman(_input_num: i32) -> String { Oct 11 07:34:24.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.553 INFO kablam! Oct 11 07:34:24.553 INFO kablam! warning: function is never used: `special_to_roman` Oct 11 07:34:24.553 INFO kablam! --> src/integer_to_roman.rs:107:9 Oct 11 07:34:24.553 INFO kablam! | Oct 11 07:34:24.553 INFO kablam! 107 | fn special_to_roman(_input_num: i32) -> Option { Oct 11 07:34:24.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.553 INFO kablam! Oct 11 07:34:24.553 INFO kablam! warning: function is never used: `roman_to_integer` Oct 11 07:34:24.553 INFO kablam! --> src/roman_to_integer.rs:43:9 Oct 11 07:34:24.553 INFO kablam! | Oct 11 07:34:24.553 INFO kablam! 43 | pub fn roman_to_integer(_input_roman: &[u8]) -> Option { Oct 11 07:34:24.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.553 INFO kablam! Oct 11 07:34:24.554 INFO kablam! warning: function is never used: `longest_common_prefix` Oct 11 07:34:24.554 INFO kablam! --> src/longest_common_prefix.rs:19:9 Oct 11 07:34:24.554 INFO kablam! | Oct 11 07:34:24.554 INFO kablam! 19 | pub fn longest_common_prefix(_input_vec: &[String]) -> String { Oct 11 07:34:24.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.554 INFO kablam! Oct 11 07:34:24.554 INFO kablam! warning: function is never used: `is_common_prefix` Oct 11 07:34:24.554 INFO kablam! --> src/longest_common_prefix.rs:45:9 Oct 11 07:34:24.554 INFO kablam! | Oct 11 07:34:24.554 INFO kablam! 45 | fn is_common_prefix(_input_vec: &[String], _length: usize) -> bool { Oct 11 07:34:24.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.554 INFO kablam! Oct 11 07:34:24.554 INFO kablam! warning: function is never used: `three_sum` Oct 11 07:34:24.555 INFO kablam! --> src/three_sum.rs:14:9 Oct 11 07:34:24.555 INFO kablam! | Oct 11 07:34:24.555 INFO kablam! 14 | pub fn three_sum(_input_vec: &[i32]) -> Vec> { Oct 11 07:34:24.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.555 INFO kablam! Oct 11 07:34:24.555 INFO kablam! warning: function is never used: `three_sorted_sum` Oct 11 07:34:24.555 INFO kablam! --> src/three_sum.rs:20:9 Oct 11 07:34:24.555 INFO kablam! | Oct 11 07:34:24.555 INFO kablam! 20 | fn three_sorted_sum(_input_vec: &[i32]) -> Vec> { Oct 11 07:34:24.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.555 INFO kablam! Oct 11 07:34:24.555 INFO kablam! warning: function is never used: `three_sum_closest` Oct 11 07:34:24.555 INFO kablam! --> src/three_sum_closest.rs:10:9 Oct 11 07:34:24.555 INFO kablam! | Oct 11 07:34:24.555 INFO kablam! 10 | pub fn three_sum_closest(_input_vec: &[i32], _target: i32) -> i32 { Oct 11 07:34:24.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.556 INFO kablam! Oct 11 07:34:24.556 INFO kablam! warning: function is never used: `three_sorted_sum_closest` Oct 11 07:34:24.556 INFO kablam! --> src/three_sum_closest.rs:16:9 Oct 11 07:34:24.556 INFO kablam! | Oct 11 07:34:24.556 INFO kablam! 16 | fn three_sorted_sum_closest(_input_vec: &[i32], _target: i32) -> i32 { Oct 11 07:34:24.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.556 INFO kablam! Oct 11 07:34:24.556 INFO kablam! warning: function is never used: `letter_combinations_of_a_phone_number` Oct 11 07:34:24.556 INFO kablam! --> src/letter_combinations_of_a_phone_number.rs:3:9 Oct 11 07:34:24.556 INFO kablam! | Oct 11 07:34:24.556 INFO kablam! 3 | pub fn letter_combinations_of_a_phone_number(_input_number: &[i32]) -> Option> { Oct 11 07:34:24.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.556 INFO kablam! Oct 11 07:34:24.556 INFO kablam! warning: function is never used: `four_sum` Oct 11 07:34:24.556 INFO kablam! --> src/four_sum.rs:15:9 Oct 11 07:34:24.556 INFO kablam! | Oct 11 07:34:24.556 INFO kablam! 15 | pub fn four_sum(_input_vec: &[i32], _target: i32) -> Vec> { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `four_sorted_sum` Oct 11 07:34:24.557 INFO kablam! --> src/four_sum.rs:21:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 21 | fn four_sorted_sum(_input_vec: &[i32], _target: i32) -> Vec> { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `to_next_different` Oct 11 07:34:24.557 INFO kablam! --> src/four_sum.rs:49:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 49 | fn to_next_different(_input_vec: &[i32], _now: usize) -> Option { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `to_before_different` Oct 11 07:34:24.557 INFO kablam! --> src/four_sum.rs:57:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 57 | fn to_before_different(_input_vec: &[i32], _now: usize, _first: usize) -> Option { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `remove_nth_node_from_end_of_list` Oct 11 07:34:24.557 INFO kablam! --> src/remove_nth_node_from_end_of_list.rs:13:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 13 | pub fn remove_nth_node_from_end_of_list(_input_list: &LinkedList, _remove_n: usize) -> LinkedList { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `valid_parentheses` Oct 11 07:34:24.557 INFO kablam! --> src/valid_parentheses.rs:25:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 25 | pub fn valid_parentheses(_input_parentheses: &[u8]) -> bool { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `merge_two_sorted_lists` Oct 11 07:34:24.557 INFO kablam! --> src/merge_two_sorted_lists.rs:12:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 12 | pub fn merge_two_sorted_lists(_input_list_1: LinkedList, _input_list_2: LinkedList) -> LinkedList { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `generate_parentheses` Oct 11 07:34:24.557 INFO kablam! --> src/generate_parentheses.rs:15:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 15 | pub fn generate_parentheses(n: i32) -> Vec { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `is_not_start_with_two_parentheses` Oct 11 07:34:24.557 INFO kablam! --> src/generate_parentheses.rs:49:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 49 | fn is_not_start_with_two_parentheses(_input_string: &str) -> bool { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `is_not_end_with_two_parentheses` Oct 11 07:34:24.557 INFO kablam! --> src/generate_parentheses.rs:57:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 57 | fn is_not_end_with_two_parentheses(_input_string: &str) -> bool { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `merge_k_sorted_lists` Oct 11 07:34:24.557 INFO kablam! --> src/merge_k_sorted_lists.rs:16:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 16 | pub fn merge_k_sorted_lists(_input_vec: &[LinkedList]) -> LinkedList { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `merge_two_sorted_lists` Oct 11 07:34:24.557 INFO kablam! --> src/merge_k_sorted_lists.rs:24:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 24 | fn merge_two_sorted_lists(_input_list_1: LinkedList, _input_list_2: LinkedList) -> LinkedList { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `swap_nodes_in_pairs` Oct 11 07:34:24.557 INFO kablam! --> src/swap_nodes_in_pairs.rs:13:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.557 INFO kablam! 13 | pub fn swap_nodes_in_pairs(_input_list: &LinkedList) -> LinkedList { Oct 11 07:34:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.557 INFO kablam! Oct 11 07:34:24.557 INFO kablam! warning: function is never used: `reverse_nodes_in_k_groups` Oct 11 07:34:24.557 INFO kablam! --> src/reverse_nodes_in_k_group.rs:16:9 Oct 11 07:34:24.557 INFO kablam! | Oct 11 07:34:24.558 INFO kablam! 16 | pub fn reverse_nodes_in_k_groups(_input_lists: &LinkedList, k: usize) -> LinkedList { Oct 11 07:34:24.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.558 INFO kablam! Oct 11 07:34:24.558 INFO kablam! warning: function is never used: `remove_duplicate_from_sorted_array` Oct 11 07:34:24.558 INFO kablam! --> src/remove_duplicates_from_sorted_array.rs:28:9 Oct 11 07:34:24.558 INFO kablam! | Oct 11 07:34:24.558 INFO kablam! 28 | pub fn remove_duplicate_from_sorted_array(_input_array: &[i32]) -> usize { Oct 11 07:34:24.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.558 INFO kablam! Oct 11 07:34:24.558 INFO kablam! warning: function is never used: `remove_element` Oct 11 07:34:24.558 INFO kablam! --> src/remove_element.rs:28:9 Oct 11 07:34:24.558 INFO kablam! | Oct 11 07:34:24.558 INFO kablam! 28 | pub fn remove_element(_input_array: &mut [i32], _target: i32) -> usize { Oct 11 07:34:24.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.558 INFO kablam! Oct 11 07:34:24.558 INFO kablam! warning: function is never used: `implement_strstr` Oct 11 07:34:24.558 INFO kablam! --> src/implement_strstr.rs:16:9 Oct 11 07:34:24.558 INFO kablam! | Oct 11 07:34:24.558 INFO kablam! 16 | pub fn implement_strstr(_haystack: &[char], _needle: &[char]) -> Option { Oct 11 07:34:24.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.558 INFO kablam! Oct 11 07:34:24.558 INFO kablam! warning: function is never used: `divide_two_integers` Oct 11 07:34:24.558 INFO kablam! --> src/divide_two_integers.rs:17:5 Oct 11 07:34:24.558 INFO kablam! | Oct 11 07:34:24.558 INFO kablam! 17 | pub fn divide_two_integers(_dividend: i32, _divisor: i32) -> Option { Oct 11 07:34:24.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.558 INFO kablam! Oct 11 07:34:24.558 INFO kablam! warning: function is never used: `next_permutation` Oct 11 07:34:24.558 INFO kablam! --> src/next_permutation.rs:11:5 Oct 11 07:34:24.558 INFO kablam! | Oct 11 07:34:24.558 INFO kablam! 11 | pub fn next_permutation(mut one_permutation: Vec) -> Vec { Oct 11 07:34:24.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.558 INFO kablam! Oct 11 07:34:24.558 INFO kablam! warning: function is never used: `last_true` Oct 11 07:34:24.558 INFO kablam! --> src/next_permutation.rs:49:5 Oct 11 07:34:24.558 INFO kablam! | Oct 11 07:34:24.558 INFO kablam! 49 | fn last_true(_bool_array: &[bool]) -> Option { Oct 11 07:34:24.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.558 INFO kablam! Oct 11 07:34:24.558 INFO kablam! warning: function is never used: `longest_valid_parentheses` Oct 11 07:34:24.558 INFO kablam! --> src/longest_valid_parentheses.rs:13:5 Oct 11 07:34:24.558 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 13 | pub fn longest_valid_parentheses(series: &[u8]) -> usize { Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: function is never used: `search_in_rotated_sorted_array` Oct 11 07:34:24.559 INFO kablam! --> src/search_in_rotated_sorted_array.rs:16:5 Oct 11 07:34:24.559 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 16 | pub fn search_in_rotated_sorted_array(rotated_array: &[i32], target: i32) -> Option { Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: function is never used: `find_first_and_last_position_of_element_in_sorted_array` Oct 11 07:34:24.559 INFO kablam! --> src/find_first_and_last_position_of_element_in_sorted_array.rs:13:5 Oct 11 07:34:24.559 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 13 | pub fn find_first_and_last_position_of_element_in_sorted_array(sorted_array: &[i32], target: i32) -> Option<(usize, usize)> { Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: function is never used: `search_insert_position` Oct 11 07:34:24.559 INFO kablam! --> src/search_insert_position.rs:18:5 Oct 11 07:34:24.559 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 18 | pub fn search_insert_position(sorted_array: &[i32], target: i32) -> usize { Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: struct is never constructed: `Sudoku` Oct 11 07:34:24.559 INFO kablam! --> src/valid_sudoku.rs:45:5 Oct 11 07:34:24.559 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 45 | pub struct Sudoku { Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: method is never used: `valid_sudoku` Oct 11 07:34:24.559 INFO kablam! --> src/valid_sudoku.rs:50:9 Oct 11 07:34:24.559 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 50 | fn valid_sudoku(&self) -> bool { Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: field is never used: `constraints` Oct 11 07:34:24.559 INFO kablam! --> src/sudoku_solver.rs:16:9 Oct 11 07:34:24.559 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 16 | constraints: [bool; 9], // [i-1] = true means i is impossible Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: method is never used: `new` Oct 11 07:34:24.559 INFO kablam! --> src/sudoku_solver.rs:21:9 Oct 11 07:34:24.559 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 21 | fn new() -> Cell { Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: method is never used: `confirm` Oct 11 07:34:24.559 INFO kablam! --> src/sudoku_solver.rs:29:9 Oct 11 07:34:24.559 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 29 | fn confirm(&mut self, value: i32) -> bool { Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: method is never used: `possible_value` Oct 11 07:34:24.559 INFO kablam! --> src/sudoku_solver.rs:46:9 Oct 11 07:34:24.559 INFO kablam! | Oct 11 07:34:24.559 INFO kablam! 46 | fn possible_value(&self) -> Vec { Oct 11 07:34:24.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.559 INFO kablam! Oct 11 07:34:24.559 INFO kablam! warning: method is never used: `exclude_value` Oct 11 07:34:24.560 INFO kablam! --> src/sudoku_solver.rs:56:9 Oct 11 07:34:24.560 INFO kablam! | Oct 11 07:34:24.560 INFO kablam! 56 | fn exclude_value(&mut self, value: i32) -> bool { Oct 11 07:34:24.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.560 INFO kablam! Oct 11 07:34:24.560 INFO kablam! warning: method is never used: `no_valid_value` Oct 11 07:34:24.560 INFO kablam! --> src/sudoku_solver.rs:66:9 Oct 11 07:34:24.560 INFO kablam! | Oct 11 07:34:24.560 INFO kablam! 66 | fn no_valid_value(&self) -> bool { Oct 11 07:34:24.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.560 INFO kablam! Oct 11 07:34:24.560 INFO kablam! warning: struct is never constructed: `Sudoku` Oct 11 07:34:24.560 INFO kablam! --> src/sudoku_solver.rs:77:5 Oct 11 07:34:24.560 INFO kablam! | Oct 11 07:34:24.560 INFO kablam! 77 | pub struct Sudoku { Oct 11 07:34:24.560 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.560 INFO kablam! Oct 11 07:34:24.560 INFO kablam! warning: method is never used: `new` Oct 11 07:34:24.560 INFO kablam! --> src/sudoku_solver.rs:82:9 Oct 11 07:34:24.560 INFO kablam! | Oct 11 07:34:24.560 INFO kablam! 82 | fn new() -> Sudoku { Oct 11 07:34:24.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.560 INFO kablam! Oct 11 07:34:24.560 INFO kablam! warning: method is never used: `valid_sudoku` Oct 11 07:34:24.560 INFO kablam! --> src/sudoku_solver.rs:87:9 Oct 11 07:34:24.560 INFO kablam! | Oct 11 07:34:24.560 INFO kablam! 87 | fn valid_sudoku(&self) -> bool { Oct 11 07:34:24.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.560 INFO kablam! Oct 11 07:34:24.560 INFO kablam! warning: method is never used: `if_full_filled` Oct 11 07:34:24.560 INFO kablam! --> src/sudoku_solver.rs:107:9 Oct 11 07:34:24.560 INFO kablam! | Oct 11 07:34:24.560 INFO kablam! 107 | fn if_full_filled(&self) -> bool { Oct 11 07:34:24.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.564 INFO kablam! Oct 11 07:34:24.564 INFO kablam! warning: method is never used: `confirm_value` Oct 11 07:34:24.564 INFO kablam! --> src/sudoku_solver.rs:115:9 Oct 11 07:34:24.564 INFO kablam! | Oct 11 07:34:24.564 INFO kablam! 115 | fn confirm_value(&mut self, i: usize, j: usize, value: i32) -> bool { Oct 11 07:34:24.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.564 INFO kablam! Oct 11 07:34:24.564 INFO kablam! warning: method is never used: `update_constraints` Oct 11 07:34:24.564 INFO kablam! --> src/sudoku_solver.rs:132:9 Oct 11 07:34:24.564 INFO kablam! | Oct 11 07:34:24.564 INFO kablam! 132 | fn update_constraints(&mut self, i: usize, j: usize, value: i32) -> bool { Oct 11 07:34:24.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.564 INFO kablam! Oct 11 07:34:24.564 INFO kablam! warning: method is never used: `find_next_empty` Oct 11 07:34:24.564 INFO kablam! --> src/sudoku_solver.rs:138:9 Oct 11 07:34:24.564 INFO kablam! | Oct 11 07:34:24.564 INFO kablam! 138 | fn find_next_empty(&self, i: usize, j: usize) -> Option<(usize, usize)> { Oct 11 07:34:24.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.564 INFO kablam! Oct 11 07:34:24.564 INFO kablam! warning: method is never used: `find_first_empty` Oct 11 07:34:24.564 INFO kablam! --> src/sudoku_solver.rs:150:9 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 150 | fn find_first_empty(&self) -> Option<(usize, usize)> { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: method is never used: `sudoku_solver` Oct 11 07:34:24.565 INFO kablam! --> src/sudoku_solver.rs:161:9 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 161 | fn sudoku_solver(&mut self) { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: function is never used: `count_and_say` Oct 11 07:34:24.565 INFO kablam! --> src/count_and_say.rs:21:5 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 21 | pub fn count_and_say(n: i32) -> Vec { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: function is never used: `count_to_vec` Oct 11 07:34:24.565 INFO kablam! --> src/count_and_say.rs:53:5 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 53 | fn count_to_vec(n: i32) -> Vec { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: function is never used: `combination_sum` Oct 11 07:34:24.565 INFO kablam! --> src/combination_sum.rs:24:5 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 24 | pub fn combination_sum(sorted_candidates: &[usize], target: usize) -> Vec> { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: function is never used: `combination_sorted_sum_ii` Oct 11 07:34:24.565 INFO kablam! --> src/combination_sum_ii.rs:25:5 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 25 | pub fn combination_sorted_sum_ii(sorted_candidates: &[usize], target: usize) -> Vec> { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: function is never used: `first_missing_positive` Oct 11 07:34:24.565 INFO kablam! --> src/first_missing_positive.rs:16:5 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 16 | pub fn first_missing_positive(list: &[i32]) -> usize { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: function is never used: `trapping_rain_water` Oct 11 07:34:24.565 INFO kablam! --> src/trapping_rain_water.rs:10:5 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 10 | pub fn trapping_rain_water(block: &[i32]) -> i32 { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: function is never used: `multiply_strings` Oct 11 07:34:24.565 INFO kablam! --> src/multiply_strings.rs:16:5 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 16 | pub fn multiply_strings(num_1: &[u8], num_2: &[u8]) -> Vec { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: function is never used: `u8_to_i32` Oct 11 07:34:24.565 INFO kablam! --> src/multiply_strings.rs:48:5 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 48 | fn u8_to_i32(num: u8) -> i32 { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: method is never used: `show` Oct 11 07:34:24.565 INFO kablam! --> src/wildcard_matching.rs:46:9 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 46 | fn show(&self) { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: method is never used: `split_with_star` Oct 11 07:34:24.565 INFO kablam! --> src/wildcard_matching.rs:49:9 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 49 | fn split_with_star(&self) -> Vec<&'a str> { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.565 INFO kablam! warning: function is never used: `wildcard_matching` Oct 11 07:34:24.565 INFO kablam! --> src/wildcard_matching.rs:54:5 Oct 11 07:34:24.565 INFO kablam! | Oct 11 07:34:24.565 INFO kablam! 54 | pub fn wildcard_matching(s: &str, p: &str) -> bool { Oct 11 07:34:24.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:34:24.565 INFO kablam! Oct 11 07:34:24.957 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 11 07:34:24.961 INFO kablam! su: No module specific data is present Oct 11 07:34:25.565 INFO running `"docker" "rm" "-f" "b679efcc755314d9ed7bd031cd01fc9781f112c54e687f7acdbb8baf1ed3e3b5"` Oct 11 07:34:25.812 INFO blam! b679efcc755314d9ed7bd031cd01fc9781f112c54e687f7acdbb8baf1ed3e3b5 Oct 11 07:34:25.824 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:34:25.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 07:34:26.177 INFO blam! 1929bf52803d1a5327fab77046f9d34a5573addc2836dd8a5a506c0f3851039c Oct 11 07:34:26.177 INFO running `"docker" "start" "-a" "1929bf52803d1a5327fab77046f9d34a5573addc2836dd8a5a506c0f3851039c"` Oct 11 07:34:27.316 INFO kablam! usermod: no changes Oct 11 07:34:27.384 INFO kablam! Compiling leet_rust v0.1.0 (/source) Oct 11 07:34:28.852 INFO kablam! warning: unused variable: `s` Oct 11 07:34:28.852 INFO kablam! --> src/wildcard_matching.rs:54:30 Oct 11 07:34:28.852 INFO kablam! | Oct 11 07:34:28.852 INFO kablam! 54 | pub fn wildcard_matching(s: &str, p: &str) -> bool { Oct 11 07:34:28.852 INFO kablam! | ^ help: consider using `_s` instead Oct 11 07:34:28.852 INFO kablam! | Oct 11 07:34:28.852 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:34:28.852 INFO kablam! Oct 11 07:34:31.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.13s Oct 11 07:34:31.483 INFO kablam! su: No module specific data is present Oct 11 07:34:32.012 INFO running `"docker" "rm" "-f" "1929bf52803d1a5327fab77046f9d34a5573addc2836dd8a5a506c0f3851039c"` Oct 11 07:34:32.165 INFO blam! 1929bf52803d1a5327fab77046f9d34a5573addc2836dd8a5a506c0f3851039c Oct 11 07:34:32.166 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:34:32.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 07:34:32.429 INFO blam! 55308a16ab76f91aac377c9aa7e9ab3e72c7050945161198d8b1c4f9e9b98b69 Oct 11 07:34:32.430 INFO running `"docker" "start" "-a" "55308a16ab76f91aac377c9aa7e9ab3e72c7050945161198d8b1c4f9e9b98b69"` Oct 11 07:34:33.261 INFO kablam! usermod: no changes Oct 11 07:34:33.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 07:34:33.320 INFO kablam! Running /target/debug/deps/leet_rust-285483995402cb4e Oct 11 07:34:33.320 INFO blam! Oct 11 07:34:33.320 INFO blam! running 64 tests Oct 11 07:34:33.328 INFO blam! test count_and_say::count_and_say::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test find_first_and_last_position_of_element_in_sorted_array::find_first_and_last_position_of_element_in_sorted_array::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test divide_two_integers::divide_two_integers::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test container_with_most_water::container_with_most_water::tests::test1 ... ok Oct 11 07:34:33.329 INFO blam! test combination_sum_ii::combination_sum_ii::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test add_two_numbers::add_two_numbers::tests::test1 ... ok Oct 11 07:34:33.329 INFO blam! test combination_sum::combination_sum::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test implement_strstr::implement_strstr::tests::test_2 ... ok Oct 11 07:34:33.329 INFO blam! test implement_strstr::implement_strstr::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test generate_parentheses::generate_parentheses::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test four_sum::four_sum::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test first_missing_positive::first_missing_positive::tests::test_4 ... ok Oct 11 07:34:33.329 INFO blam! test first_missing_positive::first_missing_positive::tests::test_3 ... ok Oct 11 07:34:33.329 INFO blam! test integer_to_roman::integer_to_roman::tests::test1 ... ok Oct 11 07:34:33.329 INFO blam! test integer_to_roman::integer_to_roman::tests::test2 ... ok Oct 11 07:34:33.329 INFO blam! test letter_combinations_of_a_phone_number::letter_combinations_of_a_phone_number::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test longest_common_prefix::longest_common_prefix::tests::test1 ... ok Oct 11 07:34:33.329 INFO blam! test first_missing_positive::first_missing_positive::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test longest_substring_without_repeating_characters::longest_substring_without_repeating_characters::tests::test2 ... ok Oct 11 07:34:33.329 INFO blam! test longest_palindromic_substring::longest_palindromic_substring::tests::test1 ... ok Oct 11 07:34:33.329 INFO blam! test longest_substring_without_repeating_characters::longest_substring_without_repeating_characters::tests::test3 ... ok Oct 11 07:34:33.329 INFO blam! test longest_valid_parentheses::longest_valid_parentheses::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test median_of_two_sorted_arrays::median_of_two_sorted_arrays::tests::test1 ... ok Oct 11 07:34:33.329 INFO blam! test longest_substring_without_repeating_characters::longest_substring_without_repeating_characters::tests::tests1 ... ok Oct 11 07:34:33.329 INFO blam! test multiply_strings::multiply_strings::tests::test_1 ... ok Oct 11 07:34:33.329 INFO blam! test longest_substring_without_repeating_characters::longest_substring_without_repeating_characters::tests::test4 ... ok Oct 11 07:34:33.329 INFO blam! test merge_k_sorted_lists::merge_k_sorted_lists::tests::test_1 ... ok Oct 11 07:34:33.332 INFO blam! test median_of_two_sorted_arrays::median_of_two_sorted_arrays::tests::test2 ... ok Oct 11 07:34:33.332 INFO blam! test merge_two_sorted_lists::merge_two_sorted_lists::test::test1 ... ok Oct 11 07:34:33.332 INFO blam! test palindrome_number::palindrome_number::tests::test2 ... ok Oct 11 07:34:33.333 INFO blam! test palindrome_number::palindrome_number::tests::test1 ... ok Oct 11 07:34:33.333 INFO blam! test first_missing_positive::first_missing_positive::tests::test_2 ... ok Oct 11 07:34:33.333 INFO blam! test next_permutation::next_permutation::tests::test_1 ... ok Oct 11 07:34:33.333 INFO blam! test next_permutation::next_permutation::tests::test_2 ... ok Oct 11 07:34:33.336 INFO blam! test palindrome_number::palindrome_number::tests::test3 ... ok Oct 11 07:34:33.336 INFO blam! test regular_expression_matching::regular_expression_matching::test::test1 ... ok Oct 11 07:34:33.336 INFO blam! test remove_duplicates_from_sorted_array::remove_duplicate_from_sorted_array::tests::test_1 ... ok Oct 11 07:34:33.336 INFO blam! test remove_element::remove_element::tests::test_1 ... ok Oct 11 07:34:33.336 INFO blam! test reverse_integer::reverse_integer::tests::test1 ... ok Oct 11 07:34:33.336 INFO blam! test remove_nth_node_from_end_of_list::remove_nth_node_from_end_of_list::tests::test_1 ... ok Oct 11 07:34:33.336 INFO blam! test reverse_integer::reverse_integer::tests::test2 ... ok Oct 11 07:34:33.344 INFO blam! test roman_to_integer::roman_to_integer::tests::test1 ... ok Oct 11 07:34:33.344 INFO blam! test reverse_nodes_in_k_group::reverse_nodes_in_k_groups::tests::test_2 ... ok Oct 11 07:34:33.346 INFO blam! test roman_to_integer::roman_to_integer::tests::test2 ... ok Oct 11 07:34:33.346 INFO blam! test roman_to_integer::roman_to_integer::tests::test3 ... ok Oct 11 07:34:33.346 INFO blam! test reverse_nodes_in_k_group::reverse_nodes_in_k_groups::tests::test_1 ... ok Oct 11 07:34:33.346 INFO blam! test string_to_integer::string_to_integer::tests::test3 ... ok Oct 11 07:34:33.346 INFO blam! test search_in_rotated_sorted_array::search_in_rotated_sorted_array::tests::test_1 ... ok Oct 11 07:34:33.346 INFO blam! test search_insert_position::search_insert_position::tests::test_1 ... ok Oct 11 07:34:33.346 INFO blam! test string_to_integer::string_to_integer::tests::test1 ... ok Oct 11 07:34:33.346 INFO blam! test string_to_integer::string_to_integer::tests::test2 ... ok Oct 11 07:34:33.352 INFO blam! test swap_nodes_in_pairs::swap_nodes_in_pairs::tests::test1 ... ok Oct 11 07:34:33.352 INFO blam! test two_sum::two_sum::tests::test1 ... ok Oct 11 07:34:33.352 INFO blam! test three_sum::three_sum::tests::test_1 ... ok Oct 11 07:34:33.352 INFO blam! test valid_parentheses::valid_parentheses::tests::test_1 ... ok Oct 11 07:34:33.352 INFO blam! test two_sum::two_sum::tests::test2 ... ok Oct 11 07:34:33.352 INFO blam! test wildcard_matching::wildcard_matching::tests::test_1 ... ok Oct 11 07:34:33.352 INFO blam! test valid_sudoku::valid_sudoku::tests::test_2 ... ok Oct 11 07:34:33.352 INFO blam! test valid_sudoku::valid_sudoku::tests::test_1 ... ok Oct 11 07:34:33.352 INFO blam! test three_sum_closest::three_sum_closest::tests::test_1 ... ok Oct 11 07:34:33.352 INFO blam! test trapping_rain_water::trapping_rain_water::tests::test_1 ... ok Oct 11 07:34:33.352 INFO blam! test zigzag_conversion::zigzag_conversion::tests::test2 ... ok Oct 11 07:34:33.352 INFO blam! test zigzag_conversion::zigzag_conversion::tests::test1 ... ok Oct 11 07:35:33.356 INFO blam! test sudoku_solver::sudoku_solver::tests::test_1 ... test sudoku_solver::sudoku_solver::tests::test_1 has been running for over 60 seconds Oct 11 07:40:33.338 INFO error running command: process killed after not generating output for 300s Oct 11 07:40:33.338 INFO running `"docker" "rm" "-f" "55308a16ab76f91aac377c9aa7e9ab3e72c7050945161198d8b1c4f9e9b98b69"` Oct 11 07:40:34.318 INFO blam! 55308a16ab76f91aac377c9aa7e9ab3e72c7050945161198d8b1c4f9e9b98b69