Thanks. Just minor comments for the commit message.
The repo name is only needed for the issue tracker. Please replace this prefix to be 'main.star: adjust ...'.
We probably want to keep the issue …
(1 comment)
FYI it wasn't applied. (It makes no significant difference in this particular case, that's why I made this suggestion optional, but letting you know in case it helps you avoid this happe…
Thanks.
Optionally, we could go further and use the same wording here as in all other repos:
```suggestion
This repository uses Gerrit for code changes. To learn how to submit changes to
this repos…
Again, both windows-arm64 builders have gone offline as of around Nov 2-5, with first OOMs on Oct 29 ([here](https://github.com/golang/go/issues/69664#issuecomment-2445132269)):
<img width="147" a…
@qmuntal I'm a bit confused by the specifics in your question (maybe you got the wrong CL number mentioned? that one pulls in many x/sys CLs all at once), but in general, if there is a serious issue …
There indeed turned out to be a small¹ dragon that lurked for some years, but I wouldn't have caught it ahead of trying this out. :)
¹ It's quite literally one byte long, probably couldn't be any …
This type is expected to be embedded by value in order to have the
intended effect. Caught by a newer version of generated code which
panics at startup when an unimplemented server type is embedded a…
I see, thanks. I suggest adding a brief sentence noting this in the commit message so it's easier to find (e.g., something like "Having these more accurate values isn't necessary for tests to pass, b…
Yes, embed is available starting with 1.16. Updating to 1.22.0 is a part of "modernizing" the example.
There are several reasons not to try to stick with Go 1.16. By now that's an old, unsupport…
Thanks.
Let's also bump the version so we can tell this apart from the previous one.
```suggestion
// 29: fall back to /bin/sh when SHELL is unset
const buildletVersion = 29
```
It's fine not to update `ExpectNum` (the corresponding entries in the [migration.BuildersPortedToLUCI](https://pkg.go.dev/golang.org/x/build/internal/migration#BuildersPortedToLUCI) map imply this), …
Yes. build.golang.org don't show LUCI builder results for builders that have a non-zero known issue set. So the known issue #63698 on [this line](https://cs.opensource.google/go/x/build/+/luci-config…
Thanks. I left a minor comment inline, and I have a high level question below to better understand the motivation for this change.
This change improves these constants in a _test.go file, so the mos…
This CL was already closed in 2019, and I'm not sure why this CL was reopened in 2022. Closing again since as noted at https://go.googlesource.com/vgo#obsolete, this repository is obsolete. Thanks.
This repository doesn't have builders [defined](https://cs.opensource.google/go/x/build/+/luci-config:main.star;l=715-747;drc=35b81aad68643121979874862a0c069da432142b), so Commit-Queue+1 won't do any…
Thanks for reporting. Also CC @golang/netbsd.
[ssh.go#L52](https://cs.opensource.google/go/x/build/+/master:cmd/buildlet/ssh.go;l=52;drc=d74f3705ac9431ccc427d35d624edb251801cbc5) calls `shell()` t…
The top-level Properties field is deprecated¹ in favor of using
TaskSlices[0].Properties, so start using the new approach, as
already done in the ./internal/gomote package. The same applies
to the E…
Changes in x/sys cause more allocations on Windows, as reported by failing tests. For those more familiar with x/sys and Windows - is that expected, or a problem that needs to be fixed in x/sys? Than…
Thanks for adding the builders and fixing tests at tip. The builders are currently failing on release branches 1.23 and 1.22: (CC @cagedmantis)
https://ci.chromium.org/p/golang/g/go-go1.23/console…
(1 comment)
I tried the same sequence of steps and I see Syscall6 → SyscallN changes in `internal/syscall/windows/zsyscall_windows.go`. See CL 623821 that's entirely generated by [git-generate](ht…
A part of the keeping Go's vendored dependencies and generated code
up to date.
For #36905.
[git-generate]
cd src
go get golang.org/x/sys@v0.26.1-0.20241021134239-adbb8bbcaf61
go mod tidy
go mod ve…
(1 comment)
@iant@golang.org My understanding is that's the _current_ behavior (i.e., prior to this CL) - src/syscall/mksyscall_windows.go runs `golang.org/x/sys/windows/mkwinsyscall` using the vers…
(1 comment)
It's currently possible to use any commit, it just requires updating the vendored x/sys version too. That is:
```
go get golang.org/x/sys@desiredcommit
go mod tidy
go mod vendor
go gene…
(1 comment)
It turned out this is the first time we ran into a workflow parameter change affecting existing scheduled workflows, and relui doesn't have good enough support for that yet (#70145). Sen…
Make it possible to see any scheduled workflows that couldn't be
resumed due to their parameters changing, including their original
parameter values, and the original cron schedule (if any).
This al…
When creating a workflow to be executed, relui always shows a prompt that asks:
"This will create and immediately run this workflow. Ready to proceed?"
The "immediately run" part is true whene…
I'll send a change that makes it possible to re-create the workflows and clean up the old ones without needing database access. It's pretty minimal, but should be fine since we don't need to do this …
Relui is designed to handle workflows that are added or modified over time. One area where it doesn't handle this well are scheduled workflows. If one of their input parameters is changed, they'll fa…
As mentioned in https://go.dev/issue/63698#issuecomment-2450448780,
this might be a good starting point. Can be adjusted later as needed.
For golang/go#63698.
Thanks. (Bypass since PS 2 differs from PS 1 only in comment space, and PS 1 passed.)
Yeah, it's a balance of a higher-visibility hard stop when encountering new unexpected cases vs. low-visibility …
https://ci.chromium.org/b/8732718088961275521 was the first successful build - congrats on reaching this milestone!
The build took over 2 hrs to complete. Given netbsd-arm64 takes around 25 min an…
[CL 622015](https://go.dev/cl/622015) added an announcement to [Go 1.24 release notes](https://tip.golang.org/doc/go1.24#linux). CC @cagedmantis. Moving to the next milestone, unless there's more I m…
The input of the LUCI [build 8733044805650708721](https://ci.chromium.org/b/8733044805650708721) is `https://go.googlesource.com/tools/+/889abb17e125bb0f5d8de61bb80ef15fbe2a130d`, which is indeed a r…
(1 comment)
What's the motivation to make this change? Previously, it would produce stable results when running multiple times. Using a moving target means running it again may produce different res…
I agree with Ian's comment. For any natural language we pick, there will be some that don't know it. This is a blog post from 2011, let's leave it as is.
(2 comments)
No worries and thanks for the heads up. I did also try locally running TagXReposTasks.UpdateGoMod pointed to the real Gerrit server.
Done.
Thanks.
I hadn't noticed until now that the recent freebsd/amd64 LUCI builder conversion was different from the previous openbsd/amd64 one (bootstrapswarm is setup within `env/openbsd-amd64/make.bas…
Thanks.
(minor) This syntax (without a '=') is discouraged and might cause increasing friction as mentioned in CL 621956, so consider migrating to the current syntax while you're here:
```suggestio…
Thanks.
(nit) There are some suggestions for commit message style at https://go.dev/wiki/CommitMessage that can be applied here:
```suggestion
AI: add section for building LLM-powered applications
…
(1 comment)
https://go.dev/issue/67001#issuecomment-2389063345 noted that the release blocker was tracking adding a note to the release notes. Is this 'Updates', not 'Fixes', because there's more to…
Thanks.
Not sure it makes a big difference, but you could prefix this with a link to the pre-announcement if desired - something like:
```
As [announced](go1.23#linux) in the Go 1.23 release notes,…
As the title of this issue says, when it was originally filed, the "Download" button at https://go.dev/doc/install was quite misleading. [CL 480955](https://go.dev/cl/480955) made it point to the htt…
Thanks.
This documentation is circular ("Parse parses what String outputs, and String outputs what Parse parses"), but it seems that's as much as can be said without committing to document this form…
[`debug.ParseBuildInfo`](https://pkg.go.dev/runtime/debug#ParseBuildInfo) is has no documentation. (https://go.dev/s/style#doc-comments and https://go.dev/doc/comment say that every exported identifi…
Thanks.
Test names need to be unique to serve their role well, and it's unfortunate the testing package doesn't currently help catch instances of multiple different tests that have the same name aft…
Versions of Go whose testing package doesn't yet support subtests and
sub-benchmarks are no longer supported. Drop an intermediate layer of
compatibility from the ./internal/texttest package.
[git-g…
Sounds great, I’m in agreement. This change will be transparent for users of the Go package, so only those who have a pre-existing git checkout for development purposes will need to migrate. FWIW, …
freebsd-amd64-12_3 passed, and linux-arm-aws can't run because it doesn't exist.
Requesting a legacy linux-arm SlowBot won't work, that builder has been deleted in favor of the [new LUCI one](https:…
Thanks.
[exec.Cmd.Output](https://pkg.go.dev/os/exec#Cmd.Output) documentation says:
> If c.Stderr was nil, Output populates ExitError.Stderr.
If there was something printed to stderr, it'd be wor…