Skip to content

x/build: scaleway networking is super slow #22749

Closed
@bradfitz

Description

@bradfitz

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.

Activity

added this to the Unreleased milestone on Nov 15, 2017
added
Buildersx/build issues (builders, bots, dashboards)
on Nov 15, 2017
gopherbot

gopherbot commented on Nov 15, 2017

@gopherbot
Contributor

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

added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Oct 9, 2020
gopherbot

gopherbot commented on Jun 7, 2021

@gopherbot
Contributor

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

locked and limited conversation to collaborators on Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Performance

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bradfitz@dmitshur@gopherbot

        Issue actions

          x/build: scaleway networking is super slow · Issue #22749 · golang/go