Skip to content

Subcommands and Extensions #138

Subcommands and Extensions

Subcommands and Extensions #138

Triggered via pull request May 31, 2024 17:16
@rauljordanrauljordan
synchronize #33
extensions
Status Success
Total duration 2m 28s
Artifacts

linux.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
field `rebuild` is never read: check/src/project.rs#L24
warning: field `rebuild` is never read --> check/src/project.rs:24:9 | 21 | pub struct BuildConfig { | ----------- field in this struct ... 24 | pub rebuild: bool, | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default
field `clear` is never read: replay/src/trace.rs#L412
warning: field `clear` is never read --> replay/src/trace.rs:412:9 | 411 | StorageFlushCache { | ----------------- field in this variant 412 | clear: u8, | ^^^^^
fields `key` and `value` are never read: replay/src/trace.rs#L408
warning: fields `key` and `value` are never read --> replay/src/trace.rs:408:9 | 407 | StorageCacheBytes32 { | ------------------- fields in this variant 408 | key: FixedBytes<32>, | ^^^ 409 | value: FixedBytes<32>, | ^^^^^
field `status` is never read: replay/src/trace.rs#L391
warning: field `status` is never read --> replay/src/trace.rs:391:9 | 390 | UserReturned { | ------------ field in this variant 391 | status: u32, | ^^^^^^
field `args_len` is never read: replay/src/trace.rs#L388
warning: field `args_len` is never read --> replay/src/trace.rs:388:9 | 387 | UserEntrypoint { | -------------- field in this variant 388 | args_len: u32, | ^^^^^^^^
field `receipt` is never read: replay/src/trace.rs#L22
warning: field `receipt` is never read --> replay/src/trace.rs:22:9 | 20 | pub struct Trace { | ----- field in this struct 21 | pub top_frame: TraceFrame, 22 | pub receipt: TransactionReceipt, | ^^^^^^^ | = note: `Trace` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
(x86_64-unknown-linux-gnu, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
(x86_64-unknown-linux-gnu, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.