-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error: Error: Missing file at path: /home/runner/_work/_temp/_runner_hook_responses/{...}.json #4011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello! Thank you for filing an issue. The maintainers will triage your issue shortly. In the meantime, please take a look at the troubleshooting guide for bug reports. If this is a feature request, please review our contribution guidelines. |
Hey @jennifgcrl, If you don't use the fs group, does it work? Please submit the runner log. This issue doesn't seem to be related to ARC, but let's keep it open here, and maybe we can help troubleshoot the issue. |
Without the fs group it shows "Error: Access to the path /home/runner/_work/_tool is denied" Here's the runner log: https://gist.github.com/jennifgcrl/e6b770387e248e7bbe59b3b9fa16fdda The relevant lines seem to be:
|
What image are you using for the runner? |
Runner is ghcr.io/actions/actions-runner:latest Workflow is:
|
I have the same issue. I do not have anything to add, as my setup is pretty much identical to @jennifgcrl. I wonder @nikola-jokic, how can this not be an ARC issue? It occurs when running the simplest workflow and with a simple ARC installation. @jennifgcrl: have you been able to fix this issue? |
No, I worked around it by not using the k8s containermode. I rewrote my actions to run in the default arc image and launch the actual job in a separate pod. |
Checks
Controller Version
0.11.0
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
The github action fails on the step "Initializing containers" with the message:
The workflow runner (the -workflow pod) starts and instantly dies, printing no logs.
I've also tried
fsGroup: 1001
and it didn't work either. WithoutfsGroup
I get the/home/runner/_work/_tool
access error.Describe the expected behavior
The action should progress past "Initializing containers". The workflow pod presumably should print something.
Additional Context
Controller Logs
https://gist.github.com/jennifgcrl/0d17f852acf4ea954d631cd10bfb90ae I don't think there's anything interesting here...
Runner Pod Logs
The text was updated successfully, but these errors were encountered: