refactor(network): split bearer into read / write parts #1002
validate.yml
on: push
Test Suite
5m 49s
Lints
42s
Matrix: Check
Annotations
15 errors and 54 warnings
Lints:
pallas-network/src/multiplexer.rs#L9
unused import: `tokio::select`
|
Lints:
pallas-network/src/multiplexer.rs#L75
constant `BUFFER_LEN` is never used
|
Lints:
pallas-network/src/multiplexer.rs#L141
method `try_read` is never used
|
Lints:
pallas-network/src/multiplexer.rs#L417
unused `std::result::Result` in tuple element 0 that must be used
|
Lints:
pallas-network/src/multiplexer.rs#L417
unused `std::result::Result` in tuple element 1 that must be used
|
Lints
could not compile `pallas-network` (lib) due to 5 previous errors
|
Lints
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Check (windows-latest, stable):
pallas-network/src/multiplexer.rs#L8
unresolved import `tokio::net::unix`
|
Check (windows-latest, stable):
pallas-network/src/multiplexer.rs#L153
no variant or associated item named `Unix` found for enum `BearerReadHalf` in the current scope
|
Check (windows-latest, stable):
pallas-network/src/multiplexer.rs#L116
no variant or associated item named `Unix` found for enum `Bearer` in the current scope
|
Check (windows-latest, stable):
pallas-network/src/multiplexer.rs#L118
no variant or associated item named `Unix` found for enum `BearerReadHalf` in the current scope
|
Check (windows-latest, stable):
pallas-network/src/multiplexer.rs#L118
no variant or associated item named `Unix` found for enum `BearerWriteHalf` in the current scope
|
Check (windows-latest, stable)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
|
Test Suite:
pallas-network/src/multiplexer.rs#L558
arguments to this function are incorrect
|
Test Suite
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Lints
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/
|
Lints
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/
|
Lints
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/
|
Lints
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/
|
Lints
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 (windows-latest, stable)
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 (windows-latest, stable):
pallas-network/src/facades.rs#L1
unused import: `std::path::Path`
|
Check (windows-latest, stable):
pallas-network/src/facades.rs#L11
unused import: `Confirmation`
|
Check (windows-latest, stable):
pallas-network/src/multiplexer.rs#L9
unused import: `tokio::select`
|
Check (windows-latest, stable)
`pallas-network` (lib) generated 3 warnings
|
Check (windows-latest, stable)
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 (windows-latest, stable)
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 (windows-latest, stable)
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 (windows-latest, stable)
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 (ubuntu-latest, stable)
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 (ubuntu-latest, stable)
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 (ubuntu-latest, stable)
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 (ubuntu-latest, stable)
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 (ubuntu-latest, stable)
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 (ubuntu-latest, stable):
pallas-network/src/multiplexer.rs#L9
unused import: `tokio::select`
|
Check (ubuntu-latest, stable):
pallas-network/src/multiplexer.rs#L75
constant `BUFFER_LEN` is never used
|
Check (ubuntu-latest, stable):
pallas-network/src/multiplexer.rs#L141
method `try_read` is never used
|
Check (ubuntu-latest, stable):
pallas-network/src/multiplexer.rs#L417
unused `Result` in tuple element 0 that must be used
|
Check (ubuntu-latest, stable):
pallas-network/src/multiplexer.rs#L417
unused `Result` in tuple element 1 that must be used
|
Check (ubuntu-latest, stable)
`pallas-network` (lib) generated 5 warnings (run `cargo fix --lib -p pallas-network` to apply 1 suggestion)
|
Check (ubuntu-latest, stable):
examples/n2n-miniprotocols/src/main.rs#L7
function `do_blockfetch` is never used
|
Check (ubuntu-latest, stable)
`n2n-miniprotocols` (bin "n2n-miniprotocols") generated 1 warning
|
Test Suite
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
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
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
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
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:
pallas-network/src/multiplexer.rs#L9
unused import: `tokio::select`
|
Test Suite:
pallas-network/src/multiplexer.rs#L75
constant `BUFFER_LEN` is never used
|
Test Suite:
pallas-network/src/multiplexer.rs#L141
method `try_read` is never used
|
Test Suite:
pallas-network/src/multiplexer.rs#L417
unused `Result` in tuple element 0 that must be used
|
Test Suite:
pallas-network/src/multiplexer.rs#L417
unused `Result` in tuple element 1 that must be used
|
Test Suite
`pallas-network` (lib) generated 5 warnings (run `cargo fix --lib -p pallas-network` to apply 1 suggestion)
|
Test Suite:
examples/n2n-miniprotocols/src/main.rs#L7
function `do_blockfetch` is never used
|
Test Suite
`n2n-miniprotocols` (bin "n2n-miniprotocols" test) generated 1 warning
|
Test Suite
`pallas-network` (lib test) generated 1 warning (1 duplicate)
|
Check (macOS-latest, stable)
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 (macOS-latest, stable):
pallas-network/src/multiplexer.rs#L9
unused import: `tokio::select`
|
Check (macOS-latest, stable):
pallas-network/src/multiplexer.rs#L75
constant `BUFFER_LEN` is never used
|
Check (macOS-latest, stable):
pallas-network/src/multiplexer.rs#L141
method `try_read` is never used
|
Check (macOS-latest, stable):
pallas-network/src/multiplexer.rs#L417
unused `Result` in tuple element 0 that must be used
|
Check (macOS-latest, stable):
pallas-network/src/multiplexer.rs#L417
unused `Result` in tuple element 1 that must be used
|
Check (macOS-latest, stable)
`pallas-network` (lib) generated 5 warnings (run `cargo fix --lib -p pallas-network` to apply 1 suggestion)
|
Check (macOS-latest, stable):
examples/n2n-miniprotocols/src/main.rs#L7
function `do_blockfetch` is never used
|
Check (macOS-latest, stable)
`n2n-miniprotocols` (bin "n2n-miniprotocols") generated 1 warning
|
Check (macOS-latest, stable)
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 (macOS-latest, stable)
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 (macOS-latest, stable)
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 (macOS-latest, stable)
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/
|