Activity

Yesterday
Thanks. This seems like an improvement to me. Sounds good to update the few existing issues, thanks.
Thanks. Just minor comments. Maybe while you're here: ```suggestion if b.GetBuilder().GetBuilder() != bName { // coherence check ``` (I realize the code is just moving, so this is optional.) If …
That configuration lives on the `luci-config` branch of x/build, in `GO_BRANCHES` and `EXTRA_GO_BRANCHES`: https://cs.opensource.google/go/x/build/+/luci-config:main.star;l=536-565;drc=5953629ed4eeb…
DO NOT REVIEW DO NOT SUBMIT Testing out an idea for checking links for problems (such as using an absolute link instead of relative, non-canonical URLs, bad HTML, and so on).
(1 comment) Please move this file to a directory called 'next' and rename to 32936.txt. See https://cs.opensource.google/go/go/+/master:api/README;l=17-23;drc=600225f83f7846b1129af94253f5172a359c308…
The bot is currently missing, last seen 11h 54m ago. CC @mengzhuo.
The gradual shutdown has gone smoothly and can be applied to a couple more remaining builders that have been ported. Fixes golang/go#67761.
Thanks.
From information we have available in the issue, this test was flaky on OS X 10.10 but not newer. By now macOS 11 is the minimum required version, and 1000 local runs of the test passed, so try to un…
Thanks, this is a great start! Left some inline comments, I think this should be ready once they're addressed. This CL is a part of a larger work, and it helps to have an issue associated with it fo…
(Marking thread unresolved for visibility.)
This looks ready. Submit?
(1 comment) Thanks for clarifying. Added a brief note here too.
(1 comment) The fact that timeout scaling is multiplicative is mentioned as part of make_run_mod ("Compose timeout scaling factors by multiplying them", around line 700). Did you already see that bu…
@cuonglm Please note the second paragraph of https://groups.google.com/g/golang-dev/c/or4BmCu3LIE/m/a1Hv1yoxBAAJ, copied here: > Any CLs that land after [CL 600176](https://go.dev/cl/600176) ("int…
We're aware of an issue where the current darwin-amd64 hosts are slower than we expect, primarily in the context of the darwin-amd64-longtest builders. Various cmd/go tests often end up failing with …
This Week
Setting gotypesalias=1 is a no-op in Go 1.23 onwards, so constrain the builder to exist only for 1.22 and older.
(1 comment) This change is ready for review. To help a bit with review, PS 1 of this change was a pure revert, so you might want to look at the diff of PS 1 and PS 2 to see only x/oscar misccompile…
CL 597335 intended to disable the misccompile builder for x/oscar repo. It did so successfully, stopping the misccompile builder from running both in pre-submit (by default) and in post-submit in tha…
Thanks. Done in PS 3. Done in PS 4.
@khr@golang.org You +2ed this but this was previously waiting for the tree to reopen. Submit now?
We want to migrate from Global DNS for VMs to Zonal DNS, which is more resilient. The only known use of Global DNS in the x/build GCP project is the internal module proxy. This was previously needed…
I agree, the auto-archival of closed issues without recent activity likely removes the main source of this happening. Let's not do anything for now unless we find out this is still a problem somehow.…
Fortunately Gerrit supports setting up [notifications](https://go-review.googlesource.com/settings/#Notifications) for the wiki repo for all changes, including those that involve deleting pages: !…
For posterity and in case we need to restore this or setup something similar in the future: - deleted a [webhook](https://github.com/golang/go/settings/hooks) sending "Wiki" events only to `https:…
The need for this setup has been made obsolete via wiki move to Gerrit, proposal golang/go#61940. Fixes golang/go#64730. Fixes golang/go#55263. Fixes golang/go#33187 (obsolete).
Thanks. It would be nice to finish CL 342610, but perhaps it's a bit unrealistic to forbid HTML from being used at all. FWIW, since Markdown does get rendered to HTML in [golang.org/x/website/inter…
I anticipated that the commit link would need to be absolute, since commits to the luci-config branch get mirrored to a different GitHub repo than where the issue is being closed, but accidentally po…
@filippo@golang.org or @roland@golang.org Does this change look okay to you too? Thanks.
@matloob https://go.dev/wiki/HandlingIssues suggests issues should have one of the Needs{Investigation,Decision,Fix} labels after they're triaged. Removing NeedsInvestigation without adding something…
Thanks for reporting. It's possible this port might have broken, as we don't have a builder to test it (issue #67308). Are you able to test whether this issue reproduces at tip if you use a newer …
CC @zx2c4, @golang/windows.
(1 comment) I fell back to this after not finding a way to do it with 'led edit', but maybe I missed something.
This reverts the temporary change applied in CL 596815. By now golangbuild has a workaround added to it in crrev.com/c/5730108. Tested with: $ led get-build -real-build 8741505627666329441 \ | sed …
Thanks. Here's the certificate: [aix-ppc64-power8-1721862086.cert.txt](https://github.com/user-attachments/files/16368164/aix-ppc64-power8-1721862086.cert.txt).
@pmur I see you've edited that post, replacing `-` with `_`. You were likely thinking of builder names, where underscores are indeed used to separate the OS version and/or runmods. But for hostnames …
For golang/go#67299.
Thanks! The general approach makes sense and looks good. Just minor comments. ```suggestion cmd/retrybuilds: rewrite tool to support LUCI ``` Needs updating/re-generating. (You can use x/build/upda…
(2 comments) Rebasing past CL 600735 should fix the trybot failures. (optional nit while you're here) ```suggestion internal/gophers: add hxjiang to gophers ``` To match the directory name.
This change is ready for review.
Otherwise it's interpreted as HTML and doesn't get rendered.
Thanks. Since your @golang.org is your primary Gerrit email, you'll want to list it first (before the @google.com one).
Thanks.
dmitshur opened a change doc/next: use relative link to Go issue2d
The Go release notes are served on multiple domains (go.dev, golang.google.cn, tip.golang.org, localhost:8080 and so on), so links pointing to the Go website itself need to be relative to work in all…
(2 comments) This part was just handled by CL 600735, but the devapp change here still looks good. Thanks. Consider also adding: For golang/go#65355.
Thanks for making that in advance; I missed that it already existed, sorry. Please go ahead, though since this had Auto-Submit+1 it's already submitted too. Thanks.
The internal runtime package sys moved in CL 600436. Update the list of dist-generated files accordingly. runtime/internal/sys/zversion.go is left behind for the same reason as written in the commit…
Closing in favor of #66782, since this is already fixed in Go1.23. ([CL 600275](https://go.dev/cl/600275) included "Fixes #68542" but cherry-pick CLs only close cherry-pick issues automatically, n…
We reviewed in a meeting and agreed to backport this. Thanks.
Right now x/build and x/website are red: - #68574 - #68575 Neither of those are blocking Go 1.23 (the current milestone of this recurring issue). We reviewed this in this week's release wee…
``` === RUN TestAll server_test.go:215: GET https://go.dev/doc/go1.24: found link to https://go.dev/issue/67699, should be /issue/67699 server_test.go:215: GET https://go.dev/doc/next: f…
``` === RUN TestIsGoToolDistGenerated push_test.go:70: Checking generated files in /home/swarming/.swarming/w/ir/x/w/goroot/src/. push_test.go:111: src/cmd/cgo/zdefaultcc.go: "// Code ge…
[CL 600535](https://go.dev/cl/600535) did the early-in-cycle update for Go 1.24. (Also sent [CL 600596](https://go.dev/cl/600596) to update a pprof dependency.) Removing that label to revisit this …
Sent CL 600595.
CL 600436 moved runtime/internal/sys to internal/runtime/sys and updated TestNewReleaseRebuildsStalePackagesInGOPATH in part accordingly. This is the other part that's needed for it to pass. For #65…
dmitshur commented on all: update vendored dependencies3d
Left a comment on [CL 600436](https://go-review.googlesource.com/c/go/+/600436#message-8) about the TestNewReleaseRebuildsStalePackagesInGOPATH failure.
The cmd/go.TestNewReleaseRebuildsStalePackagesInGOPATH test is failing (e.g., https://ci.chromium.org/b/8741595849470417761). Is it a matter of updating the test case or is there more to do? Please f…
dmitshur opened a change all: update vendored dependencies3d
The Go 1.24 development tree has opened. This is a time to update all golang.org/x/... module versions that contribute packages to the std and cmd modules in the standard library to latest master ver…
No worries, it was really minor, and thanks.
(1 comment) (Also, while you're here, could keep these sorted.)
Thanks. Optionally: ```suggestion "sweet/.+[.]go", ```
CC @golang/aix.
@thanm That generally happens as part of issue #36905 which is early-in-cycle and we'll get to soon. It's fine to do it separately even sooner if needed.
Thanks for finding that. Note that x/oscar is defined PT.TOOL, a repository intended to only be tested on a few first-class platforms like Linux/Windows/macOS, in the LUCI build configuration (see [h…
dmitshur closed an issue all: reopen tree for Go 1.24 development3d
The tree is now open. See [announcement](https://groups.google.com/g/golang-dev/c/or4BmCu3LIE/m/a1Hv1yoxBAAJ) on golang-dev. Thanks.
@mknyszek I looked only very briefly, but isn't the problem that the baseline toolchain is something like 1.22 so the constraints in runtime_go1.20_21_22.go match, but because sweet now sets the `unt…
The gotip-linux-amd64_{c2s16,c3h88}-perf_vs_release builders are failing at tip due sweet running into an error building cockroachdb for baseline: ``` [sweet] error: build cockroachdb for baselin…
Sent [crrev.com/c/5730108](https://crrev.com/c/5730108) to work around the problem, to unblock golangbuild development while is go1.22.6 isn't released yet.
There were about 7 CLs that were already approved and marked AutoSubmit+1, but blocked on wait-release. They're now in. I'll wait to see the results on the post-submit dashboard and follow up before …
(1 comment) This is due to a constraint of the Go language syntax. Without the parentheses, the '{' for the composite literal and the '{' for the if statement overlap. Putting the composite literal …
The same change was applied in CL 595895, so rebasing this made this CL empty. Nothing more to do here, closing.
Thanks for pointing that out. Fixed by [CL 595895](https://go.dev/cl/595895).
Add this file now so that it's possible to preview the latest release notes draft at https://tip.golang.org/doc/go1.24, and to include that link in the tracking issue. Based on CL 588057 that did thi…
This problem doesn't affect Go 1.21, only 1.22, because it's related to https://go.dev/doc/go1.22#trace changes, is that right?
(1 comment) In PS 2, updated to pull in 2 more CLs that landed before the "goversion bump" CL.
[CL 600176](https://go.dev/cl/600176) did this for Go 1.24; moving to the next milestone.
CC @golang/runtime via [owners](https://dev.golang.org/owners).
(1 comment) This change is ready for review. I read over the list of changes to confirm they're all intended for 1.23 and okay per freeze policy, didn't spot any problems.