Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant launch Picasso parachain using chopsticks #786

Open
kkast opened this issue Jun 27, 2024 · 2 comments
Open

cant launch Picasso parachain using chopsticks #786

kkast opened this issue Jun 27, 2024 · 2 comments

Comments

@kkast
Copy link

kkast commented Jun 27, 2024

Hello, we have been using chopsticks to test runtime upgrades for picasso chain. Since the change of kusama to coretime we start getting this error for both commands despite trying different versions of chopsticks including the latest one.

npx @acala-network/chopsticks@latest xcm -r kusama -p picasso-kusama
npx @acala-network/chopsticks@latest -c picasso-kusama

[01:41:56.187] INFO (block-builder): Picasso building #5,180,886
app: "chopsticks"
number: 5180886
extrinsics: [
"0x45028400d43593c715fdd31c61141abd…77cd4b77b846f2a5f07c070010a5d4e8"
]
umpCount: 0
runtime ERROR: panicked at 'assertion failed: ingress_channels.binary_search_by_key(sender, |&(s, _)| s).is_ok()', /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vendor-cargo-deps/442dab8d7f9b15bfa988b8093ff666a268943675b515d76043b56d3b8a60e964/cumulus-pallet-parachain-system-0.1.0/src/lib.rs:895:13
[01:41:57.732] WARN (block-builder): Failed to apply inherents {} Error: wasm unreachable instruction executed
app: "chopsticks"
/home/user/.npm/_npx/81ad9c881cb83600/node_modules/@acala-network/chopsticks-core/dist/cjs/blockchain/block-builder.js:213
throw new Error('Failed to apply inherents');
^

Error: Failed to apply inherents
at initNewBlock (/home/user/.npm/_npx/81ad9c881cb83600/node_modules/@acala-network/chopsticks-core/dist/cjs/blockchain/block-builder.js:213:19)
at async buildBlock (/home/user/.npm/_npx/81ad9c881cb83600/node_modules/@acala-network/chopsticks-core/dist/cjs/blockchain/block-builder.js:320:44)
at async TxPool.buildBlock (/home/user/.npm/_npx/81ad9c881cb83600/node_modules/@acala-network/chopsticks-core/dist/cjs/blockchain/txpool.js:340:43)
at async TxPool.buildBlockIfNeeded (/home/user/.npm/_npx/81ad9c881cb83600/node_modules/@acala-network/chopsticks-core/dist/cjs/blockchain/txpool.js:324:9)

could you please tell us what is causing this to fail?
@xlc
Copy link
Member

xlc commented Jun 27, 2024

what version of polkadot sdk is picasso using?

@kkast
Copy link
Author

kkast commented Jun 28, 2024

0.9.43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants