Use of LUCI is subject to the Google [Terms of Service](
https://policies.google.com/terms) and [Privacy Policy](
https://policies.google.com/privacy)
[I2026-02-04T23:20:13.116580Z 619655 0 sink.go:354] SinkServer: warm-up started
[I2026-02-04T23:20:13.116707Z 619655 0 sink.go:427] SinkServer: starting HTTP server...
[I2026-02-04T23:20:13.117868Z 619655 0 sink.go:359] SinkServer: warm-up ended
[I2026-02-04T23:20:13.118109Z 619655 0 cmd_stream.go:577] rdb-stream: starting the test command - ["/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/home/swarming/.swarming/w/ir/x/w/go.testjson" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "test" "-json" "-short" "./..."]
ok golang.org/x/pkgsite/cmd/internal/pkgsite 3.066s
ok golang.org/x/pkgsite/cmd/pkgsite 0.017s
ok golang.org/x/pkgsite/devtools/cmd/csphash 0.019s
ok golang.org/x/pkgsite/internal 0.021s
ok golang.org/x/pkgsite/internal/cache 0.040s
ok golang.org/x/pkgsite/internal/config/serverconfig 0.077s
ok golang.org/x/pkgsite/internal/cookie 0.012s
ok golang.org/x/pkgsite/internal/database 0.065s
ok golang.org/x/pkgsite/internal/dcensus 0.075s
ok golang.org/x/pkgsite/internal/derrors 0.020s
ok golang.org/x/pkgsite/internal/experiment 0.010s
ok golang.org/x/pkgsite/internal/fetch 9.378s
ok golang.org/x/pkgsite/internal/fetchdatasource 2.568s
ok golang.org/x/pkgsite/internal/frontend 0.269s
ok golang.org/x/pkgsite/internal/frontend/fetchserver 0.048s
ok golang.org/x/pkgsite/internal/frontend/templates 0.005s
ok golang.org/x/pkgsite/internal/frontend/urlinfo 0.012s
ok golang.org/x/pkgsite/internal/frontend/versions 0.018s
ok golang.org/x/pkgsite/internal/godoc 1.924s
--- 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.014s
ok golang.org/x/pkgsite/internal/godoc/dochtml 0.062s
ok golang.org/x/pkgsite/internal/godoc/dochtml/internal/render 0.056s
ok golang.org/x/pkgsite/internal/index 0.062s
ok golang.org/x/pkgsite/internal/licenses 2.053s
ok golang.org/x/pkgsite/internal/log 0.009s
ok golang.org/x/pkgsite/internal/lru 0.006s
ok golang.org/x/pkgsite/internal/memory 0.012s
ok golang.org/x/pkgsite/internal/middleware 0.264s
ok golang.org/x/pkgsite/internal/middleware/stats 0.040s
ok golang.org/x/pkgsite/internal/middleware/timeout 0.022s
ok golang.org/x/pkgsite/internal/osv 0.015s
ok golang.org/x/pkgsite/internal/poller 0.711s
ok golang.org/x/pkgsite/internal/postgres 0.046s
ok golang.org/x/pkgsite/internal/postgres/search 0.007s
ok golang.org/x/pkgsite/internal/proxy 0.128s
ok golang.org/x/pkgsite/internal/queue/gcpqueue 0.035s
ok golang.org/x/pkgsite/internal/sanitizer 0.010s
ok golang.org/x/pkgsite/internal/secrets 0.021s
ok golang.org/x/pkgsite/internal/source 0.012s
ok golang.org/x/pkgsite/internal/stdlib 3.309s
ok golang.org/x/pkgsite/internal/symbol 0.009s
ok golang.org/x/pkgsite/internal/testing/fakedatasource 0.013s
ok golang.org/x/pkgsite/internal/testing/htmlcheck 0.006s
ok golang.org/x/pkgsite/internal/testing/integration 0.052s
ok golang.org/x/pkgsite/internal/tests/deps 6.663s
ok golang.org/x/pkgsite/internal/tests/source 1.233s
ok golang.org/x/pkgsite/internal/tests/templates 0.059s
ok golang.org/x/pkgsite/internal/version 0.005s
ok golang.org/x/pkgsite/internal/vuln 0.435s
ok golang.org/x/pkgsite/internal/worker 0.035s
ok golang.org/x/pkgsite/internal/xcontext 0.010s
ok golang.org/x/pkgsite/static 0.003s
ok golang.org/x/pkgsite/third_party 0.004s
Warning: no '=' in invocation-link-artifacts pair: "", ignoring
[W2026-02-04T23:20:41.951873Z 619655 0 cmd_stream.go:589] rdb-stream: test process exited with error: exit status 1
[I2026-02-04T23:20:41.951972Z 619655 0 cmd_stream.go:573] rdb-stream: the test process terminated
[I2026-02-04T23:20:41.952074Z 619655 0 sink.go:452] SinkServer: shutdown started
[I2026-02-04T23:20:41.952143Z 619655 0 sink.go:430] SinkServer: HTTP server stopped with "http: Server closed"
[I2026-02-04T23:20:41.952160Z 619655 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2026-02-04T23:20:42.177291Z 619655 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2026-02-04T23:20:42.177345Z 619655 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2026-02-04T23:20:42.290631Z 619655 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2026-02-04T23:20:42.290711Z 619655 0 sink.go:455] SinkServer: shutdown completed successfully
[I2026-02-04T23:20:42.290753Z 619655 0 cmd_stream.go:498] rdb-stream: exiting with 1