-
Notifications
You must be signed in to change notification settings - Fork 8
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
flaky 'Remote end closed connection' in docker build #75
Comments
This issue seems to be related to issue #74 |
Hit this one today
|
Both these mirrors seem to be consistently throwing errors today - |
Hi Harsha, What are the errors you are receiving? Best regards, Donald Norwood On 06/13/2016 03:51 PM, Harsha Yalamanchili wrote:
|
Same errors for me when building Docker containers. Dockerfile inherits from latest Errors:
I've previously had errors building this same Dockerfile with other IPs:
Switching to a localised mirror in the Dockerfile corrects this error (I used the domain
|
Same issue over here. The |
Experiencing the same issues with mirror |
It seems that #72 #74 are related to this, which I believe is caused by the underlying mirrors not having the specific packages. My team has experienced this for months, but we usually rebuild until we get a good mirror. I propose retrying individual packages from other "random" mirrors (or whatever the method that determines the mirror in the first place), until the missing packages are successfully found and downloaded. It can fail after some number of attempts, or a timeout. That may be tricky depending on how and where the mirror list is available in the code, and how it interfaces with apt, I'm sure. If I find time I may poke around at it. Otherwise, I would love to hear from the authors about the feasibility. Cheers |
All the day today issues with Remote end closed connection [IP: 5.153.231.35 80] |
Same issue with [IP: 128.31.0.66 80] and [IP: 5.153.231.35 80] for xz-utils amd64 5.1.1alpha+20120614-2+b3 and libssl-dev amd64 1.0.1t-1+deb8u3 and libevent-openssl-2.0-5 amd64 2.0.21-stable-2. |
I'm getting this same issue on my own project (nothing to do with this repo). From the many builds I've investigated I'm beginning to get the feeling it's related to concurrent connections from the same build machine. If I have a test run by itself it seems to always work, but if I push more than 1 branch at a time they seem to break. |
Same issue with [IP: 128.31.0.66 80] |
Update: I switched my apt mirror to one near my ci server and it hasn't failed since. I think this is just an issue with the httpredir.debian.org mirror. I suggest if you aren't publishing your docker image to do the same. |
Seeing this for 2001:41c8:1000:21::21:35 as well. |
I am trying to apt-get install to build a docker image. The problem is the httpredir is inconsistant in failures. Once it will run fine, next time I will get 4 packages failed and then next run 2 packages. It all seems to revolve around 'Error reading from server. Remote end closed connection [IP: 5.153.231.35 80]'
Next Run
The text was updated successfully, but these errors were encountered: