Skip to content

build: bootstrap fail on windows/arm64 #58367

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 Feb 6, 2023 · 5 comments
Closed

build: bootstrap fail on windows/arm64 #58367

gopherbot opened this issue Feb 6, 2023 · 5 comments
Labels
arch-arm64 Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@gopherbot
Copy link
Contributor

gopherbot commented Feb 6, 2023

#!watchflakes
post <- repo == "go" && section == "Building packages and commands for windows/arm64." && goos == "windows" && goarch == "arm64" && `stale dependency`

Issue created automatically to collect these failures.

Example (log):

HASH[moduleIndex]
HASH[moduleIndex]: "devel e2ca417ee797e1e80d8d395e0f4760416b8346d9"
HASH[moduleIndex]: "modroot C:\\workdir\\go\\src\\cmd\n"
HASH[moduleIndex]: "package devel e2ca417ee797e1e80d8d395e0f4760416b8346d9 X:nocoverageredesign go index v1 C:\\workdir\\go\\src\\cmd\\link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-02-06 20:57:17.055 +0000 UTC 2488\n"
HASH[moduleIndex]: "file doc.go 2023-02-06 20:57:17.055 +0000 UTC 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-02-06 20:57:17.055 +0000 UTC 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-02-06 20:57:17.058 +0000 UTC 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-02-06 20:57:17.362 +0000 UTC 37712\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-02-06 20:57:17.364 +0000 UTC 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-02-06 20:57:22.853 +0000 UTC 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-02-06 20:57:22.853 +0000 UTC 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-02-06 20:57:22.853 +0000 UTC 751\n"
HASH[moduleIndex]: f15efc8ff1867b339237035c475b5b9688b3857c5aff561211078fc19ff7373e
cmd/link true
go tool dist: unexpected stale targets reported by C:\workdir\go\pkg\tool\windows_arm64\go_bootstrap list -gcflags="" -ldflags="" for [cmd/asm cmd/cgo cmd/compile cmd/link] (consider rerunning with GOMAXPROCS=1 GODEBUG=gocachehash=1):
	STALE cmd/asm: stale dependency: internal/goarch
	STALE cmd/cgo: stale dependency: internal/goarch
	STALE cmd/compile: stale dependency: internal/goarch
	STALE cmd/link: stale dependency: internal/goarch

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

Found new dashboard test flakes for:

#!watchflakes
post <- repo == "go" && section == "Building packages and commands for windows/arm64." && test == ""
2023-02-06 20:56 windows-arm64-11 go@e2ca417e (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel e2ca417ee797e1e80d8d395e0f4760416b8346d9"
HASH[moduleIndex]: "modroot C:\\workdir\\go\\src\\cmd\n"
HASH[moduleIndex]: "package devel e2ca417ee797e1e80d8d395e0f4760416b8346d9 X:nocoverageredesign go index v1 C:\\workdir\\go\\src\\cmd\\link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-02-06 20:57:17.055 +0000 UTC 2488\n"
HASH[moduleIndex]: "file doc.go 2023-02-06 20:57:17.055 +0000 UTC 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-02-06 20:57:17.055 +0000 UTC 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-02-06 20:57:17.058 +0000 UTC 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-02-06 20:57:17.362 +0000 UTC 37712\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-02-06 20:57:17.364 +0000 UTC 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-02-06 20:57:22.853 +0000 UTC 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-02-06 20:57:22.853 +0000 UTC 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-02-06 20:57:22.853 +0000 UTC 751\n"
HASH[moduleIndex]: f15efc8ff1867b339237035c475b5b9688b3857c5aff561211078fc19ff7373e
cmd/link true
go tool dist: unexpected stale targets reported by C:\workdir\go\pkg\tool\windows_arm64\go_bootstrap list -gcflags="" -ldflags="" for [cmd/asm cmd/cgo cmd/compile cmd/link] (consider rerunning with GOMAXPROCS=1 GODEBUG=gocachehash=1):
	STALE cmd/asm: stale dependency: internal/goarch
	STALE cmd/cgo: stale dependency: internal/goarch
	STALE cmd/compile: stale dependency: internal/goarch
	STALE cmd/link: stale dependency: internal/goarch

watchflakes

@cherrymui cherrymui changed the title Building packages and commands for windows/arm64.: unrecognized failures build: bootstrap fail on windows/arm64 Feb 6, 2023
@cherrymui
Copy link
Member

Not sure if this has any relation with the disk space issue #58219... (the file content may be wrong/lost when the disk is full?)

@bcmills
Copy link
Contributor

bcmills commented Feb 7, 2023

With N=1 logs attached, I wonder if this was a one-time build disruption due to cleaning up the disk space.
(CC @cagedmantis)

I'm inclined to write it off as related if it doesn't recur.

@bcmills bcmills added this to the Go1.21 milestone Feb 7, 2023
@bcmills bcmills added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. Builders x/build issues (builders, bots, dashboards) labels Feb 7, 2023
@heschi
Copy link
Contributor

heschi commented Feb 8, 2023

This was almost certainly me. I was a little sloppy about how I went about cleaning up the old cache. Sorry for the noise.

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- repo == "go" && section == "Building packages and commands for windows/arm64." && goos == "windows" && goarch == "arm64" && `stale dependency`
2023-02-06 20:53 windows-arm64-11 go@b46e44a3 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel b46e44a399045d0177dd063dc192168f0b5b3f55"
HASH[moduleIndex]: "modroot C:\\workdir\\go\\src\\cmd\n"
HASH[moduleIndex]: "package devel b46e44a399045d0177dd063dc192168f0b5b3f55 X:nocoverageredesign go index v1 C:\\workdir\\go\\src\\cmd\\link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-02-06 20:53:55.396 +0000 UTC 2488\n"
HASH[moduleIndex]: "file doc.go 2023-02-06 20:53:55.396 +0000 UTC 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-02-06 20:53:55.397 +0000 UTC 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-02-06 20:53:55.397 +0000 UTC 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-02-06 20:53:55.488 +0000 UTC 37712\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-02-06 20:53:55.489 +0000 UTC 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-02-06 20:53:59.238 +0000 UTC 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-02-06 20:53:59.238 +0000 UTC 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-02-06 20:53:59.239 +0000 UTC 751\n"
HASH[moduleIndex]: 17e273688d8800b9b0e69d9aac3150b21b830f79919b0a8298d90e212563fccc
cmd/link true
go tool dist: unexpected stale targets reported by C:\workdir\go\pkg\tool\windows_arm64\go_bootstrap list -gcflags="" -ldflags="" for [cmd/asm cmd/cgo cmd/compile cmd/link] (consider rerunning with GOMAXPROCS=1 GODEBUG=gocachehash=1):
	STALE cmd/asm: stale dependency: internal/goarch
	STALE cmd/cgo: stale dependency: internal/goarch
	STALE cmd/compile: stale dependency: internal/goarch
	STALE cmd/link: stale dependency: internal/goarch

watchflakes

@golang golang locked and limited conversation to collaborators Feb 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Archived in project
Development

No branches or pull requests

4 participants