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: timeouts in TestCheckFDs #63732

Closed
gopherbot opened this issue Oct 25, 2023 · 3 comments
Closed

runtime: timeouts in TestCheckFDs #63732

gopherbot opened this issue Oct 25, 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. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Oct 25, 2023

#!watchflakes
post <- pkg == "runtime" && test == "TestCheckFDs" && `test timed out`

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 3m0s
running tests:
	TestCheckFDs (2m32s)

syscall.syscall6(0x13006bd38?, 0x100716598?, 0x2bd7?, 0x100716664?, 0x13006bd98?, 0x100010000?, 0x10146cf78?)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/runtime/sys_darwin.go:45 +0x68 fp=0x13006bd00 sp=0x13006bc40 pc=0x1007088d8
syscall.wait4(0x13006bd98?, 0x10073a128?, 0x90?, 0x100b3ff00?)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/syscall/zsyscall_darwin_arm64.go:43 +0x4c fp=0x13006bd60 sp=0x13006bd00 pc=0x10071936c
syscall.Wait4(0x13006bdf8?, 0x13006bdd4, 0x130b5a000?, 0x4c?)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/syscall/syscall_bsd.go:144 +0x28 fp=0x13006bda0 sp=0x13006bd60 pc=0x100717ad8
os.(*Process).wait(0x131b72120)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/os/exec_unix.go:43 +0x80 fp=0x13006be00 sp=0x13006bda0 pc=0x10073a170
os.(*Process).Wait(...)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/os/exec.go:134
runtime_test.TestCheckFDs(0x102c8d1e0)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/runtime/fds_test.go:63 +0x4bc fp=0x13006bf60 sp=0x13006be00 pc=0x10095fc5c
testing.tRunner(0x102c8d1e0, 0x100b4e898)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestCheckFDs"
2023-10-13 19:15 ios-arm64-corellium go@ba5ebc0a runtime.TestCheckFDs (log)
panic: test timed out after 3m0s
running tests:
	TestCheckFDs (2m32s)

syscall.syscall6(0x13006bd38?, 0x100716598?, 0x2bd7?, 0x100716664?, 0x13006bd98?, 0x100010000?, 0x10146cf78?)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/runtime/sys_darwin.go:45 +0x68 fp=0x13006bd00 sp=0x13006bc40 pc=0x1007088d8
syscall.wait4(0x13006bd98?, 0x10073a128?, 0x90?, 0x100b3ff00?)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/syscall/zsyscall_darwin_arm64.go:43 +0x4c fp=0x13006bd60 sp=0x13006bd00 pc=0x10071936c
syscall.Wait4(0x13006bdf8?, 0x13006bdd4, 0x130b5a000?, 0x4c?)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/syscall/syscall_bsd.go:144 +0x28 fp=0x13006bda0 sp=0x13006bd60 pc=0x100717ad8
os.(*Process).wait(0x131b72120)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/os/exec_unix.go:43 +0x80 fp=0x13006be00 sp=0x13006bda0 pc=0x10073a170
os.(*Process).Wait(...)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/os/exec.go:134
runtime_test.TestCheckFDs(0x102c8d1e0)
	/tmp/workdir-host-ios-arm64-corellium-ios/go/src/runtime/fds_test.go:63 +0x4bc fp=0x13006bf60 sp=0x13006be00 pc=0x10095fc5c
testing.tRunner(0x102c8d1e0, 0x100b4e898)

watchflakes

@bcmills bcmills changed the title runtime: TestCheckFDs failures runtime: timeouts in TestCheckFDs Oct 25, 2023
@mknyszek mknyszek added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Nov 1, 2023
@mknyszek mknyszek added this to the Go1.22 milestone Nov 1, 2023
@mknyszek
Copy link
Contributor

mknyszek commented Nov 1, 2023

In triage, we'll wait for another failure.

CC @golang/ios

@gopherbot
Copy link
Author

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@gopherbot gopherbot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2023
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. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Archived in project
Development

No branches or pull requests

2 participants