-
Notifications
You must be signed in to change notification settings - Fork 124
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
Suddenly getting 'Deployment Failure Reason: spawn ETXTBSY' on Github Actions #916
Comments
We are facing same issue from Today |
This seemed to be a transient issue in the Github runner linux image. Even our e2e tests were failing using node 20 in our Github action runner but it seems to be passing now. Could you both please try re-running and seeing if the issue still exists? |
It was transient for us too, but switching to Edit: No it did not fix it for us, ignore this. Instead we got:
|
@dvasdekis It looks like the Ubuntu 24.04 image does not contain the libsecret package pre-installed. Can you please try either using an earlier image of Ubuntu or adding a line in the script to apt-get https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md |
Hi @dvasdekis did you get a chance to test if my previous message resolves the npm error you were seeing? |
I'm getting the same: does anyone know if how I can modify |
Are you accessing the CLI from the default port
:4280
?--port
) and accessing the CLI from that port:4280
ℹ️ NOTE: Make sure to enable debug logs when running any
swa
commands using--verbose=silly
Describe the bug
Intermittently during deployment on Github Actions, we get an error out with the output "Deployment Failure Reason: spawn ETXTBSY"
To Reproduce
Our script is:
Script has been working fine for months.
Expected behavior
Deploys app
Screenshots
Output from
swa deploy
below:Desktop (please complete the following information):
Additional context
Not sure what else to add! Let me know if there's anything I can help with.
The text was updated successfully, but these errors were encountered: