Skip to content

misc/cgo/testcshared: broken on linux-arm64-packet builder #35160

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

Closed
bcmills opened this issue Oct 25, 2019 · 2 comments
Closed

misc/cgo/testcshared: broken on linux-arm64-packet builder #35160

bcmills opened this issue Oct 25, 2019 · 2 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker Soon This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Oct 25, 2019

The linux-arm64-packet builder is failing as of CL 198544 (#24715) (https://build.golang.org/log/bb6d9d6b204064abed1ed6589f858f8b2946dda8):

##### ../misc/cgo/testshared
shared_test.go:72: executing go install -installsuffix=5577006791947779410 -buildmode=shared runtime sync/atomic failed exit status 2:
# /workdir/tmp/go-build310193300/b009/libruntime,sync-atomic.so
runtime.emptyfunc·f: missing section for relocation target runtime.emptyfunc
runtime.emptyfunc·f: reloc 1 (R_ADDR) to non-elf symbol runtime.emptyfunc (outer=runtime.emptyfunc) 0 (Sxxx)
FAIL	misc/cgo/testshared	7.164s

The CL needs to be fixed (if the fix is trivial) or rolled back ASAP.

CC @tklauser @bradfitz @ianlancetaylor

@bcmills bcmills added NeedsFix The path to resolution is known, but the work has not been done. release-blocker Soon This needs action soon. (recent regressions, service outages, unusual time-sensitive situations) labels Oct 25, 2019
@bcmills bcmills added this to the Go1.14 milestone Oct 25, 2019
@tklauser
Copy link
Member

Sorry about that. I'm working on a fix.

@gopherbot
Copy link
Contributor

Change https://golang.org/cl/203418 mentions this issue: runtime: move emptyfunc stub for freebsd/arm64

@golang golang locked and limited conversation to collaborators Oct 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker Soon This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Projects
None yet
Development

No branches or pull requests

3 participants