Skip to content

style: cargo fmt

style: cargo fmt #14

Triggered via push March 23, 2024 09:50
Status Success
Total duration 5m 0s
Artifacts 31
Matrix: Compile
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
this `MutexGuard` is held across an `await` point: tuic-client/src/connection/mod.rs#L148
warning: this `MutexGuard` is held across an `await` point --> tuic-client/src/connection/mod.rs:148:32 | 148 | let new_conn = ENDPOINT.get().unwrap().lock().connect().await?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await note: these are all the `await` points this lock is held through --> tuic-client/src/connection/mod.rs:148:73 | 148 | let new_conn = ENDPOINT.get().unwrap().lock().connect().await?; | ^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock
this `MutexGuard` is held across an `await` point: tuic-client/src/connection/mod.rs#L131
warning: this `MutexGuard` is held across an `await` point --> tuic-client/src/connection/mod.rs:131:13 | 131 | / ENDPOINT 132 | | .get() 133 | | .unwrap() 134 | | .lock() | |_______________________^ | = help: consider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling await note: these are all the `await` points this lock is held through --> tuic-client/src/connection/mod.rs:136:18 | 136 | .await | ^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock = note: `#[warn(clippy::await_holding_lock)]` on by default
you should consider adding a `Default` implementation for `Heartbeat`: tuic/src/protocol/heartbeat.rs#L16
warning: you should consider adding a `Default` implementation for `Heartbeat` --> tuic/src/protocol/heartbeat.rs:16:5 | 16 | / pub const fn new() -> Self { 17 | | Self 18 | | } | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default = note: `#[warn(clippy::new_without_default)]` on by default help: try adding this | 12 + impl Default for Heartbeat { 13 + fn default() -> Self { 14 + Self::new() 15 + } 16 + } |
Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, marvinpinto/action-automatic-releases@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Release
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/
Release
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/

Artifacts

Produced during runtime
Name Size Digest
binaries Expired
31.2 MB
sha256:0494e35769bb951ccf25a901cce285da368464c40cfdefc923a4ea7c08f04a74
binary-aarch64-apple-darwin-tuic-client Expired
985 KB
sha256:28a9f89278ce3500f7efd1d2eb0eab90e328a5b5469a677704c0e4b7b21db6c1
binary-aarch64-apple-darwin-tuic-server Expired
965 KB
sha256:cbd3d559d7bdfcc1d8fe7e5e7e4f8654a8e4c44037a38b4a7ba29166cce4a602
binary-aarch64-unknown-linux-gnu-tuic-client Expired
1.08 MB
sha256:7b6dbb55b153672bc12629c0cc53972a4337eca7cff55b0c2155ef93dcefab80
binary-aarch64-unknown-linux-gnu-tuic-server Expired
1.07 MB
sha256:35a7d9648ff95fc59696a766db4a637347afd665600de7cbd694b11be9284774
binary-aarch64-unknown-linux-musl-tuic-client Expired
1.16 MB
sha256:6eb814e9563a706e16b507a6945b9b08cea41750ce1c8be8f422abb575f58204
binary-aarch64-unknown-linux-musl-tuic-server Expired
1.14 MB
sha256:ff81d9a3f249288b05e0d95c51a4d666e6f23795fca15afbc1d6de10c1c1f453
binary-armv7-unknown-linux-gnueabi-tuic-client Expired
1.04 MB
sha256:cabd9c104c44022074338cca3b530a9a050f290f433280863a4d787c712301fe
binary-armv7-unknown-linux-gnueabi-tuic-server Expired
1.02 MB
sha256:e5c8f0c819e3b289f89eb5eb3228f898d8e9512c4db12595c571276db8b35546
binary-armv7-unknown-linux-gnueabihf-tuic-client Expired
1.07 MB
sha256:566a97afa9ea4fe8d4f6cc1cea90967a6a9e9636e4c87656a4efebaf6010c044
binary-armv7-unknown-linux-gnueabihf-tuic-server Expired
1.06 MB
sha256:c30e9638e55b887fab807e00a0054c89d7cff11daa10ff45e25d3eae45aa6ff1
binary-armv7-unknown-linux-musleabi-tuic-client Expired
1.1 MB
sha256:31dd524ea709f6e66b1d7b2193d29da9e951a2d447da0c90a2e06ae274594502
binary-armv7-unknown-linux-musleabi-tuic-server Expired
1.08 MB
sha256:5ae8d5bc6dd3c6b87ba50641efc46b95ee181541a3f64670e7a76b0fb3f4e6da
binary-armv7-unknown-linux-musleabihf-tuic-client Expired
1.1 MB
sha256:8ad385e6e2a8aace05d64334a2b1e3d7842c9b6cd63538c7ce3efc6a3f27ca8d
binary-armv7-unknown-linux-musleabihf-tuic-server Expired
1.08 MB
sha256:45d2b47b6895b606bc0e41d4ad1777ad1ce84601bb718ec308ae35d01fbd77f9
binary-i686-pc-windows-msvc-tuic-client Expired
743 KB
sha256:7c1fbe6e74cf9610f3b5241cea2083565f75102513defa28be801dd399f36c82
binary-i686-pc-windows-msvc-tuic-server Expired
734 KB
sha256:162d0dceb0bb083432bafe966af6b2d97ffea7d3ce23563b5af0eabfb5509f53
binary-i686-unknown-linux-gnu-tuic-client Expired
1020 KB
sha256:e04a71df1ea0ee28aefaf63dc53a094558b25947ab3cc8a7a490a6bbaa1ba21d
binary-i686-unknown-linux-gnu-tuic-server Expired
1010 KB
sha256:c1c38d3594c03e43a1f45bbf4c72f768fc2b3cfb2a1653c8b3254a9040b28398
binary-i686-unknown-linux-musl-tuic-client Expired
1.03 MB
sha256:46e8fad01f6fba7aea6bfce373e2de982ec34bc3d92ad2fc1199e7bef2c4a60b
binary-i686-unknown-linux-musl-tuic-server Expired
1.02 MB
sha256:a9eeb13f512cd2aa692f3fd606e94c5e7e3ef10719afd835f4c9af0ca996e3e1
binary-x86_64-apple-darwin-tuic-client Expired
1.05 MB
sha256:ede00e7081002d902650194c86c0c7a92dca0aa20b7d215f96869c64a85fa602
binary-x86_64-apple-darwin-tuic-server Expired
1.03 MB
sha256:6c47aae71610cd69b658938bf8acf9f49c40f127d3743adbb3238919df54b06d
binary-x86_64-pc-windows-msvc-tuic-client Expired
947 KB
sha256:31c0132bb30f17d7b88907f9dce122c7a34801c8626ecf7ea56a2641d7ec4639
binary-x86_64-pc-windows-msvc-tuic-server Expired
933 KB
sha256:a97ced67f6fdfba7b2a2c9e2e3ecad36541a041cc0a135c77d4c1289a440f493
binary-x86_64-unknown-freebsd-tuic-client Expired
1.12 MB
sha256:05909755965b87f73fd97d3e05f9597c3cf6b7a295c3ef671ca48e2376272b97
binary-x86_64-unknown-freebsd-tuic-server Expired
1.1 MB
sha256:1cb4a4c5129ec8af9f3af79642d86ade723f9261c59b8fc181c7300aaecfc85d
binary-x86_64-unknown-linux-gnu-tuic-client Expired
1.13 MB
sha256:7d5d898f1890599fbefce7e8c427f3b990fa1f22a80af3d3f6c97898ba9c1972
binary-x86_64-unknown-linux-gnu-tuic-server Expired
1.12 MB
sha256:8bff16a81b3271607075a22cade997181ce06b5055993ac76bc2e46f35189834
binary-x86_64-unknown-linux-musl-tuic-client Expired
1.2 MB
sha256:50171e740d3a18b51d08226ce96c1cc76862d13fda030908e1a74d98b69d8d48
binary-x86_64-unknown-linux-musl-tuic-server Expired
1.18 MB
sha256:d8a9f5470c7139ca561bdf0d73127db53575e87fa51f4df0bd69b80c54ccfeba