Add missing timer to avoid a panic #674
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
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/
|
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/
|
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/
|
src/protocols/udp/server.rs#L14
unused import: `socket2::SockRef`
|
src/protocols/tcp/server.rs#L215
unused variable: `ip_transparent`
|
src/protocols/udp/server.rs#L334
unused variable: `so_mark`
|
src/protocols/dns/resolver.rs#L172
unused variable: `so_mark`
|
src/protocols/tcp/server.rs#L21
unused variable: `so_mark`
|
src/protocols/udp/server.rs#L164
method `local_addr` is never used
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "wstunnel-aarch64-apple-darwin", "wstunnel-aarch64-linux-android", "wstunnel-aarch64-unknown-linux-musl", "wstunnel-armv7-linux-androideabi", "wstunnel-armv7-unknown-linux-musleabihf", "wstunnel-i686-pc-windows-msvc", "wstunnel-i686-unknown-freebsd", "wstunnel-i686-unknown-linux-musl", "wstunnel-x86_64-apple-darwin", "wstunnel-x86_64-pc-windows-msvc", "wstunnel-x86_64-unknown-freebsd", "wstunnel-x86_64-unknown-linux-musl".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading