Skip to content

Small named pipe refactor #261

Small named pipe refactor

Small named pipe refactor #261

Triggered via push March 25, 2024 11:19
Status Failure
Total duration 1m 41s
Artifacts
Matrix: check_and_test
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 76 warnings
nightly on ubuntu-latest: src/macros/forward_iorw.rs#L84
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
nightly on ubuntu-latest: src/macros/forward_iorw.rs#L87
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
nightly on ubuntu-latest: src/macros/forward_iorw.rs#L93
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
nightly on ubuntu-latest
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
1.74.0 on ubuntu-latest: src/macros/forward_iorw.rs#L84
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
1.74.0 on ubuntu-latest: src/macros/forward_iorw.rs#L87
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
1.74.0 on ubuntu-latest: src/macros/forward_iorw.rs#L93
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
1.74.0 on ubuntu-latest
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
1.74.0 on macos-latest: src/macros/forward_iorw.rs#L84
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
1.74.0 on macos-latest: src/macros/forward_iorw.rs#L87
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
1.74.0 on macos-latest: src/macros/forward_iorw.rs#L93
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
1.74.0 on macos-latest
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
nightly on macos-latest: src/macros/forward_iorw.rs#L84
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
nightly on macos-latest: src/macros/forward_iorw.rs#L87
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
nightly on macos-latest: src/macros/forward_iorw.rs#L93
no method named `refwd` found for mutable reference `&mut &os::unix::uds_local_socket::stream::SendHalf` in the current scope
nightly on macos-latest
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
1.74.0 on windows-latest: src/local_socket/tokio/listener/enum.rs#L138
functions in traits cannot be declared `async`
1.74.0 on windows-latest: src/local_socket/tokio/listener/trait.rs#L37
`impl Trait` only allowed in function and inherent method return types, not in trait method return types
1.74.0 on windows-latest: src/local_socket/tokio/stream/enum.rs#L122
functions in traits cannot be declared `async`
1.74.0 on windows-latest: src/local_socket/tokio/stream/trait.rs#L26
`impl Trait` only allowed in function and inherent method return types, not in trait method return types
1.74.0 on windows-latest: src/os/windows/named_pipe/local_socket/tokio/listener.rs#L38
functions in traits cannot be declared `async`
1.74.0 on windows-latest: src/os/windows/named_pipe/local_socket/tokio/stream.rs#L33
functions in traits cannot be declared `async`
1.74.0 on windows-latest
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
nightly on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
nightly on 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/
nightly on 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/
nightly on 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/
nightly on 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/
nightly on 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/
nightly on ubuntu-latest: src/os/unix/c_wrappers.rs#L4
unused import: `net::Shutdown`
nightly on ubuntu-latest
`interprocess` (lib) generated 1 warning
1.74.0 on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1.74.0 on 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/
1.74.0 on ubuntu-latest: src/os/unix/c_wrappers.rs#L4
unused import: `net::Shutdown`
1.74.0 on ubuntu-latest
`interprocess` (lib) generated 1 warning
1.74.0 on 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/
1.74.0 on 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/
1.74.0 on 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/
1.74.0 on 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/
1.74.0 on macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1.74.0 on 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/
1.74.0 on macos-latest: src/os/unix/c_wrappers.rs#L4
unused import: `net::Shutdown`
1.74.0 on macos-latest: src/os/unix/uds_local_socket.rs#L19
unused import: `ffi::OsStrExt`
1.74.0 on macos-latest
`interprocess` (lib) generated 2 warnings
1.74.0 on 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/
1.74.0 on 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/
1.74.0 on 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/
1.74.0 on 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/
nightly on macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
nightly on 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/
nightly on 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/
nightly on 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/
nightly on 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/
nightly on 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/
nightly on macos-latest: src/os/unix/c_wrappers.rs#L4
unused import: `net::Shutdown`
nightly on macos-latest: src/os/unix/uds_local_socket.rs#L19
unused import: `ffi::OsStrExt`
nightly on macos-latest
`interprocess` (lib) generated 2 warnings
1.74.0 on windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1.74.0 on 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/
1.74.0 on 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/
1.74.0 on 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/
1.74.0 on 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/
1.74.0 on 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/
1.74.0 on windows-latest: src/os/windows/named_pipe/stream/impl.rs#L11
unused import: `REBURY_ERR`
1.74.0 on windows-latest: src/os/windows/named_pipe/stream.rs#L7
unused import: `r#impl::*`
1.74.0 on windows-latest
`interprocess` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p interprocess` to apply 2 suggestions)
1.74.0 on windows-latest: src/local_socket.rs#L8
unresolved link to `ImplType`
1.74.0 on windows-latest: src/local_socket.rs#L17
unresolved link to `ImplProperties`
1.74.0 on windows-latest: src/local_socket.rs#L17
unresolved link to `ImplType`
1.74.0 on windows-latest: src/local_socket.rs#L19
unresolved link to `ImplProperties`
1.74.0 on windows-latest: src/local_socket.rs#L21
unresolved link to `ImplProperties`
1.74.0 on windows-latest
`interprocess` (lib doc) generated 5 warnings
1.74.0 on windows-latest: src/os/windows/named_pipe/stream/impl.rs#L11
unused import: `REBURY_ERR`
1.74.0 on windows-latest: src/os/windows/named_pipe/stream.rs#L7
unused import: `r#impl::*`
1.74.0 on windows-latest
`interprocess` (lib) generated 2 warnings (run `cargo fix --lib -p interprocess` to apply 2 suggestions)
nightly on windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
nightly on 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/
nightly on windows-latest: src/os/windows/named_pipe/stream.rs#L7
unused import: `r#impl::*`
nightly on windows-latest
`interprocess` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p interprocess` to apply 2 suggestions)
nightly on windows-latest: src/os/windows/named_pipe/stream.rs#L7
unused import: `r#impl::*`
nightly on windows-latest
`interprocess` (lib) generated 2 warnings (run `cargo fix --lib -p interprocess` to apply 2 suggestions)
nightly on 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/
nightly on 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/
nightly on 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/
nightly on 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/
nightly on windows-latest: src/local_socket.rs#L8
unresolved link to `ImplType`
nightly on windows-latest: src/local_socket.rs#L17
unresolved link to `ImplProperties`
nightly on windows-latest: src/local_socket.rs#L17
unresolved link to `ImplType`
nightly on windows-latest: src/local_socket.rs#L19
unresolved link to `ImplProperties`
nightly on windows-latest: src/local_socket.rs#L21
unresolved link to `ImplProperties`
nightly on windows-latest
`interprocess` (lib doc) generated 5 warnings
nightly on windows-latest: src/local_socket.rs#L8
unresolved link to `ImplType`
nightly on windows-latest: src/local_socket.rs#L17
unresolved link to `ImplProperties`
nightly on windows-latest: src/local_socket.rs#L17
unresolved link to `ImplType`
nightly on windows-latest: src/local_socket.rs#L19
unresolved link to `ImplProperties`
nightly on windows-latest: src/local_socket.rs#L21
unresolved link to `ImplProperties`
nightly on windows-latest
`interprocess` (lib doc) generated 5 warnings