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 failures #67837

Open
gopherbot opened this issue Jun 5, 2024 · 1 comment
Open

build: make.bash failures #67837

gopherbot opened this issue Jun 5, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

gopherbot commented Jun 5, 2024

#!watchflakes
default <- repo == "vuln" && (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.
Building packages and commands for darwin/amd64.
# testing
unexpected fault address 0xc000c09e00
fatal error: fault
[signal SIGBUS: bus error code=0x2 addr=0xc000c09e00 pc=0xc000c09e00]
...
	runtime/chan.go:489 +0x12 fp=0xc0000507b8 sp=0xc000050790 pc=0x7507572
runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
	runtime/mgc.go:1732
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	runtime/mgc.go:1735 +0x2f fp=0xc0000507e0 sp=0xc0000507b8 pc=0x751e08f
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000507e8 sp=0xc0000507e0 pc=0x7585601
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	runtime/mgc.go:1730 +0x96
go tool dist: FAILED: /Users/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/darwin_amd64/go_bootstrap install cmd: exit status 1

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 Jun 5, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "vuln" && pkg == "" && test == "make.bash"
2024-06-04 20:21 x_vuln-gotip-darwin-amd64_11 vuln@f30059cf go@1b07b774 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.
Building packages and commands for darwin/amd64.
# testing
unexpected fault address 0xc000c09e00
fatal error: fault
[signal SIGBUS: bus error code=0x2 addr=0xc000c09e00 pc=0xc000c09e00]
...
	runtime/chan.go:489 +0x12 fp=0xc0000507b8 sp=0xc000050790 pc=0x7507572
runtime.unique_runtime_registerUniqueMapCleanup.func1(...)
	runtime/mgc.go:1732
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
	runtime/mgc.go:1735 +0x2f fp=0xc0000507e0 sp=0xc0000507b8 pc=0x751e08f
runtime.goexit({})
	runtime/asm_amd64.s:1700 +0x1 fp=0xc0000507e8 sp=0xc0000507e0 pc=0x7585601
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
	runtime/mgc.go:1730 +0x96
go tool dist: FAILED: /Users/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/darwin_amd64/go_bootstrap install cmd: exit status 1

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