Skip to content

cmd/vet: TestVet/stdversion failures #73190

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

Closed
gopherbot opened this issue Apr 7, 2025 · 1 comment
Closed

cmd/vet: TestVet/stdversion failures #73190

gopherbot opened this issue Apr 7, 2025 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestVet/stdversion
    vet_test.go:166: error check failed: 
        Unmatched Errors:
        unicode: C:\b\s\w\ir\x\t\go-build15998775\b277\vet.test.exe: fork/exec C:\b\s\w\ir\x\t\go-build15998775\b277\vet.test.exe: The parameter is incorrect.
    vet_test.go:167: vet stderr:
         unicode: C:\b\s\w\ir\x\t\go-build15998775\b277\vet.test.exe: fork/exec C:\b\s\w\ir\x\t\go-build15998775\b277\vet.test.exe: The parameter is incorrect.
        # stdversion
        .\stdversion.go:5:17: reflect.TypeFor requires go1.22 or later (module is go1.21)
        
--- FAIL: TestVet/stdversion (4.54s)

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 Apr 7, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/vet" && test == "TestVet/stdversion"
2025-04-06 16:36 gotip-windows-amd64 go@6fd9ee3d cmd/vet.TestVet/stdversion (log)
=== RUN   TestVet/stdversion
    vet_test.go:166: error check failed: 
        Unmatched Errors:
        unicode: C:\b\s\w\ir\x\t\go-build15998775\b277\vet.test.exe: fork/exec C:\b\s\w\ir\x\t\go-build15998775\b277\vet.test.exe: The parameter is incorrect.
    vet_test.go:167: vet stderr:
         unicode: C:\b\s\w\ir\x\t\go-build15998775\b277\vet.test.exe: fork/exec C:\b\s\w\ir\x\t\go-build15998775\b277\vet.test.exe: The parameter is incorrect.
        # stdversion
        .\stdversion.go:5:17: reflect.TypeFor requires go1.22 or later (module is go1.21)
        
--- FAIL: TestVet/stdversion (4.54s)

watchflakes

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
None yet
Development

No branches or pull requests

2 participants