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: make.bash fail on LUCI darwin builders due to unexpected stale targets #65484

Open
gopherbot opened this issue Feb 3, 2024 · 3 comments
Labels
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 3, 2024

#!watchflakes
default <- builder ~ `(gotip|go1\.\d\d)-darwin-amd64` && mode == "build" && `go tool dist: unexpected stale targets`

Issue created automatically to collect these failures.

Example (log):

HASH[moduleIndex]
HASH[moduleIndex]: "devel 5c38c04957dd93db2f6f1d4a507031631976a122"
HASH[moduleIndex]: "modroot /Volumes/Work/s/w/ir/x/w/goroot/src/cmd\n"
HASH[moduleIndex]: "package devel 5c38c04957dd93db2f6f1d4a507031631976a122 go index v1 /Volumes/Work/s/w/ir/x/w/goroot/src/cmd/dist\n"
HASH[moduleIndex]: "file README 2024-01-04 18:20:55.871835001 -0800 PST 1341\n"
HASH[moduleIndex]: "file build.go 2024-01-04 18:20:55.871980374 -0800 PST 50355\n"
HASH[moduleIndex]: "file buildgo.go 2024-01-04 18:20:55.872087275 -0800 PST 3495\n"
HASH[moduleIndex]: "file buildruntime.go 2024-01-04 18:20:55.872180521 -0800 PST 2630\n"
HASH[moduleIndex]: "file buildtag.go 2024-01-04 18:20:55.872265534 -0800 PST 3077\n"
HASH[moduleIndex]: "file buildtag_test.go 2024-01-04 18:20:55.872409862 -0800 PST 1257\n"
...
	STALE cmd/go: not installed but available in build cache
	STALE cmd/gofmt: not installed but available in build cache
	STALE cmd/link: not installed but available in build cache
	STALE cmd/nm: not installed but available in build cache
	STALE cmd/objdump: not installed but available in build cache
	STALE cmd/pack: not installed but available in build cache
	STALE cmd/pprof: not installed but available in build cache
	STALE cmd/test2json: not installed but available in build cache
	STALE cmd/trace: not installed but available in build cache
	STALE cmd/vet: not installed but available in build cache

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 3, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder == "go1.20-darwin-amd64_14" && repo == "go" && mode == "build"
2024-01-04 22:45 go1.20-darwin-amd64_14 release-branch.go1.20@5c38c049 [build] (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 5c38c04957dd93db2f6f1d4a507031631976a122"
HASH[moduleIndex]: "modroot /Volumes/Work/s/w/ir/x/w/goroot/src/cmd\n"
HASH[moduleIndex]: "package devel 5c38c04957dd93db2f6f1d4a507031631976a122 go index v1 /Volumes/Work/s/w/ir/x/w/goroot/src/cmd/dist\n"
HASH[moduleIndex]: "file README 2024-01-04 18:20:55.871835001 -0800 PST 1341\n"
HASH[moduleIndex]: "file build.go 2024-01-04 18:20:55.871980374 -0800 PST 50355\n"
HASH[moduleIndex]: "file buildgo.go 2024-01-04 18:20:55.872087275 -0800 PST 3495\n"
HASH[moduleIndex]: "file buildruntime.go 2024-01-04 18:20:55.872180521 -0800 PST 2630\n"
HASH[moduleIndex]: "file buildtag.go 2024-01-04 18:20:55.872265534 -0800 PST 3077\n"
HASH[moduleIndex]: "file buildtag_test.go 2024-01-04 18:20:55.872409862 -0800 PST 1257\n"
...
	STALE cmd/go: not installed but available in build cache
	STALE cmd/gofmt: not installed but available in build cache
	STALE cmd/link: not installed but available in build cache
	STALE cmd/nm: not installed but available in build cache
	STALE cmd/objdump: not installed but available in build cache
	STALE cmd/pack: not installed but available in build cache
	STALE cmd/pprof: not installed but available in build cache
	STALE cmd/test2json: not installed but available in build cache
	STALE cmd/trace: not installed but available in build cache
	STALE cmd/vet: not installed but available in build cache

watchflakes

@cherrymui cherrymui changed the title build: build failure on go1.20-darwin-amd64_14 build: make.bash fail on LUCI darwin builders due to unexpected stale targets Feb 3, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `(gotip|go1\.\d\d)-darwin-amd64` && mode == "build" && `go tool dist: unexpected stale targets`
2024-01-31 17:29 go1.20-darwin-amd64_13 release-branch.go1.20@746a0727 [build] (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 746a07279154dc57291d9f67d0e256492baa9a6c"
HASH[moduleIndex]: "modroot /Volumes/Work/s/w/ir/x/w/goroot/src/cmd\n"
HASH[moduleIndex]: "package devel 746a07279154dc57291d9f67d0e256492baa9a6c go index v1 /Volumes/Work/s/w/ir/x/w/goroot/src/cmd/dist\n"
HASH[moduleIndex]: "file README 2024-01-31 09:36:06.729529654 -0800 PST 1341\n"
HASH[moduleIndex]: "file build.go 2024-01-31 09:36:06.729774918 -0800 PST 50355\n"
HASH[moduleIndex]: "file buildgo.go 2024-01-31 09:36:06.729959083 -0800 PST 3495\n"
HASH[moduleIndex]: "file buildruntime.go 2024-01-31 09:36:06.730086346 -0800 PST 2630\n"
HASH[moduleIndex]: "file buildtag.go 2024-01-31 09:36:06.730255296 -0800 PST 3077\n"
HASH[moduleIndex]: "file buildtag_test.go 2024-01-31 09:36:06.730419972 -0800 PST 1257\n"
...
	STALE cmd/go: not installed but available in build cache
	STALE cmd/gofmt: not installed but available in build cache
	STALE cmd/link: not installed but available in build cache
	STALE cmd/nm: not installed but available in build cache
	STALE cmd/objdump: not installed but available in build cache
	STALE cmd/pack: not installed but available in build cache
	STALE cmd/pprof: not installed but available in build cache
	STALE cmd/test2json: not installed but available in build cache
	STALE cmd/trace: not installed but available in build cache
	STALE cmd/vet: not installed but available in build cache

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Feb 16, 2024

Given darwin/amd64, this may be related to #60449.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

2 participants