Skip to content

more frequent DOWNLOAD_SOURCE failures

0

We have been seeing more frequent DOWNLOAD_SOURCE failures with this context. Is anyone else seeing the same behavior in us-west-2?

CLIENT_ERROR: Get https://github.com/ecomedes/ecomedes.git/info/refs?service=git-upload-pack: dial tcp 192.30.255.112:443: i/o timeout for primary source and source version 8a2fbb08b24e1506e24ef9aec4be229b88ed4d91

asked 6 years ago2.4K views
1 Answer
0

@hvo8888 - This error happens when the VPC configured with the CodeBuild project doesn't have connectivity to the configured source. In this case, your project has 4 subnets configured and it seems at least one of these subnets doesn't have access to reach github.com. When more than one subnets are configured with CodeBuild, only one of them is randomly selected for the VPC ingress configuration. You are getting some successful clones, and other times they are failing due to connectivity issues. In order to troubleshoot VPC connectivity, I would suggest going through https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.html#troubleshooting-vpc.

AWS
answered 6 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.