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 solaris builder due to unexpected stale targets #65486

Open
gopherbot opened this issue Feb 3, 2024 · 4 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)-solaris-amd64` && mode == "build" && `go tool dist: unexpected stale targets`

Issue created automatically to collect these failures.

Example (log):

Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for solaris/amd64.
HASH[moduleIndex]
HASH[moduleIndex]: "devel b6d1eb750f274d5637e5eb63f6e03706798f0444"
HASH[moduleIndex]: "modroot /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd\n"
HASH[moduleIndex]: "package devel b6d1eb750f274d5637e5eb63f6e03706798f0444 X:nocoverageredesign,noallocheaders,noexectracer2 go index v2 /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/link\n"
...
HASH[moduleIndex]: "file testing_other.go 2024-01-26 21:16:34.049243738 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2024-01-26 21:16:36.881132734 +0100 CET 19697\n"
HASH[moduleIndex]: "file testing_windows.go 2024-01-26 21:16:34.049459512 +0100 CET 751\n"
HASH[moduleIndex]: d48f350ed50fd9bad4c27d6d42a9f305cba82a8e3132ca8349ae076c2d006701
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/tool/solaris_amd64/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/cpu
	STALE cmd/cgo: stale dependency: internal/cpu
	STALE cmd/compile: stale dependency: internal/cpu
	STALE cmd/link: stale dependency: internal/cpu

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 == "gotip-solaris-amd64" && repo == "go" && mode == "build"
2024-01-26 19:39 gotip-solaris-amd64 go@b6d1eb75 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for solaris/amd64.
HASH[moduleIndex]
HASH[moduleIndex]: "devel b6d1eb750f274d5637e5eb63f6e03706798f0444"
HASH[moduleIndex]: "modroot /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd\n"
HASH[moduleIndex]: "package devel b6d1eb750f274d5637e5eb63f6e03706798f0444 X:nocoverageredesign,noallocheaders,noexectracer2 go index v2 /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/link\n"
...
HASH[moduleIndex]: "file testing_other.go 2024-01-26 21:16:34.049243738 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2024-01-26 21:16:36.881132734 +0100 CET 19697\n"
HASH[moduleIndex]: "file testing_windows.go 2024-01-26 21:16:34.049459512 +0100 CET 751\n"
HASH[moduleIndex]: d48f350ed50fd9bad4c27d6d42a9f305cba82a8e3132ca8349ae076c2d006701
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/tool/solaris_amd64/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/cpu
	STALE cmd/cgo: stale dependency: internal/cpu
	STALE cmd/compile: stale dependency: internal/cpu
	STALE cmd/link: stale dependency: internal/cpu

watchflakes

@cherrymui cherrymui changed the title build: build failure on gotip-solaris-amd64 build: make.bash fail on LUCI solaris builder 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)-solaris-amd64` && mode == "build" && `go tool dist: unexpected stale targets`
2024-01-29 21:56 x_tools-gotip-solaris-amd64 tools@341c0434 go@0c64be46 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for solaris/amd64.
HASH[moduleIndex]
HASH[moduleIndex]: "devel 0c64be46ac292ea5b387c6cda49b07f4a366c404"
HASH[moduleIndex]: "modroot /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd\n"
HASH[moduleIndex]: "package devel 0c64be46ac292ea5b387c6cda49b07f4a366c404 X:nocoverageredesign,noallocheaders,noexectracer2 go index v2 /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/link\n"
...
HASH[moduleIndex]: "file testing_other.go 2024-01-30 00:28:07.465162853 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2024-01-30 00:28:09.318572279 +0100 CET 19697\n"
HASH[moduleIndex]: "file testing_windows.go 2024-01-30 00:28:07.465363765 +0100 CET 751\n"
HASH[moduleIndex]: 2f1173e7126868588324d7685e7e6a2ac2b6497ceade41188371819cd62a1f99
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/tool/solaris_amd64/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/cpu
	STALE cmd/cgo: stale dependency: internal/cpu
	STALE cmd/compile: stale dependency: internal/cpu
	STALE cmd/link: stale dependency: internal/cpu

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `(gotip|go1\.\d\d)-solaris-amd64` && mode == "build" && `go tool dist: unexpected stale targets`
2024-02-09 20:28 x_tools-gotip-solaris-amd64 tools@8cf0a8e2 go@644bc4a3 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for solaris/amd64.
HASH[moduleIndex]
HASH[moduleIndex]: "devel 644bc4a3e7095789843438648badb82a9a78abef"
HASH[moduleIndex]: "modroot /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd\n"
HASH[moduleIndex]: "package devel 644bc4a3e7095789843438648badb82a9a78abef X:nocoverageredesign,noallocheaders,noexectracer2 go index v2 /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/link\n"
...
HASH[moduleIndex]: "file testing_other.go 2024-02-09 22:32:43.124400898 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2024-02-09 22:32:44.546787536 +0100 CET 19697\n"
HASH[moduleIndex]: "file testing_windows.go 2024-02-09 22:32:43.124587669 +0100 CET 751\n"
HASH[moduleIndex]: 1a42ec600439f51cae99fec93d424ed54de3e56313fb39aced2658c1afd435f7
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/tool/solaris_amd64/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/cpu
	STALE cmd/cgo: stale dependency: internal/cpu
	STALE cmd/compile: stale dependency: internal/cpu
	STALE cmd/link: stale dependency: internal/cpu

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- builder ~ `(gotip|go1\.\d\d)-solaris-amd64` && mode == "build" && `go tool dist: unexpected stale targets`
2024-02-21 17:22 gotip-solaris-amd64 go@cd170327 [build] (log)
Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.21.0 solaris/amd64)
Building Go toolchain1 using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for solaris/amd64.
HASH[moduleIndex]
HASH[moduleIndex]: "devel cd17032721425f1e131f3c19801c6e66972d4b6c"
HASH[moduleIndex]: "modroot /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd\n"
HASH[moduleIndex]: "package devel cd17032721425f1e131f3c19801c6e66972d4b6c X:nocoverageredesign,noallocheaders,noexectracer2 go index v2 /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/link\n"
...
HASH[moduleIndex]: "file testing_other.go 2024-02-21 18:54:05.818335693 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2024-02-21 18:54:05.818523035 +0100 CET 19697\n"
HASH[moduleIndex]: "file testing_windows.go 2024-02-21 18:54:05.818586645 +0100 CET 751\n"
HASH[moduleIndex]: 806771672738e468dc8b0bc11e215b4167ec776b3d6b71fcdcd9524f07455ac4
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/swarm/.swarming/w/ir/x/w/goroot/pkg/tool/solaris_amd64/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

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

1 participant