Skip to content
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

GCR build/push timing out #716

Closed
wongma7 opened this issue Feb 3, 2021 · 3 comments
Closed

GCR build/push timing out #716

wongma7 opened this issue Feb 3, 2021 · 3 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@wongma7
Copy link
Contributor

wongma7 commented Feb 3, 2021

/kind bug

Since Jan 8 all pushes have been timing out:

https://prow.k8s.io/job-history/gs/kubernetes-jenkins/logs/aws-ebs-csi-driver-push-images

Checking which part of the build/push is the new bottleneck.

And will revert the culprit change.

/assign

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 3, 2021
@wongma7
Copy link
Contributor Author

wongma7 commented Feb 3, 2021

It started on Jan 8 with merge of #677 but this only adds one golang dependency and a small amount of code.

Plus, the build timeout is not reproducible for me locally.

@wongma7
Copy link
Contributor Author

wongma7 commented Feb 3, 2021

The change in time taken can also be seen in github builds, they double after the PR is merged

https://github.com/kubernetes-sigs/aws-ebs-csi-driver/actions?query=workflow%3A%22Container+Images%22

@wongma7
Copy link
Contributor Author

wongma7 commented Feb 3, 2021

From GitHub build

Before:

#13 [linux/arm64 builder 4/4] RUN make
#13 DONE 460.4s

After:
#11 [linux/arm64 builder 4/4] RUN make
#11 DONE 168.9s

Locally, I didn't see this issue. But I am not building from inside a container.

I guess compiling https://pkg.go.dev/golang.org/x/sys for ARM could explain this issue.

@wongma7 wongma7 closed this as completed Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants