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

x/build: failing FreeBSD 11.0 builders do not upload the entire build log #19309

Closed
paulzhol opened this issue Feb 27, 2017 · 3 comments
Closed

Comments

@paulzhol
Copy link
Member

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

d53c02fdfc033740769ecf49ff6750834fa1829d

What did you expect to see?

...
cmd/compile/internal/s390x
cmd/compile/internal/x86
cmd/compile


##### Testing packages.
ok  	archive/tar	0.069s
ok  	archive/zip	2.871s
...

What did you see instead?

...
cmd/compile/internal/x86
cmd/compile

Nothing further indicating what caused the build to fail.

@bradfitz
Copy link
Contributor

That is the entire build log.

It exited with a non-zero status and ends there.

The build failure info is in the middle:

# runtime/cgo
runtime/cgo/gcc_amd64.S:47:1: warning: DWARF2 only supports one section per compilation unit
.section .note.GNU-stack,"",@progbits
^
go build runtime/cgo: C compiler warning promoted to error on Go builders

There's an open bug for that already.

Closing, assuming I understand this bug correctly.

@paulzhol
Copy link
Member Author

Sorry, I missed the C compiler warning promoted to error on Go builders bit. This behavior applies to buildlet builders only correct? Should GO_BUILDER_NAME be set for old-stype builders as well?

@bradfitz
Copy link
Contributor

bradfitz commented Feb 28, 2017

Probably.

@golang golang locked and limited conversation to collaborators Feb 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants