Skip to content

Make mempool generic #244

Make mempool generic

Make mempool generic #244

Triggered via pull request September 20, 2023 16:25
Status Failure
Total duration 20m 29s
Artifacts

pr.yml

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

Annotations

30 errors and 75 warnings
Test Suite (libp2p, ubuntu-latest): nomos-services/mempool/src/lib.rs#L86
associated type `BlockItem` not found for `Self`
Test Suite (libp2p, ubuntu-latest): nomos-services/mempool/src/lib.rs#L176
no variant named `BlockTransaction` found for enum `MempoolMsg<_, _>`
Test Suite (libp2p, ubuntu-latest)
could not compile `nomos-mempool` (lib test) due to 2 previous errors
Test Suite (libp2p, ubuntu-latest): nomos-services/mempool/tests/mock.rs#L20
struct takes 2 generic arguments but 1 generic argument was supplied
Test Suite (libp2p, ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test Suite (waku, windows-latest)
failed to run custom build command for `waku-sys v0.1.0`
Test Suite (waku, windows-latest)
github.com/status-im/[email protected]: Get "https://proxy.golang.org/github.com/status-im/go-ethereum/@v/v1.10.25-status.4.zip": net/http: TLS handshake timeout
Test Suite (waku, windows-latest)
github.com/status-im/[email protected]: Get "https://proxy.golang.org/github.com/status-im/go-ethereum/@v/v1.10.25-status.4.zip": net/http: TLS handshake timeout
Test Suite (waku, windows-latest)
github.com/status-im/[email protected]: Get "https://proxy.golang.org/github.com/status-im/go-ethereum/@v/v1.10.25-status.4.zip": net/http: TLS handshake timeout
Test Suite (waku, windows-latest)
github.com/status-im/[email protected]: Get "https://proxy.golang.org/github.com/status-im/go-ethereum/@v/v1.10.25-status.4.zip": net/http: TLS handshake timeout
Test Suite (waku, windows-latest)
github.com/status-im/[email protected]: Get "https://proxy.golang.org/github.com/status-im/go-ethereum/@v/v1.10.25-status.4.zip": net/http: TLS handshake timeout
Test Suite (waku, windows-latest)
github.com/status-im/[email protected]: Get "https://proxy.golang.org/github.com/status-im/go-ethereum/@v/v1.10.25-status.4.zip": net/http: TLS handshake timeout
Test Suite (waku, windows-latest)
github.com/status-im/[email protected]: Get "https://proxy.golang.org/github.com/status-im/go-ethereum/@v/v1.10.25-status.4.zip": net/http: TLS handshake timeout
Test Suite (waku, windows-latest)
github.com/status-im/[email protected]: Get "https://proxy.golang.org/github.com/status-im/go-ethereum/@v/v1.10.25-status.4.zip": net/http: TLS handshake timeout
Test Suite (waku, windows-latest)
github.com/status-im/[email protected]: Get "https://proxy.golang.org/github.com/status-im/go-ethereum/@v/v1.10.25-status.4.zip": net/http: TLS handshake timeout
Test Suite (libp2p, macos-latest): nomos-services/mempool/src/lib.rs#L86
associated type `BlockItem` not found for `Self`
Test Suite (libp2p, macos-latest): nomos-services/mempool/src/lib.rs#L176
no variant named `BlockTransaction` found for enum `MempoolMsg<_, _>`
Test Suite (libp2p, macos-latest)
could not compile `nomos-mempool` (lib test) due to 2 previous errors
Test Suite (libp2p, macos-latest): nomos-services/mempool/tests/mock.rs#L20
struct takes 2 generic arguments but 1 generic argument was supplied
Test Suite (libp2p, macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Test Suite (waku, macos-latest): nomos-services/mempool/tests/mock.rs#L20
struct takes 2 generic arguments but 1 generic argument was supplied
Test Suite (waku, macos-latest)
could not compile `nomos-mempool` (test "mock") due to previous error
Test Suite (waku, macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Test Suite (waku, ubuntu-latest): nomos-services/mempool/src/lib.rs#L86
associated type `BlockItem` not found for `Self`
Test Suite (waku, ubuntu-latest): nomos-services/mempool/src/lib.rs#L176
no variant named `BlockTransaction` found for enum `MempoolMsg<_, _>`
Test Suite (waku, ubuntu-latest)
could not compile `nomos-mempool` (lib test) due to 2 previous errors
Test Suite (waku, ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test Suite (libp2p, windows-latest): nomos-services/mempool/tests/mock.rs#L20
struct takes 2 generic arguments but 1 generic argument was supplied
Test Suite (libp2p, windows-latest)
could not compile `nomos-mempool` (test "mock") due to previous error
Test Suite (libp2p, windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
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/
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
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
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)
/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 (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
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 (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 (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 (waku, macos-latest)
output filename collision.
Test Suite (waku, macos-latest)
output filename collision.
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, ubuntu-latest)
output filename collision.
Test Suite (waku, ubuntu-latest)
output filename collision.
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 (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