-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Problem with asset-hub-rococo-local #4705
Copy link
Copy link
Closed
Labels
I10-unconfirmedIssue might be valid, but it's not yet known.Issue might be valid, but it's not yet known.
Description
Hello, i'm trying to run a local parachain asset-hub-rococo-local.
But I get several errors:
2024-06-05 12:05:48.012 INFO tokio-runtime-worker substrate: [Relaychain] ✨ Imported #1167 (0x6821…a88f)
2024-06-05 12:05:48.015 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: [Parachain] 🙌 Starting consensus session on top of parent 0xa3084023f5ba206d560db9a6af745e5c081943dfb93183c446aec90c1b460b5a
2024-06-05 12:05:48.016 ERROR tokio-runtime-worker runtime: [Parachain] panicked at /builds/cumulus/pallets/parachain-system/src/lib.rs:1176:9:
assertion `left == right` failed
left: 0x0000000000000000000000000000000000000000000000000000000000000000
right: 0xae895d1cfc47a4f13d8ddac5af4d14307940d228debceaf296092a747f32ec17
2024-06-05 12:05:48.016 WARN tokio-runtime-worker sp_state_machine::overlayed_changes::changeset: [Parachain] 1 storage transactions are left open by the runtime. Those will be rolled back.
2024-06-05 12:05:48.016 WARN tokio-runtime-worker sp_state_machine::overlayed_changes::changeset: [Parachain] 1 storage transactions are left open by the runtime. Those will be rolled back.
2024-06-05 12:05:48.016 WARN tokio-runtime-worker basic-authorship: [Parachain] ❗️ Inherent extrinsic returned unexpected error: Error at calling runtime api: Execution failed: Execution aborted due to trap: wasm trap: wasm `unreachable` instruction executed
WASM backtrace:
error while executing at wasm backtrace:
0: 0x33f3e8 - <unknown>!rust_begin_unwind
1: 0x1dfd - <unknown>!core::panicking::panic_fmt::h3e1dd3d08288569e
2: 0x2a888 - <unknown>!core::panicking::assert_failed_inner::hef8aa9140ed3b15c
3: 0xbab22 - <unknown>!core::panicking::assert_failed::h8a82c47de9a6bf1a
4: 0x3aae3 - <unknown>!<cumulus_pallet_parachain_system::pallet::Call<T> as frame_support::traits::dispatch::UnfilteredDispatchable>::dispatch_bypass_filter::{{closure}}::h0a873c9b99583b73
5: 0x2f5ce - <unknown>!<asset_hub_rococo_runtime::RuntimeCall as frame_support::traits::dispatch::UnfilteredDispatchable>::dispatch_bypass_filter::h8a906c4799538643
6: 0x2ef47 - <unknown>!<asset_hub_rococo_runtime::RuntimeCall as sp_runtime::traits::Dispatchable>::dispatch::h71db4ef9c1a32113
7: 0x278c86 - <unknown>!frame_executive::Executive<System,Block,Context,UnsignedValidator,AllPalletsWithSystem,COnRuntimeUpgrade>::apply_extrinsic::hc33ac2c31dcdaba2
8: 0x29da3e - <unknown>!BlockBuilder_apply_extrinsic. Dropping.
2024-06-05 12:05:48.016 ERROR tokio-runtime-worker runtime: [Parachain] panicked at /builds/cumulus/pallets/parachain-system/src/lib.rs:268:18:
set_validation_data inherent needs to be present in every block!
2024-06-05 12:05:48.017 ERROR tokio-runtime-worker aura::cumulus: [Parachain] err=Error { inner: Proposing
and
2024-06-05 12:05:57.646 INFO tokio-runtime-worker substrate: [Parachain] 💤 Idle (0 peers), best: #0 (0xa308…0b5a), finalized #0 (0xa308…0b5a), ⬇ 0.3kiB/s ⬆ 0.4kiB/s
2024-06-05 12:05:57.984 WARN tokio-runtime-worker peerset: [Parachain] Report 12D3KooWFWkZeFvRcNaVa8afQK4oz1nJq1mm3x53DM3EY6AqHnRb: -2147483648 to -2147483648. Reason: Genesis mismatch. Banned, disconnecting.
And parachain is not producing and finalize blocks...
Relaychain chainspec: rococo-local.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
I10-unconfirmedIssue might be valid, but it's not yet known.Issue might be valid, but it's not yet known.