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: darwin-amd64-longtest builds are slow #62215

Closed
cagedmantis opened this issue Aug 22, 2023 · 4 comments
Closed

x/build: darwin-amd64-longtest builds are slow #62215

cagedmantis opened this issue Aug 22, 2023 · 4 comments
Assignees
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Milestone

Comments

@cagedmantis
Copy link
Contributor

According to https://farmer.golang.org there are three longtest runs that are running. They've been running for the lifetime of the coordinator. The builds are progressing very slowly.

darwin-amd64-longtest rev 01cad815; running; http://Gophers-iMac-Pro-2.local reverse peer Gophers-iMac-Pro-2.local/18.217.145.210:34880 for host type host-darwin-amd64-13-aws, 20h27m35s ago

...
  2023-08-22T16:48:07Z still_waiting_on_test runtime:mayMoreStackPreempt
  2023-08-22T16:48:37Z still_waiting_on_test runtime:mayMoreStackPreempt
  2023-08-22T16:49:07Z still_waiting_on_test runtime:mayMoreStackPreempt
  +14.6s (now)

darwin-amd64-longtest rev 1081f8c0; running; http://Gophers-iMac-Pro.local reverse peer Gophers-iMac-Pro.local/18.217.145.210:36186 for host type host-darwin-amd64-13-aws, 20h24m20s ago

...
  2023-08-22T16:49:17Z still_waiting_on_test test:1_10
  2023-08-22T16:49:21Z finish_run_test:test:1_10 after 33.3s; Gophers-iMac-Pro.local
  2023-08-22T16:49:21Z run_test:test:2_10 Gophers-iMac-Pro.local
   +0.6s (now)

darwin-amd64-longtest rev 9e9556d3; running; http://Gophers-iMac-Pro-2.local reverse peer Gophers-iMac-Pro-2.local/18.217.218.177:35877 for host type host-darwin-amd64-13-aws, 20h24m20s ago

...
  2023-08-22T16:48:15Z still_waiting_on_test runtime:mayMoreStackPreempt
  2023-08-22T16:48:45Z still_waiting_on_test runtime:mayMoreStackPreempt
  2023-08-22T16:49:15Z still_waiting_on_test runtime:mayMoreStackPreempt
   +6.5s (now)

cc @golang/release @golang/darwin

@cagedmantis cagedmantis added OS-Darwin Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Aug 22, 2023
@cagedmantis cagedmantis added this to the Unreleased milestone Aug 22, 2023
@cagedmantis cagedmantis self-assigned this Aug 22, 2023
@dmitshur
Copy link
Contributor

dmitshur commented Aug 22, 2023

Revision 1081f8c has completed by now: https://build.golang.org/log/b6794b36aae821c21ac4dd69b38f795c412fabe0.

The other two are still running, but spent most of the 20 hours waiting for a builder to free up so they could be scheduled:

Events:
  2023-08-21T20:21:46Z get_buildlet 
  2023-08-22T15:00:57Z finish_get_buildlet after 18h39m10.7s
Events:
  2023-08-21T20:25:01Z get_buildlet 
  2023-08-22T14:59:31Z finish_get_buildlet after 18h34m29.7s

@bcmills
Copy link
Contributor

bcmills commented Aug 22, 2023

The other two are still running, but spent most of the 20 hours waiting for a builder to free up so they could be scheduled

Could those have been blocked behind SlowBot runs, maybe?

@cagedmantis
Copy link
Contributor Author

As @dmitshur pointed out, these were a product of a large backlog of builds. The builds themselves completed in an acceptable amount to time. Closing as working as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Projects
Archived in project
Development

No branches or pull requests

3 participants