Skip to content

Implement error codes spec #7795

Implement error codes spec

Implement error codes spec #7795

Triggered via pull request November 20, 2024 06:02
Status Failure
Total duration 4m 42s
Artifacts

go-test.yml

on: pull_request
Matrix: go-test / unit
Fit to window
Zoom out
Zoom in

Annotations

66 errors and 8 warnings
go-test / macos (go 1.22.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / macos (go 1.22.x): 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)
go-test / macos (go 1.22.x): 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)
go-test / macos (go 1.22.x): 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)
go-test / macos (go 1.22.x): 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)
go-test / macos (go 1.22.x): 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)
go-test / macos (go 1.22.x): 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)
go-test / macos (go 1.22.x): 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)
go-test / macos (go 1.22.x): 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)
go-test / macos (go 1.22.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / macos (go 1.22.x)
Process completed with exit code 127.
go-test / macos (go 1.23.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / macos (go 1.23.x): 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)
go-test / macos (go 1.23.x): 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)
go-test / macos (go 1.23.x): 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)
go-test / macos (go 1.23.x): 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)
go-test / macos (go 1.23.x): 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)
go-test / macos (go 1.23.x): 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)
go-test / macos (go 1.23.x): 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)
go-test / macos (go 1.23.x): 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)
go-test / macos (go 1.23.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / macos (go 1.23.x)
Process completed with exit code 127.
go-test / ubuntu (go 1.22.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / ubuntu (go 1.22.x): 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)
go-test / ubuntu (go 1.22.x): 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)
go-test / ubuntu (go 1.22.x): 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)
go-test / ubuntu (go 1.22.x): 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)
go-test / ubuntu (go 1.22.x): 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)
go-test / ubuntu (go 1.22.x): 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)
go-test / ubuntu (go 1.22.x): 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)
go-test / ubuntu (go 1.22.x): 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)
go-test / ubuntu (go 1.22.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / ubuntu (go 1.22.x)
Process completed with exit code 127.
go-test / ubuntu (go 1.23.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / ubuntu (go 1.23.x): 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)
go-test / ubuntu (go 1.23.x): 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)
go-test / ubuntu (go 1.23.x): 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)
go-test / ubuntu (go 1.23.x): 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)
go-test / ubuntu (go 1.23.x): 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)
go-test / ubuntu (go 1.23.x): 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)
go-test / ubuntu (go 1.23.x): 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)
go-test / ubuntu (go 1.23.x): 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)
go-test / ubuntu (go 1.23.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / ubuntu (go 1.23.x)
Process completed with exit code 127.
go-test / windows (go 1.23.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / windows (go 1.23.x): 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)
go-test / windows (go 1.23.x): 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)
go-test / windows (go 1.23.x): 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)
go-test / windows (go 1.23.x): 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)
go-test / windows (go 1.23.x): 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)
go-test / windows (go 1.23.x): 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)
go-test / windows (go 1.23.x): 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)
go-test / windows (go 1.23.x): 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)
go-test / windows (go 1.23.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / windows (go 1.23.x)
Process completed with exit code 127.
go-test / windows (go 1.22.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / windows (go 1.22.x): 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)
go-test / windows (go 1.22.x): 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)
go-test / windows (go 1.22.x): 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)
go-test / windows (go 1.22.x): 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)
go-test / windows (go 1.22.x): 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)
go-test / windows (go 1.22.x): 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)
go-test / windows (go 1.22.x): 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)
go-test / windows (go 1.22.x): 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)
go-test / windows (go 1.22.x): p2p/net/mock/complement.go#L16
impossible type assertion: c.(*conn)
go-test / windows (go 1.22.x)
Process completed with exit code 127.
go-test / macos (go 1.22.x)
No files were found with the provided path: ./test_results.db. No artifacts will be uploaded.
go-test / macos (go 1.23.x)
No files were found with the provided path: ./test_results.db. No artifacts will be uploaded.
go-test / ubuntu (go 1.22.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
go-test / ubuntu (go 1.22.x)
No files were found with the provided path: ./test_results.db. No artifacts will be uploaded.
go-test / ubuntu (go 1.23.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
go-test / ubuntu (go 1.23.x)
No files were found with the provided path: ./test_results.db. No artifacts will be uploaded.
go-test / windows (go 1.23.x)
No files were found with the provided path: ./test_results.db. No artifacts will be uploaded.
go-test / windows (go 1.22.x)
No files were found with the provided path: ./test_results.db. No artifacts will be uploaded.