feat: generate spec file for mainnet #892
Annotations
9 errors and 3 warnings
mismatched types:
/home/runner/.cargo/git/checkouts/polkadot-sdk-5b7570aef63aaea8/32d4e64/substrate/client/rpc-servers/src/middleware/rate_limit.rs#L43
error[E0308]: mismatched types
--> /home/runner/.cargo/git/checkouts/polkadot-sdk-5b7570aef63aaea8/32d4e64/substrate/client/rpc-servers/src/middleware/rate_limit.rs:43:76
|
43 | inner: Arc::new(RateLimitInner::direct_with_clock(Quota::per_minute(n), clock.clone())),
| --------------------------------- ^^^^^^^^^^^^^ expected `&QuantaClock`, found `QuantaClock`
| |
| arguments to this function are incorrect
|
note: associated function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/governor-0.6.3/src/state/direct.rs:58:12
|
58 | pub fn direct_with_clock(quota: Quota, clock: &C) -> Self {
| ^^^^^^^^^^^^^^^^^
help: consider borrowing here
|
43 | inner: Arc::new(RateLimitInner::direct_with_clock(Quota::per_minute(n), &clock.clone())),
| +
|
check
Clippy had exited with the 101 exit code
|
check
couldn't create a temp dir: No space left on device (os error 28) at path "/home/runner/work/subspace-network/subspace-network/target/debug/deps/rmetaZNr8Dv"
|
check
could not compile `clap_builder` (lib) due to 1 previous error
|
check
couldn't create a temp dir: No space left on device (os error 28) at path "/home/runner/work/subspace-network/subspace-network/target/debug/deps/rmetaty3Uy1"
|
check
could not compile `sp-session` (lib) due to 1 previous error
|
check
failed to run custom build command for `wasm-opt-sys v0.116.0`
|
check
failed to run custom build command for `librocksdb-sys v0.11.0+8.1.1`
|
check
Process completed with exit code 101.
|
check
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 0 MB
|
check
[email protected]: ar: unable to copy file '/home/runner/work/subspace-network/subspace-network/target/debug/build/wasm-opt-sys-74ebd8c52dc4b333/out/libwasm-opt-cc.a'; reason: No space left on device
|
check
[email protected]+8.1.1: ar: /home/runner/work/subspace-network/subspace-network/target/debug/build/librocksdb-sys-c4396a7a822749aa/out/librocksdb.a: No space left on device
|