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: TestFakeTime failures #61289

Closed
gopherbot opened this issue Jul 11, 2023 · 2 comments
Closed

runtime: TestFakeTime failures #61289

gopherbot opened this issue Jul 11, 2023 · 2 comments
Labels
arch-ppc64x compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "runtime" && test == "TestFakeTime"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestFakeTime (6.65s)
    crash_test.go:141: running /workdir/go/bin/go build -o /workdir/tmp/go-build4066524531/testfaketime_-tags=faketime.exe -tags=faketime
    time_test.go:31: building testfaketime [-tags=faketime]: exit status 1
        # runtime
        panic: runtime error: invalid memory address or nil pointer dereference
        [signal SIGSEGV: segmentation violation code=0x1 addr=0x54 pc=0x6906b4]

        goroutine 1713 [running]:
        cmd/compile/internal/types.(*Type).Size(...)
        	cmd/compile/internal/types/type.go:973
...
        cmd/compile/internal/ssagen.buildssa(0xc00215f1e0, 0x3)
        	cmd/compile/internal/ssagen/ssa.go:548 +0x235c
        cmd/compile/internal/ssagen.Compile(0xc00215f1e0, 0x0?)
        	cmd/compile/internal/ssagen/pgen.go:187 +0x48
        cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
        	cmd/compile/internal/gc/compile.go:184 +0x4c
        cmd/compile/internal/gc.compileFunctions.func3.1()
        	cmd/compile/internal/gc/compile.go:166 +0x48
        created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 60
        	cmd/compile/internal/gc/compile.go:165 +0x20c

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 Jul 11, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestFakeTime"
2023-05-30 16:27 linux-ppc64le-power10osu go@41bd7f54 runtime.TestFakeTime (log)
--- FAIL: TestFakeTime (6.65s)
    crash_test.go:141: running /workdir/go/bin/go build -o /workdir/tmp/go-build4066524531/testfaketime_-tags=faketime.exe -tags=faketime
    time_test.go:31: building testfaketime [-tags=faketime]: exit status 1
        # runtime
        panic: runtime error: invalid memory address or nil pointer dereference
        [signal SIGSEGV: segmentation violation code=0x1 addr=0x54 pc=0x6906b4]

        goroutine 1713 [running]:
        cmd/compile/internal/types.(*Type).Size(...)
        	cmd/compile/internal/types/type.go:973
...
        cmd/compile/internal/ssagen.buildssa(0xc00215f1e0, 0x3)
        	cmd/compile/internal/ssagen/ssa.go:548 +0x235c
        cmd/compile/internal/ssagen.Compile(0xc00215f1e0, 0x0?)
        	cmd/compile/internal/ssagen/pgen.go:187 +0x48
        cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
        	cmd/compile/internal/gc/compile.go:184 +0x4c
        cmd/compile/internal/gc.compileFunctions.func3.1()
        	cmd/compile/internal/gc/compile.go:166 +0x48
        created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 60
        	cmd/compile/internal/gc/compile.go:165 +0x20c

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 11, 2023
@bcmills bcmills closed this as completed Jul 11, 2023
@bcmills
Copy link
Contributor

bcmills commented Jul 11, 2023

Duplicate of #60368

@bcmills bcmills marked this as a duplicate of #60368 Jul 11, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2023
@golang golang locked and limited conversation to collaborators Jul 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-ppc64x compiler/runtime Issues related to the Go compiler and/or runtime. 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