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

cmd/vet: TestVet/rangeloop failures #66481

Closed
gopherbot opened this issue Mar 22, 2024 · 3 comments
Closed

cmd/vet: TestVet/rangeloop failures #66481

gopherbot opened this issue Mar 22, 2024 · 3 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "cmd/vet" && test == "TestVet/rangeloop"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestVet/rangeloop
=== PAUSE TestVet/rangeloop
=== CONT  TestVet/rangeloop
    vet_test.go:148: error check failed: 
        rangeloop.go:13: missing error "loop variable i captured by func literal"
        rangeloop.go:14: missing error "loop variable v captured by func literal"
        Unmatched Errors:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
--- FAIL: TestVet/rangeloop (10.98s)

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 Mar 22, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/vet" && test == "TestVet/rangeloop"
2024-03-21 19:45 gotip-openbsd-amd64 go@802473cf cmd/vet.TestVet/rangeloop (log)
=== RUN   TestVet/rangeloop
=== PAUSE TestVet/rangeloop
=== CONT  TestVet/rangeloop
    vet_test.go:148: error check failed: 
        rangeloop.go:13: missing error "loop variable i captured by func literal"
        rangeloop.go:14: missing error "loop variable v captured by func literal"
        Unmatched Errors:
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
        go: error obtaining buildID for go tool compile: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/openbsd_amd64/compile: resource temporarily unavailable
--- FAIL: TestVet/rangeloop (10.98s)

watchflakes

@gopherbot
Copy link
Author

Change https://go.dev/cl/574915 mentions this issue: cmd/vet: disable parallelism of TestVet on openbsd

@timothy-king
Copy link
Contributor

Dup of #66474.

@timothy-king timothy-king closed this as not planned Won't fix, can't repro, duplicate, stale Apr 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.
Projects
Status: Done
Development

No branches or pull requests

2 participants