Activity

Today
This is a tracking issue to port the behavior implemented in coordinator for #61925 to the LUCI side in [golangbuild](https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/experimental…
dmitshur closed an issue security: fix CVE-2023-393242h
As reported by the plan9-386-0intro builder and legacy misc-compile-plan9-386 trybot, the plan9/386 port fails to bootstrap: ``` gotip $ git rev-parse HEAD e7bf9959fd9ea649e1513cef16f91f81b13604…
Thanks. Note that Run-TryBot+1 triggers legacy trybots only. It's necessary to use Commit-Queue+1 to satisfy the 'TryBots-Pass' submit requirement.
Yesterday
Our migration to [LUCI](https://go.dev/wiki/LUCI) should make a meaningful improvement for golang.org/x repo result views. Using a recent issue #67439 as an example, where CL 546676 introduced a n…
Adding a few investigative notes. As visible by comparing [here](https://ci.chromium.org/ui/test/golang/net%2Fhttp.TestServerReadAfterWriteHeader100Continue%2Fh1) and [here](https://ci.chromium.or…
(1 comment) Would it be better to apply the same change here as in sum32a.Sum? ```suggestion return byteorder.BeAppendUint32(in, v) ```
CC @golang/windows, @ianlancetaylor.
dmitshur closed an issue access: may-start-trybots1d
Thanks for your contributions and helping maintain the ppc64 and ppc64le ports. We've added you to the `project-golang-may-start-trybots` group, so you should be able to trigger [trybots](https://go.…
One additional CL would also need to be reverted to fix the build. The fix forward in CL 586516 was prepared quickly and is submitted now. Closing.
Thanks. I'll prepare the rollback in CL 586515.
This reverts CL 544455. Reason for revert: Breaks linux/arm and 9 more ports. For #61395.
linux/arm and a number of secondary ports are failing to make.bash as of this CL. Please comment if you think the fix is small and can be done soon, otherwise let's revert.
Issue #67439 is fixed by CL 586315, so this change is no longer needed. I think the original implementation is marginally better, and it relies on intended net/http behavior that shouldn't regress.
This doesn't reproduce each time for me, but I saw it happen again today after running these commands in my development GOROOT directory today: ``` src $ git-branches | Branch | …
Note that Go 1.22.2 is not the current latest version. That version is Go 1.22.3, released 10 days: https://groups.google.com/g/golang-announce/c/wkkO4P9stm0. Go 1.22.3 includes fixes for CVE-2024-24…
From looking at https://ci.chromium.org/ui/p/golang/g/port-freebsd-riscv64/builders, the builder seems to be producing good testing signal. @mengzhuo Would you like to remove its [known issue](https:…
Thanks for reporting. CC @golang/release, @mknyszek. Are you able to narrow down more specifics of where the additional bandwidth utilization comes from? Is it uplink or downlink? The testing s…
Thanks for reporting this. The git configuration surface is quite large, and this appears to be a case where one of the configuration values conflicts with the expectations of git-codereview, caus…
Thanks for reporting. Some notes from when I briefly looked in case they're helpful. cmd/dist sets GOPATH env var (which in turn sets the module cache location) to $GOROOT/pkg/obj/gopath during the …
Let's use Commit-Queue+1 to trigger trybots in this CL. See https://go.dev/wiki/LUCI#trybots.
Thanks. @imcusg@gmail.com Please see https://go.dev/wiki/LUCI#trybots for current information on how to trigger trybots. In most cases you should use Commit-Queue+1 vote, not the legacy Run-TryBot+1…
Thanks for reporting. CC @golang/release. First, can you try and see if you're able to start slowbots by including a `Cq-Include-Trybots: luci.golang.try:gotip-linux-loong64` git footer in the com…
dmitshur commented on access: merge my Gerrit accounts1d
Sorry for the trouble, I didn't realize it wouldn't have effect on your newer CLs. Since it's only two of them and both haven't begun code review yet (and one of them needs a merge conflict resolu…
Thanks for getting to this point. The bot is visible at https://chromium-swarm.appspot.com/bot?id=illumos-amd64-jclulow. As you noted, it's identifying itself as having a cipd_platform value of "s…
This Week
Thank you for working on this and your patience. I'd like to try to help move this forward. Apologies for not commenting here sooner. We don't quite have an ideal existing builder that we can poin…
This particular issue tracks the Android emulator-based builder. I've had a chance to prototype it earlier, and will update it as further progress is made. @changkun, at this time this issue doesn…
(1 comment) Consider adding a `Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest` footer (detailed instructions [here](https://go.dev/wiki/SlowBots#using-slowbots)) so trybot signal wo…
(1 comment) I retitled the issue to be about net/http.
Looks good to me, but I'll leave it to Jonathan to look, so +1. Left a few minor comments that I spotted. Thanks. (nit) https://go.dev/wiki/Spelling suggests using a different spelling for this part…
Hold because CL 586315 will restore the net/http behavior, and this shouldn't be needed.
CC @golang/runtime, @alexbrainman.
CC @golang/darwin, @ianlancetaylor.
CC @golang/tools-team.
(1 comment) This is dead code now; removed.
We can call this done. At least no use in tracking this via an open issue anymore.
I sent [CL 586077](https://go.dev/cl/586077) which fixes the immediate problem on the x/build side. It'd be good for Damien to check if this is working as expected.
Previously it worked for Exec to detect that the context deadline exceeded by inspecting the io.Copy error. As of CL 546676 that no longer works, so add an explicit check if the context exceeded if i…
FYI an old test in x/build has started to fail with this change. I filed #67439 and will see if I can spot a problem on the x/build side.
As visible on the [x/build by Go commit](https://ci.chromium.org/p/golang/g/x-build-gotip-by-go/console) view, `TestExecTimeoutError` has started to fail consistently at Go tip starting with [CL 5466…
Thank you for starting to work on this builder. Here's the certificate: [illumos-amd64-jclulow-1715889249.cert.txt](https://github.com/golang/go/files/15340192/illumos-amd64-jclulow-1715889249.cert…
Note that the parent commit is almost 1k commits old, which is much for a bigger change like this, causing trybot results to be less very representative. I'll rebase and restart trybots, just in case…
dmitshur closed an issue access: merge my Gerrit accounts2d
In this case, we can merge your two accounts into one. That is done now. Specifically, both of your emails are now associated with your older Gerrit account (ID 61713, created Mar 10, 2023), https…
dmitshur commented on cmd/go: unexport loadImport2d
(1 comment) Since GOPATH-based "go get" is no more, should this be removed?
dmitshur commented on access: may-start-trybots2d
To confirm, you are able to leave a Commit-Queue+1 vote using your account, is that right? I see [here](https://go-review.googlesource.com/c/go/+/544435/1#message-07e9ce8108aeb839e2e9be291985b79117b0…
dmitshur reviewed +2 on doc/next/64910.md: reword release note2d
Thanks.
Thanks. Great. That is simpler.
Thanks, this looks good, just wanted to ask one question first. Do you know if this would link correctly if this is written as [encoding.BinaryMarshaler]? (You can check by looking at `relnote gener…
dmitshur commented on access: may-start-trybots2d
The gerrit account `chenguoqi@loongson.cn` is still present in the `project-golang-may-start-trybots` group, so you should be able to. Are you logged in with that account and following the directions…
Thank you for contributing, and sorry this access request took us a while to process. You should have a pending invite to join the golang/mips team.
This label will be used to automatically add new access issues to the incoming queue. Tested with go run . -dry-run -only-run='label access issues', result is as expected.
(1 comment) FYI you can now write this in a simpler way as [CreateCertificateRequest]. It will be auto-linked as an identifier in this same package, like in godoc. See [doc/README.md](https://cs.op…
Take measures to wait for fakeSigningServerClient to complete before returning from a test (so it can't call t.Logf after the test exited). Also avoid calling t.FailNow inside goroutines other than t…
Fixed by [CL 504495](https://go.dev/cl/504495).
The motivation is the same as described in the commit message of https://go.dev/cl/504495. For golang/go#64110. Fixes golang/go#66282.
Duplicate of #67404
Duplicate of #67404
Duplicate of #67404
Duplicate of #67404
Fixed by [CL 585818](https://go.dev/cl/585818).
(1 comment) This test appears to be flaky. See #67382.
There's now a fully passing build at https://ci.chromium.org/b/8747907145247685825!
We've made two changes to help with this: - there's now an auto-archive workflow in the Test Flakes project - it archives closed issues after 4 weeks of inactivity; we can adjust the exact ti…
dmitshur closed an issue net/http: flaky test timeout2d
This issue isn't in the Test Flakes project, so it's not receiving further updates from watchflakes. If there are matches, they're being reported elsewhere. Closing this as there's nothing more to do…
@jhump Thanks for your comment. I want to address the second paragraph in https://github.com/golang/protobuf/issues/1613#issuecomment-2113378587: the golang.org/x/... modules are only tested with the…
@ianlancetaylor Assigned it to you for now, please feel free to update.
dmitshur closed an issue runtime:cpu4: TestUsingVDSO failures3d
Duplicate of #67383
dmitshur closed an issue runtime:cpu4: TestUsingVDSO failures3d
Duplicate of #67383
dmitshur closed an issue runtime:cpu4: TestUsingVDSO failures3d
Duplicate of #67383
dmitshur closed an issue runtime:cpu4: TestUsingVDSO failures3d
Duplicate of #67383
dmitshur closed an issue runtime:cpu4: TestUsingVDSO failures3d
Duplicate of #67383
dmitshur closed an issue runtime:cpu4: TestUsingVDSO failures3d
Duplicate of #67383
dmitshur closed an issue runtime:cpu4: TestUsingVDSO failures3d
Duplicate of #67383
dmitshur closed an issue runtime:cpu4: TestUsingVDSO failures3d
Duplicate of #67383
dmitshur closed an issue runtime:cpu4: TestUsingVDSO failures3d
Duplicate of #67383
Thanks for working on this. > I'm not illuminated by looking at the Ended Builds list either. I failed to realizer this sooner, but our configuration intends to make it possible for you to see …
This is now approved for backporting. @rolandshoemaker Is it convenient for you to mail the backport CLs? Thanks.
See https://github.com/golang/go/issues/67375#issuecomment-2113061816.
We've discussed this candidate and are currently leaning towards rejection: this is an issue that has existed since at least Go 1.18, with difficulty in reliably reproducing it and not many users run…
I've stopped it from running as a short-term workaround. Removing Soon label. We've applied to https://github.blog/changelog/2024-02-12-github-issues-projects-projects-without-limits-private-beta/…
Logs show it's running into a limit of items that can be added to a GitHub project: ``` # new issue: runtime:cpu4: TestUsingVDSO failures 2024-05-15 13:52 gotip-linux-ppc64_power8 go@6ccd8e4c ru…
watchflakes is opening many duplicate issues recently, like "runtime:cpu4: TestUsingVDSO failures" is #67392 and #67391 and others. I suspect the problem is that they're not added to the [Test Fla…
@jba Checking on from a weekly release meeting. Is there more to do before considering this resolved? Thanks.
dmitshur commented on cmd/go: list confuses imports3d
@matloob Are there updates on this? This is currently a blocker for Go 1.23 RC 1. Is this important enough to be considered a release blocker for Go 1.23?
When an installer for a certain Go version runs, it can check if the environment is configured such that `go version` would select select an older toolchain than the one being installed, and potentia…
Looking at https://chromium-swarm.appspot.com/bot?id=freebsd-riscv64-mengzhuo, the bot seems to be running well in many x/ repos. It passes all but 2 tests at tip (e.g., https://ci.chromium.org/b/874…
The problem appears to be in `result_adapter`, which is what's used to parse `go test -json` output and upload it to ResultDB. See: https://source.chromium.org/chromium/infra/infra/+/main:go/src/i…