Skip to content

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

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

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

Triggered via pull request April 23, 2026 12:52
Status Failure
Total duration 3m 39s
Artifacts 4

ci.yml

on: pull_request
Determine Image Tag
4s
Determine Image Tag
test  /  Run Unit Tests
3m 2s
test / Run Unit Tests
test  /  Run Integration Tests
1m 6s
test / Run Integration Tests
test  /  Build All ev-node Binaries
28s
test / Build All ev-node Binaries
lint  /  golangci-lint
36s
lint / golangci-lint
lint  /  hadolint
9s
lint / hadolint
lint  /  yamllint
9s
lint / yamllint
lint  /  markdown-lint
15s
lint / markdown-lint
lint  /  goreleaser-check
13s
lint / goreleaser-check
test  /  Go Mod Tidy Check
45s
test / Go Mod Tidy Check
proto  /  buf-check
8s
proto / buf-check
Matrix: docker / build-images
test  /  Combine and Upload Coverage
0s
test / Combine and Upload Coverage
test  /  Run E2E System Tests
0s
test / Run E2E System Tests
test  /  Run EVM Execution Tests
0s
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

24 errors, 7 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.
test / Build All ev-node Binaries
not enough arguments in call to cmd.StartNode
lint / golangci-lint
issues found
lint / golangci-lint: block/internal/da/fiber_client_test.go#L519
func (*failOnNthUpload).Upload is unused (unused)
lint / golangci-lint: block/internal/da/fiber_client_test.go#L512
type failOnNthUpload is unused (unused)
lint / golangci-lint: pkg/cmd/run_node.go#L17
File is not properly formatted (gci)
lint / golangci-lint: block/internal/da/fibremock/mock_test.go#L180
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#L147
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#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)
test / Go Mod Tidy Check
Process completed with exit code 1.
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
test / Run Unit Tests
Process completed with exit code 1.
test / Run Unit Tests
not enough arguments in call to cmd.StartNode
test / Run Unit Tests
not enough arguments in call to rollcmd.StartNode
test / Run Unit Tests
not enough arguments in call to rollcmd.StartNode
docker / Build ev-node-evm
The strategy configuration was canceled because "docker.build-images.ev-node-grpc_apps_grpc_Do" 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
docker / Build ev-node-testapp
The strategy configuration was canceled because "docker.build-images.ev-node-grpc_apps_grpc_Do" failed
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
lint / markdown-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/
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/
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/
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/
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/
Determine Image Tag
Using PR-based tag: pr-3244

Artifacts

Produced during runtime
Name Size Digest
evstack~ev-node~9FI2IR.dockerbuild
31.2 KB
sha256:a34ae59e175e7439ad08ede8ea51aed47dc44f85c8cd7a8e9217ad0dbb66177b
evstack~ev-node~ERQAKP.dockerbuild
29.7 KB
sha256:e7224a555ee603bcb9d6f77bbe7fd9e24bf306550fa153cfaad456fca6dfb366
evstack~ev-node~R8G8FO.dockerbuild
25.7 KB
sha256:9067ecb2d68d1c4eca4169850ae591bee6de12518b58af88b2a303e82d25e1f6
integration-test-coverage-report-bd6dc00997772597baf56cd4f467f291ee332de6
2.33 KB
sha256:ce76f424e56875576e3ddf0a6972ce2662ca67499f5e9f1bec1bbc91673a7464