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/cloudfns/sendwikidiff: flaky test crash #55263

Open
gopherbot opened this issue Sep 20, 2022 · 5 comments
Open

x/build/cloudfns/sendwikidiff: flaky test crash #55263

gopherbot opened this issue Sep 20, 2022 · 5 comments
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.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/build/cloudfns/sendwikidiff" && test == "" && !`panic: test timed out`

Bug automatically created to track these flakes.

— watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 20, 2022
@gopherbot
Copy link
Author

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- pkg == "golang.org/x/build/cloudfns/sendwikidiff" && test == "" && !`panic: test timed out`
2022-08-19 19:01 linux-amd64-longtest build@7cf3efd5 go@bf4e35b6 golang.org/x/build/cloudfns/sendwikidiff (log)
Cloning into '/workdir/tmp/https:%2F%2Fgithub.com%2Fgolang%2Fgo.wiki.git'...
fatal: unable to access 'https://github.com/golang/go.wiki.git/': Operation timed out after 300027 milliseconds with 0 out of 0 bytes received
Unable to update repo: could not clone "https://github.com/golang/go.wiki.git" into "/workdir/tmp/https:%2F%2Fgithub.com%2Fgolang%2Fgo.wiki.git": exit status 128--- FAIL: TestWikiPubSub (300.07s)
    sendwikidiff_test.go:43: Unexpected error from HandleWikiChangePubSub: could not clone "https://github.com/golang/go.wiki.git" into "/workdir/tmp/https:%2F%2Fgithub.com%2Fgolang%2Fgo.wiki.git": exit status 128
FAIL

watchflakes

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Sep 20, 2022
@gopherbot gopherbot added this to the Unreleased milestone Sep 20, 2022
@rsc
Copy link
Contributor

rsc commented Sep 20, 2022

Stopped.

@rsc rsc closed this as completed Sep 20, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/build/cloudfns/sendwikidiff" && test == "" && !`panic: test timed out`
2023-05-16 21:06 linux-amd64-longtest build@ea367731 go@ad6dcf9d x/build/cloudfns/sendwikidiff (log)
Cloning into '/workdir/tmp/https:%2F%2Fgithub.com%2Fgolang%2Fgo.wiki.git'...
remote: Internal Server Error
fatal: unable to access 'https://github.com/golang/go.wiki.git/': The requested URL returned error: 500
Unable to update repo: could not clone "https://github.com/golang/go.wiki.git" into "/workdir/tmp/https:%2F%2Fgithub.com%2Fgolang%2Fgo.wiki.git": exit status 128--- FAIL: TestWikiPubSub (6.72s)
    sendwikidiff_test.go:43: Unexpected error from HandleWikiChangePubSub: could not clone "https://github.com/golang/go.wiki.git" into "/workdir/tmp/https:%2F%2Fgithub.com%2Fgolang%2Fgo.wiki.git": exit status 128
FAIL

watchflakes

@gopherbot gopherbot reopened this May 17, 2023
@bcmills
Copy link
Contributor

bcmills commented May 17, 2023

This is essentially the same failure mode as #55164.

Does the sendwikidiff test really need to talk to the real GitHub?

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/build/cloudfns/sendwikidiff" && test == "" && !`panic: test timed out`
2024-02-23 18:43 linux-amd64-longtest-race build@90c925d5 go@ef84d62c x/build/cloudfns/sendwikidiff (log)
Cloning into '/workdir/tmp/https-github.com-golang-go.wiki.git'...
fatal: unable to access 'https://github.com/golang/go.wiki.git/': Failed to connect to github.com port 443: Connection timed out
Unable to update repo: could not clone "https://github.com/golang/go.wiki.git" into "/workdir/tmp/https-github.com-golang-go.wiki.git": exit status 128--- FAIL: TestWikiPubSub (130.05s)
    sendwikidiff_test.go:42: Unexpected error from HandleWikiChangePubSub: could not clone "https://github.com/golang/go.wiki.git" into "/workdir/tmp/https-github.com-golang-go.wiki.git": exit status 128
FAIL

watchflakes

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.
Projects
Status: Done
Development

No branches or pull requests

3 participants