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
Trying to run zombienet against the most recent Moonbeam node (using rawspec) gives error. I can't reproduce this on kubernetes, but happens on native provider only.
Steps to reproduce the issue
Steps to reproduce the issue
Launch this config with latest zombienet: (at time of writing .92)
╰─λ tmp/zombienet_new -p native spawn configs/zombieAlphanet.json
╔════════════════════╤════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ 🧟 Zombienet 🧟 │ Initiation ║
╟────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────╢
║ Provider │ native ║
╟────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────╢
║ Namespace │ zombie-27e892895bfbf7b42402c7fcf2803dcd ║
╟────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────╢
║ Temp Dir │ /tmp/zombie-27e892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe ║
╚════════════════════╧════════════════════════════════════════════════════════════════════════════════════════════════════╝
┌─────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Pod │ temp │
├─────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Status │ Launching │
├─────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Command │ bash -c tmp/polkadot build-spec --chain rococo-local --disable-default-bootnode > /tm │
│ │ p/zombie-27e892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/cfg/rococo-local-plain.jso │
│ │ n │
└─────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────┬────────────────────────────────────────────────────────────────────────────────┐
│ Pod │ temp │
├────────────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────┤
│ Status │ Ready │
└────────────────────────────────────────┴────────────────────────────────────────────────────────────────────────────────┘
🚧 Chain Spec forparaId 1000 was set to a filein raw format, can't customize. 🚧┌─────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐│ Pod │ temp-collator │├─────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Status │ Launching │├─────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Command │ bash -c ../target/release/moonbeam export-genesis-state -d /tmp/zombie-27e892895bfbf7 ││ │ b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/export-genesis-state/1000 --chain /tmp/zombie-27e ││ │ 892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/moonbase-local-1000-rococo-local.json ││ │ /tmp/zombie-27e892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/cfg/genesis-state-1000 ││ │ && ../target/release/moonbeam export-genesis-wasm --chain /tmp/zombie-27e892895bfbf7b42402 ││ │ c7fcf2803dcd_-1729858-VD6t27rdJmoe/moonbase-local-1000-rococo-local.json /tmp/zombie-27e89 ││ │ 2895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/cfg/genesis-wasm-1000 │└─────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘Error: Error: Command failed with exit code 2: bash -c ../target/release/moonbeam export-genesis-state -d /tmp/zombie-27e892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/export-genesis-state/1000 --chain /tmp/zombie-27e892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/moonbase-local-1000-rococo-local.json /tmp/zombie-27e892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/cfg/genesis-state-1000 && ../target/release/moonbeam export-genesis-wasm --chain /tmp/zombie-27e892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/moonbase-local-1000-rococo-local.json /tmp/zombie-27e892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/cfg/genesis-wasm-1000error: unexpected argument '-d' foundtip: to pass '-d' as a value, use '-- -d'Usage: moonbeam export-genesis-state [OPTIONS] [OUTPUT]For more information, try '--help'.undefined┌────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐│ Node' │ /tmp/zombie-27e892895bfbf7b42402c7fcf2803dcd_-1729858-VD6t27rdJmoe/logs │
│ s logs: │ │
│ m │ │
└────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘
Error: Error: Command failed with exit code 2: bash -c kill -9
kill: usage: kill [-s sigspec |-n signum |-sigspec] pid | jobspec ... or kill -l [sigspec]
Describe the results you expected
Network to launch:
╰─λ tmp/zombienet_old -p native spawn configs/zombieAlphanet.json
╔════════════════════╤════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ 🧟 Zombienet 🧟 │ Initiation ║
╟────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────╢
║ Provider │ native ║
╟────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────╢
║ Namespace │ zombie-662b1afd1e3a2f68d35636b493b1a5b6 ║
╟────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────╢
║ Temp Dir │ /tmp/zombie-662b1afd1e3a2f68d35636b493b1a5b6_-1726896-U2gpPTgd91zT ║
╚════════════════════╧════════════════════════════════════════════════════════════════════════════════════════════════════╝
┌─────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Pod │ temp │
├─────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Status │ Launching │
├─────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Command │ bash -c tmp/polkadot build-spec --chain rococo-local --disable-default-bootnode > /tm │
│ │ p/zombie-662b1afd1e3a2f68d35636b493b1a5b6_-1726896-U2gpPTgd91zT/cfg/rococo-local-plain.jso │
│ │ n │
└─────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────┬────────────────────────────────────────────────────────────────────────────────┐
│ Pod │ temp │
├────────────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────┤
│ Status │ Ready │
└────────────────────────────────────────┴────────────────────────────────────────────────────────────────────────────────┘
🚧 Chain Spec forparaId 1000 was set to a filein raw format, can't customize. 🚧..........┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐│ Network launched 🚀🚀 │├──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Namespace │ zombie-662b1afd1e3a2f68d35636b493b1a5b6 │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Provider │ native │├──────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Node Information │├──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Name │ alice │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Direct Link │ https://polkadot.js.org/apps/?rpc=ws://127.0.0.1:39745#/explorer │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Prometheus Link │ http://127.0.0.1:35277/metrics │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Log Cmd │ tail -f /tmp/zombie-662b1afd1e3a2f68d35636b493b1a5b6_-1726896-U2gpPTgd91zT/alice.log │├──────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Node Information │├──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Name │ bob │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Direct Link │ https://polkadot.js.org/apps/?rpc=ws://127.0.0.1:41513#/explorer │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Prometheus Link │ http://127.0.0.1:44365/metrics │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Log Cmd │ tail -f /tmp/zombie-662b1afd1e3a2f68d35636b493b1a5b6_-1726896-U2gpPTgd91zT/bob.log │├──────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Node Information │├──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Name │ alith │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Direct Link │ https://polkadot.js.org/apps/?rpc=ws://127.0.0.1:33345#/explorer │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Prometheus Link │ http://127.0.0.1:46811/metrics │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Log Cmd │ tail -f /tmp/zombie-662b1afd1e3a2f68d35636b493b1a5b6_-1726896-U2gpPTgd91zT/alith.log │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ Parachain ID │ 1000 │├──────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤│ ChainSpec Path │ /tmp/zombie-662b1afd1e3a2f68d35636b493b1a5b6_-1726896-U2gpPTgd91zT/moonbase-local-1000-rococo-loc… │└──────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘
Zombienet version
1.3.92
Provider
Native
Provider version
## For binariespolkadot 1.3.0-7c9fd83805cmoonbeam 0.35.0-806347a6d8e
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Screenshots
No response
The text was updated successfully, but these errors were encountered:
timbrinded
changed the title
Latest Zombienet buildspec incompatible with older versions of polkadotSDK built nodes
Latest Zombienet adds erroneous -d flag to genesis-export
Feb 5, 2024
Issue Description
Trying to run zombienet against the most recent Moonbeam node (using rawspec) gives error. I can't reproduce this on kubernetes, but happens on native provider only.
Steps to reproduce the issue
Steps to reproduce the issue
zombienet.json:
Describe the results you received
Error printed to log:
Describe the results you expected
Network to launch:
Zombienet version
1.3.92
Provider
Native
Provider version
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Screenshots
No response
The text was updated successfully, but these errors were encountered: