JuliaCI / julia-buildkite

Buildkite configuration files for Base Julia CI
8 stars 15 forks source link

Auto-prune upstream caches to avoid errors like the following: #381

Closed staticfloat closed 3 months ago

staticfloat commented 3 months ago
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove gc.log
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.

Cloning into '.'...
Enumerating objects: 426954, done.
Counting objects: 100% (426954/426954), done.
Delta compression using up to 8 threads
Compressing objects: 100% (107059/107059), done.
Writing objects: 100% (426954/426954), done.
Total 426954 (delta 319976), reused 418936 (delta 312528), pack-reused 0
fatal: unable to parse commit 9650510b5fa64571178cb9fe8b6799060ae0a3ac
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'