GitHub actions runner worker process crashed with error: System.IO.DirectoryNotFoundException: Could not find a part of the path '/tmp/jworks/_tool'
See original GitHub issueInternal telemetry:
ProductTrace
| where OrchestrationId =~ "0f26db4e-bfa8-4131-92d1-49477a7f5d6a.pipeline.__default"
| project PreciseTimeStamp, Message
Internal alert
Url: https://github.com/tsukiy0/jworks/actions/runs/133926164
GitHub actions runner worker process crashed with error: System.IO.DirectoryNotFoundException: Could not find a part of the path '/tmp/jworks/_tool'. at System.IO.FileSystem.CreateDirectory(String fullPath) at System.IO.Directory.CreateDirectory(String path) at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken) at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken) at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Could not find a part of the path Error #459
All,. I am just getting into GitHub actions. I've already set up a self-hosted on a windows server. Trying a simple action and...
Read more >Github Actions with self-hosted runners sometimes not ...
It seems that you are experiencing intermittent failures in your workflow when using self-hosted runners with a specified working directory. The ...
Read more >GitHub actions runner worker process crashed with error ...
This issue seems to be related to the runtime or the host itself. Since we are trying to keep this board with issues...
Read more >System.NullReferenceException if no access to work ...
If by mistake in self-hosted runner the --work directory is not writable, the job fails but GitHub thinks the runner is still busy....
Read more >GitHub actions runner worker process crashed with error ...
This rarely seen and related to the workflows using are running, going to close this out unless we see it spike up.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @uwehdaub,
I will now close this issue since it seems like this matter is resolved 😊. If you experience the same issue, please, feel free to re-open it, or open a new issue.
We finally solved the problem. It was introduced by a cleanup script, which deleted the whole base directory
/tmp-github-runner
.