golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.16k stars 17.69k forks source link

cmd/internal/testdir: Test/fixedbugs/issue68525.go failures #70439

Open gopherbot opened 3 hours ago

gopherbot commented 3 hours ago
#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue68525.go"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/fixedbugs/issue68525.go
=== PAUSE Test/fixedbugs/issue68525.go
=== CONT  Test/fixedbugs/issue68525.go
    testdir_test.go:147: exit status 1
        # command-line-arguments
        callRet: nosplit stack over 800 byte limit
        callRet<26>
            grows 72 bytes, calls runtime.reflectcallmove<0>
                grows 72 bytes, calls runtime.reflectcallmove<1>
                    grows 72 bytes, calls runtime.bulkBarrierPreWrite<1>
...
                                                grows 56 bytes, calls runtime.asmcgocall<1>
                                                    grows 32 bytes, calls gosave_systemstack_switch<26>
                                                        grows 0 bytes, calls runtime.abort<0>
                                                        8 bytes over limit
                                                    grows 32 bytes, calls runtime.save_g<0>
                                                    8 bytes over limit
                                                    grows 32 bytes, calls runtime.save_g<0>
                                                    8 bytes over limit

--- FAIL: Test/fixedbugs/issue68525.go (43.46s)

watchflakes

gopherbot commented 3 hours ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue68525.go"
2024-11-18 20:45 gotip-openbsd-ppc64 go@5e82cba9 cmd/internal/testdir.Test/fixedbugs/issue68525.go (log) === RUN Test/fixedbugs/issue68525.go === PAUSE Test/fixedbugs/issue68525.go === CONT Test/fixedbugs/issue68525.go testdir_test.go:147: exit status 1 # command-line-arguments callRet: nosplit stack over 800 byte limit callRet<26> grows 72 bytes, calls runtime.reflectcallmove<0> grows 72 bytes, calls runtime.reflectcallmove<1> grows 72 bytes, calls runtime.bulkBarrierPreWrite<1> ... grows 56 bytes, calls runtime.asmcgocall<1> grows 32 bytes, calls gosave_systemstack_switch<26> grows 0 bytes, calls runtime.abort<0> 8 bytes over limit grows 32 bytes, calls runtime.save_g<0> 8 bytes over limit grows 32 bytes, calls runtime.save_g<0> 8 bytes over limit --- FAIL: Test/fixedbugs/issue68525.go (43.46s)

watchflakes