-
Notifications
You must be signed in to change notification settings - Fork 18k
all: Go 1.9.7 release status #25746
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
Comments
Go 1.9.7 release statusPROBLEMS WITH RELEASE
Latest build: go1.9.7
src (tar.gz) Log
— golang.org/x/build/cmd/releasebot, Jun 6 01:35:28 UTC |
linux-s390x-crosscompile buildlets are not spinning up. Investigating. |
Looks like it should be one of the few things left on Kubernetes according to #25108. Upgrading the buildlets cluster from 1.9.6-gke.1 to 1.10.2-gke.3 in case it fixes things like that issue suggests. |
Nope, it looks like this host does run on GCE. So here's a debugnewvm run.
Seems to be all good until the container starts. Then silence on the wire. |
Thought I was onto something, but Will go to sleep and wait for @bradfitz tomorrow. |
|
Latest build: go1.9.7
src (tar.gz) Log
remote: Processing changes: refs: 1
|
|
Finishing this stage manually, since releasebot is not smart enough to recover, by:
|
|
Log
|
The tag exists on Gerrit, waiting for it to propagate (?) to GitHub. https://go.googlesource.com/go/+/go1.9.7 |
The main unfixed issue with gerritbot here is that it builds the release before tagging, and tags before submitting. The latter is a bug, where it doesn't notice the user can't submit without +2. It should do things in two stages: prepare and submit CL; tag and build release. That also allows dry-running the release build. I'll update it before running go1.10.3. |
The tag propagated but https://golang.org/dl has not updated so far. |
The release is built, tagged, signed, uploaded, and announced 🎉 |
I am using go v1.9.7. When i am trying to compile a go file, it is giving me following error: `# runtime /usr/local/go/src/runtime/mwbbuf.go:162:19: getg().m.p.ptr().wbBuf undefined (ty pe *p has no field or method wbBuf) /usr/local/go/src/runtime/mwbbuf.go:172:20: getg().m.p.ptr().wbBuf undefined (ty pe *p has no field or method wbBuf) /usr/local/go/src/runtime/mwbbuf.go:196:38: p.wbBuf undefined (type *p has no field or method wbBuf) /usr/local/go/src/runtime/mwbbuf.go:197:11: p.wbBuf undefined (type *p has no field or method wbBuf) /usr/local/go/src/runtime/mwbbuf.go:197:47: invalid expression unsafe.Sizeof(p .wbBuf.buf[0]) /usr/local/go/src/runtime/mwbbuf.go:198:13: p.wbBuf undefined (type *p has no field or method wbBuf) /usr/local/go/src/runtime/mwbbuf.go:201:5: p.wbBuf undefined (type *p has no f ield or method wbBuf) /usr/local/go/src/runtime/mwbbuf.go:254:5: gcw.putBatch undefined (type *gcWork ` Please tell how do i fix this issue. |
@princejha95 Please do not use an existing issue to ask a question. Instead, ask on a forum; see https://golang.org/wiki/Questions. Thanks. |
Go 1.9.7 release status
Issue tracking the %s release by releasebot.
— golang.org/x/build/cmd/releasebot, Jun 6 01:16:56 UTC
The text was updated successfully, but these errors were encountered: