-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/build/env/openbsd-{386,amd64}: add an OpenBSD 7.0 (or newer) builder #48977
Comments
Should we have recurring issues filed for builders with known support windows? It looks like the OpenBSD releases occur pretty reliably by October and May each year, so in theory the OpenBSD builder upgrades should happen at a predictable point in each Go development cycle. |
For the record, the only two supported OpenBSD releases are currently 6.9 and 7.0 (6.8 is no longer a supported release). |
This is correct - OpenBSD is released on a 6 month interval, the 7.1 release will be around May 2022 and the 7.2 release will be around October 2022. |
Change https://golang.org/cl/360694 mentions this issue: |
OpenBSD 6.9 changed the definition of Clockinfo, leading TestSysctlClockinfo to fail on OpenBSD 6.9 onwards. Since OpenBSD 6.8 is no longer supported upstream, regenerate Clockinfo on that release and test that SysctlClockInfo fails gracefully on OpenBSD 6.8 and earlier. Fixes golang/go#47629 For golang/go#48977 Change-Id: Ia511b8601af11f70ffcce0f96764c69a67d626b8 Reviewed-on: https://go-review.googlesource.com/c/sys/+/360694 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Joel Sing <joel@sing.id.au>
Change https://golang.org/cl/364094 mentions this issue: |
all.bash takes a long time on these builders. I'll keep an eye on them to see if it causes trouble. For golang/go#48977. Change-Id: I0239a93c004157855968dab397e68abe38f5f439 Reviewed-on: https://go-review.googlesource.com/c/build/+/364094 Trust: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
The new |
(The builder is also failing on |
We should clearly turn it off for 1.16. FWIW, 1.17 looks no flakier than tip to me? Am I missing something? |
Change https://golang.org/cl/365777 mentions this issue: |
- Add more Monterey builders and remove the known issue: it's stable. Also use it for race and nocgo. Update slowbot aliases to point to it. - Don't test 1.16 on OpenBSD 7.0, it segfaults. - Pin the Linux (ContainerOS) builders to an older version to avoid the pprof kernel bug. For golang/go#49065, golang/go#49149, and golang/go#48977. Change-Id: Ibec2fa735183ec65e5066c7c752ac356b7360550 Reviewed-on: https://go-review.googlesource.com/c/build/+/365777 Trust: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org>
OpenBSD 7.0 has been released. We should probably update the 6.4 builder to 7.0, and keep the 6.8 one around.
The text was updated successfully, but these errors were encountered: