Skip to content

Refuse connections to peers running incompatible protocol #2202

Refuse connections to peers running incompatible protocol

Refuse connections to peers running incompatible protocol #2202

Triggered via pull request October 15, 2024 15:20
Status Failure
Total duration 3m 52s
Artifacts

build-on-pr.yml

on: pull_request
call-common-workflow  /  detect-language
6s
call-common-workflow / detect-language
call-common-workflow  /  get-branch
0s
call-common-workflow / get-branch
call-common-workflow  /  ...  /  build
call-common-workflow / buildDeployDevElixir / build
call-common-workflow  /  ...  /  build
3m 25s
call-common-workflow / buildDeployDevGo / build
call-common-workflow  /  ...  /  build
call-common-workflow / buildDeployDevJS / build
call-common-workflow  /  ...  /  build
call-common-workflow / buildDeployDevTS / build
call-common-workflow  /  ...  /  build
call-common-workflow / buildDeployDevJSPrerelease / build
call-common-workflow  /  ...  /  deploy
call-common-workflow / buildDeployDevElixir / deploy
call-common-workflow  /  ...  /  deploy
0s
call-common-workflow / buildDeployDevGo / deploy
call-common-workflow  /  ...  /  deploy
call-common-workflow / buildDeployDevJS / deploy
call-common-workflow  /  ...  /  deploy
call-common-workflow / buildDeployDevTS / deploy
call-common-workflow  /  ...  /  deploy
call-common-workflow / buildDeployDevJSPrerelease / deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
call-common-workflow / buildDeployDevGo / build: p2p/node/streamManager/streamManager_test.go#L23
cannot use mockNode (variable of type *mock_protocol.MockQuaiP2PNode) as "github.com/dominant-strategies/go-quai/p2p/protocol".QuaiP2PNode value in argument to NewStreamManager: *mock_protocol.MockQuaiP2PNode does not implement "github.com/dominant-strategies/go-quai/p2p/protocol".QuaiP2PNode (missing method GetHeight)
call-common-workflow / buildDeployDevGo / build: p2p/node/streamManager/streamManager_test.go#L83
cannot use newMockNode (variable of type *mock_protocol.MockQuaiP2PNode) as "github.com/dominant-strategies/go-quai/p2p/protocol".QuaiP2PNode value in argument to sm.SetP2PBackend: *mock_protocol.MockQuaiP2PNode does not implement "github.com/dominant-strategies/go-quai/p2p/protocol".QuaiP2PNode (missing method GetHeight)
call-common-workflow / buildDeployDevGo / build
Process completed with exit code 1.
call-common-workflow / get-branch
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
call-common-workflow / detect-language
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
call-common-workflow / detect-language
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
call-common-workflow / buildDeployDevGo / build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/