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

cmd/compile/internal/test: TestIntendedInlining failures #60261

Open
gopherbot opened this issue May 17, 2023 · 12 comments
Open

cmd/compile/internal/test: TestIntendedInlining failures #60261

gopherbot opened this issue May 17, 2023 · 12 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.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestIntendedInlining (63.02s)
    inl_test.go:340: sync.OnceFunc was not inlined: unhandled op DEFER

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-04-03 14:51 netbsd-arm-bsiegert go@f5371581 cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (63.02s)
    inl_test.go:340: sync.OnceFunc was not inlined: unhandled op DEFER
2023-04-03 18:34 netbsd-arm-bsiegert go@ccad8a9f cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (66.11s)
    inl_test.go:340: sync.OnceFunc was not inlined: unhandled op DEFER

watchflakes

@cherrymui
Copy link
Member

Old failure. Fixed.

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-05-23 20:25 linux-ppc64le-power9osu go@74af79bc cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (6.36s)
    inl_test.go:334: exit status 1

watchflakes

@gopherbot gopherbot reopened this May 23, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-05-25 00:13 linux-ppc64le-power10osu go@4406ed6d cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (5.50s)
    inl_test.go:334: exit status 1

watchflakes

@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jun 13, 2023
@mknyszek
Copy link
Contributor

This looks like it's just the ppc64 write barrier issue. (#60368) This is a deterministic test, so if it was specific to the test, we wouldn't expect flakes.

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-08-02 17:32 plan9-arm go@ce5e37ec cmd/compile/internal/test.TestIntendedInlining (log)
panic: test timed out after 9m0s
running tests:
	TestIntendedInlining (7m40s)

runtime.gopark(0x508398, 0x0, 0x9, 0x18, 0x1)
	/boot/workdir/go/src/runtime/proc.go:398 +0x104 fp=0x9333ab0 sp=0x9333a9c pc=0x46250
runtime.selectgo(0x9333b8c, 0x9333b78, 0x0, 0x0, 0x2, 0x1)
	/boot/workdir/go/src/runtime/select.go:327 +0xae8 fp=0x9333b4c sp=0x9333ab0 pc=0x592d8
io.(*pipe).read(0x9026380, {0x93b6dda, 0x1226, 0x1226})
	/boot/workdir/go/src/io/pipe.go:57 +0xa0 fp=0x9333b9c sp=0x9333b4c pc=0xabc68
io.(*PipeReader).Read(0x901e288, {0x93b6dda, 0x1226, 0x1226})
	/boot/workdir/go/src/io/pipe.go:136 +0x38 fp=0x9333bbc sp=0x9333b9c pc=0xac314
bufio.(*Scanner).Scan(0x9333e74)
	/boot/workdir/go/src/bufio/scan.go:214 +0x90c fp=0x9333c38 sp=0x9333bbc pc=0x12918c
cmd/compile/internal/test.TestIntendedInlining(0x91411d0)
	/boot/workdir/go/src/cmd/compile/internal/test/inl_test.go:303 +0x1810 fp=0x9333f94 sp=0x9333c38 pc=0x456f20
testing.tRunner(0x91411d0, 0x507bf4)

watchflakes

@gopherbot gopherbot reopened this Aug 2, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-10-23 22:56 plan9-arm go@f09db2bb cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (45.42s)
    inl_test.go:338: exit status: 'go 50187: 2'

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-11-07 21:13 openbsd-riscv64-jsing go@9e90a15b cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (22.13s)
    inl_test.go:338: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-11-08 17:51 openbsd-riscv64-jsing go@eebeca80 cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (23.03s)
    inl_test.go:338: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-12-04 18:40 openbsd-riscv64-jsing go@1926a0b5 cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (34.73s)
    inl_test.go:349: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-12-26 17:42 openbsd-riscv64-jsing go@36a2463e cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (36.02s)
    inl_test.go:349: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2024-01-22 17:28 darwin-amd64-nocgo go@b3cfb24f cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (13.15s)
    inl_test.go:349: exit status 2

watchflakes

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: In Progress
Status: Done
Development

No branches or pull requests

4 participants