go 构建:由于意外的过期目标,make.bash在LUCI darwin构建器上失败,

uoifb46i  于 3个月前  发布在  Go
关注(0)|答案(3)|浏览(27)
#!watchflakes
default <- builder ~ `(gotip|go1\.\d\d)-darwin-amd64` && mode == "build" && `go tool dist: unexpected stale targets`

自动创建的问题以收集这些故障。
示例( 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

4dc9hkyq

4dc9hkyq1#

找到新的 Jmeter 板测试碎片:

#!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

llycmphe

llycmphe2#

找到新的 Jmeter 板测试碎片:

#!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

3qpi33ja

3qpi33ja3#

给定 darwin/amd64 ,这可能与 #60449 有关。

相关问题