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: unrecognized failures on openbsd-arm-jsing #55309

Open
gopherbot opened this issue Sep 21, 2022 · 2 comments
Open

build: unrecognized failures on openbsd-arm-jsing #55309

gopherbot opened this issue Sep 21, 2022 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- builder == "openbsd-arm-jsing" && pkg == "" && test == ""

Issue created automatically to collect these failures.

Example (log):

/home/gopher/build/go/src/make.bash: line 201: 55958 Segmentation fault      (core dumped) GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off GOEXPERIMENT="" GOENV=off GOFLAGS="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist

build failed: make script failed: exit status 139

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 Sep 21, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "openbsd-arm-jsing" && pkg == "" && test == ""
2022-08-04 21:44 openbsd-arm-jsing sys@8e32c043 go@b12366bb (log)
/home/gopher/build/go/src/make.bash: line 201: 55958 Segmentation fault      (core dumped) GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off GOEXPERIMENT="" GOENV=off GOFLAGS="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist

build failed: make script failed: exit status 139

watchflakes

@seankhliao seankhliao added this to the Unplanned milestone Nov 19, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "openbsd-arm-jsing" && pkg == "" && test == ""
2023-10-06 21:19 openbsd-arm-jsing go@9b61b005 (log)
runtime: g 1: unexpected return pc for bootstrap/cmd/compile/internal/noder.(*pkgWriter).typeAndValue called from 0x1276528
stack: frame={sp:0x135ee38, fp:0x135ee94} stack=[0x1358000,0x1360000)
0x0135edb8:  0x00000000  0x41108720  0x00000000  0x41f00000 
0x0135edc8:  0x33333333  0xbfd33333  0x00000000  0x3fe00000 
0x0135edd8:  0x00000000  0x00000000  0x00000000  0x00000000 
0x0135ede8:  0x00000000  0x00000000  0x00000000  0x00000000 
0x0135edf8:  0x00000000  0x00000000  0x00000000  0x00000000 
0x0135ee08:  0x00000000  0x00000000  0x00000000  0x00000000 
0x0135ee18:  0x00000000  0x00000000  0x00000000  0x00000000 
0x0135ee28:  0x000421c8 <runtime.(*mspan).init+0x00000094>  0x00000000  0x006e43ac <bootstrap/cmd/compile/internal/noder.(*pkgWriter).maybeTypeAndValue+0x00000030>  0x006e4270 <bootstrap/cmd/compile/internal/noder.(*pkgWriter).typeAndValue+0x00000040> 
...
fatal error: unknown caller pc

runtime stack:
runtime.throw({0x7e77f2, 0x11})
	/home/gopher/build/go/src/runtime/panic.go:1047 +0x4c fp=0xbffc28fc sp=0xbffc28e8 pc=0x51b3c
runtime.gentraceback(0xffffffff, 0xffffffff, 0x0, 0x10020f0, 0x0, 0x0, 0x7fffffff, 0xbffc2c4c, 0x0, 0x0)
	/home/gopher/build/go/src/runtime/traceback.go:270 +0x183c fp=0xbffc2b00 sp=0xbffc28fc pc=0x7e858
runtime.scanstack(0x10020f0, 0x102695c)
	/home/gopher/build/go/src/runtime/mgcmark.go:804 +0x1fc fp=0xbffc2c58 sp=0xbffc2b00 pc=0x35098
runtime.markroot.func1()
...
runtime.markroot(0x102695c, 0x6, 0x1)
	/home/gopher/build/go/src/runtime/mgcmark.go:213 +0x234 fp=0xbffc2ce0 sp=0xbffc2c84 pc=0x334e0
runtime.gcDrain(0x102695c, 0xb)
	/home/gopher/build/go/src/runtime/mgcmark.go:1069 +0x58c fp=0xbffc2d28 sp=0xbffc2ce0 pc=0x35f24
runtime.gcBgMarkWorker.func2()
	/home/gopher/build/go/src/runtime/mgc.go:1365 +0x98 fp=0xbffc2d54 sp=0xbffc2d28 pc=0x30b6c
runtime.systemstack()
	/home/gopher/build/go/src/runtime/asm_arm.s:317 +0x60 fp=0xbffc2d58 sp=0xbffc2d54 pc=0x87cbc

go tool dist: FAILED: /home/gopher/build/go/pkg/tool/openbsd_arm/compile -std -pack -o /home/gopher/build/tmp/go-tool-dist-2625656576/go/scanner/_go_.a -p go/scanner -importcfg /home/gopher/build/tmp/go-tool-dist-2625656576/go/scanner/importcfg /home/gopher/build/go/src/go/scanner/errors.go /home/gopher/build/go/src/go/scanner/scanner.go: exit status 2

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: Active
Development

No branches or pull requests

2 participants