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

bootstrap: unexpected stale targets on solaris/amd64 builder #57363

Open
gopherbot opened this issue Dec 17, 2022 · 8 comments
Open

bootstrap: unexpected stale targets on solaris/amd64 builder #57363

gopherbot opened this issue Dec 17, 2022 · 8 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 Dec 17, 2022

#!watchflakes
post <- section == "Building packages and commands for solaris/amd64." && test == "" && `unexpected stale targets`

Issue created automatically to collect these failures.

Example (log):

HASH[moduleIndex]
HASH[moduleIndex]: "devel eb122456455469b512c4a1995ab8d0f97b407ba0"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel eb122456455469b512c4a1995ab8d0f97b407ba0 X:nounified,nocoverageredesign go index v1 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2022-12-02 18:53:12 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2022-12-02 18:53:12 +0100 CET 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2022-12-02 18:53:12 +0100 CET 6763\n"
HASH[moduleIndex]: "file elf_test.go 2022-12-02 18:53:12 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2022-12-02 18:53:12 +0100 CET 36511\n"
HASH[moduleIndex]: "file linkbig_test.go 2022-12-02 18:53:12 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2022-12-02 18:53:18 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2022-12-02 18:53:18 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2022-12-02 18:53:18 +0100 CET 751\n"
HASH[moduleIndex]: caf710859391f3c84d1c9c541ee8f637de5160a817890c6e76ad2dd5aee7d284
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/pkg/tool/solaris_amd64/go_bootstrap list -gcflags="" -ldflags="" for [cmd/asm cmd/cgo cmd/compile cmd/link runtime/internal/sys] (consider rerunning with GOMAXPROCS=1 GODEBUG=gocachehash=1):
	STALE cmd/asm: not installed but available in build cache
	STALE cmd/cgo: not installed but available in build cache
	STALE cmd/compile: not installed but available in build cache
	STALE cmd/link: 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 Dec 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- section == "Building packages and commands for solaris/amd64." && test == ""
2022-12-02 17:52 solaris-amd64-oraclerel go@eb122456 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel eb122456455469b512c4a1995ab8d0f97b407ba0"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel eb122456455469b512c4a1995ab8d0f97b407ba0 X:nounified,nocoverageredesign go index v1 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2022-12-02 18:53:12 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2022-12-02 18:53:12 +0100 CET 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2022-12-02 18:53:12 +0100 CET 6763\n"
HASH[moduleIndex]: "file elf_test.go 2022-12-02 18:53:12 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2022-12-02 18:53:12 +0100 CET 36511\n"
HASH[moduleIndex]: "file linkbig_test.go 2022-12-02 18:53:12 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2022-12-02 18:53:18 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2022-12-02 18:53:18 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2022-12-02 18:53:18 +0100 CET 751\n"
HASH[moduleIndex]: caf710859391f3c84d1c9c541ee8f637de5160a817890c6e76ad2dd5aee7d284
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/pkg/tool/solaris_amd64/go_bootstrap list -gcflags="" -ldflags="" for [cmd/asm cmd/cgo cmd/compile cmd/link runtime/internal/sys] (consider rerunning with GOMAXPROCS=1 GODEBUG=gocachehash=1):
	STALE cmd/asm: not installed but available in build cache
	STALE cmd/cgo: not installed but available in build cache
	STALE cmd/compile: not installed but available in build cache
	STALE cmd/link: not installed but available in build cache

watchflakes

@cherrymui cherrymui changed the title Building packages and commands for solaris/amd64.: unrecognized failures bootstrap: unexpected stale targets on solaris/amd64 builder Dec 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- section == "Building packages and commands for solaris/amd64." && test == "" && `unexpected stale targets`
2022-12-21 03:49 solaris-amd64-oraclerel go@78fc8107 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 78fc81070a853d08a71f70fa20b2093f5535e6c5"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel 78fc81070a853d08a71f70fa20b2093f5535e6c5 X:nounified,nocoverageredesign go index v1 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2022-12-21 04:49:56 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2022-12-21 04:49:56 +0100 CET 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2022-12-21 04:49:56 +0100 CET 6763\n"
HASH[moduleIndex]: "file elf_test.go 2022-12-21 04:49:56 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2022-12-21 04:49:56 +0100 CET 36511\n"
HASH[moduleIndex]: "file linkbig_test.go 2022-12-21 04:49:56 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2022-12-21 04:50:03 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2022-12-21 04:50:03 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2022-12-21 04:50:03 +0100 CET 751\n"
HASH[moduleIndex]: df69d3ad7e8734a33539e91de0b0bed8329f0c2e5d3e04f145596c8e00f805f5
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/pkg/tool/solaris_amd64/go_bootstrap list -gcflags="" -ldflags="" for [cmd/asm cmd/cgo cmd/compile cmd/link runtime/internal/sys] (consider rerunning with GOMAXPROCS=1 GODEBUG=gocachehash=1):
	STALE cmd/asm: not installed but available in build cache
	STALE cmd/cgo: not installed but available in build cache
	STALE cmd/compile: not installed but available in build cache
	STALE cmd/link: not installed but available in build cache

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- section == "Building packages and commands for solaris/amd64." && test == "" && `unexpected stale targets`
2023-02-08 02:44 solaris-amd64-oraclerel go@abd55d84 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel abd55d84832b1ca4129bfa0fbc13dba64d2164d2"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel abd55d84832b1ca4129bfa0fbc13dba64d2164d2 X:nocoverageredesign go index v1 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-02-08 03:44:55.486 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2023-02-08 03:44:55.486 +0100 CET 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-02-08 03:44:55.487 +0100 CET 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-02-08 03:44:55.487 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-02-08 03:44:55.587 +0100 CET 37712\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-02-08 03:44:55.589 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-02-08 03:44:59.882 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-02-08 03:44:59.882 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-02-08 03:44:59.882 +0100 CET 751\n"
HASH[moduleIndex]: 659de5431493e784525fee5a6ed0b33e09772f1eb7c8c6c88ef43ccc55aa2cb0
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- section == "Building packages and commands for solaris/amd64." && test == "" && `unexpected stale targets`
2023-01-17 16:11 solaris-amd64-oraclerel go@8409251e (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 8409251e105486e25d9ae47568ae221eeec636c9"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel 8409251e105486e25d9ae47568ae221eeec636c9 X:nounified,nocoverageredesign go index v1 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-02-08 11:40:08.626 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2023-02-08 11:40:08.626 +0100 CET 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-02-08 11:40:08.626 +0100 CET 6763\n"
HASH[moduleIndex]: "file elf_test.go 2023-02-08 11:40:08.626 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-02-08 11:40:08.723 +0100 CET 36511\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-02-08 11:40:08.724 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-02-08 11:40:12.682 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-02-08 11:40:12.682 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-02-08 11:40:12.682 +0100 CET 751\n"
HASH[moduleIndex]: a20a208b69c25972eb7389aaab44c472062c81100fdd6f7356e90660e27d7975
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/pkg/tool/solaris_amd64/go_bootstrap list -gcflags="" -ldflags="" for [cmd/asm cmd/cgo cmd/compile cmd/link runtime/internal/sys] (consider rerunning with GOMAXPROCS=1 GODEBUG=gocachehash=1):
	STALE cmd/asm: not installed but available in build cache
	STALE cmd/cgo: not installed but available in build cache
	STALE cmd/compile: not installed but available in build cache
	STALE cmd/link: not installed but available in build cache
2023-02-04 07:02 solaris-amd64-oraclerel go@ea3054ae (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel ea3054aecc3d66409fcf1b404b58bc4767599dfa"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel ea3054aecc3d66409fcf1b404b58bc4767599dfa X:nocoverageredesign go index v1 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-02-04 08:03:10.297 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2023-02-04 08:03:10.297 +0100 CET 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-02-04 08:03:10.297 +0100 CET 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-02-04 08:03:10.297 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-02-04 08:03:10.399 +0100 CET 37712\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-02-04 08:03:10.401 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-02-04 08:03:14.677 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-02-04 08:03:14.677 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-02-04 08:03:14.678 +0100 CET 751\n"
HASH[moduleIndex]: 43bcfc842724b6366d2cfe3fc3f7c98e3598dda3743a8f22e2a59338dee3a431
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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
2023-02-10 16:34 solaris-amd64-oraclerel go@b02d5d32 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel b02d5d325a4e93c88ecfc83a094c252148caa748"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel b02d5d325a4e93c88ecfc83a094c252148caa748 X:nocoverageredesign go index v1 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-02-12 01:42:07.491 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2023-02-12 01:42:07.492 +0100 CET 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-02-12 01:42:07.492 +0100 CET 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-02-12 01:42:07.492 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-02-12 01:42:07.581 +0100 CET 37712\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-02-12 01:42:07.583 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-02-12 01:42:11.34 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-02-12 01:42:11.34 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-02-12 01:42:11.34 +0100 CET 751\n"
HASH[moduleIndex]: e4b11c2ee70c947c87cc4111863b01e42086679b283a43ff2203df5d5d5eb2aa
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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
2023-02-20 02:28 solaris-amd64-oraclerel go@99bc53f5 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 99bc53f5e819c2d2d49f2a56c488898085be3982"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel 99bc53f5e819c2d2d49f2a56c488898085be3982 X:nocoverageredesign go index v1 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-02-20 03:29:16.389 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2023-02-20 03:29:16.389 +0100 CET 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-02-20 03:29:16.39 +0100 CET 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-02-20 03:29:16.39 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-02-20 03:29:16.532 +0100 CET 37712\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-02-20 03:29:16.534 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-02-20 03:29:22.107 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-02-20 03:29:22.107 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-02-20 03:29:22.107 +0100 CET 751\n"
HASH[moduleIndex]: 2695277f219409dcd05037b2c30f8ee6a85ba6881b7cbe8e8bf21b969ca48947
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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
2023-02-23 21:40 solaris-amd64-oraclerel go@778a60c1 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 778a60c1033f21ed0a8977d6292e9964476dda68"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel 778a60c1033f21ed0a8977d6292e9964476dda68 X:nocoverageredesign go index v2 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-02-23 22:40:45.938 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2023-02-23 22:40:45.938 +0100 CET 4092\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-02-23 22:40:45.939 +0100 CET 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-02-23 22:40:45.939 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-02-23 22:40:46.092 +0100 CET 37712\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-02-23 22:40:46.094 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-02-23 22:40:52.348 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-02-23 22:40:52.348 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-02-23 22:40:52.349 +0100 CET 751\n"
HASH[moduleIndex]: 95db9004c65c6e032d56df2dce1c86916c696527d461ad0cda1d2d511b834e6b
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- section == "Building packages and commands for solaris/amd64." && test == "" && `unexpected stale targets`
2023-03-06 18:19 solaris-amd64-oraclerel go@142d30b2 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 142d30b2cb036289b27726cee726129087728a66"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel 142d30b2cb036289b27726cee726129087728a66 X:nocoverageredesign go index v2 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-03-07 08:54:17.066 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2023-03-07 08:54:17.066 +0100 CET 4065\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-03-07 08:54:17.067 +0100 CET 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-03-07 08:54:17.068 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-03-07 08:54:17.169 +0100 CET 37159\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-03-07 08:54:17.171 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-03-07 08:54:22.093 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-03-07 08:54:22.093 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-03-07 08:54:22.094 +0100 CET 751\n"
HASH[moduleIndex]: 28cf00b4a4bb2396cc8c20c7a6184fb950ad5f38078dba20f73113a4e181de86
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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
2023-03-06 18:34 solaris-amd64-oraclerel go@5a7793b7 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 5a7793b7b81e1069cc830a14997ede3730295175"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel 5a7793b7b81e1069cc830a14997ede3730295175 X:nocoverageredesign go index v2 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-03-07 03:34:43.944 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2023-03-07 03:34:43.944 +0100 CET 4065\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-03-07 03:34:43.944 +0100 CET 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-03-07 03:34:43.945 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-03-07 03:34:44.035 +0100 CET 37159\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-03-07 03:34:44.037 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-03-07 03:34:47.888 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-03-07 03:34:47.888 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-03-07 03:34:47.888 +0100 CET 751\n"
HASH[moduleIndex]: 8e7adc55485a20222f092481b33d9d7b71ccf1eb8cb3ed33964de36e8724f2e9
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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
2023-03-07 22:05 solaris-amd64-oraclerel go@99914db5 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 99914db5eea927c7694276169585f1fff9e614c8"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel 99914db5eea927c7694276169585f1fff9e614c8 X:nocoverageredesign go index v2 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-03-07 23:08:03.39 +0100 CET 2488\n"
HASH[moduleIndex]: "file doc.go 2023-03-07 23:08:03.39 +0100 CET 4065\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-03-07 23:08:03.39 +0100 CET 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-03-07 23:08:03.391 +0100 CET 12130\n"
HASH[moduleIndex]: "file link_test.go 2023-03-07 23:08:03.477 +0100 CET 37159\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-03-07 23:08:03.479 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-03-07 23:08:07.505 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-03-07 23:08:07.505 +0100 CET 5677\n"
HASH[moduleIndex]: "file testing_windows.go 2023-03-07 23:08:07.506 +0100 CET 751\n"
HASH[moduleIndex]: cf676fccbf9cebe418398eb05781b457e65eea6a7340fb6225c9317b33088391
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- section == "Building packages and commands for solaris/amd64." && test == "" && `unexpected stale targets`
2023-03-15 21:24 solaris-amd64-oraclerel go@617cf132 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 617cf132ae7f808aac2ecc6973074ed135e0d694"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel 617cf132ae7f808aac2ecc6973074ed135e0d694 X:nocoverageredesign go index v2 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-03-15 22:24:50.804 +0100 CET 2761\n"
HASH[moduleIndex]: "file doc.go 2023-03-15 22:24:50.804 +0100 CET 4065\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-03-15 22:24:50.805 +0100 CET 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-03-15 22:24:50.805 +0100 CET 12231\n"
HASH[moduleIndex]: "file link_test.go 2023-03-15 22:24:50.924 +0100 CET 37600\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-03-15 22:24:50.926 +0100 CET 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-03-15 22:24:55.711 +0100 CET 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-03-15 22:24:55.711 +0100 CET 7039\n"
HASH[moduleIndex]: "file testing_windows.go 2023-03-15 22:24:55.711 +0100 CET 751\n"
HASH[moduleIndex]: 7afe86ea134cc0f7328ac35ce3609223d26751c2e7d6e1132c7de9b924a11508
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- section == "Building packages and commands for solaris/amd64." && test == "" && `unexpected stale targets`
2023-03-28 22:44 solaris-amd64-oraclerel go@c5206936 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel c52069361a3730f81c7be63251fa2064986cf867"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel c52069361a3730f81c7be63251fa2064986cf867 X:nocoverageredesign go index v2 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-03-29 00:44:28.99 +0200 CEST 2761\n"
HASH[moduleIndex]: "file doc.go 2023-03-29 00:44:28.991 +0200 CEST 4065\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-03-29 00:44:28.991 +0200 CEST 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-03-29 00:44:28.992 +0200 CEST 12231\n"
HASH[moduleIndex]: "file link_test.go 2023-03-29 00:44:29.079 +0200 CEST 37600\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-03-29 00:44:29.081 +0200 CEST 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-03-29 00:44:33.837 +0200 CEST 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-03-29 00:44:33.838 +0200 CEST 7039\n"
HASH[moduleIndex]: "file testing_windows.go 2023-03-29 00:44:33.838 +0200 CEST 751\n"
HASH[moduleIndex]: 036db12fa19a72acd704e5a367565614ee7c81eb30868ea00f14e0183157962e
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- section == "Building packages and commands for solaris/amd64." && test == "" && `unexpected stale targets`
2023-04-12 18:33 solaris-amd64-oraclerel go@134af2e3 (log)
HASH[moduleIndex]
HASH[moduleIndex]: "devel 134af2e3db41ca4be5ce8b466cfa57774dba8449"
HASH[moduleIndex]: "modroot /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd\n"
HASH[moduleIndex]: "package devel 134af2e3db41ca4be5ce8b466cfa57774dba8449 X:nocoverageredesign go index v2 /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/src/cmd/link\n"
HASH[moduleIndex]: "file cgo_test.go 2023-04-13 13:10:41.657 +0200 CEST 2761\n"
HASH[moduleIndex]: "file doc.go 2023-04-13 13:10:41.657 +0200 CEST 4065\n"
HASH[moduleIndex]: "file dwarf_test.go 2023-04-13 13:10:41.658 +0200 CEST 6983\n"
HASH[moduleIndex]: "file elf_test.go 2023-04-13 13:10:41.658 +0200 CEST 12231\n"
HASH[moduleIndex]: "file link_test.go 2023-04-13 13:10:41.73 +0200 CEST 37921\n"
HASH[moduleIndex]: "file linkbig_test.go 2023-04-13 13:10:41.731 +0200 CEST 3549\n"
...
HASH[moduleIndex]: "file testing_other.go 2023-04-13 13:10:44.85 +0200 CEST 386\n"
HASH[moduleIndex]: "file testing_test.go 2023-04-13 13:10:44.85 +0200 CEST 7039\n"
HASH[moduleIndex]: "file testing_windows.go 2023-04-13 13:10:44.85 +0200 CEST 751\n"
HASH[moduleIndex]: 6105c3022b0172b481d94e1353387c0b7353b4ceca8ec26faf5cc84ff5203931
cmd/link true
go tool dist: unexpected stale targets reported by /opt/golang/tmp/workdir-host-solaris-oracle-amd64-oraclerel/go/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