Skip to content

fix(pkg/p2p): replace persistent gater with no-op gater #2299

fix(pkg/p2p): replace persistent gater with no-op gater

fix(pkg/p2p): replace persistent gater with no-op gater #2299

Triggered via pull request April 21, 2026 14:28
Status Failure
Total duration 29m 25s
Artifacts 6

ci.yml

on: pull_request
Determine Image Tag
3s
Determine Image Tag
test  /  Run Unit Tests
3m 15s
test / Run Unit Tests
test  /  Run Integration Tests
2m 10s
test / Run Integration Tests
test  /  Build All ev-node Binaries
1m 46s
test / Build All ev-node Binaries
Matrix: docker / build-images
test  /  Combine and Upload Coverage
9s
test / Combine and Upload Coverage
test  /  Run E2E System Tests
13m 1s
test / Run E2E System Tests
test  /  Run EVM Execution Tests
2m 2s
test / Run EVM Execution Tests
docker-tests  /  Docker E2E Tests
7m 0s
docker-tests / Docker E2E Tests
docker-tests  /  Docker Upgrade E2E Tests
3m 43s
docker-tests / Docker Upgrade E2E Tests
docker-tests  /  Docker Compatibility E2E Tests
4m 12s
docker-tests / Docker Compatibility E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 7 warnings, and 1 notice
lint / markdown-lint
Process completed with exit code 1.
lint / hadolint: tools/local-da/Dockerfile#L13
DL3003 warning: Use WORKDIR to switch to a directory
lint / hadolint: apps/testapp/Dockerfile#L24
DL3003 warning: Use WORKDIR to switch to a directory
lint / hadolint: apps/testapp/Dockerfile#L4
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
lint / golangci-lint
issues found
lint / golangci-lint: pkg/p2p/client.go#L406
func (*Client).setupAllowedPeers is unused (unused)
lint / golangci-lint: pkg/p2p/client.go#L397
func (*Client).setupBlockedPeers is unused (unused)
lint / markdown-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v3, technote-space/get-diff-action@v6.1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint / yamllint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: technote-space/get-diff-action@v6.1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint / goreleaser-check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: technote-space/get-diff-action@v6.1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint / golangci-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: technote-space/get-diff-action@v6.1.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
docker / Build ev-node-testapp
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
docker / Build ev-node-grpc
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
docker / Build ev-node-evm
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Determine Image Tag
Using PR-based tag: pr-3273

Artifacts

Produced during runtime
Name Size Digest
evstack~ev-node~DM9BL1.dockerbuild Expired
92.2 KB
sha256:b94f38417c804c308d4c049afa1bd5c83dca41d7631838c07b2a011153ec792f
evstack~ev-node~XHLAYM.dockerbuild Expired
41.1 KB
sha256:bd935895b9e5bb147d725c8472e9c14fd5c8450d17d032316a31334bb3c5979e
evstack~ev-node~YOSUN0.dockerbuild Expired
87.1 KB
sha256:eb859b53961c2140d272e99b26745e1eff34303da39fa932ea64f4f1b7102f49
evstack~ev-node~YVFVBM.dockerbuild Expired
81.7 KB
sha256:92e2bdce6552d8d2ef2d09301eab68c0477db2a12e14eb2fac8516cf9814e210
integration-test-coverage-report-dd0b50701e3432f94fe2f07de86293354d18cc66 Expired
2.33 KB
sha256:c382fd10d13eaa944f603da03c5e2912b40442c89689e7181229515ba79a1483
unit-test-coverage-report-dd0b50701e3432f94fe2f07de86293354d18cc66 Expired
81.9 KB
sha256:17754b3e74cf7115a7cb282d04c7bbe047a545c1f13c0916a9905783924f48fa