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/pprof: TestGoroutineProfileConcurrency failures with profile includes finalizer #56875

Open
gopherbot opened this issue Nov 21, 2022 · 11 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.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Nov 21, 2022

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestGoroutineProfileConcurrency (0.45s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1486: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x10003e284 0x100004d3c 0x100004834 0x10016cb6c 0x100073494
            #	0x10016cb6b	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:781

            1 @ 0x100018484 0x100073494
            #	0x100018483	runtime.runfinq+0x443	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000e0357	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1571
            #	0x1000e33ff	testing.runTests+0x4cf		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2025
            #	0x1000e1d1f	testing.(*M).Run+0x6bf		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1897
            #	0x10016f197	main.main+0x1a7			_testmain.go:119
            #	0x10003dd57	runtime.main+0x297		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:250

            1 @ 0x10003e284 0x100005c54 0x1000056e0 0x1000e11c8 0x10015f5b0 0x1000e0358 0x100073494
            #	0x1000e11c7	testing.(*T).Run+0x407					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1621
            #	0x10015f5af	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1481
            #	0x1000e0357	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1571

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 Nov 21, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency"
2022-11-16 14:37 aix-ppc64 go@80c5bbc6 runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.45s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1486: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x10003e284 0x100004d3c 0x100004834 0x10016cb6c 0x100073494
            #	0x10016cb6b	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:781

            1 @ 0x100018484 0x100073494
            #	0x100018483	runtime.runfinq+0x443	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000e0357	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1571
            #	0x1000e33ff	testing.runTests+0x4cf		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2025
            #	0x1000e1d1f	testing.(*M).Run+0x6bf		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1897
            #	0x10016f197	main.main+0x1a7			_testmain.go:119
            #	0x10003dd57	runtime.main+0x297		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:250

            1 @ 0x10003e284 0x100005c54 0x1000056e0 0x1000e11c8 0x10015f5b0 0x1000e0358 0x100073494
            #	0x1000e11c7	testing.(*T).Run+0x407					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1621
            #	0x10015f5af	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1481
            #	0x1000e0357	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1571

watchflakes

@bcmills bcmills changed the title runtime/pprof: TestGoroutineProfileConcurrency failures runtime/pprof: TestGoroutineProfileConcurrency failures with profile includes finalizer Nov 21, 2022
@mknyszek mknyszek self-assigned this Dec 7, 2022
@mknyszek mknyszek added this to the Backlog milestone Dec 7, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-02-08 02:44 aix-ppc64 go@abd55d84 runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.58s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1489: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x100040994 0x100004d14 0x100004814 0x100170b6c 0x100077674
            #	0x100170b6b	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:784

            1 @ 0x10001a984 0x100077674
            #	0x10001a983	runtime.runfinq+0x443	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000e3c17	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1576
            #	0x1000e6cef	testing.runTests+0x4cf		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2034
            #	0x1000e560f	testing.(*M).Run+0x6bf		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1906
            #	0x100173197	main.main+0x1a7			_testmain.go:119
            #	0x100040467	runtime.main+0x297		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:250

            1 @ 0x100040994 0x100005c50 0x1000056d0 0x1000e4aa0 0x100163440 0x1000e3c18 0x100077674
            #	0x1000e4a9f	testing.(*T).Run+0x41f					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1630
            #	0x10016343f	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1484
            #	0x1000e3c17	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1576

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-02-27 23:05 aix-ppc64 go@52af6550 runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.41s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.01s)
        pprof_test.go:1506: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x10003faa4 0x1000041d8 0x100003d24 0x10017362c 0x100076984
            #	0x10017362b	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:801

            1 @ 0x100019d08 0x100076984
            #	0x100019d07	runtime.runfinq+0x467	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000e42a7	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1579
            #	0x1000e7363	testing.runTests+0x4c3		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2037
            #	0x1000e5c8b	testing.(*M).Run+0x6eb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1909
            #	0x100175df7	main.main+0x1a7			_testmain.go:119
            #	0x10003f573	runtime.main+0x293		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:250

            1 @ 0x10003faa4 0x100005080 0x100004b60 0x1000e50fc 0x100165b60 0x1000e42a8 0x100076984
            #	0x1000e50fb	testing.(*T).Run+0x3eb					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1633
            #	0x100165b5f	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1501
            #	0x1000e42a7	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1579

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-03-31 18:42 aix-ppc64 go@63ef9059 runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.51s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.01s)
        pprof_test.go:1506: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x10003f514 0x100004028 0x100003b74 0x1001745ec 0x100076874
            #	0x1001745eb	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:801

            1 @ 0x100019988 0x100076874
            #	0x100019987	runtime.runfinq+0x467	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000e4f57	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595
            #	0x1000e8013	testing.runTests+0x4c3		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2053
            #	0x1000e693b	testing.(*M).Run+0x6eb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1925
            #	0x100176db7	main.main+0x1a7			_testmain.go:119
            #	0x10003efc7	runtime.main+0x2c7		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:261

            1 @ 0x10003f514 0x100004ed0 0x1000049b0 0x1000e5dac 0x100166ae0 0x1000e4f58 0x100076874
            #	0x1000e5dab	testing.(*T).Run+0x3eb					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1649
            #	0x100166adf	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1501
            #	0x1000e4f57	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-04-21 16:47 aix-ppc64 go@e23322e2 runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.19s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1510: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x100040474 0x100003f08 0x100003a54 0x1001744dc 0x100077704
            #	0x1001744db	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:803

            1 @ 0x1000341a8 0x10007179c 0x100152f58 0x100152d34 0x10015005c 0x100167fcc 0x1000e5838 0x100077704
            #	0x10007179b	runtime/pprof.runtime_goroutineProfileWithLabels+0x5b		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mprof.go:844
            #	0x100152f57	runtime/pprof.writeRuntimeProfile+0xf7				/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof.go:734
...
            #	0x1000e5837	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595
            #	0x1000e88f3	testing.runTests+0x4c3		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2053
            #	0x1000e721b	testing.(*M).Run+0x6eb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1925
            #	0x100176bb7	main.main+0x1a7			_testmain.go:119
            #	0x10003feff	runtime.main+0x35f		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:255

            1 @ 0x100040474 0x100004db0 0x100004890 0x1000e668c 0x100166a60 0x1000e5838 0x100077704
            #	0x1000e668b	testing.(*T).Run+0x3eb					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1649
            #	0x100166a5f	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1505
            #	0x1000e5837	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-04-25 14:24 aix-ppc64 go@14f833f1 runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.52s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1510: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x10003fef4 0x100003f08 0x100003a54 0x10017392c 0x100077174
            #	0x10017392b	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:803

            1 @ 0x100019358 0x100077174
            #	0x100019357	runtime.runfinq+0x467	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000e51a7	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595
            #	0x1000e8263	testing.runTests+0x4c3		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2053
            #	0x1000e6b8b	testing.(*M).Run+0x6eb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1925
            #	0x100176007	main.main+0x1a7			_testmain.go:119
            #	0x10003f97f	runtime.main+0x35f		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:256

            1 @ 0x10003fef4 0x100004db0 0x100004890 0x1000e5ffc 0x100165eb0 0x1000e51a8 0x100077174
            #	0x1000e5ffb	testing.(*T).Run+0x3eb					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1649
            #	0x100165eaf	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1505
            #	0x1000e51a7	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-04-27 02:00 aix-ppc64 go@b4eed1c3 runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.40s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1510: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x10003ff44 0x100003f08 0x100003a54 0x100173d7c 0x1000772a4
            #	0x100173d7b	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:803

            1 @ 0x100019358 0x1000772a4
            #	0x100019357	runtime.runfinq+0x467	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000e52d7	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595
            #	0x1000e8393	testing.runTests+0x4c3		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2052
            #	0x1000e6cbb	testing.(*M).Run+0x6eb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1925
            #	0x100176457	main.main+0x1a7			_testmain.go:119
            #	0x10003f9b3	runtime.main+0x393		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:267

            1 @ 0x10003ff44 0x100004db0 0x100004890 0x1000e612c 0x100166300 0x1000e52d8 0x1000772a4
            #	0x1000e612b	testing.(*T).Run+0x3eb					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1649
            #	0x1001662ff	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1505
            #	0x1000e52d7	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-06-02 02:54 freebsd-arm-paulzhol go@c71cbd54 runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.70s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1510: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 5
            1 @ 0x29274 0x87b10
            #	0x29273	runtime.runfinq+0x44b	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/mfinal.go:255

            1 @ 0x45880 0x8333c 0x166d30 0x166b54 0x162f00 0x1821d0 0xf8c00 0x87b10
            #	0x8333b		runtime/pprof.runtime_goroutineProfileWithLabels+0x43		/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/mprof.go:844
            #	0x166d2f	runtime/pprof.writeRuntimeProfile+0xb7				/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/pprof/pprof.go:734
...
            #	0xf8bff		testing.tRunner+0x123					/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:1595

            1 @ 0x51730 0x15e18 0x15950 0xf9a70 0xfbc5c 0xf8c00 0xfbb04 0xfa464 0x194340 0x51184 0x87b10
            #	0xf9a6f		testing.(*T).Run+0x40b		/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:1649
            #	0xfbc5b		testing.runTests.func1+0x4f	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:2054
            #	0xf8bff		testing.tRunner+0x123		/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:1595
            #	0xfbb03		testing.runTests+0x407		/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:2052
            #	0xfa463		testing.(*M).Run+0x647		/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:1925
            #	0x19433f	main.main+0x1ab			_testmain.go:119
            #	0x51183		runtime.main+0x337		/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/proc.go:267

watchflakes

@mknyszek mknyszek removed their assignment Jun 16, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-08-07 00:22 aix-ppc64 go@7889ae3b runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.56s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1514: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x100041354 0x100004b08 0x100004654 0x100181ccc 0x100079284
            #	0x100181ccb	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:807

            1 @ 0x10001a508 0x100079284
            #	0x10001a507	runtime.runfinq+0x467	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000ec4c7	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595
            #	0x1000ef5eb	testing.runTests+0x4bb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2052
            #	0x1000ede9b	testing.(*M).Run+0x6eb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1925
            #	0x100184517	main.main+0x1a7			_testmain.go:119
            #	0x100040dc7	runtime.main+0x377		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:267

            1 @ 0x100041354 0x100005a80 0x100005560 0x1000ed30c 0x1001721a0 0x1000ec4c8 0x100079284
            #	0x1000ed30b	testing.(*T).Run+0x3eb					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1649
            #	0x10017219f	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1509
            #	0x1000ec4c7	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-08-29 20:19 aix-ppc64 go@ad74bc4a runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.47s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1571: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x100041a54 0x100005064 0x100004bc4 0x10018523c 0x100079904
            #	0x10018523b	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:807

            1 @ 0x10001aa18 0x100079904
            #	0x10001aa17	runtime.runfinq+0x467	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000ece37	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595
            #	0x1000eff1b	testing.runTests+0x4bb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2052
            #	0x1000ee7eb	testing.(*M).Run+0x6eb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1925
            #	0x10018799b	main.main+0x16b			_testmain.go:119
            #	0x1000414c7	runtime.main+0x377		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:267

            1 @ 0x100041a54 0x100005fc0 0x100005ab0 0x1000edc58 0x100175e80 0x1000ece38 0x100079904
            #	0x1000edc57	testing.(*T).Run+0x3c7					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1649
            #	0x100175e7f	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1566
            #	0x1000ece37	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1595

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime/pprof" && test == "TestGoroutineProfileConcurrency" && `profile includes finalizer`
2023-10-06 17:02 aix-ppc64 go@cbcf8efa runtime/pprof.TestGoroutineProfileConcurrency (log)
--- FAIL: TestGoroutineProfileConcurrency (0.31s)
    --- FAIL: TestGoroutineProfileConcurrency/finalizer_not_present (0.00s)
        pprof_test.go:1571: profile includes finalizer (but finalizer should be marked as system):
            goroutine profile: total 7
            3 @ 0x100042284 0x1000052f4 0x100004e54 0x1001841bc 0x100079ef4
            #	0x1001841bb	runtime/pprof.TestMorestack.func1.1+0x3b	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:807

            1 @ 0x10001b708 0x100079ef4
            #	0x10001b707	runtime.runfinq+0x467	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/mfinal.go:255

...
            #	0x1000ed8d7	testing.tRunner+0x127		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1593
            #	0x1000f09eb	testing.runTests+0x4bb		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2050
            #	0x1000ef347	testing.(*M).Run+0x7b7		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1923
            #	0x10018691b	main.main+0x16b			_testmain.go:119
            #	0x100041cff	runtime.main+0x32f		/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/proc.go:269

            1 @ 0x100042284 0x100006250 0x100005d40 0x1000ee6f8 0x100174e10 0x1000ed8d8 0x100079ef4
            #	0x1000ee6f7	testing.(*T).Run+0x3c7					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1647
            #	0x100174e0f	runtime/pprof.TestGoroutineProfileConcurrency+0x10f	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/runtime/pprof/pprof_test.go:1566
            #	0x1000ed8d7	testing.tRunner+0x127					/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:1593

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: No status
Development

No branches or pull requests

2 participants