You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tired from a few different machines and receive the same message each time:
Compiling hyperspace-staking-rpc v1.4.0 (/home/ubuntu/metaverse/hyperspace/frame/staking/rpc)
Compiling pallet-babe v2.0.1 (https://github.com/new-mvs/substrate?branch=latest#466ac62e)
Compiling sc-rpc-api v0.8.1 (https://github.com/new-mvs/substrate?branch=latest#466ac62e)
Compiling sc-transaction-graph v2.0.1 (https://github.com/new-mvs/substrate?branch=latest#466ac62e)
error: couldn't read bin/node/runtime/hyperspace/src/../../../../wasm/hyperspace_runtime.compact.wasm: No such file or directory (os error 2)
--> bin/node/runtime/hyperspace/src/lib.rs:186:33
|
186 | pub const WASM_BINARY: &[u8] = include_bytes!("../../../../wasm/hyperspace_runtime.compact.wasm");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro include_bytes (in Nightly builds, run with -Z macro-backtrace for more info)
error: couldn't read bin/node/runtime/hyperspace/src/../../../../wasm/hyperspace_runtime.wasm: No such file or directory (os error 2)
--> bin/node/runtime/hyperspace/src/lib.rs:188:40
|
188 | pub const WASM_BINARY_BLOATY: &[u8] = include_bytes!("../../../../wasm/hyperspace_runtime.wasm");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro include_bytes (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile hyperspace-runtime due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
I've tired from a few different machines and receive the same message each time:
Compiling hyperspace-staking-rpc v1.4.0 (/home/ubuntu/metaverse/hyperspace/frame/staking/rpc)
Compiling pallet-babe v2.0.1 (https://github.com/new-mvs/substrate?branch=latest#466ac62e)
Compiling sc-rpc-api v0.8.1 (https://github.com/new-mvs/substrate?branch=latest#466ac62e)
Compiling sc-transaction-graph v2.0.1 (https://github.com/new-mvs/substrate?branch=latest#466ac62e)
error: couldn't read bin/node/runtime/hyperspace/src/../../../../wasm/hyperspace_runtime.compact.wasm: No such file or directory (os error 2)
--> bin/node/runtime/hyperspace/src/lib.rs:186:33
|
186 | pub const WASM_BINARY: &[u8] = include_bytes!("../../../../wasm/hyperspace_runtime.compact.wasm");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro
include_bytes
(in Nightly builds, run with -Z macro-backtrace for more info)error: couldn't read bin/node/runtime/hyperspace/src/../../../../wasm/hyperspace_runtime.wasm: No such file or directory (os error 2)
--> bin/node/runtime/hyperspace/src/lib.rs:188:40
|
188 | pub const WASM_BINARY_BLOATY: &[u8] = include_bytes!("../../../../wasm/hyperspace_runtime.wasm");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro
include_bytes
(in Nightly builds, run with -Z macro-backtrace for more info)error: could not compile
hyperspace-runtime
due to 2 previous errorswarning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered: