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

pallet_timestamp::UnixTime::now is called at genesis, invalid value returned: 0 #281

Open
xlc opened this issue Jun 23, 2020 · 0 comments
Open

Comments

@xlc
Copy link
Collaborator

xlc commented Jun 23, 2020

Need to investigate this warning on fresh turbulence node

$ docker run -p 9933:9933 -p 9944:9944 --rm laminar/laminar-node:latest --ws-external --rpc-external --chain=turbulence --rpc-cors=all
2020-06-23 09:37:49 LaminarChain
2020-06-23 09:37:49 ✌️  version 0.2.0-d49d412-x86_64-linux-gnu
2020-06-23 09:37:49 ❤️  by Laminar Developers, 2019-2020
2020-06-23 09:37:49 📋 Chain specification: Laminar Turbulence TC1
2020-06-23 09:37:49 🏷  Node name: measly-company-3686
2020-06-23 09:37:49 👤 Role: FULL
2020-06-23 09:37:49 💾 Database: RocksDb at /laminar/.local/share/laminar-chain/chains/turbulence1/db
2020-06-23 09:37:49 ⛓  Native runtime: laminar-200 (laminar-0.tx1.au1)
2020-06-23 09:37:50 🔨 Initializing Genesis block/state (state: 0xf6f9…6cc7, header-hash: 0x237a…6d4b)
2020-06-23 09:37:50 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.
2020-06-23 09:37:50 `pallet_timestamp::UnixTime::now` is called at genesis, invalid value returned: 0
2020-06-23 09:37:50 ⏱  Loaded block-time = BabeGenesisConfiguration { slot_duration: 4000, epoch_length: 900, c: (1, 4), genesis_authorities: [(Public(f2415a6cedee17c766c7e8f696fb3499519d85a3248b05de35bc7b58d59e4149 (5HYLrng8...)), 1), (Public(d84cdabe21cead3f88de87b63116405182cf78ef97d3d590011bc235a983447a (5GxK2jsK...)), 1), (Public(cade610afbc4ce7ca0c6972f5c774c2c4710eed431cc23ac6e5e806870a8dd02 (5GehbBsL...)), 1)], randomness: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], allowed_slots: AllowedSlots::PrimaryAndSecondaryPlainSlots } milliseconds from genesis on first-launch
2020-06-23 09:37:50 👶 Creating empty BABE epoch changes on what appears to be first startup.
2020-06-23 09:37:50 📦 Highest known block at #0
2020-06-23 09:37:50 🏷  Local node identity is: 12D3KooWHncxg87FyeAGyCQeiJXj9y9yM6K8BsdvGYs4avsHFxpU (legacy representation: QmfGAiiigsf56uzofwBGop9tMk1r9H8mguWTVpiZYSfmco)
2020-06-23 09:37:50 〽️ Prometheus server started at 127.0.0.1:9615
2020-06-23 09:37:52 🔍 Discovered new external address for our node: /ip4/115.188.163.178/tcp/30333/p2p/12D3KooWHncxg87FyeAGyCQeiJXj9y9yM6K8BsdvGYs4avsHFxpU
2020-06-23 09:37:53 `pallet_timestamp::UnixTime::now` is called at genesis, invalid value returned: 0
2020-06-23 09:37:53 `pallet_timestamp::UnixTime::now` is called at genesis, invalid value returned: 0
2020-06-23 09:37:55 ⚙️  Syncing, target=#29961 (4 peers), best: #713 (0xf1f1…8932), finalized #512 (0xe062…14bf), ⬇ 51.1kiB/s ⬆ 2.8kiB/s
2020-06-23 09:37:56 💸 Election window is Open(1576). Snapshot created
2020-06-23 09:37:57 💸 new validator set of size 3 has been elected via ElectionCompute::OnChain for era 1
2020-06-23 09:38:00 ⚙️  Syncing 598.0 bps, target=#29963 (4 peers), best: #3704 (0x7d4d…71d4), finalized #3584 (0xc5dd…9549), ⬇ 252.4kiB/s ⬆ 1.2kiB/s
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

1 participant