Open samfrank opened 6 months ago
Yep I get the same error too when I push to deploy.
Manually re-running the action in github deploys successfully.
Happening all the time now. Even if I re-run the failed job. The last 2 lines of the error are:
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(231) [sender=3.2.7]
Yep - I am finding the same thing. I have an open support ticket with WPE so I will post anything they find here
Same issue here. I have contacted you support team twice, and they haven't helped me out. Now waiting for a solution a third time.
The past two days, I encountered the same issue. I was able to update a static image file, but could not upgrade ACF through the composer.json file on another project. I have also reached out to the support team.
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1336) [sender=3.2.7]
Got it fixed on my end. WPE customer service rep, James H., suggested updating exclude.txt
and ignoring mu-plugins/wp-cache-memcached
. He mentioned that this was a recent addition to their must-use plugins.
This was fixed for me by contacting the WPEngine support team.
The supporter wrote:
"I have gone ahead and cleared the git cache on the server for the environment as stuck caches here can cause issues like the one you are seeing more recently. Please try the git push again and let us know if the changes are still not visible."
After this, it worked again.
Hey everyone, we have had the same bottleneck the last week. We couldn't figure out it on our own, so we asked WPEngine Support to deep into it.
if you have the same issue, the best solution would be to ask WPEngine Support about help.
Here is WPEngine comment regarding the issue:
So the issue was related to a git related node on the shared server on which youre hosted here. As this issue is related to a shared server node, we cannot disclose specifics for security reasons.
Regarding the comment you wish to leaveon the github thread, if any other users experience this issue, you can simply advise that they can contact us here in support and we can ensure the same changes are made for any other servers experiencing this issue
Just updating here that this is still an issue in some environments.
Having this issue on one of my sites, the others are working fine. Anything we can do to fix this?
@jakemason @jaireina This seems to be a different issue. I'm having trouble even SSHing into my server. This seems to be related to this incident.
Yeah, same issue is just very widespread during this incident. Failure to create a shell for SSH in my case and the OPs.
The rsync error is secondary to the main error, "Failed to create shell" (about 4 lines above the end of the log). The "Failed to create shell" error is produced in the SSH Gateway and is an intermittent failure. It's not something the GitHub Action has any control over, unfortunately. The best thing to do is to re-run your workflow. If that doesn't help, please contact WP Engine Support (as many of you have done, thank you!). You can use the following to help them pinpoint your issue:
I am unable to connect to my site through the SSH Gateway. The error I receive is "Failed to create shell".
Again, this error will usually resolve itself quickly barring any active incidents on the WP Engine Status page.
We understand that even a temporary deployment interruption is frustrating and hope to have a better solution for this issue in the future.
Got it fixed on my end. WPE customer service rep, James H., suggested updating exclude.txt and ignoring mu-plugins/wp-cache-memcached. He mentioned that this was a recent addition to their must-use plugins.
Thanks for raising this @martylouis! It's unrelated to the "Failed to create shell" issue, but mu-plugins/wp-cache-memcached
has been added to our default excludes list in the latest release.
Hey guys!
I can to run the action when deploying once of my sites, two days after a successful deploy to the env and I received this error
rsync error: error in rsync protocol data stream (code 12) at io.c(228) [sender=v3.13.0_rc2-264-g725ac7fb]
(full error log at the bottom). I have not changed the script over the either. Sometimes I get errors and I just run a redeploy and normally it sorts itself out and I noticed on this ticket, they kind of said the same thing here.This is my script that takes the PHP files and transfers them to the WPE Env. I am not confident that this would reproduce the issue that I am having.
Version information