Skip to content

feat: ✨ Add task to get missing files from buckets #5454

feat: ✨ Add task to get missing files from buckets

feat: ✨ Add task to get missing files from buckets #5454

Triggered via pull request January 27, 2026 03:27
Status Failure
Total duration 2m 6s
Artifacts

lint.yml

on: pull_request
Check format with rustfmt
33s
Check format with rustfmt
Check lint with clippy
1m 55s
Check lint with clippy
Check format with biome
21s
Check format with biome
Check lint with biome
23s
Check lint with biome
Typecheck with tsc
21s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Typecheck with tsc
Process completed with exit code 2.
Typecheck with tsc
Object literal may only specify known properties, but 'bspApi' does not exist in type 'Omit<BatchStorageRequestsOptions, "owner"> & { owner?: KeyringPair | undefined; }'. Did you mean to write 'bspApis'?
Check lint with clippy: precompiles/pallet-file-system/src/lib.rs#L257
using `clone` on type `H256` which implements the `Copy` trait
Check lint with clippy: precompiles/pallet-file-system/src/lib.rs#L256
using `clone` on type `H256` which implements the `Copy` trait
Check lint with clippy: precompiles/pallet-file-system/src/lib.rs#L221
using `clone` on type `H256` which implements the `Copy` trait
Check lint with clippy: pallets/provider-randomness/src/lib.rs#L282
useless conversion to the same type: `frame_support::dispatch::PostDispatchInfo`
Check lint with clippy: pallets/provider-randomness/src/lib.rs#L282
useless conversion to the same type: `sp_runtime::DispatchErrorWithPostInfo<frame_support::dispatch::PostDispatchInfo>`
Check lint with clippy: pallets/randomness/src/lib.rs#L111
useless conversion to the same type: `frame_support::dispatch::PostDispatchInfo`
Check lint with clippy: pallets/randomness/src/lib.rs#L111
useless conversion to the same type: `sp_runtime::DispatchErrorWithPostInfo<frame_support::dispatch::PostDispatchInfo>`
Check lint with clippy: primitives/file-metadata/src/lib.rs#L109
manual implementation of `.is_multiple_of()`
Check lint with clippy: primitives/file-metadata/src/lib.rs#L100
manual implementation of `.is_multiple_of()`
Check lint with clippy: pallets/randomness/src/benchmarking.rs#L6
bound is defined in more than one place