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

net/http/pprof: TestDeltaProfile failures #61715

Open
gopherbot opened this issue Aug 2, 2023 · 3 comments
Open

net/http/pprof: TestDeltaProfile failures #61715

gopherbot opened this issue Aug 2, 2023 · 3 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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
default <- pkg == "net/http/pprof" && test == "TestDeltaProfile"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 12m0s
running tests:
	TestDeltaProfile (11m56s)

runtime.gopark(0x2?, 0x4?, 0x0?, 0x2?, 0x3f74020190?)
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/runtime/proc.go:398 +0x10c fp=0x3f74047db0 sp=0x3f74047d98 pc=0x4bf24
runtime.chansend(0x3f7407e000, 0x396ea0, 0x0?, 0x0?)
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/runtime/chan.go:259 +0x3cc fp=0x3f74047e20 sp=0x3f74047db0 pc=0x15bfc
runtime.chansend1(0x0?, 0x101?)
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/runtime/chan.go:145 +0x18 fp=0x3f74047e48 sp=0x3f74047e20 pc=0x15810
net/http/pprof.TestDeltaProfile.func3()
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/net/http/pprof/pprof_test.go:197 +0x30 fp=0x3f74047e68 sp=0x3f74047e48 pc=0x2935d8
net/http/pprof.TestDeltaProfile(0x3f742921a0)
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/net/http/pprof/pprof_test.go:221 +0x4b4 fp=0x3f74047f78 sp=0x3f74047e68 pc=0x29353c
testing.tRunner(0x3f742921a0, 0x341810)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http/pprof" && test == "TestDeltaProfile"
2023-08-01 22:29 linux-riscv64-unmatched go@fb6f38dd net/http/pprof.TestDeltaProfile (log)
panic: test timed out after 12m0s
running tests:
	TestDeltaProfile (11m56s)

runtime.gopark(0x2?, 0x4?, 0x0?, 0x2?, 0x3f74020190?)
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/runtime/proc.go:398 +0x10c fp=0x3f74047db0 sp=0x3f74047d98 pc=0x4bf24
runtime.chansend(0x3f7407e000, 0x396ea0, 0x0?, 0x0?)
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/runtime/chan.go:259 +0x3cc fp=0x3f74047e20 sp=0x3f74047db0 pc=0x15bfc
runtime.chansend1(0x0?, 0x101?)
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/runtime/chan.go:145 +0x18 fp=0x3f74047e48 sp=0x3f74047e20 pc=0x15810
net/http/pprof.TestDeltaProfile.func3()
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/net/http/pprof/pprof_test.go:197 +0x30 fp=0x3f74047e68 sp=0x3f74047e48 pc=0x2935d8
net/http/pprof.TestDeltaProfile(0x3f742921a0)
	/tmp/workdir-host-linux-riscv64-unmatched/go/src/net/http/pprof/pprof_test.go:221 +0x4b4 fp=0x3f74047f78 sp=0x3f74047e68 pc=0x29353c
testing.tRunner(0x3f742921a0, 0x341810)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Aug 2, 2023
@mknyszek
Copy link
Contributor

mknyszek commented Aug 2, 2023

CC @golang/riscv64

@mknyszek mknyszek added this to the Backlog milestone Aug 2, 2023
@qiulaidongfeng
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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

3 participants