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

x/tools/go/packages: TestIssue32814 failures #55204

Closed
gopherbot opened this issue Sep 20, 2022 · 4 comments
Closed

x/tools/go/packages: TestIssue32814 failures #55204

gopherbot opened this issue Sep 20, 2022 · 4 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/tools/go/packages" && test == "TestIssue32814"

Bug automatically created to track these flakes.

— 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 Sep 20, 2022
@gopherbot
Copy link
Author

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- pkg == "golang.org/x/tools/go/packages" && test == "TestIssue32814"
2022-08-16 15:07 linux-s390x-ibm tools@e55fb40e go@e51b3ae0 golang.org/x/tools/go/packages.TestIssue32814 (log)
--- FAIL: TestIssue32814 (0.00s)
    --- FAIL: TestIssue32814/Modules (5.15s)
        packages_test.go:2038: Errors for fmt pkg: got [/data/golang/workdir/go/src/fmt/print.go:383:29: v.Type().String undefined (type reflect.Type has no field or method String)], want none
2022-08-19 18:26 aix-ppc64 tools@587a1531 go@e1114fdf golang.org/x/tools/go/packages.TestIssue32814 (log)
--- FAIL: TestIssue32814 (0.00s)
    --- FAIL: TestIssue32814/Modules (20.92s)
        packages_test.go:2038: Errors for fmt pkg: got [/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/fmt/print.go:383:29: v.Type().String undefined (type reflect.Type has no field or method String)], want none

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Sep 20, 2022
@gopherbot gopherbot added this to the Unreleased milestone Sep 20, 2022
@rsc
Copy link
Contributor

rsc commented Sep 20, 2022

Stopped.

@rsc rsc closed this as completed Sep 20, 2022
@gopherbot gopherbot changed the title x/tools/go/packages: flaky TestIssue32814 x/tools/go/packages: TestIssue32814 failures Sep 20, 2022
@golang golang locked and limited conversation to collaborators Sep 20, 2023
@gopherbot gopherbot reopened this Jan 26, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/go/packages" && test == "TestIssue32814"
2024-01-05 17:34 x_tools-gotip-netbsd-arm64 tools@ba8672b5 go@8088b6db x/tools/go/packages.TestIssue32814 [ABORT] (log)
=== RUN   TestIssue32814/Modules
=== PAUSE TestIssue32814/Modules
=== CONT  TestIssue32814/Modules
    invoke.go:268: 47.112562ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestIssue32814_Modules3995234186/modcache GO111MODULE=on GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestIssue32814_Modules3995234186/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestIssue32814_Modules3995234186/fake go list -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
    invoke.go:268: 374.87945ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/t/TestIssue32814_Modules3995234186/modcache GO111MODULE=off GOPROXY=file:///home/swarming/.swarming/w/ir/x/t/TestIssue32814_Modules3995234186/modproxy PWD=/home/swarming/.swarming/w/ir/x/t/TestIssue32814_Modules3995234186/fake go list -e -f {{context.ReleaseTags}} -- unsafe
panic: test timed out after 10m0s
running tests:
	TestCgoNoCcompiler/Modules (6m46s)
	TestInvalidFilesBeforeOverlayContains/Modules (9m19s)
	TestInvalidFilesBeforeOverlayContains/Modules/main (6m29s)
...
sync.(*Once).doSlow(0x401ed16d60, 0x4006d03760)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/sync/once.go:70 +0x90
sync.(*Once).Do(...)
	/home/swarming/.swarming/w/ir/x/w/goroot/src/sync/once.go:65
golang.org/x/tools/go/packages.(*loader).loadRecursive(0x401ca63c08?, 0x401ca63c20?)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1886311479/go/packages/packages.go:856 +0x50
golang.org/x/tools/go/packages.(*loader).loadRecursive.func1.1(0x0?)
	/home/swarming/.swarming/w/ir/x/w/targetrepo1886311479/go/packages/packages.go:863 +0x30
created by golang.org/x/tools/go/packages.(*loader).loadRecursive.func1 in goroutine 18203
	/home/swarming/.swarming/w/ir/x/w/targetrepo1886311479/go/packages/packages.go:862 +0x84

watchflakes

@cherrymui
Copy link
Member

Timeout on LUCI netbsd-arm64 builder is #65313. Close this.

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Jan 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Status: Done
Development

No branches or pull requests

3 participants