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/internal/archive: TestParseGoobj failures #58695

Closed
gopherbot opened this issue Feb 24, 2023 · 2 comments
Closed

cmd/internal/archive: TestParseGoobj failures #58695

gopherbot opened this issue Feb 24, 2023 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

gopherbot commented Feb 24, 2023

#!watchflakes
post <- pkg == "cmd/internal/archive" && builder == "windows-arm64-11" && date > "2023-02-01" && date < "2023-02-07"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestParseGoobj (0.85s)
    archive_test.go:116: C:\workdir\go\bin\go.exe list -export -deps -f {{if ne .ImportPath "command-line-arguments"}}{{if .Export}}{{.ImportPath}}={{.Export}}{{end}}{{end}} testdata\go1.go testdata\go2.go: exit status 1
        math/bits: open C:\Users\gopher\AppData\Local\go-build\00\00a6cb49cec32d61453ce2d774525f3e24166bc79185db7fd1c6d279181ca724-a: The system cannot find the path specified.

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Feb 24, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/internal/archive" && test == "TestParseGoobj"
2023-02-06 20:39 windows-arm64-11 go@103f3749 cmd/internal/archive.TestParseGoobj (log)
--- FAIL: TestParseGoobj (0.85s)
    archive_test.go:116: C:\workdir\go\bin\go.exe list -export -deps -f {{if ne .ImportPath "command-line-arguments"}}{{if .Export}}{{.ImportPath}}={{.Export}}{{end}}{{end}} testdata\go1.go testdata\go2.go: exit status 1
        math/bits: open C:\Users\gopher\AppData\Local\go-build\00\00a6cb49cec32d61453ce2d774525f3e24166bc79185db7fd1c6d279181ca724-a: The system cannot find the path specified.

watchflakes

@cherrymui
Copy link
Member

Probably the same as #58219

@golang golang locked and limited conversation to collaborators Feb 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge 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