Skip to content

command-line-arguments: unrecognized failures #58097

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 Jan 26, 2023 · 2 comments
Closed

command-line-arguments: unrecognized failures #58097

gopherbot opened this issue Jan 26, 2023 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

gopherbot commented Jan 26, 2023

#!watchflakes
post <- pkg == "command-line-arguments" && test == "" && date < "2023-01-26"

Issue created automatically to collect these failures.

Example (log):

/tmp/buildlet/tmp/stringer2896709429/day_string.go:11:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:12:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:13:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:14:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:15:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:16:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:17:8: invalid argument: index Sunday - 6 (constant -6 of type Day) must not be negative

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 26, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "command-line-arguments" && test == ""
2023-01-25 23:57 darwin-amd64-10_15 tools@82707575 go@4df10fba command-line-arguments [build] (log)
/tmp/buildlet/tmp/stringer2896709429/day_string.go:11:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:12:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:13:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:14:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:15:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:16:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer2896709429/day_string.go:17:8: invalid argument: index Sunday - 6 (constant -6 of type Day) must not be negative
2023-01-25 23:57 darwin-amd64-10_15 tools@82707575 go@cea70301 command-line-arguments [build] (log)
/tmp/buildlet/tmp/stringer3570794768/day_string.go:11:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3570794768/day_string.go:12:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3570794768/day_string.go:13:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3570794768/day_string.go:14:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3570794768/day_string.go:15:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3570794768/day_string.go:16:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3570794768/day_string.go:17:8: invalid argument: index Sunday - 6 (constant -6 of type Day) must not be negative
2023-01-25 23:57 darwin-amd64-11_0 tools@82707575 go@4df10fba command-line-arguments [build] (log)
/tmp/buildlet/tmp/stringer112310429/day_string.go:11:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer112310429/day_string.go:12:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer112310429/day_string.go:13:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer112310429/day_string.go:14:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer112310429/day_string.go:15:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer112310429/day_string.go:16:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer112310429/day_string.go:17:8: invalid argument: index Sunday - 6 (constant -6 of type Day) must not be negative
2023-01-25 23:57 darwin-amd64-11_0 tools@82707575 go@cea70301 command-line-arguments [build] (log)
/tmp/buildlet/tmp/stringer3841173759/day_string.go:11:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3841173759/day_string.go:12:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3841173759/day_string.go:13:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3841173759/day_string.go:14:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3841173759/day_string.go:15:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3841173759/day_string.go:16:8: invalid argument: index 1 out of bounds [0:1]
/tmp/buildlet/tmp/stringer3841173759/day_string.go:17:8: invalid argument: index Sunday - 6 (constant -6 of type Day) must not be negative

watchflakes

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 26, 2023
@bcmills
Copy link
Contributor

bcmills commented Jan 26, 2023

Duplicate of #58068

@bcmills bcmills marked this as a duplicate of #58068 Jan 26, 2023
@golang golang locked and limited conversation to collaborators Jan 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Archived in project
Development

No branches or pull requests

2 participants