[I2025-02-04T14:13:09.627662Z 1304560 0 sink.go:277] SinkServer: warm-up started
[I2025-02-04T14:13:09.627711Z 1304560 0 sink.go:350] SinkServer: starting HTTP server...
[I2025-02-04T14:13:09.628937Z 1304560 0 sink.go:282] SinkServer: warm-up ended
[I2025-02-04T14:13:09.629287Z 1304560 0 cmd_stream.go:492] 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" "--" "unshare" "--net" "--map-root-user" "--" "sh" "-c" "ip link set dev lo up && /home/swarming/.swarming/w/ir/x/w/goroot/bin/go test -json -short ./..."]
ok golang.org/x/tools/gopls/doc/generate 4.591s
ok golang.org/x/tools/gopls/internal/analysis/deprecated 2.359s
ok golang.org/x/tools/gopls/internal/analysis/embeddirective 2.376s
ok golang.org/x/tools/gopls/internal/analysis/fillreturns 3.590s
ok golang.org/x/tools/gopls/internal/analysis/fillstruct 1.828s
ok golang.org/x/tools/gopls/internal/analysis/fillswitch 0.752s
ok golang.org/x/tools/gopls/internal/analysis/hostport 1.926s
ok golang.org/x/tools/gopls/internal/analysis/infertypeargs 0.730s
ok golang.org/x/tools/gopls/internal/analysis/modernize 2.286s
ok golang.org/x/tools/gopls/internal/analysis/nonewvars 2.102s
ok golang.org/x/tools/gopls/internal/analysis/noresultvalues 0.518s
ok golang.org/x/tools/gopls/internal/analysis/simplifycompositelit 0.620s
ok golang.org/x/tools/gopls/internal/analysis/simplifyrange 2.677s
ok golang.org/x/tools/gopls/internal/analysis/simplifyslice 0.551s
ok golang.org/x/tools/gopls/internal/analysis/unusedfunc 0.419s
ok golang.org/x/tools/gopls/internal/analysis/unusedparams 2.350s
ok golang.org/x/tools/gopls/internal/analysis/unusedvariable 1.530s
ok golang.org/x/tools/gopls/internal/analysis/yield 1.297s
ok golang.org/x/tools/gopls/internal/bloom 0.009s
ok golang.org/x/tools/gopls/internal/cache 0.541s
ok golang.org/x/tools/gopls/internal/cache/metadata 0.005s
ok golang.org/x/tools/gopls/internal/cache/methodsets 0.005s
ok golang.org/x/tools/gopls/internal/cache/parsego 3.417s
ok golang.org/x/tools/gopls/internal/cache/typerefs 0.011s
ok golang.org/x/tools/gopls/internal/clonetest 0.006s
ok golang.org/x/tools/gopls/internal/cmd 12.391s
ok golang.org/x/tools/gopls/internal/debug 1.003s
ok golang.org/x/tools/gopls/internal/filecache 0.155s
ok golang.org/x/tools/gopls/internal/fuzzy 0.027s
ok golang.org/x/tools/gopls/internal/golang 2.131s
ok golang.org/x/tools/gopls/internal/golang/completion 0.062s
ok golang.org/x/tools/gopls/internal/golang/completion/snippet 0.004s
ok golang.org/x/tools/gopls/internal/licenses 1.064s
ok golang.org/x/tools/gopls/internal/lsprpc 2.035s
ok golang.org/x/tools/gopls/internal/progress 0.017s
ok golang.org/x/tools/gopls/internal/protocol 1.557s
ok golang.org/x/tools/gopls/internal/protocol/command 3.030s
ok golang.org/x/tools/gopls/internal/protocol/generate 0.031s
ok golang.org/x/tools/gopls/internal/server 0.084s
ok golang.org/x/tools/gopls/internal/settings 0.619s
ok golang.org/x/tools/gopls/internal/telemetry 1.011s
ok golang.org/x/tools/gopls/internal/telemetry/cmd/stacks 0.021s
ok golang.org/x/tools/gopls/internal/template 0.073s
ok golang.org/x/tools/gopls/internal/test/compare 0.031s
ok golang.org/x/tools/gopls/internal/test/integration 0.074s
ok golang.org/x/tools/gopls/internal/test/integration/bench 0.061s
ok golang.org/x/tools/gopls/internal/test/integration/codelens 8.603s
ok golang.org/x/tools/gopls/internal/test/integration/completion 26.462s
ok golang.org/x/tools/gopls/internal/test/integration/debug 0.646s
ok golang.org/x/tools/gopls/internal/test/integration/diagnostics 42.874s
ok golang.org/x/tools/gopls/internal/test/integration/fake 0.137s
ok golang.org/x/tools/gopls/internal/test/integration/fake/glob 0.020s
ok golang.org/x/tools/gopls/internal/test/integration/inlayhints 0.949s
ok golang.org/x/tools/gopls/internal/test/integration/misc 56.696s
ok golang.org/x/tools/gopls/internal/test/integration/modfile 23.353s
ok golang.org/x/tools/gopls/internal/test/integration/template 1.302s
ok golang.org/x/tools/gopls/internal/test/integration/watch 11.444s
ok golang.org/x/tools/gopls/internal/test/integration/workspace 29.353s
--- FAIL: Test (5.84s)
--- FAIL: Test/definition/import.txt (0.37s)
marker_test.go:2653: bar/bar.go:7:40 (definition/import.txt:21:40): hover does not match @myFoo:
--- want
+++ got
@@ -1,8 +1,4 @@
```go
-package myFoo ("mod.com/foo")
+package foo
```
----
-
-[`myFoo` on pkg.go.dev](
https://pkg.go.dev/mod.com/foo)
-
--- FAIL: Test/hover/std.txt (1.68s)
marker_test.go:2653: std.go:19:25 (hover/std.txt:39:25): hover does not match @hoverTypes:
--- want
+++ got
@@ -1,8 +1,8 @@
```go
-package types ("go/types")
+package types
```
---
-[`types` on pkg.go.dev](
https://pkg.go.dev/go/types)
+Package types declares the data types and implements the algorithms for type-checking of Go packages.
FAIL
FAIL golang.org/x/tools/gopls/internal/test/marker 20.961s
ok golang.org/x/tools/gopls/internal/util/astutil 0.605s
ok golang.org/x/tools/gopls/internal/util/bug 0.006s
ok golang.org/x/tools/gopls/internal/util/frob 0.009s
ok golang.org/x/tools/gopls/internal/util/goversion 0.012s
ok golang.org/x/tools/gopls/internal/util/lru 0.016s
ok golang.org/x/tools/gopls/internal/util/persistent 0.435s
ok golang.org/x/tools/gopls/internal/util/safetoken 4.751s
ok golang.org/x/tools/gopls/internal/vulncheck/semver 0.009s
ok golang.org/x/tools/gopls/internal/vulncheck/vulntest 0.012s
Warning: no '=' in invocation-link-artifacts pair: "", ignoring
[W2025-02-04T14:14:53.640843Z 1304560 0 cmd_stream.go:504] rdb-stream: test process exited with error: exit status 1
[I2025-02-04T14:14:53.640925Z 1304560 0 cmd_stream.go:488] rdb-stream: the test process terminated
[I2025-02-04T14:14:53.641081Z 1304560 0 sink.go:375] SinkServer: shutdown started
[I2025-02-04T14:14:53.641162Z 1304560 0 sink.go:353] SinkServer: HTTP server stopped with "http: Server closed"
[I2025-02-04T14:14:53.641202Z 1304560 0 sink_server.go:96] SinkServer: draining TestResult channel started
[I2025-02-04T14:14:53.990310Z 1304560 0 sink_server.go:98] SinkServer: draining TestResult channel ended
[I2025-02-04T14:14:53.990385Z 1304560 0 sink_server.go:100] SinkServer: draining Artifact channel started
[I2025-02-04T14:14:54.447723Z 1304560 0 sink_server.go:102] SinkServer: draining Artifact channel ended
[I2025-02-04T14:14:54.447816Z 1304560 0 sink.go:378] SinkServer: shutdown completed successfully
[I2025-02-04T14:14:54.447848Z 1304560 0 cmd_stream.go:420] rdb-stream: exiting with 1