Skip to content

demo working

demo working #106

Triggered via push December 13, 2023 22:06
Status Failure
Total duration 3m 54s
Artifacts

ci.yml

on: push
Matrix: lint
test-linux
0s
test-linux
Matrix: test-windows
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

23 errors
protos
Process completed with exit code 1.
lint (linux): internal\guest\reconn\reconn.go#L171
Error return value of `c.CloseRead` is not checked (errcheck)
lint (linux): internal\guest\reconn\reconn.go#L174
Error return value of `c.CloseWrite` is not checked (errcheck)
lint (linux): internal\guest\reconn\reconn_test.go#L8
type `notImplConn` is unused (unused)
lint (linux): internal\guest\reconn\reconn_test.go#L12
func `(*notImplConn).Read` is unused (unused)
lint (linux): internal\guest\reconn\reconn_test.go#L17
func `(*notImplConn).Write` is unused (unused)
lint (linux): internal\guest\reconn\reconn_test.go#L22
func `(*notImplConn).CloseRead` is unused (unused)
lint (linux): internal\guest\reconn\reconn_test.go#L27
func `(*notImplConn).CloseWrite` is unused (unused)
lint (linux): internal\guest\reconn\reconn_test.go#L32
func `(*notImplConn).Close` is unused (unused)
lint (linux): internal\guest\reconn\reconn_test.go#L37
type `reader` is unused (unused)
lint (linux): internal\guest\reconn\reconn_test.go#L42
func `(*reader).Read` is unused (unused)
lint (windows): internal\guest\reconn\reconn.go#L171
Error return value of `c.CloseRead` is not checked (errcheck)
lint (windows): internal\guest\reconn\reconn.go#L174
Error return value of `c.CloseWrite` is not checked (errcheck)
lint (windows): internal\uvm\create_lcow.go#L598
File is not `gofmt`-ed with `-s` (gofmt)
lint (windows): internal\guest\reconn\reconn_test.go#L8
type `notImplConn` is unused (unused)
lint (windows): internal\guest\reconn\reconn_test.go#L12
func `(*notImplConn).Read` is unused (unused)
lint (windows): internal\guest\reconn\reconn_test.go#L17
func `(*notImplConn).Write` is unused (unused)
lint (windows): internal\guest\reconn\reconn_test.go#L22
func `(*notImplConn).CloseRead` is unused (unused)
lint (windows): internal\guest\reconn\reconn_test.go#L27
func `(*notImplConn).CloseWrite` is unused (unused)
lint (windows): internal\guest\reconn\reconn_test.go#L32
func `(*notImplConn).Close` is unused (unused)
lint (windows): internal\guest\reconn\reconn_test.go#L37
type `reader` is unused (unused)
verify-vendor
./go.mod is not up to date. Please run `go mod tidy && go mod vendor`
verify-vendor
Process completed with exit code 1.