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/build/perfdata/app: unrecognized failures #71433

Open
gopherbot opened this issue Jan 25, 2025 · 1 comment
Open

x/build/perfdata/app: unrecognized failures #71433

gopherbot opened this issue Jan 25, 2025 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/build/perfdata/app" && test == ""

Issue created automatically to collect these failures.

Example (log):

FAIL	golang.org/x/build/perfdata/app [build failed]
# github.com/mattn/go-sqlite3
sqlite3-binding.c:46632:15: error: use of undeclared identifier 'winFile'
sqlite3-binding.c:46633:4: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46633:19: error: expected expression
sqlite3-binding.c:46633:11: error: use of undeclared identifier 'winFile'
sqlite3-binding.c:46640:17: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46641:19: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46642:2: error: call to undeclared function 'winMapfile'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
sqlite3-binding.c:46642:2: note: did you mean 'unixMapfile'?
sqlite3-binding.c:38820:12: note: 'unixMapfile' declared here
sqlite3-binding.c:46642:13: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46649:30: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46652:7: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46653:7: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46673:64: error: use of undeclared identifier 'winFile'
sqlite3-binding.c:46673:73: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46674:15: error: expected expression
sqlite3-binding.c:46674:7: error: use of undeclared identifier 'winFile'
sqlite3-binding.c:46688:10: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46696:7: error: call to undeclared function 'winUnmapfile'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
sqlite3-binding.c:46696:7: note: did you mean 'unixUnmapfile'?
sqlite3-binding.c:38703:13: note: 'unixUnmapfile' declared here
sqlite3-binding.c:46697:10: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46709:5: error: use of undeclared identifier 'winClose'
fatal error: too many errors emitted, stopping now [-ferror-limit=]

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/build/perfdata/app" && test == ""
2025-01-21 22:27 x_build-gotip-darwin-amd64-longtest build@6a93df3f go@5a46b17b x/build/perfdata/app (log)
FAIL	golang.org/x/build/perfdata/app [build failed]
# github.com/mattn/go-sqlite3
sqlite3-binding.c:46632:15: error: use of undeclared identifier 'winFile'
sqlite3-binding.c:46633:4: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46633:19: error: expected expression
sqlite3-binding.c:46633:11: error: use of undeclared identifier 'winFile'
sqlite3-binding.c:46640:17: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46641:19: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46642:2: error: call to undeclared function 'winMapfile'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
sqlite3-binding.c:46642:2: note: did you mean 'unixMapfile'?
sqlite3-binding.c:38820:12: note: 'unixMapfile' declared here
sqlite3-binding.c:46642:13: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46649:30: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46652:7: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46653:7: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46673:64: error: use of undeclared identifier 'winFile'
sqlite3-binding.c:46673:73: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46674:15: error: expected expression
sqlite3-binding.c:46674:7: error: use of undeclared identifier 'winFile'
sqlite3-binding.c:46688:10: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46696:7: error: call to undeclared function 'winUnmapfile'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
sqlite3-binding.c:46696:7: note: did you mean 'unixUnmapfile'?
sqlite3-binding.c:38703:13: note: 'unixUnmapfile' declared here
sqlite3-binding.c:46697:10: error: use of undeclared identifier 'pFd'
sqlite3-binding.c:46709:5: error: use of undeclared identifier 'winClose'
fatal error: too many errors emitted, stopping now [-ferror-limit=]

watchflakes

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Jan 25, 2025
@gopherbot gopherbot added this to the Unreleased milestone Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant