Skip to content

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

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

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

Triggered via pull request April 23, 2026 16:20
Status Failure
Total duration 3m 13s
Artifacts 4

ci.yml

on: pull_request
Determine Image Tag
3s
Determine Image Tag
test  /  Run Unit Tests
3m 9s
test / Run Unit Tests
test  /  Run Integration Tests
2m 13s
test / Run Integration Tests
test  /  Build All ev-node Binaries
1m 22s
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
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

27 errors, 10 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>`
proto / buf-check
Failed breaking
lint / golangci-lint
command [git diff] exited with code 128. message: fatal: ambiguous argument 'get-diff-action/main...get-diff-action/pull/3244/merge': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]'
test / Go Mod Tidy Check
Process completed with exit code 1.
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
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-evm_apps_evm_Dock" 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
docker / Build ev-node-grpc
The strategy configuration was canceled because "docker.build-images.ev-node-evm_apps_evm_Dock" 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
test / Run Unit Tests
Process completed with exit code 1.
test / Run Unit Tests: block/internal/da/fibremock/mock_test.go#L113
not enough arguments in call to m.Listen
test / Run Unit Tests: block/internal/da/fibremock/mock_test.go#L91
not enough arguments in call to m.Listen
test / Run Unit Tests: block/internal/da/fibremock/mock_test.go#L58
not enough arguments in call to m.Listen
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
test / Run Unit Tests
Process completed with exit code 1.
test / Run Unit Tests: block/internal/da/fibremock/mock_test.go#L113
not enough arguments in call to m.Listen
test / Run Unit Tests: block/internal/da/fibremock/mock_test.go#L91
not enough arguments in call to m.Listen
test / Run Unit Tests: block/internal/da/fibremock/mock_test.go#L58
not enough arguments in call to m.Listen
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
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 / 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 / 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 / golangci-lint
>> 'git <command> [<revision>...] -- [<file>...]'
lint / golangci-lint
>> Use '--' to separate paths from revisions, like this:
lint / golangci-lint
>> fatal: ambiguous argument 'get-diff-action/main...get-diff-action/pull/3244/merge': unknown revision or path not in the working tree.
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/
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/
Determine Image Tag
Using PR-based tag: pr-3244

Artifacts

Produced during runtime
Name Size Digest
evstack~ev-node~2TKUM4.dockerbuild Expired
25.4 KB
sha256:88cb999b4f4b2191abf2bdbdddff2a2c3f0d6338b1ff57a64f77d1d5ae296074
evstack~ev-node~I1QX9S.dockerbuild Expired
29.6 KB
sha256:9b61e06640f6e9139cf1b0c361a64dd84bb04f58f7cdf74673f1c01e45aa12d2
evstack~ev-node~NK1554.dockerbuild Expired
30.8 KB
sha256:2bfc59383ae8ae518bd3c4c1017ea6e18eaa2703d07ff502b42aa077b54f05db
integration-test-coverage-report-4110f0fe4fc781bf8025470e1579af84a8aaecf6 Expired
2.33 KB
sha256:c0252710c1c9dd62aabbb3391d0930cf6ad6b5401690bdef3cb9c0a80f151679