Skip to content

Nomos http API

Nomos http API #269

Triggered via pull request October 30, 2023 09:34
@al8nal8n
synchronize #476
info-api
Status Failure
Total duration 17m 35s
Artifacts

build-test.yml

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

Annotations

28 errors and 95 warnings
Rust lints (libp2p): nodes/nomos-node-api/src/http/cl.rs#L13
type alias `ClMempoolService` is never used
Rust lints (libp2p): nodes/nomos-node-api/src/http/cl.rs#L19
function `cl_mempool_metrics` is never used
Rust lints (libp2p): nodes/nomos-node-api/src/http/cl.rs#L46
function `cl_mempool_status` is never used
Rust lints (libp2p): nodes/nomos-node-api/src/http/da.rs#L11
type alias `DaMempoolService` is never used
Rust lints (libp2p): nodes/nomos-node-api/src/http/da.rs#L17
function `da_mempool_metrics` is never used
Rust lints (libp2p): nodes/nomos-node-api/src/http/da.rs#L32
function `da_mempool_status` is never used
Rust lints (libp2p): nodes/nomos-node-api/src/http/info.rs#L27
type alias `Carnot` is never used
Rust lints (libp2p): nodes/nomos-node-api/src/http/info.rs#L42
function `carnot_info` is never used
Rust lints (libp2p): nodes/nomos-node-api/src/http/info.rs#L59
function `libp2p_info` is never used
Rust lints (libp2p)
could not compile `nomos-node-api` (lib) due to 9 previous errors
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/tests/todo.rs#L236
cannot find type `Response` in this scope
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/tests/todo.rs#L321
cannot find type `Response` in this scope
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/tests/todo.rs#L80
the trait bound `fn(axum::extract::State<Arc<Mutex<Vec<Todo>>>>, axum::Json<Todo>) -> impl Future<Output = {type error}> {create_todo}: Handler<_, Arc<Mutex<Vec<Todo>>>, _>` is not satisfied
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/tests/todo.rs#L85
the trait bound `fn(axum::extract::Path<i32>, axum::extract::State<Arc<Mutex<Vec<Todo>>>>, HeaderMap) -> impl Future<Output = {type error}> {delete_todo}: Handler<_, Arc<Mutex<Vec<Todo>>>, _>` is not satisfied
Test Suite (libp2p, macos-latest)
could not compile `nomos-node-api` (test "todo") due to 4 previous errors
Test Suite (libp2p, macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/tests/todo.rs#L236
cannot find type `Response` in this scope
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/tests/todo.rs#L321
cannot find type `Response` in this scope
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/tests/todo.rs#L80
the trait bound `fn(axum::extract::State<Arc<Mutex<Vec<Todo>>>>, axum::Json<Todo>) -> impl Future<Output = {type error}> {create_todo}: Handler<_, Arc<Mutex<Vec<Todo>>>, _>` is not satisfied
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/tests/todo.rs#L85
the trait bound `fn(axum::extract::Path<i32>, axum::extract::State<Arc<Mutex<Vec<Todo>>>>, HeaderMap) -> impl Future<Output = {type error}> {delete_todo}: Handler<_, Arc<Mutex<Vec<Todo>>>, _>` is not satisfied
Test Suite (libp2p, ubuntu-latest)
could not compile `nomos-node-api` (test "todo") due to 4 previous errors
Test Suite (libp2p, ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/tests/todo.rs#L236
cannot find type `Response` in this scope
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/tests/todo.rs#L321
cannot find type `Response` in this scope
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/tests/todo.rs#L80
the trait bound `fn(axum::extract::State<Arc<Mutex<Vec<Todo>>>>, axum::Json<Todo>) -> impl Future<Output = {type error}> {create_todo}: Handler<_, Arc<Mutex<Vec<Todo>>>, _>` is not satisfied
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/tests/todo.rs#L85
the trait bound `fn(axum::extract::Path<i32>, axum::extract::State<Arc<Mutex<Vec<Todo>>>>, HeaderMap) -> impl Future<Output = {type error}> {delete_todo}: Handler<_, Arc<Mutex<Vec<Todo>>>, _>` is not satisfied
Test Suite (libp2p, windows-latest)
could not compile `nomos-node-api` (test "todo") due to 4 previous errors
Test Suite (libp2p, windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
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)
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 (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): nodes/nomos-node-api/src/http/cl.rs#L13
type alias `ClMempoolService` is never used
Check (libp2p): nodes/nomos-node-api/src/http/cl.rs#L19
function `cl_mempool_metrics` is never used
Check (libp2p): nodes/nomos-node-api/src/http/cl.rs#L46
function `cl_mempool_status` is never used
Check (libp2p): nodes/nomos-node-api/src/http/da.rs#L11
type alias `DaMempoolService` is never used
Check (libp2p): nodes/nomos-node-api/src/http/da.rs#L17
function `da_mempool_metrics` is never used
Check (libp2p): nodes/nomos-node-api/src/http/da.rs#L32
function `da_mempool_status` is never used
Check (libp2p): nodes/nomos-node-api/src/http/info.rs#L27
type alias `Carnot` is never used
Check (libp2p): nodes/nomos-node-api/src/http/info.rs#L42
function `carnot_info` is never used
Check (libp2p): nodes/nomos-node-api/src/http/info.rs#L59
function `libp2p_info` is never used
Check (libp2p)
`nomos-node-api` (lib) generated 9 warnings
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/
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): nodes/nomos-node-api/src/http/cl.rs#L13
type alias `ClMempoolService` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/cl.rs#L19
function `cl_mempool_metrics` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/cl.rs#L46
function `cl_mempool_status` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/da.rs#L11
type alias `DaMempoolService` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/da.rs#L17
function `da_mempool_metrics` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/da.rs#L32
function `da_mempool_status` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/info.rs#L27
type alias `Carnot` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/info.rs#L42
function `carnot_info` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/info.rs#L59
function `libp2p_info` is never used
Test Suite (libp2p, macos-latest)
`nomos-node-api` (lib) generated 9 warnings
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): nodes/nomos-node-api/src/http/cl.rs#L13
type alias `ClMempoolService` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/cl.rs#L19
function `cl_mempool_metrics` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/cl.rs#L46
function `cl_mempool_status` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/da.rs#L11
type alias `DaMempoolService` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/da.rs#L17
function `da_mempool_metrics` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/da.rs#L32
function `da_mempool_status` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/info.rs#L27
type alias `Carnot` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/info.rs#L42
function `carnot_info` is never used
Test Suite (libp2p, macos-latest): nodes/nomos-node-api/src/http/info.rs#L59
function `libp2p_info` is never used
Test Suite (libp2p, macos-latest)
`nomos-node-api` (lib) generated 9 warnings
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): nodes/nomos-node-api/src/http/cl.rs#L13
type alias `ClMempoolService` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/cl.rs#L19
function `cl_mempool_metrics` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/cl.rs#L46
function `cl_mempool_status` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/da.rs#L11
type alias `DaMempoolService` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/da.rs#L17
function `da_mempool_metrics` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/da.rs#L32
function `da_mempool_status` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/info.rs#L27
type alias `Carnot` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/info.rs#L42
function `carnot_info` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/info.rs#L59
function `libp2p_info` is never used
Test Suite (libp2p, ubuntu-latest)
`nomos-node-api` (lib) generated 9 warnings
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/cl.rs#L13
type alias `ClMempoolService` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/cl.rs#L19
function `cl_mempool_metrics` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/cl.rs#L46
function `cl_mempool_status` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/da.rs#L11
type alias `DaMempoolService` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/da.rs#L17
function `da_mempool_metrics` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/da.rs#L32
function `da_mempool_status` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/info.rs#L27
type alias `Carnot` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/info.rs#L42
function `carnot_info` is never used
Test Suite (libp2p, ubuntu-latest): nodes/nomos-node-api/src/http/info.rs#L59
function `libp2p_info` is never used
Test Suite (libp2p, ubuntu-latest)
`nomos-node-api` (lib) generated 9 warnings
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): nodes/nomos-node-api/src/http/cl.rs#L13
type alias `ClMempoolService` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/cl.rs#L19
function `cl_mempool_metrics` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/cl.rs#L46
function `cl_mempool_status` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/da.rs#L11
type alias `DaMempoolService` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/da.rs#L17
function `da_mempool_metrics` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/da.rs#L32
function `da_mempool_status` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/info.rs#L27
type alias `Carnot` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/info.rs#L42
function `carnot_info` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/info.rs#L59
function `libp2p_info` is never used
Test Suite (libp2p, windows-latest)
`nomos-node-api` (lib) generated 9 warnings
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): nodes/nomos-node-api/src/http/cl.rs#L13
type alias `ClMempoolService` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/cl.rs#L19
function `cl_mempool_metrics` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/cl.rs#L46
function `cl_mempool_status` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/da.rs#L11
type alias `DaMempoolService` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/da.rs#L17
function `da_mempool_metrics` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/da.rs#L32
function `da_mempool_status` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/info.rs#L27
type alias `Carnot` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/info.rs#L42
function `carnot_info` is never used
Test Suite (libp2p, windows-latest): nodes/nomos-node-api/src/http/info.rs#L59
function `libp2p_info` is never used
Test Suite (libp2p, windows-latest)
`nomos-node-api` (lib) generated 9 warnings