You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/03 23:15:13 UTC

[GitHub] KellenSunderland opened a new issue #13104: Dockerhub causing timeouts in CI

KellenSunderland opened a new issue #13104: Dockerhub causing timeouts in CI
URL: https://github.com/apache/incubator-mxnet/issues/13104
 
 
   I've seen several reports of timeouts in the CI recently and believe it's Dockerhub related.  All of the reports have a docker pull that initially fails and then completes after a lengthy retry:
   
   Example:
   http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/incubator-mxnet/branches/master/runs/1862/nodes/1013/log/?start=0
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/1862/pipeline
   
   In this example the job gets terminated after running for over 2 hours, but looking at the actual tests they are only running from 22:49:02 to 2018-11-03 22:58:04 (about 10 minutes).  This means we must be spending nearly 2 hours pull docker images (which is very strange).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services