Cache receiving stalled
Open
Nobody has claimed this yet.
bug
Runner Bug
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 1.4k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 24
Description
The same log line repeating indefinitely for 40+ minutes:
Received 1653791515 of 1662180123 (99.5%)
- name: Cache dataset
uses: actions/cache@v3
with:
path: tests/S1A_Stack_CPGF_T173.tar.gz
key: S1A_Stack_CPGF_T173.tar.gz
restore-keys: S1A_Stack_CPGF_T173
This is the link to the job: https://github.com/mobigroup/gmtsar/actions/runs/3095306955/jobs/5009583727
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Actions job and the workflow's “Cache dataset” step, then inspect the runner logs around the repeated 99.5% progress message. Compare the cache path, key, and restore-keys values with the observed transfer behavior. Done means identifying the cause of the stall and verifying that the cache operation completes normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100