[INFO] cloning repository https://github.com/ykwmz/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/ykwmz/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 1) [INFO] cloning repository https://github.com/ykwmz/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/ykwmz/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] de98e164d8be6fcb41cdf736b8e1b111d0fe7220 [INFO] checking ykwmz/leetcode-rust against try#099af82bc034c1e4895c90e5407fafdd61976cdb for pr-145457 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] /workspace/builds/worker-7-tc2/source/.git/branches/: No space left on device [INFO] checking ykwmz/leetcode-rust against try#099af82bc034c1e4895c90e5407fafdd61976cdb for pr-145457 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] /workspace/builds/worker-7-tc2/source/.git: No space left on device [INFO] checking ykwmz/leetcode-rust against try#099af82bc034c1e4895c90e5407fafdd61976cdb for pr-145457 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] /workspace/builds/worker-7-tc2/source/.git/info/: No space left on device [INFO] checking ykwmz/leetcode-rust against try#099af82bc034c1e4895c90e5407fafdd61976cdb for pr-145457 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/count_pairs.rs [INFO] [stderr] error: unable to write file src/display_table.rs [INFO] [stderr] error: unable to write file src/find_error_nums.rs [INFO] [stderr] error: unable to write file src/find_lu_slength.rs [INFO] [stderr] error: unable to write file src/find_max_length.rs [INFO] [stderr] error: unable to write file src/find_median_sorted_arrays.rs [INFO] [stderr] error: unable to write file src/find_min_difference.rs [INFO] [stderr] error: unable to write file src/find_second_minimum_value.rs [INFO] [stderr] error: unable to write file src/find_target_sum_ways.rs [INFO] [stderr] error: unable to write file src/frequency_sort.rs [INFO] [stderr] error: unable to write file src/group_anagrams.rs [INFO] [stderr] error: unable to write file src/is_covered.rs [INFO] [stderr] error: unable to write file src/k_weakest_rows.rs [INFO] [stderr] error: unable to write file src/last_stone_weight_ii.rs [INFO] [stderr] error: unable to write file src/length_of_longest_substring.rs [INFO] [stderr] error: unable to write file src/lib.rs [INFO] [stderr] error: unable to write file src/longest_palindrome.rs [INFO] [stderr] error: unable to write file src/longest_palindrome_subseq.rs [INFO] [stderr] error: unable to write file src/majority_element.rs [INFO] [stderr] error: unable to write file src/max_frequency.rs [INFO] [stderr] error: unable to write file src/max_ice_cream.rs [INFO] [stderr] error: unable to write file src/max_sub_array.rs [INFO] [stderr] error: unable to write file src/maximum_element_after_decrementing_and_rearranging.rs [INFO] [stderr] error: unable to write file src/min_operations.rs [INFO] [stderr] error: unable to write file src/min_pair_sum.rs [INFO] [stderr] error: unable to write file src/num_squares.rs [INFO] [stderr] error: unable to write file src/num_subarrays_with_sum.rs [INFO] [stderr] error: unable to write file src/num_ways.rs [INFO] [stderr] error: unable to write file src/number_of_arithmetic_slices.rs [INFO] [stderr] error: unable to write file src/open_lock.rs [INFO] [stderr] error: unable to write file src/peak_index_in_mountain_array.rs [INFO] [stderr] error: unable to write file src/permutation.rs [INFO] [stderr] error: unable to write file src/plus_one.rs [INFO] [stderr] error: unable to write file src/profitable_schemes.rs [INFO] [stderr] error: unable to write file src/reverse_integer.rs [INFO] [stderr] error: unable to write file src/reverse_str.rs [INFO] [stderr] error: unable to write file src/reverse_vowels.rs [INFO] [stderr] error: unable to write file src/running_sum.rs [INFO] [stderr] error: unable to write file src/search.rs [INFO] [stderr] error: unable to write file src/search2.rs [INFO] [stderr] error: unable to write file src/search_matrix.rs [INFO] [stderr] error: unable to write file src/stone_game.rs [INFO] [stderr] error: unable to write file src/sum_odd_length_subarrays.rs [INFO] [stderr] error: unable to write file src/time_map.rs [INFO] [stderr] error: unable to write file src/title_to_number.rs [INFO] [stderr] error: unable to write file src/tribonacci.rs [INFO] [stderr] error: unable to write file src/two_sum.rs [INFO] [stderr] error: unable to write file src/zigzag_convert.rs [INFO] [stderr] fatal: unable to checkout working tree [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 ykwmz/leetcode-rust against try#099af82bc034c1e4895c90e5407fafdd61976cdb for pr-145457 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fykwmz%2Fleetcode-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/count_pairs.rs [INFO] [stderr] error: unable to write file src/display_table.rs [INFO] [stderr] error: unable to write file src/find_error_nums.rs [INFO] [stderr] error: unable to write file src/find_lu_slength.rs [INFO] [stderr] error: unable to write file src/find_max_length.rs [INFO] [stderr] error: unable to write file src/find_median_sorted_arrays.rs [INFO] [stderr] error: unable to write file src/find_min_difference.rs [INFO] [stderr] error: unable to write file src/find_second_minimum_value.rs [INFO] [stderr] error: unable to write file src/find_target_sum_ways.rs [INFO] [stderr] error: unable to write file src/frequency_sort.rs [INFO] [stderr] error: unable to write file src/group_anagrams.rs [INFO] [stderr] error: unable to write file src/is_covered.rs [INFO] [stderr] error: unable to write file src/k_weakest_rows.rs [INFO] [stderr] error: unable to write file src/last_stone_weight_ii.rs [INFO] [stderr] error: unable to write file src/length_of_longest_substring.rs [INFO] [stderr] error: unable to write file src/lib.rs [INFO] [stderr] error: unable to write file src/longest_palindrome.rs [INFO] [stderr] error: unable to write file src/longest_palindrome_subseq.rs [INFO] [stderr] error: unable to write file src/majority_element.rs [INFO] [stderr] error: unable to write file src/max_frequency.rs [INFO] [stderr] error: unable to write file src/max_ice_cream.rs [INFO] [stderr] error: unable to write file src/max_sub_array.rs [INFO] [stderr] error: unable to write file src/maximum_element_after_decrementing_and_rearranging.rs [INFO] [stderr] error: unable to write file src/min_operations.rs [INFO] [stderr] error: unable to write file src/min_pair_sum.rs [INFO] [stderr] error: unable to write file src/num_squares.rs [INFO] [stderr] error: unable to write file src/num_subarrays_with_sum.rs [INFO] [stderr] error: unable to write file src/num_ways.rs [INFO] [stderr] error: unable to write file src/number_of_arithmetic_slices.rs [INFO] [stderr] error: unable to write file src/open_lock.rs [INFO] [stderr] error: unable to write file src/peak_index_in_mountain_array.rs [INFO] [stderr] error: unable to write file src/permutation.rs [INFO] [stderr] error: unable to write file src/plus_one.rs [INFO] [stderr] error: unable to write file src/profitable_schemes.rs [INFO] [stderr] error: unable to write file src/reverse_integer.rs [INFO] [stderr] error: unable to write file src/reverse_str.rs [INFO] [stderr] error: unable to write file src/reverse_vowels.rs [INFO] [stderr] error: unable to write file src/running_sum.rs [INFO] [stderr] error: unable to write file src/search.rs [INFO] [stderr] error: unable to write file src/search2.rs [INFO] [stderr] error: unable to write file src/search_matrix.rs [INFO] [stderr] error: unable to write file src/stone_game.rs [INFO] [stderr] error: unable to write file src/sum_odd_length_subarrays.rs [INFO] [stderr] error: unable to write file src/time_map.rs [INFO] [stderr] error: unable to write file src/title_to_number.rs [INFO] [stderr] error: unable to write file src/tribonacci.rs [INFO] [stderr] error: unable to write file src/two_sum.rs [INFO] [stderr] error: unable to write file src/zigzag_convert.rs [INFO] [stderr] fatal: unable to checkout working tree [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/ykwmz/leetcode-rust Caused by: command failed: exit status: 128