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

api, cmd/api: exit status 1 during API check for Go1.5 beta 2 #11752

Closed
ajstarks opened this issue Jul 17, 2015 · 3 comments
Closed

api, cmd/api: exit status 1 during API check for Go1.5 beta 2 #11752

ajstarks opened this issue Jul 17, 2015 · 3 comments
Milestone

Comments

@ajstarks
Copy link
Contributor

Running all.bash on Mac OS X 10.10.4 reports exit status 1 after the API check phase. (FWIW a working toolchain is built, and beta 1 had the same behavior)

API check

Error running API checker: exit status 1
Go version is "go1.5beta2", ignoring -next /Users/ajstarks/go/api/next.txt
+pkg archive/zip, method (_Writer) SetOffset(int64)
+pkg bufio, method (_Reader) Discard(int) (int, error)
+pkg bufio, method (ReadWriter) Discard(int) (int, error)
+pkg bytes, func LastIndexByte([]uint8, uint8) int
+pkg bytes, method (_Buffer) Cap() int
+pkg bytes, method (_Reader) Size() int64

....

+pkg unicode, var Hatran *RangeTable
+pkg unicode, var Multani *RangeTable
+pkg unicode, var Old_Hungarian *RangeTable
+pkg unicode, var SignWriting *RangeTable
exit status 1
2015/07/17 07:17:02 Failed: exit status 1

@bradfitz bradfitz self-assigned this Jul 17, 2015
@bradfitz
Copy link
Contributor

https://go-review.googlesource.com/12325 out for review, thanks.

@bradfitz bradfitz added this to the Go1.5 milestone Jul 17, 2015
@gopherbot
Copy link

CL https://golang.org/cl/12325 mentions this issue.

@mikioh mikioh changed the title exit status 1 during API check for Go1.5 beta 2 api, cmd/api: exit status 1 during API check for Go1.5 beta 2 Jul 18, 2015
@tbogdala
Copy link

I have this problem with Linux x86_64 using a 1.4.2 from source as a boot strap. This is also the same problem I had with 1.5beta1 and is documented here:

#11636

At the time, it was building (and testing) successfully from tip and it was expected that the next beta package would have the issue fixed.

@golang golang locked and limited conversation to collaborators Jul 20, 2016
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

4 participants