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 successfully install substrate-contract-node by running command cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --force --locked on my Raspberry Pi 400. OS information below: Linux rpi400 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux
However, substrate-contract-node fails to start with following error output: 2022-05-31 16:52:20 Substrate Contracts Node 2022-05-31 16:52:20 ✌ version 0.16.0-5385718122b 2022-05-31 16:52:20 ❤ by Parity Technologies <[email protected]>, 2021-2022 2022-05-31 16:52:20 📋 Chain specification: Development 2022-05-31 16:52:20 🏷 Node name: moaning-boundary-7547 2022-05-31 16:52:20 👤 Role: AUTHORITY 2022-05-31 16:52:20 💾 Database: RocksDb at /tmp/substrateU9TxXG/chains/dev/db/full 2022-05-31 16:52:20 ⛓ Native runtime: substrate-contracts-node-100 (substrate-contracts-node-1.tx1.au1) 2022-05-31 16:52:25 🔨 Initializing Genesis block/state (state: 0x3940…bce2, header-hash: 0xbc36…ce4e) 2022-05-31 16:52:25 🏷 Local node identity is: 12D3KooWJ3c55tkn5JfrUEDKy95omvAfeaPG87Erozdmn9W8eudm Error: Service(Application(Application(VersionInvalid("cannot create the wasmtime engine: failed to create memory pool mapping")))) 2022-05-31 16:52:25 Cannot create a runtime error=Other("cannot create the wasmtime engine: failed to create memory pool mapping") 2022-05-31 16:52:25 The NetworkStart returned as part ofbuild_networkhas been silently dropped
Please help.
The text was updated successfully, but these errors were encountered:
Hi there,
I successfully install
substrate-contract-node
by running commandcargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --force --locked
on my Raspberry Pi 400. OS information below:Linux rpi400 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux
However,
substrate-contract-node
fails to start with following error output:2022-05-31 16:52:20 Substrate Contracts Node 2022-05-31 16:52:20 ✌ version 0.16.0-5385718122b 2022-05-31 16:52:20 ❤ by Parity Technologies <[email protected]>, 2021-2022 2022-05-31 16:52:20 📋 Chain specification: Development 2022-05-31 16:52:20 🏷 Node name: moaning-boundary-7547 2022-05-31 16:52:20 👤 Role: AUTHORITY 2022-05-31 16:52:20 💾 Database: RocksDb at /tmp/substrateU9TxXG/chains/dev/db/full 2022-05-31 16:52:20 ⛓ Native runtime: substrate-contracts-node-100 (substrate-contracts-node-1.tx1.au1) 2022-05-31 16:52:25 🔨 Initializing Genesis block/state (state: 0x3940…bce2, header-hash: 0xbc36…ce4e) 2022-05-31 16:52:25 🏷 Local node identity is: 12D3KooWJ3c55tkn5JfrUEDKy95omvAfeaPG87Erozdmn9W8eudm Error: Service(Application(Application(VersionInvalid("cannot create the wasmtime engine: failed to create memory pool mapping")))) 2022-05-31 16:52:25 Cannot create a runtime error=Other("cannot create the wasmtime engine: failed to create memory pool mapping") 2022-05-31 16:52:25 The NetworkStart returned as part of
build_networkhas been silently dropped
Please help.
The text was updated successfully, but these errors were encountered: