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/review/git-codereview: TestDoNotMail failures #66641

Open
gopherbot opened this issue Apr 1, 2024 · 1 comment
Open

x/review/git-codereview: TestDoNotMail failures #66641

gopherbot opened this issue Apr 1, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/review/git-codereview" && test == "TestDoNotMail"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 10m0s
running tests:
	TestDoNotMail (7m48s)

syscall.syscall(0xc0003d1488?, 0x4de7029?, 0x4de4c13?, 0xc0003d1500?)
	/tmp/buildlet/go/src/runtime/sys_darwin.go:23 +0x70
syscall.readlen(0x544dba0?, 0x53ec300?, 0xe?)
	/tmp/buildlet/go/src/syscall/syscall_darwin.go:239 +0x34
syscall.forkExec({0xc0002c4be0?, 0x4ec767f?}, {0xc000061e00, 0x6, 0x6}, 0x4db429f?)
	/tmp/buildlet/go/src/syscall/exec_unix.go:220 +0x451
...
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/mail.go:78 +0x4f7
golang.org/x/review/git-codereview.main()
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/review.go:141 +0x3af
golang.org/x/review/git-codereview.testMain(0xc0004ae1a0, {0xc0003d1f48, 0x1, 0x1})
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/util_test.go:367 +0x2d8
golang.org/x/review/git-codereview.testMainDied(0xc0004ae1a0, {0xc0003d1f48, 0x1, 0x1})
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/util_test.go:308 +0x4d
golang.org/x/review/git-codereview.TestDoNotMail(0xc0004ae1a0)
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/mail_test.go:46 +0x245
testing.tRunner(0xc0004ae1a0, 0x51c2748)

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 Apr 1, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/review/git-codereview" && test == "TestDoNotMail"
2024-02-29 18:41 darwin-amd64-12_0 review@38b40c0e go@dfb17c12 x/review/git-codereview.TestDoNotMail (log)
panic: test timed out after 10m0s
running tests:
	TestDoNotMail (7m48s)

syscall.syscall(0xc0003d1488?, 0x4de7029?, 0x4de4c13?, 0xc0003d1500?)
	/tmp/buildlet/go/src/runtime/sys_darwin.go:23 +0x70
syscall.readlen(0x544dba0?, 0x53ec300?, 0xe?)
	/tmp/buildlet/go/src/syscall/syscall_darwin.go:239 +0x34
syscall.forkExec({0xc0002c4be0?, 0x4ec767f?}, {0xc000061e00, 0x6, 0x6}, 0x4db429f?)
	/tmp/buildlet/go/src/syscall/exec_unix.go:220 +0x451
...
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/mail.go:78 +0x4f7
golang.org/x/review/git-codereview.main()
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/review.go:141 +0x3af
golang.org/x/review/git-codereview.testMain(0xc0004ae1a0, {0xc0003d1f48, 0x1, 0x1})
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/util_test.go:367 +0x2d8
golang.org/x/review/git-codereview.testMainDied(0xc0004ae1a0, {0xc0003d1f48, 0x1, 0x1})
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/util_test.go:308 +0x4d
golang.org/x/review/git-codereview.TestDoNotMail(0xc0004ae1a0)
	/tmp/buildlet/gopath/src/golang.org/x/review/git-codereview/mail_test.go:46 +0x245
testing.tRunner(0xc0004ae1a0, 0x51c2748)

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant