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

os/exec: test timeouts on aix-ppc64 #56276

Open
gopherbot opened this issue Oct 17, 2022 · 6 comments
Open

os/exec: test timeouts on aix-ppc64 #56276

gopherbot opened this issue Oct 17, 2022 · 6 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX

Comments

@gopherbot
Copy link

gopherbot commented Oct 17, 2022

#!watchflakes
post <- builder == "aix-ppc64" && pkg == "os/exec" && (`^Test killed: ran too long` || `panic: test timed out`)

Issue created automatically to collect these failures.

Example (log):

SIGQUIT: quit
PC=0x9000000005b8290 m=2 sigcode=0

r0   0xffffffffffffffff	r1   0x1102ea0f0
r2   0xffffffffffffffff	r3   0xffffffffffffffff
r4   0xffffffffffffffff	r5   0xffffffffffffffff
r6   0xffffffffffffffff	r7   0xffffffffffffffff
r8   0xffffffffffffffff	r9   0xffffffffffffffff
r10  0xffffffffffffffff	r11  0xffffffffffffffff
r12  0xffffffffffffffff	r13  0x1102f2800
...
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/user/lookup.go:15 +0x24 fp=0xa0001000005ada8 sp=0xa0001000005ad88 pc=0x100145cf4
sync.(*Once).doSlow(0x11020b9d0?, 0xa0001000005ae50?)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/sync/once.go:74 +0x124 fp=0xa0001000005ae10 sp=0xa0001000005ada8 pc=0x10007c064
sync.(*Once).Do(...)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/sync/once.go:65
os/user.Current()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/user/lookup.go:15 +0x50 fp=0xa0001000005ae68 sp=0xa0001000005ae10 pc=0x100144e00
os/exec_test.TestCredentialNoSetGroups(0xa0001000022a340)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/exec/exec_posix_test.go:45 +0x38 fp=0xa0001000005af30 sp=0xa0001000005ae68 pc=0x1002b2c18
testing.tRunner(0xa0001000022a340, 0x110085dd8)

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 Oct 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/exec" && test == "TestCredentialNoSetGroups"
2022-10-14 14:50 aix-ppc64 go@40c63cea os/exec.TestCredentialNoSetGroups (log)
SIGQUIT: quit
PC=0x9000000005b8290 m=2 sigcode=0

r0   0xffffffffffffffff	r1   0x1102ea0f0
r2   0xffffffffffffffff	r3   0xffffffffffffffff
r4   0xffffffffffffffff	r5   0xffffffffffffffff
r6   0xffffffffffffffff	r7   0xffffffffffffffff
r8   0xffffffffffffffff	r9   0xffffffffffffffff
r10  0xffffffffffffffff	r11  0xffffffffffffffff
r12  0xffffffffffffffff	r13  0x1102f2800
...
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/user/lookup.go:15 +0x24 fp=0xa0001000005ada8 sp=0xa0001000005ad88 pc=0x100145cf4
sync.(*Once).doSlow(0x11020b9d0?, 0xa0001000005ae50?)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/sync/once.go:74 +0x124 fp=0xa0001000005ae10 sp=0xa0001000005ada8 pc=0x10007c064
sync.(*Once).Do(...)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/sync/once.go:65
os/user.Current()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/user/lookup.go:15 +0x50 fp=0xa0001000005ae68 sp=0xa0001000005ae10 pc=0x100144e00
os/exec_test.TestCredentialNoSetGroups(0xa0001000022a340)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/exec/exec_posix_test.go:45 +0x38 fp=0xa0001000005af30 sp=0xa0001000005ae68 pc=0x1002b2c18
testing.tRunner(0xa0001000022a340, 0x110085dd8)

watchflakes

@bcmills bcmills added the OS-AIX label Oct 17, 2022
@bcmills bcmills changed the title os/exec: TestCredentialNoSetGroups failures os/exec: test timeouts on aix-ppc64 Oct 17, 2022
@bcmills
Copy link
Contributor

bcmills commented Oct 17, 2022

attn @golang/aix

@bcmills
Copy link
Contributor

bcmills commented Nov 17, 2022

Duplicate of #56418

@bcmills bcmills marked this as a duplicate of #56418 Nov 17, 2022
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2022
@golang golang locked and limited conversation to collaborators Nov 17, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "aix-ppc64" && pkg == "os/exec" && (`^Test killed: ran too long` || `panic: test timed out`)
2024-03-07 19:08 aix-ppc64 go@e0ba596c os/exec (log)
panic: test timed out after 3m0s
running tests:
	TestCancelErrors/killed_after_error (3m0s)
	TestCancelErrors/killed_after_spurious_ErrProcessDone (3m0s)
	TestCancelErrors/nonzero_exit_after_error (3m0s)
	TestCancelErrors/success_after_ErrProcessDone (3m0s)
	TestCancelErrors/success_after_error (3m0s)
	TestCatGoodAndBadFile (3m0s)
	TestCatStdin (3m0s)
	TestCredentialNoSetGroups (3m0s)
...
os/exec_test.TestImplicitPWD.func1(0xa000100003504e0)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/exec/exec_posix_test.go:166 +0x38 fp=0xa00010000150f30 sp=0xa00010000150de0 pc=0x1002ec7f8
testing.tRunner(0xa000100003504e0, 0xa00010000326240)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1689 +0x12c fp=0xa00010000150f90 sp=0xa00010000150f30 pc=0x10011344c
testing.(*T).Run.gowrap1()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1742 +0x50 fp=0xa00010000150fc0 sp=0xa00010000150f90 pc=0x100114440
runtime.goexit({})
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/asm_ppc64x.s:1018 +0x4 fp=0xa00010000150fc0 sp=0xa00010000150fc0 pc=0x100085044
created by testing.(*T).Run in goroutine 42
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1742 +0x3b4

watchflakes

@gopherbot gopherbot reopened this Mar 8, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "aix-ppc64" && pkg == "os/exec" && (`^Test killed: ran too long` || `panic: test timed out`)
2024-03-09 00:16 aix-ppc64 go@07b4fee5 os/exec (log)
panic: test timed out after 3m0s
running tests:
	TestCancelErrors/killed_after_spurious_ErrProcessDone (3m0s)
	TestCancelErrors/success_after_error (3m0s)
	TestCatGoodAndBadFile (3m0s)
	TestCatStdin (3m0s)
	TestClosePipeOnCopyError (3m0s)
	TestCommandRelativeName (3m0s)
	TestCredentialNoSetGroups (3m0s)
	TestExitCode (3m0s)
...
os/exec_test.TestIgnorePipeErrorOnSuccess.TestIgnorePipeErrorOnSuccess.func1.func2(0xa00010000103a00)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/exec/exec_test.go:916 +0x44 fp=0xa00010000183f30 sp=0xa00010000183e70 pc=0x1002f41f4
testing.tRunner(0xa00010000103a00, 0xa0001000000e588)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1689 +0x12c fp=0xa00010000183f90 sp=0xa00010000183f30 pc=0x1001133cc
testing.(*T).Run.gowrap1()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1742 +0x50 fp=0xa00010000183fc0 sp=0xa00010000183f90 pc=0x1001143c0
runtime.goexit({})
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/asm_ppc64x.s:1018 +0x4 fp=0xa00010000183fc0 sp=0xa00010000183fc0 pc=0x100084fc4
created by testing.(*T).Run in goroutine 21
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1742 +0x3b4

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "aix-ppc64" && pkg == "os/exec" && (`^Test killed: ran too long` || `panic: test timed out`)
2024-04-02 02:20 aix-ppc64 go@3b29222f os/exec (log)
panic: test timed out after 3m0s
running tests:
	TestCatGoodAndBadFile (3m0s)
	TestClosePipeOnCopyError (3m0s)
	TestCredentialNoSetGroups (3m0s)
	TestDedupEnvEcho (3m0s)
	TestEcho (3m0s)
	TestEchoFileRace (3m0s)
	TestExitCode (3m0s)
	TestExtraFilesRace (3m0s)
...
os/exec.(*Cmd).CombinedOutput(0xa0001000028c6e0)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/exec/exec.go:1012 +0xb0 fp=0xa000100005b6f38 sp=0xa000100005b6ee0 pc=0x100126820
os/exec_test.TestExtraFilesRace.func3(0xa0001000045c000?, 0xa000100000979d0)
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/exec/exec_test.go:861 +0x38 fp=0xa000100005b6f90 sp=0xa000100005b6f38 pc=0x1003061e8
os/exec_test.TestExtraFilesRace.gowrap2()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/exec/exec_test.go:882 +0x68 fp=0xa000100005b6fc0 sp=0xa000100005b6f90 pc=0x1002fedc8
runtime.goexit({})
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/asm_ppc64x.s:1018 +0x4 fp=0xa000100005b6fc0 sp=0xa000100005b6fc0 pc=0x100085444
created by os/exec_test.TestExtraFilesRace in goroutine 54
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/os/exec/exec_test.go:882 +0x344

watchflakes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX
Projects
Status: Done
Development

No branches or pull requests

2 participants