[INFO] cloning repository https://github.com/woodsjc/rust_practice [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/woodsjc/rust_practice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsjc%2Frust_practice", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsjc%2Frust_practice'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 060b0625123db1283d176f200d560604eb21e869 [INFO] checking woodsjc/rust_practice against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsjc%2Frust_practice" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/algorithms/max_sum_of_a_pair_with_equal_sum_of_digits.rs [INFO] [stderr] error: unable to write file src/algorithms/maximum_area_of_a_piece_of_cake_after.rs [INFO] [stderr] error: unable to write file src/algorithms/maximum_erasure_value.rs [INFO] [stderr] error: unable to write file src/algorithms/maximum_number_of_pairs_in_array.rs [INFO] [stderr] error: unable to write file src/algorithms/maximum_points_you_can_obtain_from_cards.rs [INFO] [stderr] error: unable to write file src/algorithms/maximum_score_of_spliced_array.rs [INFO] [stderr] error: unable to write file src/algorithms/maximum_subarray_min_product.rs [INFO] [stderr] error: unable to write file src/algorithms/maximum_units_on_a_truck.rs [INFO] [stderr] error: unable to write file src/algorithms/min_cost_climbing_stairs.rs [INFO] [stderr] error: unable to write file src/algorithms/minimum_amount_of_time_to_fill_cups.rs [INFO] [stderr] error: unable to write file src/algorithms/minimum_deletions_to_make_character_frequencies_unique.rs [INFO] [stderr] error: unable to write file src/algorithms/minimum_moves_to_equal_array_elements_2.rs [INFO] [stderr] error: unable to write file src/algorithms/minimum_operations_to_reduce_x_to_zero.rs [INFO] [stderr] error: unable to write file src/algorithms/minimum_score_after_removals_on_a_tree.rs [INFO] [stderr] error: unable to write file src/algorithms/mod.rs [INFO] [stderr] error: unable to write file src/algorithms/non_decreasing_array.rs [INFO] [stderr] error: unable to write file src/algorithms/number_of_matching_subsequences.rs [INFO] [stderr] error: unable to write file src/algorithms/number_of_people_aware_of_a_secret.rs [INFO] [stderr] error: unable to write file src/algorithms/number_of_submatricies_that_sum_to_target.rs [INFO] [stderr] error: unable to write file src/algorithms/out_of_boundary_paths.rs [INFO] [stderr] error: unable to write file src/algorithms/paint_house_3.rs [INFO] [stderr] error: unable to write file src/algorithms/partition_list.rs [INFO] [stderr] error: unable to write file src/algorithms/partitioning_into_minimum_number_of_deci_binary_numbers.rs [INFO] [stderr] error: unable to write file src/algorithms/pascals_triangle.rs [INFO] [stderr] error: unable to write file src/algorithms/prefix_and_search.rs [INFO] [stderr] error: unable to write file src/algorithms/query_kth_smallest_trimmed_number.rs [INFO] [stderr] error: unable to write file src/algorithms/queue_reconstruction_by_height.rs [INFO] [stderr] error: unable to write file src/algorithms/reverse_linked_list_2.rs [INFO] [stderr] error: unable to write file src/algorithms/reverse_words_in_a_string_iii.rs [INFO] [stderr] error: unable to write file src/algorithms/running_sum.rs [INFO] [stderr] error: unable to write file src/algorithms/search_a_2d_matrix_2.rs [INFO] [stderr] error: unable to write file src/algorithms/search_suggestions_system.rs [INFO] [stderr] error: unable to write file src/algorithms/short_encoding_of_words.rs [INFO] [stderr] error: unable to write file src/algorithms/smallest_number_in_infinite_set.rs [INFO] [stderr] error: unable to write file src/algorithms/spiral_matrix_4.rs [INFO] [stderr] error: unable to write file src/algorithms/subarray_sum_equals_k.rs [INFO] [stderr] error: unable to write file src/algorithms/sum_of_subarray_minimums.rs [INFO] [stderr] error: unable to write file src/algorithms/sum_of_total_strength_of_wizards.rs [INFO] [stderr] error: unable to write file src/algorithms/time_based_key_value_store.rs [INFO] [stderr] error: unable to write file src/algorithms/triangle.rs [INFO] [stderr] error: unable to write file src/algorithms/two_sums.rs [INFO] [stderr] error: unable to write file src/algorithms/valid_anagram.rs [INFO] [stderr] error: unable to write file src/algorithms/wiggle_subsequence.rs [INFO] [stderr] error: unable to write file src/main.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] [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/woodsjc/rust_practice [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace. [INFO] checking woodsjc/rust_practice against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsjc%2Frust_practice" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-5-tc2/source': No space left on device [INFO] checking woodsjc/rust_practice against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsjc%2Frust_practice" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-5-tc2/source': No space left on device [INFO] checking woodsjc/rust_practice against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsjc%2Frust_practice" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-5-tc2/source': No space left on device [INFO] checking woodsjc/rust_practice against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsjc%2Frust_practice" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-5-tc2/source': No space left on device [INFO] checking woodsjc/rust_practice against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsjc%2Frust_practice" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-5-tc2/source': No space left on device [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/woodsjc/rust_practice [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.