Skip to content

Instantly share code, notes, and snippets.

@NunoAlexandre
Created August 15, 2023 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NunoAlexandre/cffcce607a61e6b0d4690d9c12d8eea4 to your computer and use it in GitHub Desktop.
Save NunoAlexandre/cffcce607a61e6b0d4690d9c12d8eea4 to your computer and use it in GitHub Desktop.
Docker Relay 0.9.43 with right genesis spec
2023-08-15 13:43:04 <jemalloc>: MADV_DONTNEED does not work (memset will be used instead)
2023-08-15 13:43:04 <jemalloc>: (This is the expected behaviour if you are running under QEMU)
2023-08-15 13:43:04 2023-08-15 11:43:04.513 INFO main sc_cli::runner: Parity Polkadot
2023-08-15 13:43:04 2023-08-15 11:43:04.518 INFO main sc_cli::runner: ✌️ version 0.9.43-ba42b9ce51d
2023-08-15 13:43:04 2023-08-15 11:43:04.519 INFO main sc_cli::runner: ❤️ by Parity Technologies <admin@parity.io>, 2017-2023
2023-08-15 13:43:04 2023-08-15 11:43:04.519 INFO main sc_cli::runner: 📋 Chain specification: Rococo Local Testnet
2023-08-15 13:43:04 2023-08-15 11:43:04.519 INFO main sc_cli::runner: 🏷 Node name: Alice
2023-08-15 13:43:04 2023-08-15 11:43:04.519 INFO main sc_cli::runner: 👤 Role: AUTHORITY
2023-08-15 13:43:04 2023-08-15 11:43:04.519 INFO main sc_cli::runner: 💾 Database: RocksDb at /data/chains/rococo_local_testnet/db/full
2023-08-15 13:43:04 2023-08-15 11:43:04.519 INFO main sc_cli::runner: ⛓ Native runtime: rococo-9430 (parity-rococo-v2.0-0.tx22.au0)
2023-08-15 13:43:07 2023-08-15 11:43:07.305 WARN main sc_executor_wasmtime::util: You're running on a system with a broken `madvise(MADV_DONTNEED)` implementation. This will result in lower performance.
2023-08-15 13:43:27 2023-08-15 11:43:27.285 INFO main sc_service::client::client: 🔨 Initializing Genesis block/state (state: 0xb8f0…dcd2, header-hash: 0x1f9b…6b45)
2023-08-15 13:43:27 2023-08-15 11:43:27.336 INFO main grandpa: 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.
2023-08-15 13:43:47 2023-08-15 11:43:47.520 INFO main babe: 👶 Creating empty BABE epoch changes on what appears to be first startup.
2023-08-15 13:43:47 2023-08-15 11:43:47.541 INFO main sub-libp2p: 🏷 Local node identity is: 12D3KooWDLpRT9KFo6pKdkmdQQt599tmqVYpoeiHemY32Gf4RUpp
2023-08-15 13:43:47 2023-08-15 11:43:47.763 INFO main sc_sysinfo: 💻 Operating system: linux
2023-08-15 13:43:47 2023-08-15 11:43:47.763 INFO main sc_sysinfo: 💻 CPU architecture: x86_64
2023-08-15 13:43:47 2023-08-15 11:43:47.763 INFO main sc_sysinfo: 💻 Target environment: gnu
2023-08-15 13:43:47 2023-08-15 11:43:47.763 INFO main sc_sysinfo: 💻 Memory: 10454MB
2023-08-15 13:43:47 2023-08-15 11:43:47.763 INFO main sc_sysinfo: 💻 Kernel: 5.15.49-linuxkit-pr
2023-08-15 13:43:47 2023-08-15 11:43:47.763 INFO main sc_sysinfo: 💻 Linux distribution: Ubuntu 20.04.6 LTS
2023-08-15 13:43:47 2023-08-15 11:43:47.763 INFO main sc_sysinfo: 💻 Virtual machine: no
2023-08-15 13:43:47 2023-08-15 11:43:47.763 INFO main sc_service::builder: 📦 Highest known block at #0
2023-08-15 13:43:47 2023-08-15 11:43:47.770 INFO tokio-runtime-worker substrate_prometheus_endpoint: 〽️ Prometheus exporter started at 127.0.0.1:9615
2023-08-15 13:43:47 2023-08-15 11:43:47.785 INFO main sc_rpc_server: Running JSON-RPC server: addr=0.0.0.0:9944, allowed origins=["*"]
2023-08-15 13:43:47 2023-08-15 11:43:47.788 INFO main sc_sysinfo: 🏁 CPU score: 57.04 MiBs
2023-08-15 13:43:47 2023-08-15 11:43:47.789 INFO main sc_sysinfo: 🏁 Memory score: 5.17 GiBs
2023-08-15 13:43:47 2023-08-15 11:43:47.789 INFO main sc_sysinfo: 🏁 Disk score (seq. writes): 824.16 MiBs
2023-08-15 13:43:47 2023-08-15 11:43:47.789 INFO main sc_sysinfo: 🏁 Disk score (rand. writes): 317.16 MiBs
2023-08-15 13:43:47 2023-08-15 11:43:47.790 WARN main polkadot_service: ⚠️ The hardware does not meet the minimal requirements for role 'Authority' find out more at:
2023-08-15 13:43:47 https://wiki.polkadot.network/docs/maintain-guides-how-to-validate-polkadot#reference-hardware
2023-08-15 13:43:47 2023-08-15 11:43:47.850 INFO tokio-runtime-worker parachain::approval-voting: Starting with an empty approval vote DB.
2023-08-15 13:43:47 2023-08-15 11:43:47.865 INFO main babe: 👶 Starting BABE Authorship worker
2023-08-15 13:43:48 2023-08-15 11:43:48.262 INFO tokio-runtime-worker jsonrpsee_server::server: Accepting new connection 1/100
2023-08-15 13:43:49 2023-08-15 11:43:49.801 ERROR tokio-runtime-worker sub-authority-discovery: Failed to publish external addresses: Failed calling into the Substrate runtime: Error at calling runtime api: Execution failed: Execution aborted due to trap: wasm trap: call stack exhausted
2023-08-15 13:43:49 WASM backtrace:
2023-08-15 13:43:49 error while executing at wasm backtrace:
2023-08-15 13:43:49 0: <unknown>!bytes::bytes::promotable_even_drop::h00581b21643b3954
2023-08-15 13:43:49 1: 0x43ccf - <unknown>!frame_support::storage::unhashed::get::ha701021545e46384
2023-08-15 13:43:49 2: 0x40287c - <unknown>!AuthorityDiscoveryApi_authorities
2023-08-15 13:43:49 2023-08-15 11:43:49.802 ERROR tokio-runtime-worker sub-authority-discovery: Failed to request addresses of authorities: Failed calling into the Substrate runtime: Error at calling runtime api: Execution failed: Execution aborted due to trap: wasm trap: call stack exhausted
2023-08-15 13:43:49 WASM backtrace:
2023-08-15 13:43:49 error while executing at wasm backtrace:
2023-08-15 13:43:49 0: <unknown>!bytes::bytes::promotable_even_drop::h00581b21643b3954
2023-08-15 13:43:49 1: 0x43ccf - <unknown>!frame_support::storage::unhashed::get::ha701021545e46384
2023-08-15 13:43:49 2: 0x40287c - <unknown>!AuthorityDiscoveryApi_authorities
2023-08-15 13:43:52 2023-08-15 11:43:52.791 INFO tokio-runtime-worker substrate: 💤 Idle (0 peers), best: #0 (0x1f9b…6b45), finalized #0 (0x1f9b…6b45), ⬇ 0 ⬆ 0
2023-08-15 13:43:53 2023-08-15 11:43:53.801 ERROR tokio-runtime-worker sub-authority-discovery: Failed to publish external addresses: Failed calling into the Substrate runtime: Error at calling runtime api: Execution failed: Execution aborted due to trap: wasm trap: call stack exhausted
2023-08-15 13:43:53 WASM backtrace:
2023-08-15 13:43:53 error while executing at wasm backtrace:
2023-08-15 13:43:53 0: <unknown>!bytes::bytes::promotable_even_drop::h00581b21643b3954
2023-08-15 13:43:53 1: 0x43ccf - <unknown>!frame_support::storage::unhashed::get::ha701021545e46384
2023-08-15 13:43:53 2: 0x40287c - <unknown>!AuthorityDiscoveryApi_authorities
2023-08-15 13:43:53 2023-08-15 11:43:53.804 ERROR tokio-runtime-worker sub-authority-discovery: Failed to request addresses of authorities: Failed calling into the Substrate runtime: Error at calling runtime api: Execution failed: Execution aborted due to trap: wasm trap: call stack exhausted
2023-08-15 13:43:53 WASM backtrace:
2023-08-15 13:43:53 error while executing at wasm backtrace:
2023-08-15 13:43:53 0: <unknown>!bytes::bytes::promotable_even_drop::h00581b21643b3954
2023-08-15 13:43:53 1: 0x43ccf - <unknown>!frame_support::storage::unhashed::get::ha701021545e46384
2023-08-15 13:43:53 2: 0x40287c - <unknown>!AuthorityDiscoveryApi_authorities
2023-08-15 13:43:57 2023-08-15 11:43:57.802 INFO tokio-runtime-worker substrate: 💤 Idle (0 peers), best: #0 (0x1f9b…6b45), finalized #0 (0x1f9b…6b45), ⬇ 0 ⬆ 0
2023-08-15 13:44:01 2023-08-15 11:44:01.801 ERROR tokio-runtime-worker sub-authority-discovery: Failed to publish external addresses: Failed calling into the Substrate runtime: Error at calling runtime api: Execution failed: Execution aborted due to trap: wasm trap: call stack exhausted
2023-08-15 13:44:01 WASM backtrace:
2023-08-15 13:44:01 error while executing at wasm backtrace:
2023-08-15 13:44:01 0: <unknown>!bytes::bytes::promotable_even_drop::h00581b21643b3954
2023-08-15 13:44:01 1: 0x43ccf - <unknown>!frame_support::storage::unhashed::get::ha701021545e46384
2023-08-15 13:44:01 2: 0x40287c - <unknown>!AuthorityDiscoveryApi_authorities
2023-08-15 13:44:01 2023-08-15 11:44:01.804 ERROR tokio-runtime-worker sub-authority-discovery: Failed to request addresses of authorities: Failed calling into the Substrate runtime: Error at calling runtime api: Execution failed: Execution aborted due to trap: wasm trap: call stack exhausted
2023-08-15 13:44:01 WASM backtrace:
2023-08-15 13:44:01 error while executing at wasm backtrace:
2023-08-15 13:44:01 0: <unknown>!bytes::bytes::promotable_even_drop::h00581b21643b3954
2023-08-15 13:44:01 1: 0x43ccf - <unknown>!frame_support::storage::unhashed::get::ha701021545e46384
2023-08-15 13:44:01 2: 0x40287c - <unknown>!AuthorityDiscoveryApi_authorities
2023-08-15 13:44:02 2023-08-15 11:44:02.807 INFO tokio-runtime-worker substrate: 💤 Idle (0 peers), best: #0 (0x1f9b…6b45), finalized #0 (0x1f9b…6b45), ⬇ 0 ⬆ 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment