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

build: unrecognized failures on windows-amd64-longtest #55313

Closed
gopherbot opened this issue Sep 21, 2022 · 9 comments
Closed

build: unrecognized failures on windows-amd64-longtest #55313

gopherbot opened this issue Sep 21, 2022 · 9 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 Sep 21, 2022

#!watchflakes
post <- builder == "windows-amd64-longtest" && pkg == "" && test == "" && date < "2023-06-20"

Issue created automatically to collect these failures.

Example (log):

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 Sep 21, 2022
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "windows-amd64-longtest" && pkg == "" && test == ""
2022-08-08 19:11 windows-amd64-longtest build@43558672 go@228f891c (log)
2022-08-17 17:40 windows-amd64-longtest go@dea67a9b (log)
go: error obtaining buildID for go tool compile: exit status 0xc0000374

go tool dist: FAILED: go list -f={{if .Stale}}	STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std: exit status 1

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 21, 2022

One instance of #52647, and what appears to be a network failure talking to the Coordinator's module proxy port?

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "windows-amd64-longtest" && pkg == "" && test == ""
2022-09-26 14:16 windows-amd64-longtest go@1e91ffc8 (log)
go: error obtaining buildID for go tool link: fork/exec C:\workdir\go\pkg\tool\windows_amd64\link.exe: This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

go tool dist: FAILED: C:\workdir\go\pkg\tool\windows_amd64\go_bootstrap list -f={{if .Stale}}	STALE {{.ImportPath}}: {{.StaleReason}}{{end}} cmd/asm cmd/cgo cmd/compile cmd/link runtime/internal/sys: exit status 1

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 28, 2022

#44817

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2022
@gopherbot gopherbot reopened this Feb 27, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "windows-amd64-longtest" && pkg == "" && test == ""
2023-02-23 22:09 windows-amd64-longtest build@da6c8bff go@e153905a [build] (log)
internal\cloud\aws.go:16:2: github.com/aws/aws-sdk-go@v1.30.15: reading http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157/github.com/aws/aws-sdk-go/@v/v1.30.15.zip: 503 Service Unavailable
	server response: Service Unavailable
internal\cloud\aws.go:17:2: github.com/aws/aws-sdk-go@v1.30.15: reading http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157/github.com/aws/aws-sdk-go/@v/v1.30.15.zip: 503 Service Unavailable
	server response: Service Unavailable
internal\cloud\aws.go:18:2: github.com/aws/aws-sdk-go@v1.30.15: reading http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157/github.com/aws/aws-sdk-go/@v/v1.30.15.zip: 503 Service Unavailable
	server response: Service Unavailable
internal\cloud\aws.go:19:2: github.com/aws/aws-sdk-go@v1.30.15: reading http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157/github.com/aws/aws-sdk-go/@v/v1.30.15.zip: 503 Service Unavailable
	server response: Service Unavailable
internal\cloud\aws.go:20:2: github.com/aws/aws-sdk-go@v1.30.15: reading http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157/github.com/aws/aws-sdk-go/@v/v1.30.15.zip: 503 Service Unavailable
	server response: Service Unavailable
internal\cloud\aws.go:21:2: github.com/aws/aws-sdk-go@v1.30.15: reading http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157/github.com/aws/aws-sdk-go/@v/v1.30.15.zip: 503 Service Unavailable
	server response: Service Unavailable
cmd\buildlet\buildlet.go:45:2: github.com/aws/aws-sdk-go@v1.30.15: reading http://gk3-services-nap-jetxd907-311fef32-6bpt.c.symbolic-datum-552.internal:30157/github.com/aws/aws-sdk-go/@v/v1.30.15.zip: 503 Service Unavailable
	server response: Service Unavailable

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Feb 27, 2023

@golang/release, the above looks like some kind of outage in the coordinator's GOPROXY?

@bcmills
Copy link
Contributor

bcmills commented Feb 27, 2023

Filed as #58766.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Feb 27, 2023
@gopherbot gopherbot reopened this May 4, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "windows-amd64-longtest" && pkg == "" && test == ""
2023-05-03 15:17 windows-amd64-longtest build@b432fb33 go@ea8f0379 (log)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jun 21, 2023

Updated #59285.

@bcmills bcmills closed this as completed Jun 21, 2023
@golang golang locked and limited conversation to collaborators Jun 20, 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