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

go/internal/srcimporter: TestCgo failures #57991

Closed
gopherbot opened this issue Jan 25, 2023 · 5 comments
Closed

go/internal/srcimporter: TestCgo failures #57991

gopherbot opened this issue Jan 25, 2023 · 5 comments
Labels
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 == "go/internal/srcimporter" && test == "TestCgo"

Issue created automatically to collect these failures.

Example (log):

panic: test timed out after 3m0s
running tests:
	TestCgo (2m58s)

syscall.Syscall6(0x1, 0x23c6, 0xa787714, 0x10020, 0x0, 0x0, 0x0)
	/tmp/workdir/go/src/syscall/asm_unix_386.s:43 +0x5 fp=0xa7876ec sp=0xa7876e8 pc=0x80b76c5
os.wait6(0x1, 0x23c6, 0x10020)
	/tmp/workdir/go/src/os/wait6_netbsd.go:16 +0x57 fp=0xa787720 sp=0xa7876ec pc=0x80d2c87
os.(*Process).blockUntilWaitable(0x9f803c0)
	/tmp/workdir/go/src/os/wait_wait6.go:20 +0x31 fp=0xa78773c sp=0xa787720 pc=0x80d2ce1
...
	/tmp/workdir/go/src/go/types/check.go:326 +0x120 fp=0xa787e60 sp=0xa787e30 pc=0x81b9ed0
go/types.(*Checker).Files(...)
	/tmp/workdir/go/src/go/types/check.go:304
go/types.(*Config).Check(0xa170780, {0x825b9cd, 0xa}, 0x9fee240, {0x8ad6700, 0x21, 0x40}, 0x0)
	/tmp/workdir/go/src/go/types/api.go:415 +0x83 fp=0xa787e80 sp=0xa787e60 pc=0x81a8ca3
go/internal/srcimporter.(*Importer).ImportFrom(0x8af1ad0, {0x825b9cd, 0xa}, {0x8a61218, 0x14}, 0x0)
	/tmp/workdir/go/src/go/internal/srcimporter/srcimporter.go:145 +0x815 fp=0xa787f48 sp=0xa787e80 pc=0x8210315
go/internal/srcimporter.TestCgo(0x93b34a0)
	/tmp/workdir/go/src/go/internal/srcimporter/srcimporter_test.go:249 +0x2b3 fp=0xa787f9c sp=0xa787f48 pc=0x8213613
testing.tRunner(0x93b34a0, 0x826bc44)

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "go/internal/srcimporter" && test == "TestCgo"
2023-01-17 19:56 netbsd-386-9_3 go@354c8fb4 go/internal/srcimporter.TestCgo (log)
panic: test timed out after 3m0s
running tests:
	TestCgo (2m58s)

syscall.Syscall6(0x1, 0x23c6, 0xa787714, 0x10020, 0x0, 0x0, 0x0)
	/tmp/workdir/go/src/syscall/asm_unix_386.s:43 +0x5 fp=0xa7876ec sp=0xa7876e8 pc=0x80b76c5
os.wait6(0x1, 0x23c6, 0x10020)
	/tmp/workdir/go/src/os/wait6_netbsd.go:16 +0x57 fp=0xa787720 sp=0xa7876ec pc=0x80d2c87
os.(*Process).blockUntilWaitable(0x9f803c0)
	/tmp/workdir/go/src/os/wait_wait6.go:20 +0x31 fp=0xa78773c sp=0xa787720 pc=0x80d2ce1
...
	/tmp/workdir/go/src/go/types/check.go:326 +0x120 fp=0xa787e60 sp=0xa787e30 pc=0x81b9ed0
go/types.(*Checker).Files(...)
	/tmp/workdir/go/src/go/types/check.go:304
go/types.(*Config).Check(0xa170780, {0x825b9cd, 0xa}, 0x9fee240, {0x8ad6700, 0x21, 0x40}, 0x0)
	/tmp/workdir/go/src/go/types/api.go:415 +0x83 fp=0xa787e80 sp=0xa787e60 pc=0x81a8ca3
go/internal/srcimporter.(*Importer).ImportFrom(0x8af1ad0, {0x825b9cd, 0xa}, {0x8a61218, 0x14}, 0x0)
	/tmp/workdir/go/src/go/internal/srcimporter/srcimporter.go:145 +0x815 fp=0xa787f48 sp=0xa787e80 pc=0x8210315
go/internal/srcimporter.TestCgo(0x93b34a0)
	/tmp/workdir/go/src/go/internal/srcimporter/srcimporter_test.go:249 +0x2b3 fp=0xa787f9c sp=0xa787f48 pc=0x8213613
testing.tRunner(0x93b34a0, 0x826bc44)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 25, 2023

Duplicate of #57999

@bcmills bcmills marked this as a duplicate of #57999 Jan 25, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 25, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "go/internal/srcimporter" && test == "TestCgo"
2023-02-27 00:12 linux-s390x-ibm go@af6bb3f9 go/internal/srcimporter.TestCgo (log)
panic: test timed out after 3m0s
running tests:
	TestCgo (2m42s)

syscall.Syscall6(0x119, 0x1, 0x21edd9, 0xc000a2ef98, 0x1000004, 0x0, 0x0)
	/data/golang/workdir/go/src/syscall/syscall_linux.go:91 +0x18 fp=0xc000a2ef40 sp=0xc000a2eed0 pc=0x9f3a8
os.(*Process).blockUntilWaitable(0xc001450c90)
	/data/golang/workdir/go/src/os/wait_waitid.go:32 +0x74 fp=0xc000a2f028 sp=0xc000a2ef40 pc=0xc2eb4
os.(*Process).wait(0xc001450c90)
	/data/golang/workdir/go/src/os/exec_unix.go:22 +0x3c fp=0xc000a2f0a0 sp=0xc000a2f028 pc=0xbc83c
...
	/data/golang/workdir/go/src/go/types/check.go:326 +0x146 fp=0xc000a2fcd8 sp=0xc000a2fc78 pc=0x1e2b36
go/types.(*Checker).Files(...)
	/data/golang/workdir/go/src/go/types/check.go:304
go/types.(*Config).Check(0xc001e22000, {0x2bba32, 0xa}, 0xc001365080, {0xc0016bc280, 0x27, 0x50}, 0x0)
	/data/golang/workdir/go/src/go/types/api.go:415 +0x90 fp=0xc000a2fd18 sp=0xc000a2fcd8 pc=0x1cec10
go/internal/srcimporter.(*Importer).ImportFrom(0xc001623c20, {0x2bba32, 0xa}, {0xc0001eb2a0, 0x1c}, 0x0)
	/data/golang/workdir/go/src/go/internal/srcimporter/srcimporter.go:145 +0x94c fp=0xc000a2feb8 sp=0xc000a2fd18 pc=0x24fadc
go/internal/srcimporter.TestCgo(0xc00152c4e0)
	/data/golang/workdir/go/src/go/internal/srcimporter/srcimporter_test.go:249 +0x358 fp=0xc000a2ff60 sp=0xc000a2feb8 pc=0x2539a8
testing.tRunner(0xc00152c4e0, 0x2cd368)

watchflakes

@gopherbot gopherbot reopened this Feb 27, 2023
@bcmills
Copy link
Contributor

bcmills commented Feb 27, 2023

Hmm, that last one is certainly not a netbsd bug.

It looks like there was a cluster of timeouts on the linux-s390x-ibm builder last night. @golang/s390x, any ideas?
Other failures in that cluster:

@bcmills
Copy link
Contributor

bcmills commented Mar 6, 2023

Duplicate of #58901

@bcmills bcmills marked this as a duplicate of #58901 Mar 6, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2023
@golang golang locked and limited conversation to collaborators Mar 5, 2024
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.
Projects
None yet
Development

No branches or pull requests

2 participants