[INFO] cloning repository https://github.com/aylei/leetcode-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aylei/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust'... [INFO] [stderr] fatal: write error: No space left on device [INFO] [stderr] fatal: fetch-pack: invalid index-pack output [WARN] Retrying crate fetch in 3 seconds (attempt 1) [INFO] cloning repository https://github.com/aylei/leetcode-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aylei/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust'... [INFO] [stderr] fatal: write error: No space left on device [INFO] [stderr] fatal: fetch-pack: invalid index-pack output [WARN] Retrying crate fetch in 3 seconds (attempt 2) [INFO] cloning repository https://github.com/aylei/leetcode-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aylei/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust'... [INFO] [stderr] fatal: sha1 file '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust/objects/pack/tmp_idx_mg4Qa4' write error. Out of diskspace [INFO] [stderr] fatal: fetch-pack: invalid index-pack output [WARN] Retrying crate fetch in 3 seconds (attempt 3) [INFO] cloning repository https://github.com/aylei/leetcode-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aylei/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust'... [INFO] [stderr] error: copy-fd: write returned: No space left on device [INFO] [stderr] fatal: cannot copy '/usr/share/git-core/templates/hooks/sendemail-validate.sample' to '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust/hooks/sendemail-validate.sample': No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 4) [INFO] cloning repository https://github.com/aylei/leetcode-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aylei/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust/refs/tags: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 5) [INFO] cloning repository https://github.com/aylei/leetcode-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aylei/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 69fb9b81865c9f46a83a7c8a1695988fd41d6dd9 [INFO] checking aylei/leetcode-rust against try#b8ee37b59c6e1f39bae18b85e057975ab0d89308 for pr-139587-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/solution/s0015_3sum.rs [INFO] [stderr] error: unable to write file src/solution/s0016_3sum_closest.rs [INFO] [stderr] error: unable to write file src/solution/s0017_letter_combinations_of_a_phone_number.rs [INFO] [stderr] error: unable to write file src/solution/s0018_4sum.rs [INFO] [stderr] error: unable to write file src/solution/s0019_remove_nth_node_from_end_of_list.rs [INFO] [stderr] error: unable to write file src/solution/s0020_valid_parentheses.rs [INFO] [stderr] error: unable to write file src/solution/s0021_merge_two_sorted_lists.rs [INFO] [stderr] error: unable to write file src/solution/s0022_generate_parentheses.rs [INFO] [stderr] error: unable to write file src/solution/s0023_merge_k_sorted_lists.rs [INFO] [stderr] error: unable to write file src/solution/s0024_swap_nodes_in_pairs.rs [INFO] [stderr] error: unable to write file src/solution/s0025_reverse_nodes_in_k_group.rs [INFO] [stderr] error: unable to write file src/solution/s0026_remove_duplicates_from_sorted_array.rs [INFO] [stderr] error: unable to write file src/solution/s0027_remove_element.rs [INFO] [stderr] error: unable to write file src/solution/s0028_implement_strstr.rs [INFO] [stderr] error: unable to write file src/solution/s0029_divide_two_integers.rs [INFO] [stderr] error: unable to write file src/solution/s0030_substring_with_concatenation_of_all_words.rs [INFO] [stderr] error: unable to write file src/solution/s0031_next_permutation.rs [INFO] [stderr] error: unable to write file src/solution/s0032_longest_valid_parentheses.rs [INFO] [stderr] error: unable to write file src/solution/s0033_search_in_rotated_sorted_array.rs [INFO] [stderr] error: unable to write file src/solution/s0034_find_first_and_last_position_of_element_in_sorted_array.rs [INFO] [stderr] error: unable to write file src/solution/s0035_search_insert_position.rs [INFO] [stderr] error: unable to write file src/solution/s0036_valid_sudoku.rs [INFO] [stderr] error: unable to write file src/solution/s0037_sudoku_solver.rs [INFO] [stderr] error: unable to write file src/solution/s0038_count_and_say.rs [INFO] [stderr] error: unable to write file src/solution/s0039_combination_sum.rs [INFO] [stderr] error: unable to write file src/solution/s0040_combination_sum_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0041_first_missing_positive.rs [INFO] [stderr] error: unable to write file src/solution/s0042_trapping_rain_water.rs [INFO] [stderr] error: unable to write file src/solution/s0043_multiply_strings.rs [INFO] [stderr] error: unable to write file src/solution/s0044_wildcard_matching.rs [INFO] [stderr] error: unable to write file src/solution/s0045_jump_game_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0046_permutations.rs [INFO] [stderr] error: unable to write file src/solution/s0047_permutations_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0048_rotate_image.rs [INFO] [stderr] error: unable to write file src/solution/s0049_group_anagrams.rs [INFO] [stderr] error: unable to write file src/solution/s0050_powx_n.rs [INFO] [stderr] error: unable to write file src/solution/s0051_n_queens.rs [INFO] [stderr] error: unable to write file src/solution/s0052_n_queens_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0053_maximum_subarray.rs [INFO] [stderr] error: unable to write file src/solution/s0054_spiral_matrix.rs [INFO] [stderr] error: unable to write file src/solution/s0055_jump_game.rs [INFO] [stderr] error: unable to write file src/solution/s0056_merge_intervals.rs [INFO] [stderr] error: unable to write file src/solution/s0057_insert_interval.rs [INFO] [stderr] error: unable to write file src/solution/s0058_length_of_last_word.rs [INFO] [stderr] error: unable to write file src/solution/s0059_spiral_matrix_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0060_permutation_sequence.rs [INFO] [stderr] error: unable to write file src/solution/s0061_rotate_list.rs [INFO] [stderr] error: unable to write file src/solution/s0062_unique_paths.rs [INFO] [stderr] error: unable to write file src/solution/s0063_unique_paths_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0064_minimum_path_sum.rs [INFO] [stderr] error: unable to write file src/solution/s0065_valid_number.rs [INFO] [stderr] error: unable to write file src/solution/s0066_plus_one.rs [INFO] [stderr] error: unable to write file src/solution/s0067_add_binary.rs [INFO] [stderr] error: unable to write file src/solution/s0068_text_justification.rs [INFO] [stderr] error: unable to write file src/solution/s0069_sqrtx.rs [INFO] [stderr] error: unable to write file src/solution/s0070_climbing_stairs.rs [INFO] [stderr] error: unable to write file src/solution/s0071_simplify_path.rs [INFO] [stderr] error: unable to write file src/solution/s0072_edit_distance.rs [INFO] [stderr] error: unable to write file src/solution/s0073_set_matrix_zeroes.rs [INFO] [stderr] error: unable to write file src/solution/s0074_search_a_2d_matrix.rs [INFO] [stderr] error: unable to write file src/solution/s0075_sort_colors.rs [INFO] [stderr] error: unable to write file src/solution/s0076_minimum_window_substring.rs [INFO] [stderr] error: unable to write file src/solution/s0077_combinations.rs [INFO] [stderr] error: unable to write file src/solution/s0078_subsets.rs [INFO] [stderr] error: unable to write file src/solution/s0079_word_search.rs [INFO] [stderr] error: unable to write file src/solution/s0080_remove_duplicates_from_sorted_array_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0081_search_in_rotated_sorted_array_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0082_remove_duplicates_from_sorted_list_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0083_remove_duplicates_from_sorted_list.rs [INFO] [stderr] error: unable to write file src/solution/s0084_largest_rectangle_in_histogram.rs [INFO] [stderr] error: unable to write file src/solution/s0085_maximal_rectangle.rs [INFO] [stderr] error: unable to write file src/solution/s0086_partition_list.rs [INFO] [stderr] error: unable to write file src/solution/s0087_scramble_string.rs [INFO] [stderr] error: unable to write file src/solution/s0088_merge_sorted_array.rs [INFO] [stderr] error: unable to write file src/solution/s0089_gray_code.rs [INFO] [stderr] error: unable to write file src/solution/s0090_subsets_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0091_decode_ways.rs [INFO] [stderr] error: unable to write file src/solution/s0092_reverse_linked_list_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0093_restore_ip_addresses.rs [INFO] [stderr] error: unable to write file src/solution/s0094_binary_tree_inorder_traversal.rs [INFO] [stderr] error: unable to write file src/solution/s0095_unique_binary_search_trees_ii.rs [INFO] [stderr] error: unable to write file src/solution/s0096_unique_binary_search_trees.rs [INFO] [stderr] error: unable to write file src/solution/s0097_interleaving_string.rs [INFO] [stderr] error: unable to write file src/solution/s0098_validate_binary_search_tree.rs [INFO] [stderr] error: unable to write file src/solution/s0099_recover_binary_search_tree.rs [INFO] [stderr] error: unable to write file src/solution/s0100_same_tree.rs [INFO] [stderr] error: unable to write file src/solution/s0101_symmetric_tree.rs [INFO] [stderr] error: unable to write file src/solution/s0102_binary_tree_level_order_traversal.rs [INFO] [stderr] error: unable to write file src/solution/s0103_binary_tree_zigzag_level_order_traversal.rs [INFO] [stderr] error: unable to write file src/solution/s0104_maximum_depth_of_binary_tree.rs [INFO] [stderr] error: unable to write file src/solution/s0105_construct_binary_tree_from_preorder_and_inorder_traversal.rs [INFO] [stderr] error: unable to create file src/solution/s0106_construct_binary_tree_from_inorder_and_postorder_traversal.rs: No space left on device [INFO] [stderr] error: unable to write file src/solution/s0107_binary_tree_level_order_traversal_ii.rs [INFO] [stderr] error: unable to create file src/solution/s0108_convert_sorted_array_to_binary_search_tree.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0109_convert_sorted_list_to_binary_search_tree.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0110_balanced_binary_tree.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0111_minimum_depth_of_binary_tree.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0112_path_sum.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0113_path_sum_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0114_flatten_binary_tree_to_linked_list.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0115_distinct_subsequences.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0118_pascals_triangle.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0119_pascals_triangle_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0120_triangle.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0121_best_time_to_buy_and_sell_stock.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0122_best_time_to_buy_and_sell_stock_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0123_best_time_to_buy_and_sell_stock_iii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0124_binary_tree_maximum_path_sum.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0125_valid_palindrome.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0126_word_ladder_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0127_word_ladder.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0128_longest_consecutive_sequence.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0129_sum_root_to_leaf_numbers.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0130_surrounded_regions.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0131_palindrome_partitioning.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0132_palindrome_partitioning_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0134_gas_station.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0135_candy.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0136_single_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0137_single_number_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0139_word_break.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0140_word_break_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0143_reorder_list.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0144_binary_tree_preorder_traversal.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0145_binary_tree_postorder_traversal.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0146_lru_cache.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0147_insertion_sort_list.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0148_sort_list.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0149_max_points_on_a_line.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0150_evaluate_reverse_polish_notation.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0151_reverse_words_in_a_string.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0152_maximum_product_subarray.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0153_find_minimum_in_rotated_sorted_array.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0154_find_minimum_in_rotated_sorted_array_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0155_min_stack.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0162_find_peak_element.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0164_maximum_gap.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0165_compare_version_numbers.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0166_fraction_to_recurring_decimal.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0167_two_sum_ii_input_array_is_sorted.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0168_excel_sheet_column_title.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0169_majority_element.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0171_excel_sheet_column_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0172_factorial_trailing_zeroes.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0173_binary_search_tree_iterator.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0174_dungeon_game.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0179_largest_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0187_repeated_dna_sequences.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0188_best_time_to_buy_and_sell_stock_iv.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0189_rotate_array.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0198_house_robber.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0199_binary_tree_right_side_view.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0200_number_of_islands.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0201_bitwise_and_of_numbers_range.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0202_happy_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0203_remove_linked_list_elements.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0204_count_primes.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0205_isomorphic_strings.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0206_reverse_linked_list.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0207_course_schedule.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0208_implement_trie_prefix_tree.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0209_minimum_size_subarray_sum.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0210_course_schedule_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0211_add_and_search_word_data_structure_design.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0212_word_search_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0213_house_robber_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0214_shortest_palindrome.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0215_kth_largest_element_in_an_array.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0216_combination_sum_iii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0217_contains_duplicate.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0218_the_skyline_problem.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0219_contains_duplicate_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0220_contains_duplicate_iii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0221_maximal_square.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0222_count_complete_tree_nodes.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0223_rectangle_area.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0224_basic_calculator.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0225_implement_stack_using_queues.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0226_invert_binary_tree.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0227_basic_calculator_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0228_summary_ranges.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0229_majority_element_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0230_kth_smallest_element_in_a_bst.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0231_power_of_two.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0232_implement_queue_using_stacks.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0233_number_of_digit_one.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0238_product_of_array_except_self.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0239_sliding_window_maximum.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0241_different_ways_to_add_parentheses.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0242_valid_anagram.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0257_binary_tree_paths.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0258_add_digits.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0260_single_number_iii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0263_ugly_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0264_ugly_number_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0268_missing_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0273_integer_to_english_words.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0274_h_index.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0275_h_index_ii.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0279_perfect_squares.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0282_expression_add_operators.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0283_move_zeroes.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0287_find_the_duplicate_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0289_game_of_life.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0290_word_pattern.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0292_nim_game.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0295_find_median_from_data_stream.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0299_bulls_and_cows.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0300_longest_increasing_subsequence.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0301_remove_invalid_parentheses.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0303_range_sum_query_immutable.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0304_range_sum_query_2d_immutable.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0306_additive_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0307_range_sum_query_mutable.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0309_best_time_to_buy_and_sell_stock_with_cooldown.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0310_minimum_height_trees.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0312_burst_balloons.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0313_super_ugly_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0509_fibonacci_number.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0704_binary_search.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s0969_pancake_sorting.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s1018_binary_prefix_divisible_by_5.rs: No space left on device [INFO] [stderr] error: unable to create file src/solution/s1046_last_stone_weight.rs: No space left on device [INFO] [stderr] fatal: cannot create directory at 'src/util': No space left on device [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] checking aylei/leetcode-rust against try#b8ee37b59c6e1f39bae18b85e057975ab0d89308 for pr-139587-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aylei/leetcode-rust on toolchain b8ee37b59c6e1f39bae18b85e057975ab0d89308 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/aylei/leetcode-rust [INFO] finished tweaking git repo https://github.com/aylei/leetcode-rust [INFO] tweaked toml for git repo https://github.com/aylei/leetcode-rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/aylei/leetcode-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded curl-sys v0.4.25 [INFO] [stderr] error: failed to unpack package `curl-sys v0.4.25` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to unpack entry at `curl-sys-0.4.25/curl/docs/examples/externalsocket.c` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to unpack `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.25/curl/docs/examples/externalsocket.c` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to unpack `curl-sys-0.4.25/curl/docs/examples/externalsocket.c` into `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.25/curl/docs/examples/externalsocket.c` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] checking aylei/leetcode-rust against try#b8ee37b59c6e1f39bae18b85e057975ab0d89308 for pr-139587-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] fatal: sha1 file '/workspace/builds/worker-0-tc2/source/.git/index.lock' write error. Out of diskspace [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] checking aylei/leetcode-rust against try#b8ee37b59c6e1f39bae18b85e057975ab0d89308 for pr-139587-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] fatal: sha1 file '/workspace/builds/worker-0-tc2/source/.git/index.lock' write error. Out of diskspace [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] checking aylei/leetcode-rust against try#b8ee37b59c6e1f39bae18b85e057975ab0d89308 for pr-139587-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faylei%2Fleetcode-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] fatal: sha1 file '/workspace/builds/worker-0-tc2/source/.git/index.lock' write error. Out of diskspace [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] failed to checkout https://github.com/aylei/leetcode-rust Caused by: command failed: exit status: 128