go icon indicating copy to clipboard operation
go copied to clipboard

x/tools/internal/gcimporter: TestStdlib failures

Open gopherbot opened this issue 1 year ago • 4 comments

#!watchflakes
default <- pkg == "golang.org/x/tools/internal/gcimporter" && test == "TestStdlib"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestStdlib
/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/internal/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts ...debug.CrashOptions) error) as func(*os.File) error value in assignment
    stdlib_test.go:52: there were errors during loading
--- FAIL: TestStdlib (14.33s)

watchflakes

gopherbot avatar May 16 '24 06:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/internal/gcimporter" && test == "TestStdlib"
2024-05-15 17:13 x_tools-gotip-darwin-amd64_14 tools@528484d5 go@722d5943 x/tools/internal/gcimporter.TestStdlib (log)
=== RUN   TestStdlib
/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/internal/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts ...debug.CrashOptions) error) as func(*os.File) error value in assignment
    stdlib_test.go:52: there were errors during loading
--- FAIL: TestStdlib (14.33s)

watchflakes

gopherbot avatar May 16 '24 06:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/internal/gcimporter" && test == "TestStdlib"
2024-05-15 16:36 x_tools-gotip-darwin-amd64_14 tools@ab7bc6c4 go@722d5943 x/tools/internal/gcimporter.TestStdlib (log)
=== RUN   TestStdlib
/Volumes/Work/s/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/internal/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts ...debug.CrashOptions) error) as func(*os.File) error value in assignment
    stdlib_test.go:52: there were errors during loading
--- FAIL: TestStdlib (6.82s)

watchflakes

gopherbot avatar May 16 '24 07:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/internal/gcimporter" && test == "TestStdlib"
2024-05-15 16:36 x_tools-gotip-darwin-amd64-longtest tools@ab7bc6c4 go@722d5943 x/tools/internal/gcimporter.TestStdlib (log)
=== RUN   TestStdlib
/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/internal/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts ...debug.CrashOptions) error) as func(*os.File) error value in assignment
    stdlib_test.go:52: there were errors during loading
--- FAIL: TestStdlib (2.65s)
2024-05-15 17:13 x_tools-gotip-darwin-amd64-longtest tools@528484d5 go@722d5943 x/tools/internal/gcimporter.TestStdlib (log)
=== RUN   TestStdlib
/Volumes/Work/s/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/internal/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts ...debug.CrashOptions) error) as func(*os.File) error value in assignment
    stdlib_test.go:52: there were errors during loading
--- FAIL: TestStdlib (2.22s)
2024-05-15 18:55 x_tools-gotip-darwin-amd64-longtest tools@069435cd go@722d5943 x/tools/internal/gcimporter.TestStdlib (log)
=== RUN   TestStdlib
/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/internal/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts ...debug.CrashOptions) error) as func(*os.File) error value in assignment
    stdlib_test.go:52: there were errors during loading
--- FAIL: TestStdlib (2.44s)

watchflakes

gopherbot avatar May 16 '24 08:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/internal/gcimporter" && test == "TestStdlib"
2024-05-15 17:13 x_tools-gotip-solaris-amd64 tools@528484d5 go@722d5943 x/tools/internal/gcimporter.TestStdlib (log)
=== RUN   TestStdlib
/opt/golang/swarm/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/internal/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts ...debug.CrashOptions) error) as func(*os.File) error value in assignment
    stdlib_test.go:52: there were errors during loading
--- FAIL: TestStdlib (3.79s)

watchflakes

gopherbot avatar May 16 '24 09:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/internal/gcimporter" && test == "TestStdlib"
2024-05-15 16:36 x_tools-gotip-solaris-amd64 tools@ab7bc6c4 go@722d5943 x/tools/internal/gcimporter.TestStdlib (log)
=== RUN   TestStdlib
/opt/golang/swarm/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/internal/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts ...debug.CrashOptions) error) as func(*os.File) error value in assignment
    stdlib_test.go:52: there were errors during loading
--- FAIL: TestStdlib (3.68s)

watchflakes

gopherbot avatar May 16 '24 23:05 gopherbot

Seems like another SetCrashOutput dupe.

findleyr avatar May 30 '24 00:05 findleyr