-
Notifications
You must be signed in to change notification settings - Fork 18k
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/internal/task: TestTagXRepos failures #56231
Comments
Found new dashboard test flakes for:
2022-10-14 14:19 darwin-amd64-12_0 build@3481d34e go@a8ca70ff x/build/internal/task.TestTagXRepos (log)
|
This test is entirely hermetic and runs in .074 seconds on my workstation, so I dunno what could've happened to cause it to take 100 times longer. If it happens again I suppose I can add timestamps to the log. |
Found new dashboard test flakes for:
2022-10-14 16:33 darwin-amd64-11_0 build@209d9014 go@9ddb8ea7 x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2022-10-14 22:12 darwin-amd64-12_0 build@1aa9c6a3 go@89566448 x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2022-10-17 17:51 darwin-amd64-11_0 build@13478d3d go@da6042e8 x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2022-10-17 20:08 darwin-amd64-10_15 build@16b8a7ce go@947091d3 x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2022-10-17 20:08 darwin-amd64-10_15 build@16b8a7ce go@947091d3 x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2022-10-18 17:49 darwin-amd64-12_0 build@fa98444b go@947091d3 x/build/internal/task.TestTagXRepos (log)
|
Change https://go.dev/cl/444118 mentions this issue: |
I have no earthly idea why this script seems to be hanging for 10 seconds. Add more logging. For golang/go#56231. Change-Id: I473ae4856c58191c25c70d899520eed0f78738f2 Reviewed-on: https://go-review.googlesource.com/c/build/+/444118 Auto-Submit: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Found new dashboard test flakes for:
2022-10-20 20:24 darwin-amd64-12_0 build@8be4277e go@2b21a27f x/build/internal/task.TestTagXRepos (log)
|
Change https://go.dev/cl/444797 mentions this issue: |
The log writer flushes every ten seconds, so maybe the reason https://build.golang.org/log/15994e2898dd9b9d16186fab7bbd4104312323c8 doesn't show any logs from the command is that the test exits too quickly? Though it's also supposed to flush when the context finishes. Which leaves me wondering why running bash just...hangs. For golang/go#56231. Change-Id: I55d54da191e1fe82036d7bbb28ab512a08bb7dd4 Reviewed-on: https://go-review.googlesource.com/c/build/+/444797 Auto-Submit: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Found new dashboard test flakes for:
2022-10-17 17:51 darwin-amd64-10_15 build@13478d3d go@b65e259e x/build/internal/task.TestTagXRepos (log)
2022-10-18 17:01 darwin-amd64-12_0 build@26f532d8 go@947091d3 x/build/internal/task.TestTagXRepos (log)
2022-10-18 17:49 darwin-amd64-10_15 build@fa98444b go@4fb35d6c x/build/internal/task.TestTagXRepos (log)
|
Hasn't happened since the increased timeout. |
Found new dashboard test flakes for:
2023-08-31 17:14 darwin-amd64-13 build@5d89b9d9 go@9dea791a x/build/internal/task.TestTagXRepos (log)
2023-09-07 15:49 darwin-amd64-13 build@fedf1c1d go@a35bb44a x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2023-09-22 10:29 darwin-amd64-12_0 build@d5438a6b go@c8caad42 x/build/internal/task.TestTagXRepos (log)
2023-09-22 19:29 darwin-amd64-12_0 build@433076bf go@de3bae19 x/build/internal/task.TestTagXRepos (log)
|
As before, I'm pretty confused as to why it would take over 10 seconds to run a short shell script :( It should be running https://cs.opensource.google/go/x/build/+/master:internal/relui/buildrelease_test.go;l=68-91;drc=40ab14c32b0916a01329a1cde45bde9fb3296118, and given this log:
the hanging command is most likely a simple |
Found new dashboard test flakes for:
2023-09-27 02:35 darwin-amd64-12_0 build@5d3521b0 go@5152be39 x/build/internal/task.TestTagXRepos (log)
2023-09-27 02:35 darwin-amd64-12_0 build@5d3521b0 go@a15ef1bb x/build/internal/task.TestTagXRepos (log)
|
These are all on |
(That said, that shell script as it stands is probably going to be flaky due to #22315. 😅) |
To try to narrow it down I would suggest removing the |
Found new dashboard test flakes for:
2023-09-28 19:51 darwin-amd64-12_0 build@7f885397 go@a15ef1bb x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2023-09-28 19:51 darwin-amd64-12_0 build@7f885397 go@fa4f9510 x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2023-10-02 13:54 darwin-amd64-12_0 build@39811cbf go@a15ef1bb x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2023-10-03 21:14 darwin-amd64-12_0 build@821668f7 go@83dce459 x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2023-10-04 18:06 darwin-amd64-12_0 build@4772d0e4 go@e47cab13 x/build/internal/task.TestTagXRepos (log)
|
Found new dashboard test flakes for:
2023-10-03 21:14 darwin-amd64-12_0 build@821668f7 go@a9036396 x/build/internal/task.TestTagXRepos (log)
|
Change https://go.dev/cl/533098 mentions this issue: |
Found new dashboard test flakes for:
2024-02-26 16:54 x_build-go1.21-darwin-amd64_12 build@73351bfb release-branch.go1.21@f38fca30 x/build/internal/task.TestTagXRepos [ABORT] (log)
|
Looks like a general instance of #65040 rather than something specific to this test. |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: