Aurora Blog
Home
Spring Fail Gradle build whenever a javadoc task fails
2025-05-19 02:40:39
1428
OverviewChanges made in conjunction with #27497 caused the aggregated Javadoc not to be generated/published.However, we ...
Golang crypto/X509: Go handling of escape characters
2025-03-25 15:25:09
886
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:CN=test,OU=Class 3 Public Primary Cer...
Golang proposal: strings: SplitAny and CountAny
2025-03-25 15:25:08
6445
Proposal DetailsThe strings package contains the function Split that splits a string whereever the separator string occu...
Golang http.StripPrefix not properly handling wildcards with muxes
2025-03-25 15:25:05
1490
Go versiongo1.22.1.linux-amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/ho...
Golang x/tools/gopls/internal/analysis: add check for fmt.Sprintf("%s", x) -> x.String()
2025-03-25 15:25:04
243
There are surprisingly many calls likefmt.Sprintf("%s", x) // x implements Stringer// or even,fmt.Sprintf(&quo...
Golang x/benchmarks/sweet: go-build failed when install cmd/compile and cmd/link
2025-03-25 15:25:02
9314
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='/usr/bin/gcc'CGO_CFLAGS='-...
Golang runtime: Simple HTTP server causes high thread count on macOS Monterey
2025-03-25 15:25:00
19967
What version of Go are you using (go version)?$ go versiongo version go1.17.2 darwin/arm64Does this issue reproduce with...
Golang x/net/http2: TestConfigPingTimeoutServer failures
2025-03-25 15:24:49
118012
#!watchflakesdefault <- pkg == "golang.org/x/net/http2" && test == "TestConfigPingTimeoutServe...
Golang cmd/go: test failures due to network
2025-03-25 15:24:47
656244
#!watchflakespost <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && ( `Failed to connect to github.com ...
Golang x/tools/gopls/internal/analysis/modernize: range over int rule doesn't consider potential slice appends
2025-03-25 15:24:44
3567
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang all: unrecognized failures on plan9/386
2025-03-25 15:24:42
422309
#!watchflakesdefault <- goos == "plan9" && goarch == "386"(attn @golang/plan9)Comment Fro...
Golang x/build: allow passwordless sudo for powermetrics on darwin-amd64 builders (for gomote)
2025-03-25 15:24:37
541
In #49679, I am investigating an issue with idle wakeups. powermetrics is a built-in macOS command that can display vari...
Golang cmd/internal/bootstrap_test: TestRepeatBootstrap failures
2025-03-25 15:24:36
10674
#!watchflakesdefault <- pkg == "cmd/internal/bootstrap_test" && test == "TestRepeatBootstrap&q...
Golang runtime:cpu2: TestGdbAutotmpTypes failures
2025-03-25 15:24:34
1608
#!watchflakesdefault <- pkg == "runtime:cpu2" && test == "TestGdbAutotmpTypes"Issue creat...
Golang x/net/http2: TestServer_Rejects_Too_Many_Streams failures
2025-03-25 15:24:32
9978
#!watchflakesdefault <- pkg == "golang.org/x/net/http2" && test == "TestServer_Rejects_Too_Man...
Golang runtime: TestPingPongHog failures
2025-03-25 15:24:30
61357
#!watchflakespost <- pkg == "runtime" && test == "TestPingPongHog"Issue created automatic...
Golang x/build: darwin-amd64 LUCI builders are sometimes too slow
2025-03-25 15:24:27
586272
#!watchflakesdefault <- builder ~ `(gotip|go1\.\d\d)-darwin-amd64` && (`test timed out` || `SIGQUIT` || `cont...
Golang all: plan9-arm builder failing frequently with a variety of errors
2025-03-25 15:24:22
1685385
#!watchflakespost <- builder ~ `plan9-arm`The one remaining plan9 builder is failing a significant fraction of build ...
Golang runtime/pprof: goroutine profile at debug=2 hides the start of the finalizer goroutine
2025-03-25 15:23:56
9084
Go version1.23Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN='/usr/local/bin/'GOCACHE='/U...
Golang x/build: time out on LUCI Linux/PPC64x builder
2025-03-25 15:23:52
178330
#!watchflakespost <- builder ~ `(gotip|go1\.\d\d)-linux-ppc64` && (`test timed out` || `SIGQUIT` || `context ...
上一页
下一页
1
…
16
17
18
19
20
…
25
.