Skip to content

Add da service to nomos node #150

Add da service to nomos node

Add da service to nomos node #150

Triggered via pull request September 13, 2023 14:08
Status Failure
Total duration 20m 43s
Artifacts

pr.yml

on: pull_request
Matrix: Check
Matrix: Rust lints
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 74 warnings
Check (waku): nodes/nomos-node/src/lib.rs#L51
cannot find type `Blob` in this scope
Check (waku): nodes/nomos-node/src/lib.rs#L64
cannot find type `DataAvailabilityService` in this scope
Check (waku): nodes/nomos-node/src/lib.rs#L65
cannot find type `FullReplication` in this scope
Check (waku): nodes/nomos-node/src/lib.rs#L65
cannot find type `AbsoluteNumber` in this scope
Check (waku): nodes/nomos-node/src/lib.rs#L65
cannot find type `Attestation` in this scope
Check (waku): nodes/nomos-node/src/lib.rs#L65
cannot find type `Certificate` in this scope
Check (waku): nodes/nomos-node/src/lib.rs#L66
cannot find type `BlobCache` in this scope
Check (waku): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Check (waku): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Check (waku): nodes/nomos-node/src/lib.rs#L67
cannot find type `DaLibp2pAdapter` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L51
cannot find type `Blob` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L64
cannot find type `DataAvailabilityService` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L65
cannot find type `FullReplication` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L65
cannot find type `AbsoluteNumber` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L65
cannot find type `Attestation` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L65
cannot find type `Certificate` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L66
cannot find type `BlobCache` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Rust lints (waku): nodes/nomos-node/src/lib.rs#L67
cannot find type `DaLibp2pAdapter` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L51
cannot find type `Blob` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L64
cannot find type `DataAvailabilityService` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `FullReplication` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `AbsoluteNumber` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `Attestation` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `Certificate` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L66
cannot find type `BlobCache` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Test Suite (waku, ubuntu-latest): nodes/nomos-node/src/lib.rs#L67
cannot find type `DaLibp2pAdapter` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L51
cannot find type `Blob` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L64
cannot find type `DataAvailabilityService` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `FullReplication` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `AbsoluteNumber` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `Attestation` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `Certificate` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L66
cannot find type `BlobCache` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Test Suite (waku, macos-latest): nodes/nomos-node/src/lib.rs#L67
cannot find type `DaLibp2pAdapter` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L51
cannot find type `Blob` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L64
cannot find type `DataAvailabilityService` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `FullReplication` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `AbsoluteNumber` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `Attestation` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L65
cannot find type `Certificate` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L66
cannot find type `BlobCache` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L66
cannot find type `Blob` in this scope
Test Suite (waku, windows-latest): nodes/nomos-node/src/lib.rs#L67
cannot find type `DaLibp2pAdapter` in this scope
Check (libp2p)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check (libp2p)
/home/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Check (libp2p)
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/
Check (libp2p)
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/
Check (libp2p)
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/
Check (libp2p)
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/
Rust lints (libp2p)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rust lints (libp2p)
/home/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Rust lints (libp2p)
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/
Rust lints (libp2p)
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/
Rust lints (libp2p)
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/
Rust lints (libp2p)
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/
Check (waku)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check (waku)
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/
Check (waku)
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/
Check (waku)
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/
Check (waku)
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/
Check (waku)
/home/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Rust lints (waku)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rust lints (waku)
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/
Rust lints (waku)
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/
Rust lints (waku)
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/
Rust lints (waku)
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/
Rust lints (waku)
/home/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Test Suite (waku, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (waku, ubuntu-latest)
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/
Test Suite (waku, ubuntu-latest)
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/
Test Suite (waku, ubuntu-latest)
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/
Test Suite (waku, ubuntu-latest)
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/
Test Suite (waku, ubuntu-latest)
/home/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Test Suite (waku, macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (waku, macos-latest)
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/
Test Suite (waku, macos-latest)
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/
Test Suite (waku, macos-latest)
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/
Test Suite (waku, macos-latest)
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/
Test Suite (waku, macos-latest)
/Users/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Test Suite (libp2p, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (libp2p, ubuntu-latest)
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/
Test Suite (libp2p, ubuntu-latest)
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/
Test Suite (libp2p, ubuntu-latest)
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/
Test Suite (libp2p, ubuntu-latest)
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/
Test Suite (libp2p, ubuntu-latest)
/home/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Test Suite (libp2p, ubuntu-latest)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/rustls/rustls-0.21.7.crate` (151.101.42.137), got 502
Test Suite (libp2p, ubuntu-latest)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/regex-automata/regex-automata-0.1.10.crate` (151.101.42.137), got 502
Test Suite (libp2p, ubuntu-latest)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/futures-executor/futures-executor-0.3.28.crate` (151.101.42.137), got 502
Test Suite (libp2p, ubuntu-latest)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/typenum/typenum-1.16.0.crate` (151.101.42.137), got 502
Test Suite (libp2p, ubuntu-latest)
spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/try-lock/try-lock-0.2.4.crate` (151.101.42.137), got 502
Test Suite (libp2p, ubuntu-latest)
/home/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Test Suite (libp2p, ubuntu-latest)
output filename collision.
Test Suite (libp2p, ubuntu-latest)
output filename collision.
Test Suite (libp2p, macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (libp2p, macos-latest)
/Users/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Test Suite (libp2p, macos-latest)
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/
Test Suite (libp2p, macos-latest)
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/
Test Suite (libp2p, macos-latest)
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/
Test Suite (libp2p, macos-latest)
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/
Test Suite (libp2p, macos-latest)
/Users/runner/work/nomos-node/nomos-node/nomos-da/full-replication/Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Test Suite (libp2p, macos-latest)
output filename collision.
Test Suite (libp2p, macos-latest)
output filename collision.
Test Suite (libp2p, windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (libp2p, windows-latest)
D:\a\nomos-node\nomos-node\nomos-da\full-replication\Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Test Suite (libp2p, windows-latest)
output filename collision.
Test Suite (libp2p, windows-latest)
output filename collision.
Test Suite (libp2p, windows-latest)
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/
Test Suite (libp2p, windows-latest)
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/
Test Suite (libp2p, windows-latest)
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/
Test Suite (libp2p, windows-latest)
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/
Test Suite (libp2p, windows-latest)
D:\a\nomos-node\nomos-node\nomos-da\full-replication\Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
Test Suite (waku, windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (waku, windows-latest)
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/
Test Suite (waku, windows-latest)
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/
Test Suite (waku, windows-latest)
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/
Test Suite (waku, windows-latest)
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/
Test Suite (waku, windows-latest)
D:\a\nomos-node\nomos-node\nomos-da\full-replication\Cargo.toml: dependency (bytes) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions