Implement error codes spec #7794
Annotations
11 errors and 1 warning
Run repo-specific setup:
p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
|
Run repo-specific setup:
p2p/net/mock/complement.go#L16
cannot use c.(*conn).rconn (variable of type *conn) as network.Conn value in return statement: *conn does not implement network.Conn (missing method CloseWithError)
|
Run repo-specific setup:
p2p/net/mock/mock_peernet.go#L110
cannot use pn.connect(p) (value of type *conn) as network.Conn value in return statement: *conn does not implement network.Conn (missing method CloseWithError)
|
Run repo-specific setup:
p2p/net/mock/mock_peernet.go#L191
cannot use c (variable of type *conn) as network.Conn value in argument to gater.InterceptUpgraded: *conn does not implement network.Conn (missing method CloseWithError)
|
Run repo-specific setup:
p2p/net/mock/mock_peernet.go#L243
cannot use c (variable of type *conn) as network.Conn value in argument to n.Connected: *conn does not implement network.Conn (missing method CloseWithError)
|
Run repo-specific setup:
p2p/net/mock/mock_peernet.go#L274
cannot use c (variable of type *conn) as network.Conn value in argument to n.Disconnected: *conn does not implement network.Conn (missing method CloseWithError)
|
Run repo-specific setup:
p2p/net/mock/mock_peernet.go#L312
cannot use c (variable of type *conn) as network.Conn value in argument to append: *conn does not implement network.Conn (missing method CloseWithError)
|
Run repo-specific setup:
p2p/net/mock/mock_peernet.go#L329
cannot use c (variable of type *conn) as network.Conn value in argument to append: *conn does not implement network.Conn (missing method CloseWithError)
|
Run repo-specific setup:
p2p/net/mock/mock_stream.go#L160
cannot use s.conn (variable of type *conn) as network.Conn value in return statement: *conn does not implement network.Conn (missing method CloseWithError)
|
Run repo-specific setup:
p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
|
Add failure summary
Process completed with exit code 127.
|
Upload test results
No files were found with the provided path: ./test_results.db. No artifacts will be uploaded.
|
Loading