`internal error`s when removing caches
Open
Nobody has claimed this yet.
- Dominant language
- OCaml
- Stars
- 67
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
2024-05-27 17:05.14 ---> using "e0b7c871ec9de0848170f20b4e6e86ace8241db11324425b4b0e8149fc59e32a" from cache
/src: (copy (src .) (dst /src))
Uncaught exception: Failure("\"rm\" \"-rf\" \"/var/cache/obuilder/merged/065262520cb42e8446ff8309a4ccfb902086ca8723a4f87703bc60ddfac12224\" \"/var/cache/obuilder/work/065262520cb42e8446ff8309a4ccfb902086ca8723a4f87703bc60ddfac12224\" failed with exit status 1")
2024-05-27 17:05.15: Job failed: Failed: Internal error
/src: (copy (src .) (dst /src/))
Uncaught exception: Failure("\"rm\" \"-rf\" \"/var/cache/obuilder/merged/bdf8e9a9f488ea8dbc3aa99206515b021750bca54ffb2a4e2066bcc919035785\" \"/var/cache/obuilder/work/bdf8e9a9f488ea8dbc3aa99206515b021750bca54ffb2a4e2066bcc919035785\" failed with exit status 1")
2024-05-27 17:05.09: Job failed: Failed: Internal error
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 by reproducing the linked OCaml CI jobs and tracing the cache-removal operation that runs rm -rf on the reported merged and work paths. Done means failed cache removals no longer surface as an internal error, with coverage for the reported cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100