Merge branch 'main' of https://github.com/kotauskas/interprocess #224
Annotations
9 errors and 16 warnings
Run tests:
tests/named_pipe/msg.rs#L114
no method named `borrow_to_size` found for enum `RecvResult` in the current scope
|
Run tests:
tests/tokio_named_pipe/msg.rs#L115
mismatched types
|
Run tests
could not compile `interprocess` (test "named_pipe") due to 2 previous errors
|
Run tests:
tests/tokio_named_pipe/msg.rs#L116
no method named `size` found for enum `RecvResult` in the current scope
|
Run tests:
tests/tokio_named_pipe/msg.rs#L117
no method named `borrow_to_size` found for enum `RecvResult` in the current scope
|
Run tests:
tests/tokio_named_pipe/msg.rs#L121
mismatched types
|
Run tests:
tests/tokio_named_pipe/msg.rs#L122
no method named `size` found for enum `RecvResult` in the current scope
|
Run tests:
tests/tokio_named_pipe/msg.rs#L123
no method named `borrow_to_size` found for enum `RecvResult` in the current scope
|
Run tests
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
|
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/
|
Install Rust
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/
|
Install Rust
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/
|
Install Rust
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/
|
Install Rust
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/
|
Run Clippy:
src/os/windows/named_pipe/tokio/stream/impls.rs#L170
value assigned to `size` is never read
|
Run Clippy:
src/os/windows/named_pipe/tokio/stream/impls.rs#L505
unused variable: `cx`
|
Run Clippy:
src/os/windows/named_pipe/tokio/stream/impls.rs#L506
unused variable: `buf`
|
Run Clippy:
src/os/windows/named_pipe/tokio/stream/impls.rs#L127
methods `poll_read_init` and `poll_try_recv_msg` are never used
|
Run Clippy
`interprocess` (lib) generated 4 warnings (run `cargo clippy --fix --lib -p interprocess` to apply 2 suggestions)
|
Run tests:
src/os/windows/named_pipe/tokio/stream/impls.rs#L170
value assigned to `size` is never read
|
Run tests:
src/os/windows/named_pipe/tokio/stream/impls.rs#L505
unused variable: `cx`
|
Run tests:
src/os/windows/named_pipe/tokio/stream/impls.rs#L506
unused variable: `buf`
|
Run tests:
src/os/windows/named_pipe/tokio/stream/impls.rs#L127
methods `poll_read_init` and `poll_try_recv_msg` are never used
|
Run tests
`interprocess` (lib) generated 4 warnings (run `cargo fix --lib -p interprocess` to apply 2 suggestions)
|
Run tests
`interprocess` (lib test) generated 4 warnings (4 duplicates)
|
The logs for this run have expired and are no longer available.
Loading