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

cmd/dist: Bus error while bootstrapping on freebsd-arm-paulzhol #60850

Open
gopherbot opened this issue Jun 16, 2023 · 13 comments
Open

cmd/dist: Bus error while bootstrapping on freebsd-arm-paulzhol #60850

gopherbot opened this issue Jun 16, 2023 · 13 comments
Labels
arch-arm Issues solely affecting the 32-bit arm architecture. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-FreeBSD
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Jun 16, 2023

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`

Issue created automatically to collect these failures.

Example (log):

/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1071 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

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 16, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- repo == "go" && section == "Building packages and commands for freebsd/arm." && test == ""
2023-06-15 23:07 freebsd-arm-paulzhol go@3e7ec131 (log)
/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1071 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- repo == "go" && section == "Building packages and commands for freebsd/arm." && test == ""
2023-06-07 02:51 freebsd-arm-paulzhol go@ea51e92c (log)
unexpected fault address 0x4d6149
fatal error: fault
[signal SIGBUS: bus error code=0x3 addr=0x4d6149 pc=0x1609c0]

goroutine 4945 [running]:
panic during panic
SIGBUS: bus error
PC=0x7cbd8 m=9 sigcode=3

/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1079 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"
2023-06-14 01:36 freebsd-arm-paulzhol go@c3db64c0 (log)
unexpected fault address 0x4d616f
fatal error: fault
[signal SIGBUS: bus error code=0x3 addr=0x4d616f pc=0x1613bc]

goroutine 4912 [running]:
panic during panic
SIGBUS: bus error
PC=0x7cffc m=8 sigcode=3

/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1071 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@bcmills bcmills changed the title Building packages and commands for freebsd/arm.: unrecognized failures cmd/dist: Bus error while bootstrapping on freebsd-arm-paulzhol Jun 16, 2023
@bcmills bcmills added OS-FreeBSD arch-arm Issues solely affecting the 32-bit arm architecture. labels Jun 16, 2023
@bcmills
Copy link
Contributor

bcmills commented Jun 16, 2023

(attn @paulzhol)

@bcmills bcmills added this to the Backlog milestone Jun 16, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2023-06-06 21:43 freebsd-arm-paulzhol sys@304f187c go@19b814b8 (log)
unexpected fault address 0x929a8
fatal error: fault
[signal SIGBUS: bus error code=0x3 addr=0x929a8 pc=0x929a8]

goroutine 4912 [running]:
panic during panic
SIGBUS: bus error
PC=0x7cbd8 m=2 sigcode=3

/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1073 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2023-06-16 19:37 freebsd-arm-paulzhol sys@e0c3b6e6 go@98617fd2 (log)
/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1070 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2023-06-27 17:19 freebsd-arm-paulzhol sys@a1a9c4b8 go@3eaee3d5 (log)
/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1071 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2023-07-31 22:18 freebsd-arm-paulzhol go@be0e0b06 (log)
/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1155 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2023-08-04 15:41 freebsd-arm-paulzhol go@f7b4f02b (log)
unexpected fault address 0x91dd4
fatal error: fault
[signal SIGBUS: bus error code=0x3 addr=0x91dd4 pc=0x91dd4]

goroutine 4797 [running]:
panic during panic
SIGBUS: bus error
PC=0x7d074 m=3 sigcode=3

/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1167 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2023-09-13 21:00 freebsd-arm-paulzhol go@399b2a4b (log)
unexpected fault address 0x3a9e00
fatal error: fault
[signal SIGBUS: bus error code=0x3 addr=0x3a9e00 pc=0x3a9e00]

goroutine 4800 [running]:
panic during panic
SIGBUS: bus error
PC=0x7db04 m=4 sigcode=3

/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1157 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2023-09-13 20:15 freebsd-arm-paulzhol net@47caaff4 go@5914f6a4 (log)
/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1155 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2023-11-17 21:35 freebsd-arm-paulzhol net@13e88dd2 go@2c424edd (log)
unexpected fault address 0x94cec
fatal error: fault
[signal SIGBUS: bus error code=0x3 addr=0x94cec pc=0x94cec]

panic during panic
SIGBUS: bus error
PC=0x8081c m=3 sigcode=3 addr=0x8081c

/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1157 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2023-11-29 21:54 freebsd-arm-paulzhol net@f812076c go@3220bbe1 (log)
/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1157 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- builder == "freebsd-arm-paulzhol" && log ~ `Bus error`
2024-01-25 22:04 freebsd-arm-paulzhol go@93f0c0b2 (log)
unexpected fault address 0x919f0
fatal error: fault
/tmp/workdir-host-freebsd-arm-paulzhol/go/src/make.bash: line 226:  1165 Bus error               ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm Issues solely affecting the 32-bit arm architecture. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-FreeBSD
Projects
Status: No status
Development

No branches or pull requests

2 participants