golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.1k stars 17.68k forks source link

build: make.bash failures #67883

Open gopherbot opened 5 months ago

gopherbot commented 5 months ago
#!watchflakes
default <- repo == "tools" && (pkg == "" && test == "make.bash" || pkg == "make.bash")

Issue created automatically to collect these failures.

Example (log):

Building Go cmd/dist using /Users/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.20.6 darwin/amd64)
Building Go toolchain1 using /Users/swarming/.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.
# cmd/compile/internal/ssa [cmd/compile]
cmd/compile/internal/ssa/rewrite386.go:740:16: internal compiler error: 'rewriteValue386_Op386ADDL': panic during regalloc while compiling rewriteValue386_Op386ADDL:

runtime error: index out of range [27805] with length 2048

...
cmd/compile/internal/ssagen.Compile(0xc0115112c0, 0x0, 0x9249200111111111?)
    cmd/compile/internal/ssagen/pgen.go:302 +0x88
cmd/compile/internal/gc.compileFunctions.func5.1(0x93fe200db6db6777?)
    cmd/compile/internal/gc/compile.go:183 +0x38
cmd/compile/internal/gc.compileFunctions.func3.1()
    cmd/compile/internal/gc/compile.go:165 +0x30
created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 98
    cmd/compile/internal/gc/compile.go:164 +0x247

go tool dist: FAILED: /Users/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/darwin_amd64/go_bootstrap install -a cmd/asm cmd/cgo cmd/compile cmd/link cmd/preprofile: exit status 1

watchflakes

gopherbot commented 5 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "tools" && pkg == "" && test == "make.bash"
2024-06-07 14:44 x_tools-gotip-darwin-amd64_13 tools@fc82f4e5 go@98529a8e make.bash (log) Building Go cmd/dist using /Users/swarming/.swarming/w/ir/cache/tools/go_bootstrap. (go1.20.6 darwin/amd64) Building Go toolchain1 using /Users/swarming/.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. # cmd/compile/internal/ssa [cmd/compile] cmd/compile/internal/ssa/rewrite386.go:740:16: internal compiler error: 'rewriteValue386_Op386ADDL': panic during regalloc while compiling rewriteValue386_Op386ADDL: runtime error: index out of range [27805] with length 2048 ... cmd/compile/internal/ssagen.Compile(0xc0115112c0, 0x0, 0x9249200111111111?) cmd/compile/internal/ssagen/pgen.go:302 +0x88 cmd/compile/internal/gc.compileFunctions.func5.1(0x93fe200db6db6777?) cmd/compile/internal/gc/compile.go:183 +0x38 cmd/compile/internal/gc.compileFunctions.func3.1() cmd/compile/internal/gc/compile.go:165 +0x30 created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 98 cmd/compile/internal/gc/compile.go:164 +0x247 go tool dist: FAILED: /Users/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/darwin_amd64/go_bootstrap install -a cmd/asm cmd/cgo cmd/compile cmd/link cmd/preprofile: exit status 1

watchflakes

gopherbot commented 1 week ago

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "tools" && (pkg == "" && test == "make.bash" || pkg == "make.bash")
2024-11-05 15:28 x_tools-gotip-solaris-amd64 tools@691997ad go@0140aae6 make.bash (log) Building Go cmd/dist using /opt/golang/swarm/.swarming/w/ir/cache/tools/go_bootstrap. (go1.22.6 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 0140aae6d0009372cb5b781df7079aa62c97ddff" HASH[moduleIndex]: "modroot /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd\n" HASH[moduleIndex]: "package devel 0140aae6d0009372cb5b781df7079aa62c97ddff X:nocoverageredesign,noaliastypeparams,noswissmap go index v2 /opt/golang/swarm/.swarming/w/ir/x/w/goroot/src/cmd/link\n" ... HASH[moduleIndex]: "file testing_windows.go 2024-11-05 16:50:18.164183073 +0100 CET 1952\n" HASH[moduleIndex]: "file testing_windows_test.go 2024-11-05 16:50:18.164303 +0100 CET 490\n" HASH[moduleIndex]: e6f1cccaaf51f34b8a4c618aae579a563270a87e1e7038eaa55785703d3b435f 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 cmd/preprofile] (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 STALE cmd/preprofile: stale dependency: internal/cpu

watchflakes