-
Notifications
You must be signed in to change notification settings - Fork 37
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
RSYNC Error - Error in RSYNC Protocol #88
Comments
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:
|
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] |
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. After this, it worked again. |
Hey everyone, we have had the same bottleneck the last week. if you have the same issue, the best solution would be to ask WPEngine Support about help. Here is WPEngine comment regarding the 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. |
@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:
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.
Thanks for raising this @martylouis! It's unrelated to the "Failed to create shell" issue, but |
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
The text was updated successfully, but these errors were encountered: