Skip to content

Instantly share code, notes, and snippets.

@EclesioMeloJunior
Created November 11, 2022 15:05
Show Gist options
  • Save EclesioMeloJunior/4eff5eb0a2c88ad6313fdd19c100b370 to your computer and use it in GitHub Desktop.
Save EclesioMeloJunior/4eff5eb0a2c88ad6313fdd19c100b370 to your computer and use it in GitHub Desktop.
CRITICAL ERROR GOSSAMER
./bin/gossamer --config ./chain/westend-local/config.toml
2022-11-11T11:00:55-04:00 INFO loading toml configuration from ./chain/westend-local/config.toml... config.go:L49 pkg=cmd
2022-11-11T11:00:55-04:00 WARN overwriting default configuration with id with toml configuration values from ./chain/westend-local/config.toml config.go:L53 pkg=cmd
2022-11-11T11:00:55-04:00 INFO loaded package log configuration: core: INFO, digest: INFO, sync: TRACE, network: TRACE, rpc: INFO, state: INFO, runtime: INFO, block producer: INFO, finality gadget: INFO config.go:L122 pkg=cmd
2022-11-11T11:00:55-04:00 INFO ๐Ÿ•ธ๏ธ initialising node services with global configuration name brain-long-6896, id westend_local_testnet and base path /Users/eclesiojunior/go/src/github.com/ChainSafe/gossamer/tmp/westend... node.go:L246 pkg=dot
2022-11-11T11:00:55-04:00 INFO created state service with head 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95, highest number 0 and genesis hash 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95 service.go:L162 pkg=state
2022-11-11T11:00:55-04:00 WARN Bootstrap is enabled but no bootstrap nodes are defined config.go:L141 pkg=network
2022-11-11T11:00:58-04:00 DEBUG got public IP address 177.93.68.6 host.go:L114 pkg=network
2022-11-11T11:00:58-04:00 TRACE Host 12D3KooWKZWHqaW6VSjLHJkbv2buk2ZSM1hn7uQJtC1tp59LHATT started listening on address /ip4/0.0.0.0/tcp/7001 connmgr.go:L103 pkg=network
2022-11-11T11:00:58-04:00 INFO creating runtime with interpreter wasmer... services.go:L108 pkg=dot
2022-11-11T11:01:04-04:00 INFO registered notifications sub-protocol /18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95/grandpa/1 service.go:L505 pkg=network
2022-11-11T11:01:04-04:00 INFO creating BABE service as authority... services.go:L182 pkg=dot
2022-11-11T11:01:04-04:00 INFO keystore with keys [0xc000088a00] services.go:L190 pkg=dot
2022-11-11T11:01:04-04:00 INFO creating rpc service with host localhost, external=false, port 8545, modules system,author,chain,state,rpc,grandpa,offchain,childstate,syncstate,payment, ws=true, ws port 8546 and ws external=false services.go:L313 pkg=dot
2022-11-11T11:01:04-04:00 INFO starting node brain-long-6896... main.go:L294 pkg=cmd
2022-11-11T11:01:04-04:00 INFO ๐Ÿ•ธ๏ธ starting node services... node.go:L459 pkg=dot
2022-11-11T11:01:04-04:00 INFO Starting services: [*system.Service *network.Service *digest.Handler *core.Service *grandpa.Service *sync.Service *babe.Service *rpc.HTTPServer *state.Service] services.go:L57 pkg=dot,services
2022-11-11T11:01:04-04:00 INFO registered notifications sub-protocol /dot/block-announces/1 service.go:L505 pkg=network
2022-11-11T11:01:04-04:00 INFO registered notifications sub-protocol /dot/transactions/1 service.go:L505 pkg=network
2022-11-11T11:01:04-04:00 INFO Started listening on /ip4/127.0.0.1/tcp/7001/p2p/12D3KooWKZWHqaW6VSjLHJkbv2buk2ZSM1hn7uQJtC1tp59LHATT service.go:L302 pkg=network
2022-11-11T11:01:04-04:00 INFO Started listening on /ip4/177.93.68.6/tcp/7001/p2p/12D3KooWKZWHqaW6VSjLHJkbv2buk2ZSM1hn7uQJtC1tp59LHATT service.go:L302 pkg=network
2022-11-11T11:01:04-04:00 INFO started network service with supported protocols /p2p/id/delta/1.0.0, /ipfs/id/1.0.0, /ipfs/id/push/1.0.0, /ipfs/ping/1.0.0, /18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95/grandpa/1, /dot/sync/2, /dot/light/2, /dot/block-announces/1, /dot/transactions/1 service.go:L322 pkg=network
2022-11-11T11:01:04-04:00 INFO Starting HTTP Server on host localhost and port 8545... http.go:L146 pkg=rpc
2022-11-11T11:01:04-04:00 INFO Starting WebSocket Server on host localhost and port 8546... http.go:L167 pkg=rpc
2022-11-11T11:01:04-04:00 INFO initiating epoch 0 with start slot 278029812 epoch.go:L59 pkg=babe
2022-11-11T11:01:06-04:00 DEBUG gossiping from host 12D3KooWKZWHqaW6VSjLHJkbv2buk2ZSM1hn7uQJtC1tp59LHATT message of type 5: ConsensusMessage Data=00010000000000000000000000000000000218b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95000000009770db6c6873e70091eb8ac2509467480947c54682fd3e6b7c2ca615561eb397b054781009dfde77e50b29fb19385ab5ef2c3ed17c48f689b4bf3e826447af00d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-11-11T11:01:06-04:00 TRACE broadcasting message from notifications sub-protocol /18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95/grandpa/1 notifications.go:L405 pkg=network
2022-11-11T11:01:06-04:00 DEBUG gossiping from host 12D3KooWKZWHqaW6VSjLHJkbv2buk2ZSM1hn7uQJtC1tp59LHATT message of type 5: ConsensusMessage Data=00010000000000000000000000000000000018b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95000000000a4e11cad7b148156a3af06f94aabfdcbabb069a0b8856a4cf431f69dc65546f90fc1b1816ae5551b8f1cb68ef3e1a322a40592367e752154a6005c2555c6302d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-11-11T11:01:06-04:00 TRACE broadcasting message from notifications sub-protocol /18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95/grandpa/1 notifications.go:L405 pkg=network
2022-11-11T11:01:09-04:00 INFO ๐Ÿ”— imported blocks from 0 to 0 (hashes [0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95 ... 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95]) chain_sync.go:L380 pkg=sync
2022-11-11T11:01:09-04:00 INFO ๐Ÿšฃ currently syncing, 0 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 0 with hash 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95 chain_sync.go:L384 pkg=sync
2022-11-11T11:01:14-04:00 INFO ๐Ÿ”— imported blocks from 0 to 0 (hashes [0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95 ... 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95]) chain_sync.go:L380 pkg=sync
2022-11-11T11:01:14-04:00 INFO ๐Ÿšฃ currently syncing, 0 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 0 with hash 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95 chain_sync.go:L384 pkg=sync
2022-11-11T11:01:14-04:00 DEBUG no peers yet, waiting to start DHT... discovery.go:L74 pkg=network
2022-11-11T11:01:16-04:00 CRITICAL target=runtime message=panicked at 'Bitfields and heads must be included every block', /builds/runtime/parachains/src/paras_inherent/mod.rs:200:17 imports.go:L140:ext_logging_log_version_1 pkg=runtime module=go-wasmer
2022-11-11T11:01:16-04:00 WARN failed to handle slot 278029812: cannot finalise block: running runtime function: Failed to call the `BlockBuilder_finalize_block` exported function. epoch_handler.go:L140 pkg=babe
2022-11-11T11:01:19-04:00 INFO ๐Ÿ”— imported blocks from 0 to 0 (hashes [0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95 ... 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95]) chain_sync.go:L380 pkg=sync
2022-11-11T11:01:19-04:00 INFO ๐Ÿšฃ currently syncing, 0 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 0 with hash 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95 chain_sync.go:L384 pkg=sync
2022-11-11T11:01:22-04:00 CRITICAL target=runtime message=panicked at 'Bitfields and heads must be included every block', /builds/runtime/parachains/src/paras_inherent/mod.rs:200:17 imports.go:L140:ext_logging_log_version_1 pkg=runtime module=go-wasmer
2022-11-11T11:01:22-04:00 WARN failed to handle slot 278029813: cannot finalise block: running runtime function: Failed to call the `BlockBuilder_finalize_block` exported function. epoch_handler.go:L140 pkg=babe
2022-11-11T11:01:24-04:00 INFO ๐Ÿ”— imported blocks from 0 to 0 (hashes [0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95 ... 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95]) chain_sync.go:L380 pkg=sync
2022-11-11T11:01:24-04:00 INFO ๐Ÿšฃ currently syncing, 0 peers connected, target block number 4294967295, 0.00 average blocks/second, 0.00 overall average, finalised block number 0 with hash 0x18b801a8d7e7f3cfbf30d09a8761407ca9a103d5f549b32eeb47fe1743cd1e95 chain_sync.go:L384 pkg=sync
2022-11-11T11:01:24-04:00 DEBUG no peers yet, waiting to start DHT... discovery.go:L74 pkg=network
^C2022-11-11T11:01:24-04:00 INFO signal interrupt, shutting down... node.go:L470 pkg=dot
2022-11-11T11:01:24-04:00 INFO Stopping services: [*system.Service *network.Service *digest.Handler *core.Service *grandpa.Service *sync.Service *babe.Service *rpc.HTTPServer *state.Service] services.go:L70 pkg=dot,services
2022-11-11T11:01:24-04:00 ERROR failed to begin DHT discovery: failed while waiting for peers: context canceled service.go:L315 pkg=network
2022-11-11T11:01:24-04:00 TRACE Host 12D3KooWKZWHqaW6VSjLHJkbv2buk2ZSM1hn7uQJtC1tp59LHATT stopped listening on address /ip4/0.0.0.0/tcp/7001 connmgr.go:L109 pkg=network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment