golang/go

runtime: flaky failures on NetBSD since CL 526118

Open

#62,524 opened on Sep 8, 2023

View on GitHub
 (89 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationOS-NetBSDcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

#!watchflakes
post <- goos == "netbsd" && pkg == "runtime" && date > "2023-08-01"

On the build dashboard, the NetBSD ports start to become very flaky since CL https://go.dev/cl/526118. The failures are usually related to tests that are specific to OS threads. So the CL could be related. Filing an issue to investigate.

cc @prattmic @golang/netbsd @golang/runtime

Contributor guide