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

x/build: scaleway networking is super slow #22749

Closed
bradfitz opened this issue Nov 15, 2017 · 2 comments
Closed

x/build: scaleway networking is super slow #22749

bradfitz opened this issue Nov 15, 2017 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
Milestone

Comments

@bradfitz
Copy link
Contributor

Our Scaleway instances are taking tens of minutes to download 7 MB:

# docker logs 75f0795b2529
2017/11/15 20:43:58 network is up.
2017/11/15 20:43:58 Downloading https://storage.googleapis.com/go-builder-data/buildlet.linux-arm to ./buildlet.exe ...
root@scw-e8738f:~# 
root@scw-e8738f:~# 
root@scw-e8738f:~# date
Wed Nov 15 20:52:57 UTC 2017

# curl -O https://storage.googleapis.com/go-builder-data/buildlet.linux-arm
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  2 7010k    2  179k    0     0  17298      0  0:06:55  0:00:10  0:06:45 18419^C

It's painfully slow.

Maybe we need to cache harder and mirror the buildlet in Paris or in their object store.

But that doesn't help if we have to push 40 MB of source at each build.

This bug is about investigating where Scaleway networking is slow.

In the meantime we need to disable our linux-arm trybots.

@gopherbot gopherbot added this to the Unreleased milestone Nov 15, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 15, 2017
@gopherbot
Copy link

Change https://golang.org/cl/78032 mentions this issue: dashboard: remove linux-arm as a trybot

gopherbot pushed a commit to golang/build that referenced this issue Nov 15, 2017
Fixes golang/go#22592
Updates golang/go#22749
Updates golang/go#22748

Change-Id: I6b58f21ececa212a12af8ef21cdef9c90515b837
Reviewed-on: https://go-review.googlesource.com/78032
Reviewed-by: Andrew Bonventre <andybons@golang.org>
@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Oct 9, 2020
@gopherbot
Copy link

Change https://golang.org/cl/325694 mentions this issue: dashboard, cmd/coordinator: remove all Scaleway builders

@golang golang locked and limited conversation to collaborators Jun 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Performance
Projects
None yet
Development

No branches or pull requests

3 participants