Skip to content

fix: bin_path wiring; bump version to v0.5.1 #824

fix: bin_path wiring; bump version to v0.5.1

fix: bin_path wiring; bump version to v0.5.1 #824

Triggered via pull request October 14, 2025 13:29
Status Success
Total duration 4m 44s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
nightly-fmt
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-fmt
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-fmt
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-fmt
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/
large size difference between variants: crates/cli/src/cli.rs#L95
warning: large size difference between variants --> crates/cli/src/cli.rs:95:1 | 95 | / pub enum EnclaveCommand { 96 | | /// Build the Quartz app's enclave 97 | | Build(EnclaveBuildArgs), | | ----------------------- the second-largest variant contains at least 1 bytes 98 | | /// Run the Quartz app's enclave 99 | | Start(EnclaveStartArgs), | | ----------------------- the largest variant contains at least 216 bytes 100 | | } | |_^ the entire enum is at least 216 bytes | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant = note: `#[warn(clippy::large_enum_variant)]` on by default help: consider boxing the large fields or introducing indirection in some other way to reduce the total size of the enum | 99 - Start(EnclaveStartArgs), 99 + Start(Box<EnclaveStartArgs>), |
large size difference between variants: crates/cli/src/cli.rs#L95
warning: large size difference between variants --> crates/cli/src/cli.rs:95:1 | 95 | / pub enum EnclaveCommand { 96 | | /// Build the Quartz app's enclave 97 | | Build(EnclaveBuildArgs), | | ----------------------- the second-largest variant contains at least 1 bytes 98 | | /// Run the Quartz app's enclave 99 | | Start(EnclaveStartArgs), | | ----------------------- the largest variant contains at least 216 bytes 100 | | } | |_^ the entire enum is at least 216 bytes | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant = note: `#[warn(clippy::large_enum_variant)]` on by default help: consider boxing the large fields or introducing indirection in some other way to reduce the total size of the enum | 99 - Start(EnclaveStartArgs), 99 + Start(Box<EnclaveStartArgs>), |
the `Err`-variant returned from this function is very large: crates/enclave/core/src/handler.rs#L97
warning: the `Err`-variant returned from this function is very large --> crates/enclave/core/src/handler.rs:97:6 | 97 | ) -> Result<(), Status> { | ^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 176 bytes | = help: try reducing the size of `tonic::Status`, for example by boxing large elements or replacing it with `Box<tonic::Status>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err = note: `#[warn(clippy::result_large_err)]` on by default
the `Err`-variant returned from this function is very large: crates/enclave/core/src/handler.rs#L97
warning: the `Err`-variant returned from this function is very large --> crates/enclave/core/src/handler.rs:97:6 | 97 | ) -> Result<(), Status> { | ^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 176 bytes | = help: try reducing the size of `tonic::Status`, for example by boxing large elements or replacing it with `Box<tonic::Status>` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err = note: `#[warn(clippy::result_large_err)]` on by default
clippy
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>02FDuaAAAAAAwdNgw/6DWS6lFagluphPJUEFPRURHRTA2MTMARWRnZQ==
clippy
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/
clippy
Failed to restore: Cache service responded with 400
clippy
The `save-state` 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/
clippy
The `save-state` 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/
clippy
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/
clippy
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/
clippy
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/
clippy
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
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0NlHuaAAAAAC6HDIZgqZHRLRy2dXyUie4UEhMMzBFREdFMDIwNwBFZGdl
test
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
Failed to restore: Cache service responded with 400
test
The `save-state` 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
The `save-state` 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
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
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
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
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/