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

runtime: TestDebugLogBuild failures #59389

Closed
gopherbot opened this issue Apr 3, 2023 · 2 comments
Closed

runtime: TestDebugLogBuild failures #59389

gopherbot opened this issue Apr 3, 2023 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "runtime" && test == "TestDebugLogBuild"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 3m0s
running tests:
	TestDebugLogBuild (1m42s)

runtime.syscall_wait4(0x75e, 0xc000014800, 0x0, 0xc000106c60)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/syscall_solaris.go:296 +0x85 fp=0xc00005fa88 sp=0xc00005fa30 pc=0x471885
syscall.Wait4(0xc001b382f0?, 0x0?, 0x0?, 0x0?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/syscall/syscall_solaris.go:275 +0x26 fp=0xc00005fad0 sp=0xc00005fa88 pc=0x47f8a6
os.(*Process).wait(0xc00002a780)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec_unix.go:43 +0x77 fp=0xc00005fb28 sp=0xc00005fad0 pc=0x4a15d7
os.(*Process).Wait(...)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc0000ed4a0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:890 +0x45 fp=0xc00005fb90 sp=0xc00005fb28 pc=0x530565
os/exec.(*Cmd).Run(0x32?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:590 +0x2d fp=0xc00005fbb0 sp=0xc00005fb90 pc=0x52f14d
os/exec.(*Cmd).CombinedOutput(0xc0000ed4a0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:1005 +0x94 fp=0xc00005fbd8 sp=0xc00005fbb0 pc=0x530e34
runtime_test.buildTestProg.func1()
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/crash_test.go:143 +0x3d1 fp=0xc00005fdc8 sp=0xc00005fbd8 pc=0x6ba251
sync.(*Once).doSlow(0x7926a0?, 0xc00233c1b0?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/sync/once.go:74 +0xbf fp=0xc00005fe28 sp=0xc00005fdc8 pc=0x47bcdf
sync.(*Once).Do(...)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/sync/once.go:65
runtime_test.buildTestProg(0xc0009016c0, {0x7fd5bf, 0x8}, {0xc0007e12d0, 0x1, 0x1})
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/crash_test.go:128 +0x48a fp=0xc00005ff20 sp=0xc00005fe28 pc=0x6b9e0a
runtime_test.TestDebugLogBuild(0xc0009016c0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/debuglog_test.go:166 +0x65 fp=0xc00005ff70 sp=0xc00005ff20 pc=0x6c2805
testing.tRunner(0xc0009016c0, 0x826118)

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 3, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestDebugLogBuild"
2023-03-15 07:19 illumos-amd64 go@71f82df1 runtime.TestDebugLogBuild (log)
panic: test timed out after 3m0s
running tests:
	TestDebugLogBuild (1m42s)

runtime.syscall_wait4(0x75e, 0xc000014800, 0x0, 0xc000106c60)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/syscall_solaris.go:296 +0x85 fp=0xc00005fa88 sp=0xc00005fa30 pc=0x471885
syscall.Wait4(0xc001b382f0?, 0x0?, 0x0?, 0x0?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/syscall/syscall_solaris.go:275 +0x26 fp=0xc00005fad0 sp=0xc00005fa88 pc=0x47f8a6
os.(*Process).wait(0xc00002a780)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec_unix.go:43 +0x77 fp=0xc00005fb28 sp=0xc00005fad0 pc=0x4a15d7
os.(*Process).Wait(...)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc0000ed4a0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:890 +0x45 fp=0xc00005fb90 sp=0xc00005fb28 pc=0x530565
os/exec.(*Cmd).Run(0x32?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:590 +0x2d fp=0xc00005fbb0 sp=0xc00005fb90 pc=0x52f14d
os/exec.(*Cmd).CombinedOutput(0xc0000ed4a0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:1005 +0x94 fp=0xc00005fbd8 sp=0xc00005fbb0 pc=0x530e34
runtime_test.buildTestProg.func1()
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/crash_test.go:143 +0x3d1 fp=0xc00005fdc8 sp=0xc00005fbd8 pc=0x6ba251
sync.(*Once).doSlow(0x7926a0?, 0xc00233c1b0?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/sync/once.go:74 +0xbf fp=0xc00005fe28 sp=0xc00005fdc8 pc=0x47bcdf
sync.(*Once).Do(...)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/sync/once.go:65
runtime_test.buildTestProg(0xc0009016c0, {0x7fd5bf, 0x8}, {0xc0007e12d0, 0x1, 0x1})
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/crash_test.go:128 +0x48a fp=0xc00005ff20 sp=0xc00005fe28 pc=0x6b9e0a
runtime_test.TestDebugLogBuild(0xc0009016c0)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/debuglog_test.go:166 +0x65 fp=0xc00005ff70 sp=0xc00005ff20 pc=0x6c2805
testing.tRunner(0xc0009016c0, 0x826118)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Apr 3, 2023
@bcmills
Copy link
Contributor

bcmills commented Apr 3, 2023

Duplicate of #59379

@bcmills bcmills marked this as a duplicate of #59379 Apr 3, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2023
@golang golang locked and limited conversation to collaborators Apr 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants