Use of LUCI is subject to the Google [Terms of Service](
https://policies.google.com/terms) and [Privacy Policy](
https://policies.google.com/privacy)
[I2025-12-08T11:09:48.435823-08:00 77181 0 sink.go:354] SinkServer: warm-up started
[I2025-12-08T11:09:48.435953-08:00 77181 0 sink.go:427] SinkServer: starting HTTP server...
[I2025-12-08T11:09:48.440702-08:00 77181 0 sink.go:359] SinkServer: warm-up ended
[I2025-12-08T11:09:48.441084-08:00 77181 0 cmd_stream.go:577] rdb-stream: starting the test command - ["/Users/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/Users/swarming/.swarming/w/ir/x/w/go.testjson" "--" "/Users/swarming/.swarming/w/ir/x/w/goroot/bin/go" "test" "-json" "-short" "./..."]
ok golang.org/x/pkgsite/cmd/internal/pkgsite 4.324s
ok golang.org/x/pkgsite/cmd/pkgsite 0.042s
ok golang.org/x/pkgsite/devtools/cmd/csphash 0.022s
ok golang.org/x/pkgsite/internal 0.032s
ok golang.org/x/pkgsite/internal/cache 0.041s
ok golang.org/x/pkgsite/internal/config/serverconfig 0.075s
ok golang.org/x/pkgsite/internal/cookie 0.032s
ok golang.org/x/pkgsite/internal/database 0.062s
ok golang.org/x/pkgsite/internal/dcensus 0.090s
ok golang.org/x/pkgsite/internal/derrors 0.031s
ok golang.org/x/pkgsite/internal/experiment 0.023s
ok golang.org/x/pkgsite/internal/fetch 11.946s
ok golang.org/x/pkgsite/internal/fetchdatasource 3.510s
ok golang.org/x/pkgsite/internal/frontend 0.185s
ok golang.org/x/pkgsite/internal/frontend/fetchserver 0.115s
ok golang.org/x/pkgsite/internal/frontend/templates 0.022s
ok golang.org/x/pkgsite/internal/frontend/urlinfo 0.041s
ok golang.org/x/pkgsite/internal/frontend/versions 0.042s
ok golang.org/x/pkgsite/internal/godoc 1.883s
--- FAIL: TestGenerate (0.00s)
generate_test.go:49: struct.go: mismatch (-want, +got):
(
"""
... // 14 identical lines
)
- // Fields of ast_BasicLit: ValuePos Kind Value
+ // Fields of ast_BasicLit: ValuePos ValueEnd Kind Value
func encode_ast_BasicLit(e *codec.Encoder, x *ast.BasicLit) {
... // 5 identical lines
e.EncodeInt(int64(x.ValuePos))
}
- if x.Kind != 0 {
+ if x.ValueEnd != 0 {
e.EncodeUint(1)
+ e.EncodeInt(int64(x.ValueEnd))
+ }
+ if x.Kind != 0 {
+ e.EncodeUint(2)
e.EncodeInt(int64(x.Kind))
}
if x.Value != "" {
- e.EncodeUint(2)
+ e.EncodeUint(3)
e.EncodeString(x.Value)
}
... // 21 identical lines
x.ValuePos = token.Pos(d.DecodeInt())
case 1:
- x.Kind = token.Token(d.DecodeInt())
+ x.ValueEnd = token.Pos(d.DecodeInt())
case 2:
+ x.Kind = token.Token(d.DecodeInt())
+ case 3:
x.Value = d.DecodeString()
default:
... // 16 identical lines
"""
)
FAIL
FAIL golang.org/x/pkgsite/internal/godoc/codec 0.037s
ok golang.org/x/pkgsite/internal/godoc/dochtml 0.069s
ok golang.org/x/pkgsite/internal/godoc/dochtml/internal/render 0.058s
ok golang.org/x/pkgsite/internal/index 0.086s
ok golang.org/x/pkgsite/internal/licenses 1.411s
ok golang.org/x/pkgsite/internal/log 0.024s
ok golang.org/x/pkgsite/internal/lru 0.019s
ok golang.org/x/pkgsite/internal/memory 0.017s
ok golang.org/x/pkgsite/internal/middleware 0.253s
ok golang.org/x/pkgsite/internal/middleware/stats 0.051s
ok golang.org/x/pkgsite/internal/middleware/timeout 0.036s
ok golang.org/x/pkgsite/internal/osv 0.022s
ok golang.org/x/pkgsite/internal/poller 0.735s
ok golang.org/x/pkgsite/internal/postgres 0.116s
ok golang.org/x/pkgsite/internal/postgres/search 0.025s
ok golang.org/x/pkgsite/internal/proxy 0.108s
ok golang.org/x/pkgsite/internal/queue/gcpqueue 0.083s
ok golang.org/x/pkgsite/internal/sanitizer 0.027s
ok golang.org/x/pkgsite/internal/secrets 0.055s
ok golang.org/x/pkgsite/internal/source 0.039s
ok golang.org/x/pkgsite/internal/stdlib 2.292s
ok golang.org/x/pkgsite/internal/symbol 0.039s
ok golang.org/x/pkgsite/internal/testing/fakedatasource 0.038s
ok golang.org/x/pkgsite/internal/testing/htmlcheck 0.021s
ok golang.org/x/pkgsite/internal/testing/integration 0.159s
ok golang.org/x/pkgsite/internal/tests/deps 15.776s
ok golang.org/x/pkgsite/internal/tests/source 1.057s
ok golang.org/x/pkgsite/internal/tests/templates 0.081s
ok golang.org/x/pkgsite/internal/version 0.023s
ok golang.org/x/pkgsite/internal/vuln 0.452s
ok golang.org/x/pkgsite/internal/worker 0.105s
ok golang.org/x/pkgsite/internal/xcontext 0.040s
ok golang.org/x/pkgsite/static 0.045s
ok golang.org/x/pkgsite/third_party 0.025s
Warning: no '=' in invocation-link-artifacts pair: "", ignoring
[W2025-12-08T11:11:16.529197-08:00 77181 0 cmd_stream.go:589] rdb-stream: test process exited with error: exit status 1
[I2025-12-08T11:11:16.529261-08:00 77181 0 cmd_stream.go:573] rdb-stream: the test process terminated
[I2025-12-08T11:11:16.529437-08:00 77181 0 sink.go:452] SinkServer: shutdown started
[I2025-12-08T11:11:16.529519-08:00 77181 0 sink.go:430] SinkServer: HTTP server stopped with "http: Server closed"
[I2025-12-08T11:11:16.529543-08:00 77181 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2025-12-08T11:11:16.946982-08:00 77181 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2025-12-08T11:11:16.947019-08:00 77181 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2025-12-08T11:11:17.142443-08:00 77181 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2025-12-08T11:11:17.142517-08:00 77181 0 sink.go:455] SinkServer: shutdown completed successfully
[I2025-12-08T11:11:17.142537-08:00 77181 0 cmd_stream.go:498] rdb-stream: exiting with 1