``` #!watchflakes post <- pkg == "golang.org/x/telemetry/internal/counter" && test == "TestNewFile" && goos == "solaris" && `days = 7` ``` From https://build.golang.org/log/466ee94eb52ce64476d1b75d9a3fc1c26f4a9094: ``` --- FAIL: TestNewFile (0.01s) counter_test.go:164: GOOS solaris GARCH amd64 counter_test.go:220: 2: days = 7, want 7 < days <= 14 counter_test.go:220: 9: days = 7, want 7 < days <= 14 counter_test.go:220: 11: days = 7, want 7 < days <= 14 2023/06/23 14:12:34 closing /tmp/workdir-host-solaris-oracle-amd64-oraclerel/tmp/TestRotate1832009220/001/local/counter.test-go1.20.5-solaris-amd64-2023-06-23.v1.count FAIL FAIL golang.org/x/telemetry/internal/counter 0.159s ``` This happens on Go 1.20 release branch at Go tip. Very similar to #60966. CC @golang/solaris, @rorth.