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/internal/testdir: Test failures #65285

Open
gopherbot opened this issue Jan 25, 2024 · 2 comments
Open

cmd/internal/testdir: Test failures #65285

gopherbot opened this issue Jan 25, 2024 · 2 comments
Assignees
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

#!watchflakes
default <- pkg == "test" && test == "Test"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: Test (0.03s)
    --- FAIL: Test/heapsampling.go (2.60s)
        testdir_test.go:142: exit status 2
            panic: main.allocSmall1:135 want objects in [45000: 55000], got [44892 44699 44957]

            goroutine 1 gp=0x8406128 m=2 mp=0x844a588 [running]:
            panic({0x80d5740, 0x8414030})
            	/workdir/go/src/runtime/panic.go:768 +0x130 fp=0x847cf9c sp=0x847cf48 pc=0x807cd50
            main.main()
            	/workdir/go/test/heapsampling.go:37 +0x75 fp=0x847cfac sp=0x847cf9c pc=0x80caf95
...

            goroutine 35 gp=0x8882248 m=nil [GC worker (idle)]:
            runtime.gopark(0x80ea5d4, 0x8880018, 0x1a, 0xa, 0x0)
            	/workdir/go/src/runtime/proc.go:402 +0x10c fp=0x8835794 sp=0x8835780 pc=0x80804dc
            runtime.gcBgMarkWorker()
            	/workdir/go/src/runtime/mgc.go:1310 +0xf7 fp=0x88357f0 sp=0x8835794 pc=0x805fab7
            runtime.goexit({})
            	/workdir/go/src/runtime/asm_386.s:1363 +0x1 fp=0x88357f4 sp=0x88357f0 pc=0x80abb21
            created by runtime.gcBgMarkStartWorkers in goroutine 1
            	/workdir/go/src/runtime/mgc.go:1234 +0x25

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, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "test" && test == "Test"
2024-01-25 19:32 linux-386-clang go@4fde3ef2 test.Test (log)
--- FAIL: Test (0.03s)
    --- FAIL: Test/heapsampling.go (2.60s)
        testdir_test.go:142: exit status 2
            panic: main.allocSmall1:135 want objects in [45000: 55000], got [44892 44699 44957]

            goroutine 1 gp=0x8406128 m=2 mp=0x844a588 [running]:
            panic({0x80d5740, 0x8414030})
            	/workdir/go/src/runtime/panic.go:768 +0x130 fp=0x847cf9c sp=0x847cf48 pc=0x807cd50
            main.main()
            	/workdir/go/test/heapsampling.go:37 +0x75 fp=0x847cfac sp=0x847cf9c pc=0x80caf95
...

            goroutine 35 gp=0x8882248 m=nil [GC worker (idle)]:
            runtime.gopark(0x80ea5d4, 0x8880018, 0x1a, 0xa, 0x0)
            	/workdir/go/src/runtime/proc.go:402 +0x10c fp=0x8835794 sp=0x8835780 pc=0x80804dc
            runtime.gcBgMarkWorker()
            	/workdir/go/src/runtime/mgc.go:1310 +0xf7 fp=0x88357f0 sp=0x8835794 pc=0x805fab7
            runtime.goexit({})
            	/workdir/go/src/runtime/asm_386.s:1363 +0x1 fp=0x88357f4 sp=0x88357f0 pc=0x80abb21
            created by runtime.gcBgMarkStartWorkers in goroutine 1
            	/workdir/go/src/runtime/mgc.go:1234 +0x25

watchflakes

@bcmills bcmills changed the title test: Test failures cmd/internal/testdir: Test failures Jan 26, 2024
@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jan 26, 2024
@mknyszek mknyszek added this to the Backlog milestone Jan 31, 2024
@mknyszek mknyszek self-assigned this Jan 31, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "test" && test == "Test"
2024-02-07 23:35 linux-ppc64le-power10osu go@d3d39098 test.Test (log)
munmap /root/.config/go/telemetry/local/go-devel-linux-ppc64le-2024-02-07.v1.count: invalid argument
munmap /root/.config/go/telemetry/local/go-devel-linux-ppc64le-2024-02-07.v1.count: invalid argument
--- FAIL: Test (0.03s)
    --- FAIL: Test/fixedbugs/issue5162.go (5.84s)
        testdir_test.go:142: output should be empty when (optional) expected-output file fixedbugs/issue5162.out is not present. Instead saw
            munmap /root/.config/go/telemetry/local/go-devel-linux-ppc64le-2024-02-07.v1.count: invalid argument

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

3 participants