question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

Internal 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nikola-jokiccommented, Feb 7, 2022

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.

0reactions
uwehdaubcommented, May 31, 2021

We finally solved the problem. It was introduced by a cleanup script, which deleted the whole base directory /tmp-github-runner.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found