Skip to content

[DNM] feat(da): support fiber (not via c-node) #2477

[DNM] feat(da): support fiber (not via c-node)

[DNM] feat(da): support fiber (not via c-node) #2477

Triggered via pull request April 29, 2026 15:48
Status Failure
Total duration 3m 3s
Artifacts 4

ci.yml

on: pull_request
Detect code changes
8s
Detect code changes
Determine Image Tag
3s
Determine Image Tag
test  /  Run Unit Tests
2m 35s
test / Run Unit Tests
test  /  Run Integration Tests
2m 11s
test / Run Integration Tests
test  /  Build All ev-node Binaries
19s
test / Build All ev-node Binaries
Matrix: docker / build-images
test  /  Combine and Upload Coverage
test / Combine and Upload Coverage
test  /  Run E2E System Tests
0s
test / Run E2E System Tests
test  /  Run EVM Execution Tests
test / Run EVM Execution Tests
docker-tests  /  Docker Compatibility E2E Tests
docker-tests / Docker Compatibility E2E Tests
docker-tests  /  Docker E2E Tests
docker-tests / Docker E2E Tests
docker-tests  /  Docker Upgrade E2E Tests
docker-tests / Docker Upgrade E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

22 errors, 8 warnings, and 1 notice
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>`
test / Build All ev-node Binaries
Process completed with exit code 1.
lint / markdown-lint
Process completed with exit code 1.
docker / Build ev-node-testapp
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c go build -ldflags \"-X github.com/evstack/ev-node/block/internal/common.defaultMaxBlobSizeStr=125829120\" -o /go/bin/testapp ." did not complete successfully: exit code: 1
docker / Build ev-node-grpc
The strategy configuration was canceled because "docker.build-images.ev-node-testapp_apps_test" failed
docker / Build ev-node-grpc
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c go build -o evgrpc ." did not complete successfully: exit code: 1
docker / Build ev-node-evm
The strategy configuration was canceled because "docker.build-images.ev-node-testapp_apps_test" failed
docker / Build ev-node-evm
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c go mod tidy && CGO_ENABLED=0 GOOS=linux go build -o evm ." did not complete successfully: exit code: 1
test / Go Mod Tidy Check
Process completed with exit code 1.
lint / golangci-lint: block/internal/da/fiber_client_test.go#L468
type failOnNthUpload is unused (unused)
lint / golangci-lint: block/internal/da/fiber_client_test.go#L490
File is not properly formatted (gofmt)
lint / golangci-lint: pkg/cmd/run_node.go#L17
File is not properly formatted (gci)
lint / golangci-lint: block/internal/common/consts.go#L39
File is not properly formatted (gci)
lint / golangci-lint: block/internal/da/fibremock/mock_test.go#L177
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint / golangci-lint: block/internal/da/fibremock/mock_test.go#L144
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint / golangci-lint: block/internal/da/fibremock/mock_test.go#L141
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint / golangci-lint: block/internal/da/fibremock/mock_test.go#L47
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint / golangci-lint: block/internal/da/fibremock/mock_test.go#L39
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint / golangci-lint: block/internal/da/fiber_client.go#L92
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
test / Run Unit Tests
Process completed with exit code 1.
Detect code changes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@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/
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 / 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 / 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/
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/
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/
Determine Image Tag
Using PR-based tag: pr-3244

Artifacts

Produced during runtime
Name Size Digest
evstack~ev-node~GMTZQ2.dockerbuild
25.3 KB
sha256:21d449a4b113a653774b04992a1c5c3036ede99c888ea6547a6d7f1321faef07
evstack~ev-node~R4TDC6.dockerbuild
29.4 KB
sha256:ba5feaae18e7dee6cb6bb7a4bd38ed62033f8b9633491508d0c20b768c395d58
evstack~ev-node~VMD82P.dockerbuild
28.9 KB
sha256:fac75f564c3e41b11c8dfdfffd65be9d17d5f1b71fabd2c37991f7aa970a3421
integration-test-coverage-report-c3fa14b9bb3afa6641e7d4fd950bdf8f7cf0e906
2.34 KB
sha256:e27df16f9c40cfcecc33c1854c6a04817bb040be9d6c3d8fc074e7bb3531db13