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: frequent 'no space left on device' flakes on linux-arm builder #35543

Closed
bcmills opened this issue Nov 12, 2019 · 2 comments
Closed
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. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Nov 12, 2019

2019-11-11T20:49:27-181faef/linux-arm
2019-11-11T20:19:37-aacffb6/linux-arm
2019-11-11T16:39:35-8cdb769/linux-arm
2019-11-03T20:19:00-db75205/linux-arm
2019-11-03T19:43:59-ab4a71f/linux-arm
2019-11-03T05:01:00-4497d7e/linux-arm
2019-11-03T04:58:01-32190b0/linux-arm
2019-11-03T04:57:50-c6621d9/linux-arm
2019-11-02T19:22:12-36dbdbe/linux-arm
2019-11-02T19:21:37-24ea07d/linux-arm
2019-11-02T19:21:24-5597e3d/linux-arm
2019-11-02T19:21:08-496e427/linux-arm
2019-11-02T00:36:59-48a0b97/linux-arm
2019-11-01T20:13:05-dfd8de1/linux-arm
2019-11-01T18:49:50-5aea597/linux-arm
2019-11-01T15:36:44-e961b26/linux-arm
2019-11-01T14:45:24-c0555a2/linux-arm
2019-11-01T13:54:58-219922e/linux-arm
2019-11-01T13:51:36-6381592/linux-arm
2019-11-01T03:40:20-4a43a50/linux-arm
2019-10-31T15:22:28-396a9b9/linux-arm
2019-10-31T14:12:22-931845a/linux-arm
2019-10-31T01:09:58-5a210b5/linux-arm
2019-10-31T01:09:14-851b1f4/linux-arm
2019-10-31T01:04:59-e90e6e7/linux-arm
2019-10-25T17:41:36-d77b809/linux-arm
2019-10-25T17:15:50-2e2ef66/linux-arm
2019-10-25T16:51:18-376ef73/linux-arm
2019-10-24T15:24:20-fb06609/linux-arm
2019-10-24T15:22:31-df01b79/linux-arm
2019-10-24T00:53:39-4adf822/linux-arm
2019-10-21T21:57:32-d56c814/linux-arm
2019-10-21T21:57:01-97e497b/linux-arm
2019-10-19T15:18:32-5777ffd/linux-arm
2019-10-18T18:44:05-c3459ea/linux-arm
2019-10-17T20:28:28-bd22993/linux-arm
2019-10-17T20:28:15-286d744/linux-arm
2019-10-17T14:20:08-e5acb58/linux-arm
2019-10-17T14:20:00-6cbf37b/linux-arm
2019-10-17T14:18:37-8011051/linux-arm
2019-10-17T14:18:28-15634a0/linux-arm
2019-10-16T22:28:18-2bbf2e0/linux-arm
2019-10-16T15:57:07-5caac2f/linux-arm
2019-05-06T17:02:59-0bf1f02/linux-arm
2019-05-05T08:09:30-12e6322/linux-arm
2019-05-03T13:59:16-9f51325/linux-arm

CC @cagedmantis @toothrot @dmitshur @bradfitz

@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. 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 Nov 12, 2019
@gopherbot gopherbot added this to the Unreleased milestone Nov 12, 2019
@bcmills bcmills changed the title x/build: frequenty 'no space left on device' flakes on linux-arm builder x/build: frequent 'no space left on device' flakes on linux-arm builder Nov 12, 2019
@bradfitz
Copy link
Contributor

They run in a tmpfs and those machines have 2GB of ram only.

Easiest fix to just skip the slow and disk-happy "reboot" test.

But I also have been meaning to look at the $WORKDIR size growth per dist test step, and logging that along with the other metrics.

Perhaps there's opportunity to clean up after some tests.

@gopherbot
Copy link
Contributor

Change https://golang.org/cl/206799 mentions this issue: dashboard: skip some slow tests on linux-arm

codebien pushed a commit to codebien/build that referenced this issue Nov 13, 2019
Fixes golang/go#35543

Change-Id: I2554d6ef8400201f10f5f0f0a45a5bbd53104f95
Reviewed-on: https://go-review.googlesource.com/c/build/+/206799
Reviewed-by: Bryan C. Mills <bcmills@google.com>
@golang golang locked and limited conversation to collaborators Nov 11, 2020
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. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants