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/cmd/stringer: TestEndToEnd failures #65457

Closed
gopherbot opened this issue Feb 2, 2024 · 2 comments
Closed

x/tools/cmd/stringer: TestEndToEnd failures #65457

gopherbot opened this issue Feb 2, 2024 · 2 comments
Labels
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
default <- pkg == "golang.org/x/tools/cmd/stringer" && test == "TestEndToEnd"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestEndToEnd/cgo.go
    endtoend_test.go:218: run: cgo.go Cgo
    endtoend_test.go:226: stringer: 25.018336ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE=off GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/w/targetrepo1849428679/cmd/stringer go list -e -f {{context.ReleaseTags}} -- unsafe
        stringer: 39.378151ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE=auto GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/w/targetrepo1849428679/cmd/stringer go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Export -compiled=true -test=false -export=true -deps=true -find=false -pgo=off -tags= -- /home/swarming/.swarming/w/ir/x/t/TestEndToEndcgo.go1454342248/001/cgo.go
        stringer: 76.522522ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE=auto GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/w/targetrepo1849428679/cmd/stringer go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
        stringer: error: 0 packages matching /home/swarming/.swarming/w/ir/x/t/TestEndToEndcgo.go1454342248/001/cgo.go
    endtoend_test.go:228: /home/swarming/.swarming/w/ir/x/t/go-build3637491279/b377/stringer.test -type Cgo -output /home/swarming/.swarming/w/ir/x/t/TestEndToEndcgo.go1454342248/001/Cgo_string.go /home/swarming/.swarming/w/ir/x/t/TestEndToEndcgo.go1454342248/001/cgo.go: exit status 1
--- FAIL: TestEndToEnd/cgo.go (0.12s)

watchflakes

@gopherbot gopherbot added 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. labels Feb 2, 2024
@gopherbot gopherbot added this to the Unreleased milestone Feb 2, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/cmd/stringer" && test == "TestEndToEnd"
2024-01-29 22:21 x_tools-go1.22-linux-amd64-longtest tools@0e1f5be9 release-branch.go1.22@117d7b10 x/tools/cmd/stringer.TestEndToEnd (log)
=== RUN   TestEndToEnd/cgo.go
    endtoend_test.go:218: run: cgo.go Cgo
    endtoend_test.go:226: stringer: 25.018336ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE=off GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/w/targetrepo1849428679/cmd/stringer go list -e -f {{context.ReleaseTags}} -- unsafe
        stringer: 39.378151ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE=auto GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/w/targetrepo1849428679/cmd/stringer go list -tags= -e -json=Name,ImportPath,Error,Dir,GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,CompiledGoFiles,DepOnly,Imports,ImportMap,Export -compiled=true -test=false -export=true -deps=true -find=false -pgo=off -tags= -- /home/swarming/.swarming/w/ir/x/t/TestEndToEndcgo.go1454342248/001/cgo.go
        stringer: 76.522522ms for GOROOT= GOPATH=/home/swarming/.swarming/w/ir/x/w/gopath GO111MODULE=auto GOPROXY= PWD=/home/swarming/.swarming/w/ir/x/w/targetrepo1849428679/cmd/stringer go list -tags= -f "{{context.GOARCH}} {{context.Compiler}}" -- unsafe
        stringer: error: 0 packages matching /home/swarming/.swarming/w/ir/x/t/TestEndToEndcgo.go1454342248/001/cgo.go
    endtoend_test.go:228: /home/swarming/.swarming/w/ir/x/t/go-build3637491279/b377/stringer.test -type Cgo -output /home/swarming/.swarming/w/ir/x/t/TestEndToEndcgo.go1454342248/001/Cgo_string.go /home/swarming/.swarming/w/ir/x/t/TestEndToEndcgo.go1454342248/001/cgo.go: exit status 1
--- FAIL: TestEndToEnd/cgo.go (0.12s)

watchflakes

@cherrymui
Copy link
Member

Dup of #65456

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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
None yet
Development

No branches or pull requests

2 participants