Skip to content

Instantly share code, notes, and snippets.

@raullenchai
Created June 10, 2021 02:50
Show Gist options
  • Save raullenchai/2c87b2e7f8df1fd7bc16aa940da3f8e2 to your computer and use it in GitHub Desktop.
Save raullenchai/2c87b2e7f8df1fd7bc16aa940da3f8e2 to your computer and use it in GitHub Desktop.
=== RUN TestActionProtoAndVerify
=== RUN TestActionProtoAndVerify/no_error
=== RUN TestActionProtoAndVerify/empty_public_key
=== RUN TestActionProtoAndVerify/gas_limit_too_low
=== RUN TestActionProtoAndVerify/invalid_signature
--- PASS: TestActionProtoAndVerify (0.00s)
--- PASS: TestActionProtoAndVerify/no_error (0.00s)
--- PASS: TestActionProtoAndVerify/empty_public_key (0.00s)
--- PASS: TestActionProtoAndVerify/gas_limit_too_low (0.00s)
--- PASS: TestActionProtoAndVerify/invalid_signature (0.00s)
=== RUN TestActionBuilder
--- PASS: TestActionBuilder (0.00s)
=== RUN TestCandidateRegister
--- PASS: TestCandidateRegister (0.00s)
=== RUN TestCandidateUpdate
--- PASS: TestCandidateUpdate (0.00s)
=== RUN TestCandidateUpdateSignVerify
--- PASS: TestCandidateUpdateSignVerify (0.00s)
=== RUN TestVerifyEccSig
--- PASS: TestVerifyEccSig (0.00s)
=== RUN TestConsignmentTransfer
--- PASS: TestConsignmentTransfer (0.00s)
=== RUN TestEnvelope_Basic
--- PASS: TestEnvelope_Basic (0.00s)
=== RUN TestEnvelope_Proto
--- PASS: TestEnvelope_Proto (0.00s)
=== RUN TestExecutionSignVerify
=== RUN TestExecutionSignVerify/Negative_amount
=== RUN TestExecutionSignVerify/Invalid_contract_address
=== RUN TestExecutionSignVerify/Negative_gas_price
--- PASS: TestExecutionSignVerify (0.00s)
--- PASS: TestExecutionSignVerify/Negative_amount (0.00s)
--- PASS: TestExecutionSignVerify/Invalid_contract_address (0.00s)
--- PASS: TestExecutionSignVerify/Negative_gas_price (0.00s)
=== RUN TestPutPollResult
--- PASS: TestPutPollResult (0.00s)
=== RUN TestConvert
--- PASS: TestConvert (0.00s)
=== RUN TestSerDer
--- PASS: TestSerDer (0.00s)
=== RUN TestConvertLog
--- PASS: TestConvertLog (0.00s)
=== RUN TestSerDerLog
--- PASS: TestSerDerLog (0.00s)
=== RUN TestDonateToRewardingFund
--- PASS: TestDonateToRewardingFund (0.00s)
=== RUN TestClaimFromRewardingFund
--- PASS: TestClaimFromRewardingFund (0.00s)
=== RUN TestGrantBlockReward
--- PASS: TestGrantBlockReward (0.00s)
=== RUN TestGenerateRlp
--- PASS: TestGenerateRlp (0.00s)
=== RUN TestRlpDecodeVerify
--- PASS: TestRlpDecodeVerify (0.00s)
=== RUN TestSealedEnvelope_Basic
--- PASS: TestSealedEnvelope_Basic (0.00s)
=== RUN TestSealedEnvelope_Proto
--- PASS: TestSealedEnvelope_Proto (0.00s)
=== RUN TestSignedTransfer
--- PASS: TestSignedTransfer (0.00s)
=== RUN TestSignedExecution
--- PASS: TestSignedExecution (0.00s)
=== RUN TestChangeCandidate
=== RUN TestChangeCandidate/Invalid_Gas_Price
--- PASS: TestChangeCandidate (0.00s)
--- PASS: TestChangeCandidate/Invalid_Gas_Price (0.00s)
=== RUN TestChangeCandidateSignVerify
--- PASS: TestChangeCandidateSignVerify (0.00s)
=== RUN TestStakingTransfer
--- PASS: TestStakingTransfer (0.00s)
=== RUN TestStakingTransferSignVerify
--- PASS: TestStakingTransferSignVerify (0.00s)
=== RUN TestDeposit
--- PASS: TestDeposit (0.00s)
=== RUN TestCreateStake
--- PASS: TestCreateStake (0.00s)
=== RUN TestUnstake
--- PASS: TestUnstake (0.00s)
=== RUN TestUnstakeSignVerify
--- PASS: TestUnstakeSignVerify (0.00s)
=== RUN TestWithdraw
--- PASS: TestWithdraw (0.00s)
=== RUN TestWithdrawSignVerify
--- PASS: TestWithdrawSignVerify (0.00s)
=== RUN TestRestake
--- PASS: TestRestake (0.00s)
=== RUN TestRestakeSignVerify
--- PASS: TestRestakeSignVerify (0.00s)
=== RUN TestTransferSignVerify
--- PASS: TestTransferSignVerify (0.00s)
=== RUN TestTransfer
=== RUN TestTransfer/Negative_amount
=== RUN TestTransfer/Invalid_recipient_address
=== RUN TestTransfer/Negative_gas_fee
--- PASS: TestTransfer (0.00s)
--- PASS: TestTransfer/Negative_amount (0.00s)
--- PASS: TestTransfer/Invalid_recipient_address (0.00s)
--- PASS: TestTransfer/Negative_gas_fee (0.00s)
PASS
coverage: 69.7% of statements
ok github.com/iotexproject/iotex-core/action 0.095s coverage: 69.7% of statements
=== RUN TestRegistryCtx
2021-06-09T22:17:13.379Z PANIC protocol/context.go:83 Miss registry context
github.com/iotexproject/iotex-core/action/protocol.MustGetRegistry
/home/circleci/apps/iotex-core/action/protocol/context.go:83
github.com/iotexproject/iotex-core/action/protocol.TestRegistryCtx.func1
/home/circleci/apps/iotex-core/action/protocol/context_test.go:23
github.com/stretchr/testify/assert.didPanic.func1
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1018
github.com/stretchr/testify/assert.didPanic
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1020
github.com/stretchr/testify/assert.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1034
github.com/stretchr/testify/require.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1372
github.com/stretchr/testify/require.(*Assertions).Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require_forward.go:1078
github.com/iotexproject/iotex-core/action/protocol.TestRegistryCtx
/home/circleci/apps/iotex-core/action/protocol/context_test.go:23
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestRegistryCtx (0.00s)
=== RUN TestWithBlockchainCtx
--- PASS: TestWithBlockchainCtx (0.00s)
=== RUN TestGetBlockchainCtx
--- PASS: TestGetBlockchainCtx (0.00s)
=== RUN TestMustGetBlockchainCtx
2021-06-09T22:17:13.379Z PANIC protocol/context.go:104 Miss blockchain context
github.com/iotexproject/iotex-core/action/protocol.MustGetBlockchainCtx
/home/circleci/apps/iotex-core/action/protocol/context.go:104
github.com/iotexproject/iotex-core/action/protocol.TestMustGetBlockchainCtx.func1
/home/circleci/apps/iotex-core/action/protocol/context_test.go:57
github.com/stretchr/testify/assert.didPanic.func1
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1018
github.com/stretchr/testify/assert.didPanic
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1020
github.com/stretchr/testify/assert.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1034
github.com/stretchr/testify/require.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1372
github.com/stretchr/testify/require.(*Assertions).Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require_forward.go:1078
github.com/iotexproject/iotex-core/action/protocol.TestMustGetBlockchainCtx
/home/circleci/apps/iotex-core/action/protocol/context_test.go:57
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestMustGetBlockchainCtx (0.00s)
=== RUN TestWithBlockCtx
--- PASS: TestWithBlockCtx (0.00s)
=== RUN TestGetBlockCtx
--- PASS: TestGetBlockCtx (0.00s)
=== RUN TestMustGetBlockCtx
2021-06-09T22:17:13.379Z PANIC protocol/context.go:125 Miss block context
github.com/iotexproject/iotex-core/action/protocol.MustGetBlockCtx
/home/circleci/apps/iotex-core/action/protocol/context.go:125
github.com/iotexproject/iotex-core/action/protocol.TestMustGetBlockCtx.func1
/home/circleci/apps/iotex-core/action/protocol/context_test.go:106
github.com/stretchr/testify/assert.didPanic.func1
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1018
github.com/stretchr/testify/assert.didPanic
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1020
github.com/stretchr/testify/assert.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1034
github.com/stretchr/testify/require.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1372
github.com/stretchr/testify/require.(*Assertions).Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require_forward.go:1078
github.com/iotexproject/iotex-core/action/protocol.TestMustGetBlockCtx
/home/circleci/apps/iotex-core/action/protocol/context_test.go:106
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestMustGetBlockCtx (0.00s)
=== RUN TestWithActionCtx
--- PASS: TestWithActionCtx (0.00s)
=== RUN TestGetActionCtx
--- PASS: TestGetActionCtx (0.00s)
=== RUN TestMustGetActionCtx
2021-06-09T22:17:13.380Z PANIC protocol/context.go:146 Miss action context
github.com/iotexproject/iotex-core/action/protocol.MustGetActionCtx
/home/circleci/apps/iotex-core/action/protocol/context.go:146
github.com/iotexproject/iotex-core/action/protocol.TestMustGetActionCtx.func1
/home/circleci/apps/iotex-core/action/protocol/context_test.go:158
github.com/stretchr/testify/assert.didPanic.func1
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1018
github.com/stretchr/testify/assert.didPanic
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1020
github.com/stretchr/testify/assert.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1034
github.com/stretchr/testify/require.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1372
github.com/stretchr/testify/require.(*Assertions).Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require_forward.go:1078
github.com/iotexproject/iotex-core/action/protocol.TestMustGetActionCtx
/home/circleci/apps/iotex-core/action/protocol/context_test.go:158
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestMustGetActionCtx (0.00s)
=== RUN TestDock
--- PASS: TestDock (0.00s)
=== RUN TestActionProtoAndGenericValidator
=== RUN TestActionProtoAndGenericValidator/normal
=== RUN TestActionProtoAndGenericValidator/Gas_limit_low
=== RUN TestActionProtoAndGenericValidator/state_error
=== RUN TestActionProtoAndGenericValidator/nonce_too_low
=== RUN TestActionProtoAndGenericValidator/wrong_recipient
=== RUN TestActionProtoAndGenericValidator/wrong_signature
--- PASS: TestActionProtoAndGenericValidator (0.01s)
--- PASS: TestActionProtoAndGenericValidator/normal (0.00s)
--- PASS: TestActionProtoAndGenericValidator/Gas_limit_low (0.00s)
--- PASS: TestActionProtoAndGenericValidator/state_error (0.00s)
--- PASS: TestActionProtoAndGenericValidator/nonce_too_low (0.00s)
--- PASS: TestActionProtoAndGenericValidator/wrong_recipient (0.00s)
--- PASS: TestActionProtoAndGenericValidator/wrong_signature (0.00s)
=== RUN TestRegister
--- PASS: TestRegister (0.00s)
=== RUN TestFind
--- PASS: TestFind (0.00s)
=== RUN TestAll
--- PASS: TestAll (0.00s)
PASS
coverage: 60.9% of statements
ok github.com/iotexproject/iotex-core/action/protocol 0.075s coverage: 60.9% of statements
=== RUN TestLoadOrCreateAccountState
--- PASS: TestLoadOrCreateAccountState (0.00s)
=== RUN TestProtocol_Initialize
--- PASS: TestProtocol_Initialize (0.00s)
=== RUN TestRegisterOrForceRegister
--- PASS: TestRegisterOrForceRegister (0.00s)
=== RUN TestAssertZeroBlockHeight
--- PASS: TestAssertZeroBlockHeight (0.00s)
=== RUN TestAssertAmountsAndEqualLength
--- PASS: TestAssertAmountsAndEqualLength (0.00s)
=== RUN TestProtocol_ValidateTransfer
=== RUN TestProtocol_ValidateTransfer/Oversized_data
--- PASS: TestProtocol_ValidateTransfer (0.00s)
--- PASS: TestProtocol_ValidateTransfer/Oversized_data (0.00s)
=== RUN TestProtocol_HandleTransfer
--- PASS: TestProtocol_HandleTransfer (0.00s)
PASS
coverage: 75.2% of statements
ok github.com/iotexproject/iotex-core/action/protocol/account 0.054s coverage: 75.2% of statements
? github.com/iotexproject/iotex-core/action/protocol/account/accountpb [no test files]
? github.com/iotexproject/iotex-core/action/protocol/account/util [no test files]
=== RUN TestProtocol_Validate
=== RUN TestProtocol_Validate/Oversized_data
--- PASS: TestProtocol_Validate (0.00s)
--- PASS: TestProtocol_Validate/Oversized_data (0.00s)
=== RUN TestProtocol_Handle
=== RUN TestProtocol_Handle/EVM
2021-06-09T22:17:32.839Z INFO execution/protocol_test.go:536 Test EVM
2021-06-09T22:17:32.843Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:32.843Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:32.847Z INFO execution/protocol_test.go:658 execution &{AbstractAction:{version:1 nonce:2 gasLimit:120000 gasPrice:0xc0006afbc0 srcPubkey:0xc000011180} contract:io1va03q4lcr608dr3nltwm64sfcz05czjuycsqgn amount:0xc0006afb00 data:[96 254 71 177 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 15]}
2021-06-09T22:17:32.849Z INFO execution/protocol_test.go:693 execution &{AbstractAction:{version:1 nonce:3 gasLimit:120000 gasPrice:0xc0007e0460 srcPubkey:0xc000011368} contract: amount:0xc0007e03a0 data:[109 76 230 60]}
=== RUN TestProtocol_Handle/ERC20
2021-06-09T22:17:32.857Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:32.857Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:32.857Z INFO execution/protocol_test.go:264 deploy an erc20 contract
2021-06-09T22:17:32.860Z INFO execution/protocol_test.go:264 transfer 10000 tokens from producer to alfa
2021-06-09T22:17:32.886Z INFO execution/protocol_test.go:264 transfer 10000 tokens from producer to bravo
2021-06-09T22:17:32.892Z INFO execution/protocol_test.go:264 transfer 2000 tokens from alfa to bravo
2021-06-09T22:17:32.898Z INFO execution/protocol_test.go:225 read the balance of alfa
=== RUN TestProtocol_Handle/DelegateERC20
2021-06-09T22:17:32.904Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:32.904Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:32.904Z INFO execution/protocol_test.go:264 deploy a delegate erc20 contract
=== RUN TestProtocol_Handle/InfiniteLoop
2021-06-09T22:17:32.919Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:32.920Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:32.920Z INFO execution/protocol_test.go:264 deploy the contract
2021-06-09T22:17:32.923Z INFO execution/protocol_test.go:264 set storedData = 0x1f40
2021-06-09T22:17:32.927Z INFO execution/protocol_test.go:225 read and verify storedData = 0x1f40
2021-06-09T22:17:32.928Z INFO execution/protocol_test.go:264 calling infinite(), this will consume all provided gas, and exit with failure
=== RUN TestProtocol_Handle/RollDice
2021-06-09T22:17:33.119Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.119Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.119Z INFO execution/protocol_test.go:264 deploy a rolldice contract
2021-06-09T22:17:33.123Z INFO execution/protocol_test.go:264 transfer 500000000 to contract
2021-06-09T22:17:33.127Z INFO execution/protocol_test.go:264 roll dice
2021-06-09T22:17:33.132Z INFO execution/protocol_test.go:264 roll dice to self
=== RUN TestProtocol_Handle/ChangeState
2021-06-09T22:17:33.140Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.140Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.140Z INFO execution/protocol_test.go:264 deploy a changestate contract
2021-06-09T22:17:33.143Z INFO execution/protocol_test.go:225 query state
2021-06-09T22:17:33.144Z INFO execution/protocol_test.go:264 try changing state
2021-06-09T22:17:33.146Z INFO execution/protocol_test.go:225 query state
=== RUN TestProtocol_Handle/ArrayReturn
2021-06-09T22:17:33.151Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.151Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.151Z INFO execution/protocol_test.go:264 deploy array-return contract
2021-06-09T22:17:33.154Z INFO execution/protocol_test.go:225 call bar
=== RUN TestProtocol_Handle/BasicToken
2021-06-09T22:17:33.158Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.158Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.158Z INFO execution/protocol_test.go:264 deploy an basic token contract
2021-06-09T22:17:33.162Z INFO execution/protocol_test.go:264 transfer 10000 tokens from producer
2021-06-09T22:17:33.166Z INFO execution/protocol_test.go:225 read the balance
=== RUN TestProtocol_Handle/CallDynamic
2021-06-09T22:17:33.172Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.172Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.172Z INFO execution/protocol_test.go:264 deploy call dynamic contract
2021-06-09T22:17:33.177Z INFO execution/protocol_test.go:225 return 11
=== RUN TestProtocol_Handle/Factory
2021-06-09T22:17:33.186Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.186Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.186Z INFO execution/protocol_test.go:264 deploy factory contract
2021-06-09T22:17:33.191Z INFO execution/protocol_test.go:264 call set(uint[] _amounts)
2021-06-09T22:17:33.196Z INFO execution/protocol_test.go:225 call greaterThan
=== RUN TestProtocol_Handle/MappingDelete
2021-06-09T22:17:33.205Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.206Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.206Z INFO execution/protocol_test.go:264 deploy mapping-delete contract
=== RUN TestProtocol_Handle/F.value
2021-06-09T22:17:33.216Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.216Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.216Z INFO execution/protocol_test.go:264 deploy f.value one contract
2021-06-09T22:17:33.221Z INFO execution/protocol_test.go:264 deploy f.value two contract
2021-06-09T22:17:33.227Z INFO execution/protocol_test.go:264 get msg
=== RUN TestProtocol_Handle/Proposal
2021-06-09T22:17:33.235Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.235Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.235Z INFO execution/protocol_test.go:264 deploy proposal contract
2021-06-09T22:17:33.241Z INFO execution/protocol_test.go:264 call approve(address approver)
2021-06-09T22:17:33.243Z INFO execution/protocol_test.go:264 call isApproved()
=== RUN TestProtocol_Handle/PublicLength
2021-06-09T22:17:33.248Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.248Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.248Z INFO execution/protocol_test.go:264 deploy A contract
2021-06-09T22:17:33.251Z INFO execution/protocol_test.go:264 deploy B contract
2021-06-09T22:17:33.253Z INFO execution/protocol_test.go:264 call test()
=== RUN TestProtocol_Handle/PublicMapping
2021-06-09T22:17:33.258Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.258Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.258Z INFO execution/protocol_test.go:264 deploy A contract
2021-06-09T22:17:33.261Z INFO execution/protocol_test.go:264 deploy B contract
2021-06-09T22:17:33.264Z INFO execution/protocol_test.go:264 call setContract
2021-06-09T22:17:33.268Z INFO execution/protocol_test.go:264 call a.Set()
2021-06-09T22:17:33.274Z INFO execution/protocol_test.go:264 call get()
=== RUN TestProtocol_Handle/NoVariableLengthReturns
2021-06-09T22:17:33.283Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.283Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.283Z INFO execution/protocol_test.go:264 deploy A contract
2021-06-09T22:17:33.287Z INFO execution/protocol_test.go:264 deploy B contract
2021-06-09T22:17:33.292Z INFO execution/protocol_test.go:264 call assign(address)
2021-06-09T22:17:33.300Z INFO execution/protocol_test.go:264 call copyToMemory
2021-06-09T22:17:33.304Z INFO execution/protocol_test.go:264 call copyToStorage
=== RUN TestProtocol_Handle/Tuple
2021-06-09T22:17:33.313Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.314Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.314Z INFO execution/protocol_test.go:264 deploy array-return contract
2021-06-09T22:17:33.318Z INFO execution/protocol_test.go:264 call bar
=== RUN TestProtocol_Handle/TailRecursion
2021-06-09T22:17:33.325Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.325Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.325Z INFO execution/protocol_test.go:264 deploy tail-recursion contract
2021-06-09T22:17:33.328Z INFO execution/protocol_test.go:264 call sum
2021-06-09T22:17:33.330Z INFO execution/protocol_test.go:264 call sumloop
2021-06-09T22:17:33.332Z INFO execution/protocol_test.go:264 call sumtail
=== RUN TestProtocol_Handle/Sha3
2021-06-09T22:17:33.338Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.338Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.338Z INFO execution/protocol_test.go:264 deploy sha3 contract
2021-06-09T22:17:33.341Z INFO execution/protocol_test.go:264 call hashArray
2021-06-09T22:17:33.343Z INFO execution/protocol_test.go:264 call hashPackedArray
2021-06-09T22:17:33.345Z INFO execution/protocol_test.go:264 call hashAddress
2021-06-09T22:17:33.347Z INFO execution/protocol_test.go:264 call testPackedArgs
2021-06-09T22:17:33.350Z INFO execution/protocol_test.go:264 call hashHex
2021-06-09T22:17:33.353Z INFO execution/protocol_test.go:264 call hashInt
2021-06-09T22:17:33.356Z INFO execution/protocol_test.go:264 call hashNegative
2021-06-09T22:17:33.360Z INFO execution/protocol_test.go:264 call hash8
2021-06-09T22:17:33.363Z INFO execution/protocol_test.go:264 call hash32
2021-06-09T22:17:33.367Z INFO execution/protocol_test.go:264 call hash256
2021-06-09T22:17:33.371Z INFO execution/protocol_test.go:264 call hashEth
2021-06-09T22:17:33.375Z INFO execution/protocol_test.go:264 call hashWei
2021-06-09T22:17:33.379Z INFO execution/protocol_test.go:264 call hashMultipleArgs
2021-06-09T22:17:33.385Z INFO execution/protocol_test.go:264 call hashString
=== RUN TestProtocol_Handle/RemoveFromArray
2021-06-09T22:17:33.393Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.393Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.393Z INFO execution/protocol_test.go:264 deploy remove-from-array contract
2021-06-09T22:17:33.398Z INFO execution/protocol_test.go:264 call test()
=== RUN TestProtocol_Handle/SendEth
2021-06-09T22:17:33.413Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.413Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.413Z INFO execution/protocol_test.go:264 deploy send-eth contract
2021-06-09T22:17:33.418Z INFO execution/protocol_test.go:264 foo()
=== RUN TestProtocol_Handle/Multisend
2021-06-09T22:17:33.430Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.430Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.430Z INFO execution/protocol_test.go:264 deploy multisend contract
2021-06-09T22:17:33.434Z INFO execution/protocol_test.go:264 send to two accounts
2021-06-09T22:17:33.441Z INFO execution/protocol_test.go:264 not enough tokens
2021-06-09T22:17:33.443Z INFO execution/protocol_test.go:264 broken bytecode
2021-06-09T22:17:33.445Z INFO execution/protocol_test.go:264 more than 300 recipients
2021-06-09T22:17:33.448Z INFO execution/protocol_test.go:264 transfer to 300 recipients
=== RUN TestProtocol_Handle/Multisend2
2021-06-09T22:17:33.752Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.753Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.753Z INFO execution/protocol_test.go:264 deploy multisend contract with min tips as 1234, limit as 100
2021-06-09T22:17:33.758Z INFO execution/protocol_test.go:225 min tips
2021-06-09T22:17:33.760Z INFO execution/protocol_test.go:225 limit
2021-06-09T22:17:33.761Z INFO execution/protocol_test.go:264 send to three accounts
2021-06-09T22:17:33.768Z INFO execution/protocol_test.go:264 no permission to set limit
2021-06-09T22:17:33.773Z INFO execution/protocol_test.go:264 set limit
2021-06-09T22:17:33.780Z INFO execution/protocol_test.go:225 read new limit
2021-06-09T22:17:33.782Z INFO execution/protocol_test.go:264 failed to send to three accounts
2021-06-09T22:17:33.788Z INFO execution/protocol_test.go:264 no permission to set min tips
2021-06-09T22:17:33.793Z INFO execution/protocol_test.go:264 set min tips
2021-06-09T22:17:33.798Z INFO execution/protocol_test.go:225 read new min tips
2021-06-09T22:17:33.800Z INFO execution/protocol_test.go:264 send to two accounts
2021-06-09T22:17:33.809Z INFO execution/protocol_test.go:264 not enough amount
2021-06-09T22:17:33.812Z INFO execution/protocol_test.go:264 unequal length
2021-06-09T22:17:33.814Z INFO execution/protocol_test.go:264 no permission to withdraw
2021-06-09T22:17:33.816Z INFO execution/protocol_test.go:264 withdraw
=== RUN TestProtocol_Handle/reentry-attack
2021-06-09T22:17:33.823Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.823Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.823Z INFO execution/protocol_test.go:264 deploy MiniDAO contract
2021-06-09T22:17:33.826Z INFO execution/protocol_test.go:264 deploy Attacker contract
2021-06-09T22:17:33.830Z INFO execution/protocol_test.go:264 attack
=== RUN TestProtocol_Handle/cashier
2021-06-09T22:17:33.844Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.844Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.844Z INFO execution/protocol_test.go:264 deploy cashier contract
2021-06-09T22:17:33.851Z INFO execution/protocol_test.go:264 call deposit
2021-06-09T22:17:33.858Z INFO execution/protocol_test.go:264 call deposit
2021-06-09T22:17:33.866Z INFO execution/protocol_test.go:264 call deposit msg.value < minAmount + depositFee
2021-06-09T22:17:33.873Z INFO execution/protocol_test.go:264 call deposit msg.value>maxAmount + depositFee
2021-06-09T22:17:33.879Z INFO execution/protocol_test.go:264 call withdraw 100
2021-06-09T22:17:33.886Z INFO execution/protocol_test.go:264 call withdraw 20000, expect failed
=== RUN TestProtocol_Handle/wireconnection
2021-06-09T22:17:33.896Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.896Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.896Z INFO execution/protocol_test.go:264 deploy proposal contract
2021-06-09T22:17:33.901Z INFO execution/protocol_test.go:264 call utterance()
2021-06-09T22:17:33.905Z INFO execution/protocol_test.go:264 call Utterance()
=== RUN TestProtocol_Handle/gas-test
2021-06-09T22:17:33.918Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:33.918Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:33.918Z INFO execution/protocol_test.go:264 deploy gas test contract
2021-06-09T22:17:33.921Z INFO execution/protocol_test.go:264 call test multiply
2021-06-09T22:17:33.981Z INFO execution/protocol_test.go:264 call test shift
2021-06-09T22:17:34.144Z INFO execution/protocol_test.go:264 call test add
2021-06-09T22:17:34.246Z INFO execution/protocol_test.go:264 call test log
2021-06-09T22:17:34.320Z INFO execution/protocol_test.go:264 call storeString
2021-06-09T22:17:34.528Z INFO execution/protocol_test.go:264 call test multiply
2021-06-09T22:17:34.612Z INFO execution/protocol_test.go:264 call test shift
2021-06-09T22:17:34.737Z INFO execution/protocol_test.go:264 call test add
2021-06-09T22:17:34.809Z INFO execution/protocol_test.go:264 call test log
2021-06-09T22:17:34.847Z INFO execution/protocol_test.go:264 call storeString
=== RUN TestProtocol_Handle/storage-test
2021-06-09T22:17:35.525Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:35.525Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:35.525Z INFO execution/protocol_test.go:264 deploy storage test contract
2021-06-09T22:17:35.529Z INFO execution/protocol_test.go:264 call storage test
2021-06-09T22:17:35.732Z INFO execution/protocol_test.go:264 call storage test
=== RUN TestProtocol_Handle/cashier-bering
2021-06-09T22:17:36.058Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:36.058Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:36.058Z INFO execution/protocol_test.go:264 deploy cashier contract
2021-06-09T22:17:36.063Z INFO execution/protocol_test.go:264 call deposit
2021-06-09T22:17:36.083Z INFO execution/protocol_test.go:264 call deposit
2021-06-09T22:17:36.093Z INFO execution/protocol_test.go:264 call deposit msg.value < minAmount + depositFee
2021-06-09T22:17:36.097Z INFO execution/protocol_test.go:264 call deposit msg.value>maxAmount + depositFee
2021-06-09T22:17:36.101Z INFO execution/protocol_test.go:264 call withdraw 100
2021-06-09T22:17:36.106Z INFO execution/protocol_test.go:264 call withdraw 20000, expect failed
=== RUN TestProtocol_Handle/infiniteloop-bering
2021-06-09T22:17:36.113Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:36.113Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:36.113Z INFO execution/protocol_test.go:264 deploy the contract
2021-06-09T22:17:36.118Z INFO execution/protocol_test.go:264 set storedData = 0x1f40
2021-06-09T22:17:36.122Z INFO execution/protocol_test.go:225 read and verify storedData = 0x1f40
2021-06-09T22:17:36.124Z INFO execution/protocol_test.go:264 calling infinite(), this will consume all provided gas, and exit with failure
--- PASS: TestProtocol_Handle (3.43s)
--- PASS: TestProtocol_Handle/EVM (0.01s)
--- PASS: TestProtocol_Handle/ERC20 (0.05s)
--- PASS: TestProtocol_Handle/DelegateERC20 (0.02s)
--- PASS: TestProtocol_Handle/InfiniteLoop (0.20s)
--- PASS: TestProtocol_Handle/RollDice (0.02s)
--- PASS: TestProtocol_Handle/ChangeState (0.01s)
--- PASS: TestProtocol_Handle/ArrayReturn (0.01s)
--- PASS: TestProtocol_Handle/BasicToken (0.01s)
--- PASS: TestProtocol_Handle/CallDynamic (0.01s)
--- PASS: TestProtocol_Handle/Factory (0.02s)
--- PASS: TestProtocol_Handle/MappingDelete (0.01s)
--- PASS: TestProtocol_Handle/F.value (0.02s)
--- PASS: TestProtocol_Handle/Proposal (0.01s)
--- PASS: TestProtocol_Handle/PublicLength (0.01s)
--- PASS: TestProtocol_Handle/PublicMapping (0.02s)
--- PASS: TestProtocol_Handle/NoVariableLengthReturns (0.03s)
--- PASS: TestProtocol_Handle/Tuple (0.01s)
--- PASS: TestProtocol_Handle/TailRecursion (0.01s)
--- PASS: TestProtocol_Handle/Sha3 (0.05s)
--- PASS: TestProtocol_Handle/RemoveFromArray (0.02s)
--- PASS: TestProtocol_Handle/SendEth (0.02s)
--- PASS: TestProtocol_Handle/Multisend (0.32s)
--- PASS: TestProtocol_Handle/Multisend2 (0.07s)
--- PASS: TestProtocol_Handle/reentry-attack (0.02s)
--- PASS: TestProtocol_Handle/cashier (0.05s)
--- PASS: TestProtocol_Handle/wireconnection (0.02s)
--- PASS: TestProtocol_Handle/gas-test (1.61s)
--- PASS: TestProtocol_Handle/storage-test (0.53s)
--- PASS: TestProtocol_Handle/cashier-bering (0.05s)
--- PASS: TestProtocol_Handle/infiniteloop-bering (0.16s)
=== RUN TestMaxTime
=== RUN TestMaxTime/max-time
2021-06-09T22:17:36.275Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:36.275Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:36.275Z INFO execution/protocol_test.go:264 deploy the contract
2021-06-09T22:17:36.280Z INFO execution/protocol_test.go:264 set storedData = 0x1f40
2021-06-09T22:17:36.304Z INFO execution/protocol_test.go:264 run test1
2021-06-09T22:17:37.533Z INFO execution/protocol_test.go:264 run test2
2021-06-09T22:17:38.832Z INFO execution/protocol_test.go:264 run store1
=== RUN TestMaxTime/max-time-2
2021-06-09T22:17:39.695Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:17:39.695Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:17:39.695Z INFO execution/protocol_test.go:264 deploy the contract
2021-06-09T22:17:39.701Z INFO execution/protocol_test.go:264 set storedData = 0x1f40
2021-06-09T22:17:39.713Z INFO execution/protocol_test.go:264 run test1 with 40k gas limit
2021-06-09T22:17:39.722Z INFO execution/protocol_test.go:264 run test2 with 20k gas limit
2021-06-09T22:17:39.727Z INFO execution/protocol_test.go:264 run test3 with 10k gas limit
2021-06-09T22:17:39.731Z INFO execution/protocol_test.go:264 run test4 with 100k gas limit
--- PASS: TestMaxTime (3.48s)
--- PASS: TestMaxTime/max-time (3.42s)
--- PASS: TestMaxTime/max-time-2 (0.06s)
PASS
coverage: 48.4% of statements
ok github.com/iotexproject/iotex-core/action/protocol/execution 6.970s coverage: 48.4% of statements
=== RUN TestCreateContract
--- PASS: TestCreateContract (0.00s)
=== RUN TestLoadStoreCommit
=== RUN TestLoadStoreCommit/contract_load/store_with_stateDB,_sync_mode
=== RUN TestLoadStoreCommit/contract_load/store_with_stateDB,_async_mode
=== RUN TestLoadStoreCommit/contract_load/store_with_trie,_sync_mode
=== RUN TestLoadStoreCommit/contract_load/store_with_trie,_async_mode
--- PASS: TestLoadStoreCommit (0.01s)
--- PASS: TestLoadStoreCommit/contract_load/store_with_stateDB,_sync_mode (0.00s)
--- PASS: TestLoadStoreCommit/contract_load/store_with_stateDB,_async_mode (0.00s)
--- PASS: TestLoadStoreCommit/contract_load/store_with_trie,_sync_mode (0.00s)
--- PASS: TestLoadStoreCommit/contract_load/store_with_trie,_async_mode (0.00s)
=== RUN TestSnapshot
=== RUN TestSnapshot/sync_mode
=== RUN TestSnapshot/async_mode
--- PASS: TestSnapshot (0.00s)
--- PASS: TestSnapshot/sync_mode (0.00s)
--- PASS: TestSnapshot/async_mode (0.00s)
=== RUN TestExecuteContractFailure
2021-06-09T22:17:44.897Z WARN evm/evm.go:271 unexpected error: not enough security deposit {"error": "Insufficient balance for gas", "errorVerbose": "Insufficient balance for gas\ngithub.com/iotexproject/iotex-core/action.init\n\t/home/circleci/apps/iotex-core/action/const.go:21\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5420\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:190\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1373"}
github.com/iotexproject/iotex-core/action/protocol/execution/evm.executeInEVM
/home/circleci/apps/iotex-core/action/protocol/execution/evm/evm.go:271
github.com/iotexproject/iotex-core/action/protocol/execution/evm.ExecuteContract
/home/circleci/apps/iotex-core/action/protocol/execution/evm/evm.go:196
github.com/iotexproject/iotex-core/action/protocol/execution/evm.TestExecuteContractFailure
/home/circleci/apps/iotex-core/action/protocol/execution/evm/evm_test.go:57
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestExecuteContractFailure (0.00s)
=== RUN TestConstantinople
--- PASS: TestConstantinople (0.00s)
=== RUN TestGasEstimate
--- PASS: TestGasEstimate (0.00s)
=== RUN TestAddBalance
--- PASS: TestAddBalance (0.00s)
=== RUN TestRefundAPIs
--- PASS: TestRefundAPIs (0.00s)
=== RUN TestEmptyAndCode
--- PASS: TestEmptyAndCode (0.00s)
=== RUN TestForEachStorage
--- PASS: TestForEachStorage (0.00s)
=== RUN TestNonce
--- PASS: TestNonce (0.00s)
=== RUN TestSnapshotRevertAndCommit
=== RUN TestSnapshotRevertAndCommit/contract_snapshot/revert/commit_with_in_memery_DB
--- PASS: TestSnapshotRevertAndCommit (0.00s)
--- PASS: TestSnapshotRevertAndCommit/contract_snapshot/revert/commit_with_in_memery_DB (0.00s)
=== RUN TestGetCommittedState
=== RUN TestGetCommittedState/committed_state_with_in_mem_DB
2021-06-09T22:17:44.909Z ERROR evm/evmstatedbadapter.go:665 Failed to get committed state. {"error": "not exist in trie", "errorVerbose": "not exist in trie\ngithub.com/iotexproject/iotex-core/db/trie.init\n\t/home/circleci/apps/iotex-core/db/trie/trie.go:20\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5420\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:190\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1373"}
github.com/iotexproject/iotex-core/action/protocol/execution/evm.(*StateDBAdapter).GetCommittedState
/home/circleci/apps/iotex-core/action/protocol/execution/evm/evmstatedbadapter.go:665
github.com/iotexproject/iotex-core/action/protocol/execution/evm.TestGetCommittedState.func1
/home/circleci/apps/iotex-core/action/protocol/execution/evm/evmstatedbadapter_test.go:403
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:17:44.909Z ERROR evm/evmstatedbadapter.go:665 Failed to get committed state. {"error": "not exist in trie", "errorVerbose": "not exist in trie\ngithub.com/iotexproject/iotex-core/db/trie.init\n\t/home/circleci/apps/iotex-core/db/trie/trie.go:20\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5420\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:190\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1373"}
github.com/iotexproject/iotex-core/action/protocol/execution/evm.(*StateDBAdapter).GetCommittedState
/home/circleci/apps/iotex-core/action/protocol/execution/evm/evmstatedbadapter.go:665
github.com/iotexproject/iotex-core/action/protocol/execution/evm.TestGetCommittedState.func1
/home/circleci/apps/iotex-core/action/protocol/execution/evm/evmstatedbadapter_test.go:405
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestGetCommittedState (0.00s)
--- PASS: TestGetCommittedState/committed_state_with_in_mem_DB (0.00s)
=== RUN TestGetBalanceOnError
2021-06-09T22:17:44.909Z ERROR evm/evmstatedbadapter.go:224 Failed to get balance. {"error": "other error", "errorVerbose": "other error\ngithub.com/iotexproject/iotex-core/action/protocol/execution/evm.TestGetBalanceOnError\n\t/home/circleci/apps/iotex-core/action/protocol/execution/evm/evmstatedbadapter_test.go:427\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:991\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1373"}
github.com/iotexproject/iotex-core/action/protocol/execution/evm.(*StateDBAdapter).GetBalance
/home/circleci/apps/iotex-core/action/protocol/execution/evm/evmstatedbadapter.go:224
github.com/iotexproject/iotex-core/action/protocol/execution/evm.TestGetBalanceOnError
/home/circleci/apps/iotex-core/action/protocol/execution/evm/evmstatedbadapter_test.go:433
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestGetBalanceOnError (0.00s)
=== RUN TestPreimage
--- PASS: TestPreimage (0.00s)
PASS
coverage: 53.8% of statements
ok github.com/iotexproject/iotex-core/action/protocol/execution/evm 0.074s coverage: 53.8% of statements
? github.com/iotexproject/iotex-core/action/protocol/execution/executionpb [no test files]
=== RUN TestEpochMetaSerializeAndDeserialize
--- PASS: TestEpochMetaSerializeAndDeserialize (0.00s)
=== RUN TestCandidateIndexer
--- PASS: TestCandidateIndexer (0.00s)
=== RUN TestCreateGenesisStates
2021-06-09T22:17:51.120Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.120Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
--- PASS: TestCreateGenesisStates (0.00s)
=== RUN TestCreatePostSystemActions
--- PASS: TestCreatePostSystemActions (0.00s)
=== RUN TestCreatePreStates
--- PASS: TestCreatePreStates (0.01s)
=== RUN TestHandle
2021-06-09T22:17:51.132Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.132Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle/wrong_action
=== RUN TestHandle/All_right
2021-06-09T22:17:51.134Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.134Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle/Only_producer_could_create_this_protocol
2021-06-09T22:17:51.135Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.135Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle/Duplicate_candidate
2021-06-09T22:17:51.137Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.137Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle/Delegate's_length_is_not_equal
2021-06-09T22:17:51.138Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.138Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle/Candidate's_vote_is_not_equal
2021-06-09T22:17:51.140Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.140Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
--- PASS: TestHandle (0.01s)
--- PASS: TestHandle/wrong_action (0.00s)
--- PASS: TestHandle/All_right (0.00s)
--- PASS: TestHandle/Only_producer_could_create_this_protocol (0.00s)
--- PASS: TestHandle/Duplicate_candidate (0.00s)
--- PASS: TestHandle/Delegate's_length_is_not_equal (0.00s)
--- PASS: TestHandle/Candidate's_vote_is_not_equal (0.00s)
=== RUN TestNextCandidates
--- PASS: TestNextCandidates (0.01s)
=== RUN TestDelegatesAndNextDelegates
2021-06-09T22:17:51.151Z WARN poll/slasher.go:580 the number of block producer is less than expected {"actual block producer": 1, "expected": 2}
github.com/iotexproject/iotex-core/action/protocol/poll.(*Slasher).calculateActiveBlockProducer
/home/circleci/apps/iotex-core/action/protocol/poll/slasher.go:580
github.com/iotexproject/iotex-core/action/protocol/poll.(*Slasher).GetActiveBlockProducers
/home/circleci/apps/iotex-core/action/protocol/poll/slasher.go:316
github.com/iotexproject/iotex-core/action/protocol/poll.(*governanceChainCommitteeProtocol).NextDelegates
/home/circleci/apps/iotex-core/action/protocol/poll/governance_protocol.go:180
github.com/iotexproject/iotex-core/action/protocol/poll.TestDelegatesAndNextDelegates
/home/circleci/apps/iotex-core/action/protocol/poll/governance_protocol_test.go:691
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:17:51.151Z WARN poll/slasher.go:580 the number of block producer is less than expected {"actual block producer": 1, "expected": 2}
github.com/iotexproject/iotex-core/action/protocol/poll.(*Slasher).calculateActiveBlockProducer
/home/circleci/apps/iotex-core/action/protocol/poll/slasher.go:580
github.com/iotexproject/iotex-core/action/protocol/poll.(*Slasher).GetActiveBlockProducers
/home/circleci/apps/iotex-core/action/protocol/poll/slasher.go:316
github.com/iotexproject/iotex-core/action/protocol/poll.(*governanceChainCommitteeProtocol).Delegates
/home/circleci/apps/iotex-core/action/protocol/poll/governance_protocol.go:175
github.com/iotexproject/iotex-core/action/protocol/poll.TestDelegatesAndNextDelegates
/home/circleci/apps/iotex-core/action/protocol/poll/governance_protocol_test.go:702
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestDelegatesAndNextDelegates (0.01s)
=== RUN TestCreateGenesisStates_WithLifeLong
2021-06-09T22:17:51.152Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
--- PASS: TestCreateGenesisStates_WithLifeLong (0.00s)
=== RUN TestProtocol_Handle_WithLifeLong
--- PASS: TestProtocol_Handle_WithLifeLong (0.00s)
=== RUN TestStaking
2021-06-09T22:17:51.156Z INFO poll/nativestaking.go:176 Set native staking contract address = io1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqd39ym7
--- PASS: TestStaking (0.00s)
=== RUN TestNewProtocol
--- PASS: TestNewProtocol (0.00s)
=== RUN TestFindProtocol
--- PASS: TestFindProtocol (0.00s)
=== RUN TestMustGetProtocol
2021-06-09T22:17:51.159Z PANIC poll/protocol.go:111 poll protocol is not registered
github.com/iotexproject/iotex-core/action/protocol/poll.MustGetProtocol
/home/circleci/apps/iotex-core/action/protocol/poll/protocol.go:111
github.com/iotexproject/iotex-core/action/protocol/poll.TestMustGetProtocol.func1
/home/circleci/apps/iotex-core/action/protocol/poll/protocol_test.go:74
github.com/stretchr/testify/assert.didPanic.func1
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1018
github.com/stretchr/testify/assert.didPanic
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1020
github.com/stretchr/testify/assert.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1034
github.com/stretchr/testify/require.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1372
github.com/stretchr/testify/require.(*Assertions).Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require_forward.go:1078
github.com/iotexproject/iotex-core/action/protocol/poll.TestMustGetProtocol
/home/circleci/apps/iotex-core/action/protocol/poll/protocol_test.go:74
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestMustGetProtocol (0.00s)
=== RUN TestCreateGenesisStates_StakingCommittee
2021-06-09T22:17:51.161Z INFO poll/nativestaking.go:176 Set native staking contract address = io1xpq62aw85uqzrccg9y5hnryv8ld2nkpycc3gza
2021-06-09T22:17:51.161Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.161Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
--- PASS: TestCreateGenesisStates_StakingCommittee (0.00s)
=== RUN TestCreatePostSystemActions_StakingCommittee
2021-06-09T22:17:51.163Z INFO poll/nativestaking.go:176 Set native staking contract address = io1xpq62aw85uqzrccg9y5hnryv8ld2nkpycc3gza
--- PASS: TestCreatePostSystemActions_StakingCommittee (0.00s)
=== RUN TestHandle_StakingCommittee
2021-06-09T22:17:51.165Z INFO poll/nativestaking.go:176 Set native staking contract address = io1xpq62aw85uqzrccg9y5hnryv8ld2nkpycc3gza
2021-06-09T22:17:51.165Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.165Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle_StakingCommittee/Wrong_action_type
=== RUN TestHandle_StakingCommittee/All_right
2021-06-09T22:17:51.167Z INFO poll/nativestaking.go:176 Set native staking contract address = io1xpq62aw85uqzrccg9y5hnryv8ld2nkpycc3gza
2021-06-09T22:17:51.167Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.167Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle_StakingCommittee/Only_producer_could_create_this_protocol
2021-06-09T22:17:51.170Z INFO poll/nativestaking.go:176 Set native staking contract address = io1xpq62aw85uqzrccg9y5hnryv8ld2nkpycc3gza
2021-06-09T22:17:51.170Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.170Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle_StakingCommittee/Duplicate_candidate
2021-06-09T22:17:51.172Z INFO poll/nativestaking.go:176 Set native staking contract address = io1xpq62aw85uqzrccg9y5hnryv8ld2nkpycc3gza
2021-06-09T22:17:51.172Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.172Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle_StakingCommittee/Delegate's_length_is_not_equal
2021-06-09T22:17:51.174Z INFO poll/nativestaking.go:176 Set native staking contract address = io1xpq62aw85uqzrccg9y5hnryv8ld2nkpycc3gza
2021-06-09T22:17:51.175Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.175Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
=== RUN TestHandle_StakingCommittee/Candidate's_vote_is_not_equal
2021-06-09T22:17:51.177Z INFO poll/nativestaking.go:176 Set native staking contract address = io1xpq62aw85uqzrccg9y5hnryv8ld2nkpycc3gza
2021-06-09T22:17:51.178Z INFO poll/governance_protocol.go:79 Initialize poll protocol {"height": 123456}
2021-06-09T22:17:51.178Z INFO poll/governance_protocol.go:95 Validating delegates from gravity chain {"delegates": [{"Address":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","Votes":15,"RewardAddress":"io1kfpsvefk74cqxd245j2h5t2pld2wtxzyg6tqrt","CanName":"bmFtZTE="},{"Address":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","Votes":14,"RewardAddress":"io1llr6zs37gxrwmvnczexpg35dptta2mdvjv6w2q","CanName":"bmFtZTI="}]}
--- PASS: TestHandle_StakingCommittee (0.02s)
--- PASS: TestHandle_StakingCommittee/Wrong_action_type (0.00s)
--- PASS: TestHandle_StakingCommittee/All_right (0.00s)
--- PASS: TestHandle_StakingCommittee/Only_producer_could_create_this_protocol (0.00s)
--- PASS: TestHandle_StakingCommittee/Duplicate_candidate (0.00s)
--- PASS: TestHandle_StakingCommittee/Delegate's_length_is_not_equal (0.00s)
--- PASS: TestHandle_StakingCommittee/Candidate's_vote_is_not_equal (0.00s)
PASS
coverage: 34.1% of statements
ok github.com/iotexproject/iotex-core/action/protocol/poll 0.134s coverage: 34.1% of statements
? github.com/iotexproject/iotex-core/action/protocol/poll/blockmetapb [no test files]
=== RUN TestProtocol_SetEpochReward
--- PASS: TestProtocol_SetEpochReward (0.01s)
=== RUN TestProtocol_Fund
--- PASS: TestProtocol_Fund (0.02s)
=== RUN TestDepositNegativeGasFee
--- PASS: TestDepositNegativeGasFee (0.02s)
=== RUN TestProtocol_Handle
--- PASS: TestProtocol_Handle (0.01s)
=== RUN TestStateCheckLegacy
--- PASS: TestStateCheckLegacy (0.00s)
=== RUN TestMigrateValue
--- PASS: TestMigrateValue (0.00s)
=== RUN TestProtocol_GrantBlockReward
--- PASS: TestProtocol_GrantBlockReward (0.01s)
=== RUN TestProtocol_GrantEpochReward
--- PASS: TestProtocol_GrantEpochReward (0.02s)
=== RUN TestProtocol_ClaimReward
--- PASS: TestProtocol_ClaimReward (0.01s)
=== RUN TestProtocol_NoRewardAddr
--- PASS: TestProtocol_NoRewardAddr (0.01s)
PASS
coverage: 77.8% of statements
ok github.com/iotexproject/iotex-core/action/protocol/rewarding 0.168s coverage: 77.8% of statements
? github.com/iotexproject/iotex-core/action/protocol/rewarding/rewardingpb [no test files]
=== RUN TestEnableDardanellesSubEpoch
--- PASS: TestEnableDardanellesSubEpoch (0.00s)
=== RUN TestNewProtocol
--- PASS: TestNewProtocol (0.00s)
=== RUN TestProtocol_Handle
--- PASS: TestProtocol_Handle (0.00s)
=== RUN TestProtocol_NumCandidateDelegates
--- PASS: TestProtocol_NumCandidateDelegates (0.00s)
=== RUN TestProtocol_NumDelegates
--- PASS: TestProtocol_NumDelegates (0.00s)
=== RUN TestProtocol_ReadState
--- PASS: TestProtocol_ReadState (0.00s)
=== RUN TestProtocol_NumSubEpochs
--- PASS: TestProtocol_NumSubEpochs (0.00s)
=== RUN TestGetEpochNum
--- PASS: TestGetEpochNum (0.00s)
=== RUN TestGetEpochHeight
--- PASS: TestGetEpochHeight (0.00s)
=== RUN TestGetEpochLastBlockHeight
--- PASS: TestGetEpochLastBlockHeight (0.00s)
=== RUN TestGetSubEpochNum
--- PASS: TestGetSubEpochNum (0.00s)
=== RUN TestProductivityByEpoch
=== RUN TestProductivityByEpoch/normal_call
=== RUN TestProductivityByEpoch/tipHeight_param_error
=== RUN TestProductivityByEpoch/epochNum_param_error
=== RUN TestProductivityByEpoch/productivity_param_error
--- PASS: TestProductivityByEpoch (0.00s)
--- PASS: TestProductivityByEpoch/normal_call (0.00s)
--- PASS: TestProductivityByEpoch/tipHeight_param_error (0.00s)
--- PASS: TestProductivityByEpoch/epochNum_param_error (0.00s)
--- PASS: TestProductivityByEpoch/productivity_param_error (0.00s)
PASS
coverage: 74.3% of statements
ok github.com/iotexproject/iotex-core/action/protocol/rolldpos 0.074s coverage: 74.3% of statements
=== RUN TestBucketIndices
--- PASS: TestBucketIndices (0.00s)
=== RUN TestGetPutBucketIndex
=== RUN TestGetPutBucketIndex/test_put_and_get_bucket_index
--- PASS: TestGetPutBucketIndex (0.01s)
--- PASS: TestGetPutBucketIndex/test_put_and_get_bucket_index (0.00s)
=== RUN TestTotalAmount
--- PASS: TestTotalAmount (0.00s)
=== RUN TestBucketPool
--- PASS: TestBucketPool (0.00s)
=== RUN TestCandidatesBucketsIndexer_StartStop
--- PASS: TestCandidatesBucketsIndexer_StartStop (0.00s)
=== RUN TestCandidatesBucketsIndexer_PutGetCandidates
--- PASS: TestCandidatesBucketsIndexer_PutGetCandidates (0.00s)
=== RUN TestCandidatesBucketsIndexer_PutGetBuckets
--- PASS: TestCandidatesBucketsIndexer_PutGetBuckets (0.00s)
=== RUN TestCandCenter
--- PASS: TestCandCenter (0.05s)
=== RUN Test_CandidateStateReader
--- PASS: Test_CandidateStateReader (0.00s)
=== RUN TestSer
--- PASS: TestSer (0.00s)
=== RUN TestClone
--- PASS: TestClone (0.00s)
=== RUN TestGetPutCandidate
--- PASS: TestGetPutCandidate (0.00s)
=== RUN TestProtocol_HandleCreateStake
2021-06-09T22:18:08.002Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1llupp3n8q5x8usnr5w08j6hc6hn55x64l46rr7 balance not enough: not enough balance"}
--- PASS: TestProtocol_HandleCreateStake (0.00s)
=== RUN TestProtocol_HandleCandidateRegister
2021-06-09T22:18:08.010Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms balance not enough: not enough balance"}
2021-06-09T22:18:08.011Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid candidate name"}
2021-06-09T22:18:08.013Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid owner address"}
2021-06-09T22:18:08.013Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid candidate name"}
2021-06-09T22:18:08.013Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid candidate name"}
2021-06-09T22:18:08.013Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid owner address"}
2021-06-09T22:18:08.013Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid candidate name"}
2021-06-09T22:18:08.013Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid candidate name"}
--- PASS: TestProtocol_HandleCandidateRegister (0.01s)
=== RUN TestProtocol_HandleCandidateUpdate
2021-06-09T22:18:08.020Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms balance not enough: not enough balance"}
2021-06-09T22:18:08.020Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms balance not enough: not enough balance"}
2021-06-09T22:18:08.020Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid owner address"}
2021-06-09T22:18:08.022Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "failed to put candidate io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms: invalid candidate name"}
2021-06-09T22:18:08.026Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "failed to put candidate io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms: invalid candidate name"}
2021-06-09T22:18:08.027Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "failed to put candidate io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms: invalid operator address"}
--- PASS: TestProtocol_HandleCandidateUpdate (0.01s)
=== RUN TestProtocol_HandleUnstake
2021-06-09T22:18:08.028Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1hh97f273nhxcq8ajzcpujtt7p9pqyndfmavn9r balance not enough: not enough balance"}
2021-06-09T22:18:08.030Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1llupp3n8q5x8usnr5w08j6hc6hn55x64l46rr7 balance not enough: not enough balance"}
2021-06-09T22:18:08.031Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.033Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "failed to fetch bucket by index 1: state does not exist"}
2021-06-09T22:18:08.034Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid owner address"}
2021-06-09T22:18:08.035Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket is not ready to be unstaked"}
2021-06-09T22:18:08.037Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "AutoStake should be disabled first in order to unstake"}
2021-06-09T22:18:08.038Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "unstake an already unstaked bucket again not allowed"}
2021-06-09T22:18:08.039Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "change candidate for an unstaked bucket not allowed"}
2021-06-09T22:18:08.039Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "deposit is only allowed on auto-stake bucket"}
2021-06-09T22:18:08.039Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "restake an unstaked bucket not allowed"}
2021-06-09T22:18:08.039Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "failed to subtract vote for candidate io1llupp3n8q5x8usnr5w08j6hc6hn55x64l46rr7: invalid staking amount"}
--- PASS: TestProtocol_HandleUnstake (0.01s)
=== RUN TestProtocol_HandleWithdrawStake
2021-06-09T22:18:08.041Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1hh97f273nhxcq8ajzcpujtt7p9pqyndfmavn9r balance not enough: not enough balance"}
2021-06-09T22:18:08.041Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1hh97f273nhxcq8ajzcpujtt7p9pqyndfmavn9r balance not enough: not enough balance"}
2021-06-09T22:18:08.042Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "failed to fetch bucket by index 1: state does not exist"}
2021-06-09T22:18:08.043Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket has not been unstaked"}
2021-06-09T22:18:08.044Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "stake is not ready to withdraw"}
--- PASS: TestProtocol_HandleWithdrawStake (0.01s)
=== RUN TestProtocol_HandleChangeCandidate
2021-06-09T22:18:08.050Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1llupp3n8q5x8usnr5w08j6hc6hn55x64l46rr7 balance not enough: not enough balance"}
2021-06-09T22:18:08.051Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid owner address"}
2021-06-09T22:18:08.053Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "self staking bucket cannot be processed"}
2021-06-09T22:18:08.055Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid owner address"}
2021-06-09T22:18:08.064Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "change to same candidate"}
--- PASS: TestProtocol_HandleChangeCandidate (0.02s)
=== RUN TestProtocol_HandleTransferStake
2021-06-09T22:18:08.076Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1hh97f273nhxcq8ajzcpujtt7p9pqyndfmavn9r balance not enough: not enough balance"}
2021-06-09T22:18:08.086Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.088Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "self staking bucket cannot be processed"}
2021-06-09T22:18:08.093Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "transfer to same owner"}
--- PASS: TestProtocol_HandleTransferStake (0.03s)
=== RUN TestProtocol_HandleConsignmentTransfer
2021-06-09T22:18:08.102Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.105Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.108Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.112Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.116Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.119Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.122Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.125Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.129Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
--- PASS: TestProtocol_HandleConsignmentTransfer (0.04s)
=== RUN TestProtocol_HandleRestake
2021-06-09T22:18:08.135Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1hh97f273nhxcq8ajzcpujtt7p9pqyndfmavn9r balance not enough: not enough balance"}
2021-06-09T22:18:08.135Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket owner does not match action caller"}
2021-06-09T22:18:08.136Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "failed to fetch bucket by index 1: state does not exist"}
2021-06-09T22:18:08.137Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid owner address"}
2021-06-09T22:18:08.138Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "AutoStake should be disabled first in order to reduce duration"}
2021-06-09T22:18:08.138Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "bucket is not ready to be able to reduce duration"}
--- PASS: TestProtocol_HandleRestake (0.01s)
=== RUN TestProtocol_HandleDepositToStake
2021-06-09T22:18:08.140Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1llupp3n8q5x8usnr5w08j6hc6hn55x64l46rr7 balance not enough: not enough balance"}
2021-06-09T22:18:08.141Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "caller io1llupp3n8q5x8usnr5w08j6hc6hn55x64l46rr7 balance not enough: not enough balance"}
2021-06-09T22:18:08.142Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "failed to fetch bucket by index 1: state does not exist"}
2021-06-09T22:18:08.143Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "deposit is only allowed on auto-stake bucket"}
2021-06-09T22:18:08.144Z INFO staking/protocol.go:342 Failed to commit staking action {"actionHash": "0000000000000000000000000000000000000000000000000000000000000000", "error": "invalid owner address"}
--- PASS: TestProtocol_HandleDepositToStake (0.01s)
=== RUN TestProtocol
--- PASS: TestProtocol (0.00s)
=== RUN TestCreatePreStates
2021-06-09T22:18:08.148Z INFO staking/vote_reviser.go:119 committed revise action {"height": 6544441, "number of cands": 0}
--- PASS: TestCreatePreStates (0.00s)
=== RUN Test_CreatePreStatesWithRegisterProtocol
2021-06-09T22:18:08.148Z INFO staking/vote_reviser.go:119 committed revise action {"height": 6544441, "number of cands": 0}
--- PASS: Test_CreatePreStatesWithRegisterProtocol (0.00s)
=== RUN Test_CreateGenesisStates
--- PASS: Test_CreateGenesisStates (0.00s)
=== RUN TestReceiptLog
--- PASS: TestReceiptLog (0.00s)
=== RUN TestIsValidCandidateName
--- PASS: TestIsValidCandidateName (0.00s)
=== RUN TestGetPutStaking
--- PASS: TestGetPutStaking (0.00s)
=== RUN TestVoteReviser
2021-06-09T22:18:08.160Z INFO staking/vote_reviser.go:119 committed revise action {"height": 11267641, "number of cands": 6}
2021-06-09T22:18:08.160Z INFO staking/vote_reviser.go:125 committed revise action {"name": "test4", "votes": "1471638820397479001985921"}
2021-06-09T22:18:08.160Z INFO staking/vote_reviser.go:125 committed revise action {"name": "test5", "votes": "1471637594031791535689634"}
2021-06-09T22:18:08.160Z INFO staking/vote_reviser.go:125 committed revise action {"name": "test3", "votes": "1457480667073236107980356"}
2021-06-09T22:18:08.160Z INFO staking/vote_reviser.go:125 committed revise action {"name": "test1", "votes": "1446005114305211280178824"}
2021-06-09T22:18:08.161Z INFO staking/vote_reviser.go:125 committed revise action {"name": "test2", "votes": "1419318301276312034837979"}
2021-06-09T22:18:08.161Z INFO staking/vote_reviser.go:125 committed revise action {"name": "test6", "votes": "1325504688113108020530718"}
--- PASS: TestVoteReviser (0.01s)
PASS
coverage: 72.1% of statements
ok github.com/iotexproject/iotex-core/action/protocol/staking 0.319s coverage: 72.1% of statements
? github.com/iotexproject/iotex-core/action/protocol/staking/stakingpb [no test files]
=== RUN TestProbationListSerializeAndDeserialize
--- PASS: TestProbationListSerializeAndDeserialize (0.00s)
=== RUN TestUnproductiveDelegate
--- PASS: TestUnproductiveDelegate (0.00s)
PASS
coverage: 84.8% of statements
ok github.com/iotexproject/iotex-core/action/protocol/vote 0.008s coverage: 84.8% of statements
? github.com/iotexproject/iotex-core/action/protocol/vote/candidatesutil [no test files]
? github.com/iotexproject/iotex-core/action/protocol/vote/unproductivedelegatepb [no test files]
=== RUN TestActPool_NewActPool
--- PASS: TestActPool_NewActPool (0.00s)
=== RUN TestValidate
--- PASS: TestValidate (0.00s)
=== RUN TestActPool_AddActs
--- PASS: TestActPool_AddActs (2.84s)
=== RUN TestActPool_PickActs
=== RUN TestActPool_PickActs/no-expiry
=== RUN TestActPool_PickActs/expiry
--- PASS: TestActPool_PickActs (1.02s)
--- PASS: TestActPool_PickActs/no-expiry (0.01s)
--- PASS: TestActPool_PickActs/expiry (1.01s)
=== RUN TestActPool_removeConfirmedActs
--- PASS: TestActPool_removeConfirmedActs (0.00s)
=== RUN TestActPool_Reset
--- PASS: TestActPool_Reset (0.05s)
=== RUN TestActPool_removeInvalidActs
--- PASS: TestActPool_removeInvalidActs (0.00s)
=== RUN TestActPool_GetPendingNonce
--- PASS: TestActPool_GetPendingNonce (0.00s)
=== RUN TestActPool_GetUnconfirmedActs
--- PASS: TestActPool_GetUnconfirmedActs (0.00s)
=== RUN TestActPool_GetActionByHash
--- PASS: TestActPool_GetActionByHash (0.00s)
=== RUN TestActPool_GetCapacity
--- PASS: TestActPool_GetCapacity (0.00s)
=== RUN TestActPool_GetSize
--- PASS: TestActPool_GetSize (0.00s)
=== RUN TestActPool_AddActionNotEnoughGasPrice
--- PASS: TestActPool_AddActionNotEnoughGasPrice (0.00s)
=== RUN TestNoncePriorityQueue
TestNoncePriorityQueue: actqueue_test.go:50: After randomly removing a dummy nonce, the remaining dummy nonces in the order of popped are as follows:
TestNoncePriorityQueue: actqueue_test.go:53: 2
TestNoncePriorityQueue: actqueue_test.go:54:
TestNoncePriorityQueue: actqueue_test.go:53: 3
TestNoncePriorityQueue: actqueue_test.go:54:
--- PASS: TestNoncePriorityQueue (0.00s)
=== RUN TestActQueuePut
--- PASS: TestActQueuePut (0.00s)
=== RUN TestActQueueFilterNonce
--- PASS: TestActQueueFilterNonce (0.00s)
=== RUN TestActQueueUpdateNonce
--- PASS: TestActQueueUpdateNonce (0.00s)
=== RUN TestActQueuePendingActs
--- PASS: TestActQueuePendingActs (0.00s)
=== RUN TestActQueueAllActs
--- PASS: TestActQueueAllActs (0.00s)
=== RUN TestActQueueRemoveActs
--- PASS: TestActQueueRemoveActs (0.00s)
=== RUN TestActQueueTimeOutAction
--- PASS: TestActQueueTimeOutAction (0.00s)
PASS
coverage: 87.6% of statements
ok github.com/iotexproject/iotex-core/actpool 4.011s coverage: 87.6% of statements
=== RUN TestActionIterator
--- PASS: TestActionIterator (0.00s)
PASS
coverage: 87.9% of statements
ok github.com/iotexproject/iotex-core/actpool/actioniterator 0.053s coverage: 87.9% of statements
=== RUN TestServer_GetAccount
2021-06-09T22:18:33.240Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.253Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.253Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.253Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetAccount (0.10s)
=== RUN TestServer_GetActions
2021-06-09T22:18:33.335Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.341Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.341Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.341Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetActions (0.05s)
=== RUN TestServer_GetAction
2021-06-09T22:18:33.387Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.395Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.395Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.395Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetAction (0.04s)
=== RUN TestServer_GetActionsByAddress
2021-06-09T22:18:33.430Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.435Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.435Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.435Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetActionsByAddress (0.04s)
=== RUN TestServer_GetUnconfirmedActionsByAddress
2021-06-09T22:18:33.474Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.480Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.480Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.480Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetUnconfirmedActionsByAddress (0.05s)
=== RUN TestServer_GetActionsByBlock
2021-06-09T22:18:33.526Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.532Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.533Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.533Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetActionsByBlock (0.04s)
=== RUN TestServer_GetBlockMetas
2021-06-09T22:18:33.572Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.578Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.578Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.578Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetBlockMetas (0.06s)
=== RUN TestServer_GetBlockMeta
2021-06-09T22:18:33.628Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.633Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.633Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.633Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetBlockMeta (0.04s)
=== RUN TestServer_GetChainMeta
2021-06-09T22:18:33.670Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.677Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.678Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.678Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:33.720Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.726Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.726Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.726Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:33.760Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.765Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.765Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.765Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetChainMeta (0.14s)
=== RUN TestServer_SendAction
2021-06-09T22:18:33.812Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.816Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.816Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.816Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:33.847Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.852Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.852Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.852Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:33.902Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.909Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.909Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.909Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:33.941Z ERROR api/api.go:372 Failed to accept action {"actionHash": "0799905f8e238aca775f1d3ee0e3dac225eae7a3b41b9aa0e382aeb16102e281", "txBytes": "0a3c0801100318a09c01220130522f0a0231301229696f3172633264326465377274757563616c7371763464396e673068323937743633773777766c7068124104dc4c548c3a478278a6a09ffa8b5c4b384368e49654b35a6961ee8288fc889cdc39e9f8194e41abdbfac248ef9dc3f37b131a36ee2c052d974c21c1d2cd56730b1a415e71f5142e6b364ab9bedef6cc8c003981b1ead9646375adf12d07a1ae5cf7f54e12858e713584658dc052b5b8c30cf0c2877ba2ccfaf0d45e89697ed817749c01", "error": "insufficient space for action: invalid actpool", "errorVerbose": "invalid actpool\ngithub.com/iotexproject/iotex-core/action.init\n\t/home/circleci/apps/iotex-core/action/const.go:17\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5420\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:190\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1373\ninsufficient space for action\ngithub.com/iotexproject/iotex-core/actpool.(*actPool).Add\n\t/home/circleci/apps/iotex-core/actpool/actpool.go:192\ngithub.com/iotexproject/iotex-core/api.(*Server).SendAction\n\t/home/circleci/apps/iotex-core/api/api.go:367\ngithub.com/iotexproject/iotex-core/api.TestServer_SendAction\n\t/home/circleci/apps/iotex-core/api/api_test.go:1248\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:991\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1373"}
github.com/iotexproject/iotex-core/api.(*Server).SendAction
/home/circleci/apps/iotex-core/api/api.go:372
github.com/iotexproject/iotex-core/api.TestServer_SendAction
/home/circleci/apps/iotex-core/api/api_test.go:1248
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestServer_SendAction (0.13s)
=== RUN TestServer_StreamLogs
2021-06-09T22:18:33.945Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:33.948Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:33.948Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:33.948Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_StreamLogs (0.05s)
=== RUN TestServer_GetReceiptByAction
2021-06-09T22:18:33.998Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.007Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.007Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.007Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetReceiptByAction (0.04s)
=== RUN TestServer_ReadContract
2021-06-09T22:18:34.036Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.040Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.040Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.040Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_ReadContract (0.04s)
=== RUN TestServer_SuggestGasPrice
2021-06-09T22:18:34.080Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.088Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.088Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.089Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_SuggestGasPrice (0.05s)
=== RUN TestServer_EstimateGasForAction
2021-06-09T22:18:34.124Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.128Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.128Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.128Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_EstimateGasForAction (0.03s)
=== RUN TestServer_EstimateActionGasConsumption
2021-06-09T22:18:34.158Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.164Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.164Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.164Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_EstimateActionGasConsumption (0.06s)
=== RUN TestServer_ReadUnclaimedBalance
2021-06-09T22:18:34.213Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.219Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.219Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.219Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_ReadUnclaimedBalance (0.04s)
=== RUN TestServer_TotalBalance
2021-06-09T22:18:34.250Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.254Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.254Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.254Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_TotalBalance (0.05s)
=== RUN TestServer_AvailableBalance
2021-06-09T22:18:34.306Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.311Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.311Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.311Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_AvailableBalance (0.04s)
=== RUN TestServer_ReadCandidatesByEpoch
2021-06-09T22:18:34.343Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.343Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.343Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.343Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.381Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.386Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.386Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.386Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_ReadCandidatesByEpoch (0.08s)
=== RUN TestServer_ReadBlockProducersByEpoch
2021-06-09T22:18:34.427Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.428Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.428Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.428Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.461Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.462Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.462Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.462Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.513Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.514Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.514Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.514Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_ReadBlockProducersByEpoch (0.12s)
=== RUN TestServer_ReadActiveBlockProducersByEpoch
2021-06-09T22:18:34.546Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.547Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.547Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.547Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.596Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.603Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.603Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.603Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.630Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.631Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.631Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.631Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_ReadActiveBlockProducersByEpoch (0.12s)
=== RUN TestServer_ReadRollDPoSMeta
2021-06-09T22:18:34.663Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.673Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.673Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.673Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.713Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.718Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.718Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.718Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_ReadRollDPoSMeta (0.08s)
=== RUN TestServer_ReadEpochCtx
2021-06-09T22:18:34.745Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.750Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.750Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.750Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.787Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.795Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.795Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.795Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.822Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.827Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.827Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.827Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.855Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.860Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.860Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.860Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.908Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.911Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.911Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.911Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:34.935Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.939Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.939Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.939Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_ReadEpochCtx (0.22s)
=== RUN TestServer_GetEpochMeta
2021-06-09T22:18:34.970Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:34.977Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:34.977Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:34.977Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
2021-06-09T22:18:35.011Z WARN poll/slasher.go:580 the number of block producer is less than expected {"actual block producer": 6, "expected": 24}
github.com/iotexproject/iotex-core/action/protocol/poll.(*Slasher).calculateActiveBlockProducer
/home/circleci/apps/iotex-core/action/protocol/poll/slasher.go:580
github.com/iotexproject/iotex-core/action/protocol/poll.(*Slasher).GetActiveBlockProducers
/home/circleci/apps/iotex-core/action/protocol/poll/slasher.go:316
github.com/iotexproject/iotex-core/action/protocol/poll.(*Slasher).ReadState
/home/circleci/apps/iotex-core/action/protocol/poll/slasher.go:210
github.com/iotexproject/iotex-core/action/protocol/poll.(*governanceChainCommitteeProtocol).ReadState
/home/circleci/apps/iotex-core/action/protocol/poll/governance_protocol.go:215
github.com/iotexproject/iotex-core/api.(*Server).readState
/home/circleci/apps/iotex-core/api/api.go:982
github.com/iotexproject/iotex-core/api.(*Server).GetEpochMeta
/home/circleci/apps/iotex-core/api/api.go:589
github.com/iotexproject/iotex-core/api.TestServer_GetEpochMeta
/home/circleci/apps/iotex-core/api/api_test.go:1961
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestServer_GetEpochMeta (0.05s)
=== RUN TestServer_GetRawBlocks
2021-06-09T22:18:35.017Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:35.023Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:35.023Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:35.023Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetRawBlocks (0.04s)
=== RUN TestServer_GetLogs
2021-06-09T22:18:35.054Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:35.059Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:35.059Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:35.059Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetLogs (0.05s)
=== RUN TestServer_GetTransactionLogByActionHash
2021-06-09T22:18:35.108Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:35.112Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:35.112Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:35.112Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetTransactionLogByActionHash (0.03s)
=== RUN TestServer_GetEvmTransfersByBlockHeight
2021-06-09T22:18:35.136Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:35.140Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:35.140Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:35.140Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetEvmTransfersByBlockHeight (0.03s)
=== RUN TestServer_GetActPoolActions
2021-06-09T22:18:35.172Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:18:35.177Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:18:35.177Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:18:35.177Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 2, "height": 0}
--- PASS: TestServer_GetActPoolActions (0.05s)
=== RUN TestBlockListener
2021-06-09T22:18:35.217Z INFO api/blocklistener.go:39 Error when streaming the block {"height": 1, "error": "send error", "errorVerbose": "send error\ngithub.com/iotexproject/iotex-core/api.init\n\t/home/circleci/apps/iotex-core/api/blocklistener_test.go:24\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5420\nruntime.doInit\n\t/usr/local/go/src/runtime/proc.go:5415\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:190\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1373"}
--- PASS: TestBlockListener (0.00s)
=== RUN TestChainListener
--- PASS: TestChainListener (0.00s)
PASS
coverage: 65.2% of statements
ok github.com/iotexproject/iotex-core/api 2.053s coverage: 65.2% of statements
=== RUN TestLogFilter_MatchBlock
--- PASS: TestLogFilter_MatchBlock (0.00s)
=== RUN TestLogFilter_ExistInBloomFilterv2
--- PASS: TestLogFilter_ExistInBloomFilterv2 (0.00s)
PASS
coverage: 55.1% of statements
ok github.com/iotexproject/iotex-core/api/logfilter 0.057s coverage: 55.1% of statements
? github.com/iotexproject/iotex-core/blockchain [no test files]
=== RUN TestMerkle
TestMerkle: block_test.go:74: Merkle root match pass
--- PASS: TestMerkle (0.00s)
=== RUN TestConvertFromBlockPb
--- PASS: TestConvertFromBlockPb (0.00s)
=== RUN TestBlockCompressionSize
2021-06-09T22:18:46.440Z INFO block/block_test.go:136 Compression result {"numActions": 1, "before": 597, "after": 595}
2021-06-09T22:18:46.445Z INFO block/block_test.go:136 Compression result {"numActions": 10, "before": 3160, "after": 2191}
2021-06-09T22:18:46.515Z INFO block/block_test.go:136 Compression result {"numActions": 100, "before": 28783, "after": 14054}
2021-06-09T22:18:47.090Z INFO block/block_test.go:136 Compression result {"numActions": 1000, "before": 285060, "after": 114201}
2021-06-09T22:18:52.917Z INFO block/block_test.go:136 Compression result {"numActions": 10000, "before": 2847784, "after": 1116061}
--- PASS: TestBlockCompressionSize (6.48s)
=== RUN TestStoreProto
--- PASS: TestStoreProto (0.00s)
=== RUN TestSerialize
--- PASS: TestSerialize (0.00s)
=== RUN TestProto
--- PASS: TestProto (0.00s)
=== RUN TestSerDer
--- PASS: TestSerDer (0.00s)
=== RUN TestLoadProto
--- PASS: TestLoadProto (0.00s)
=== RUN TestCalculateTxRoot
--- PASS: TestCalculateTxRoot (0.00s)
=== RUN TestCalculateTransferAmount
--- PASS: TestCalculateTransferAmount (0.00s)
=== RUN TestBuilder
--- PASS: TestBuilder (0.00s)
=== RUN TestConvertToBlockFooterPb
--- PASS: TestConvertToBlockFooterPb (0.00s)
=== RUN TestConvertFromBlockFooterPb
--- PASS: TestConvertFromBlockFooterPb (0.00s)
=== RUN TestSerDesFooter
--- PASS: TestSerDesFooter (0.00s)
=== RUN TestGenesisBlock
--- PASS: TestGenesisBlock (0.00s)
=== RUN TestHeader
--- PASS: TestHeader (0.00s)
=== RUN TestSerDesHeadrer
--- PASS: TestSerDesHeadrer (0.00s)
=== RUN TestReceiptSystemLog
--- PASS: TestReceiptSystemLog (0.00s)
=== RUN TestSystemLogFromReceipt
--- PASS: TestSystemLogFromReceipt (0.00s)
=== RUN TestTestingBuilder
--- PASS: TestTestingBuilder (0.00s)
=== RUN TestBody_CalculateTxRoot
--- PASS: TestBody_CalculateTxRoot (0.00s)
=== RUN TestBody_CalculateTransferAmount
--- PASS: TestBody_CalculateTransferAmount (0.00s)
=== RUN TestVerifyBlock
=== RUN TestVerifyBlock/success
=== RUN TestVerifyBlock/wrong_root_hash
--- PASS: TestVerifyBlock (0.00s)
--- PASS: TestVerifyBlock/success (0.00s)
--- PASS: TestVerifyBlock/wrong_root_hash (0.00s)
=== RUN TestValidator
--- PASS: TestValidator (0.00s)
PASS
coverage: 77.6% of statements
ok github.com/iotexproject/iotex-core/blockchain/block 6.558s coverage: 77.6% of statements
=== RUN TestBlockDAO
=== RUN TestBlockDAO/test_store_blocks
=== RUN TestBlockDAO/test_store_blocks#01
2021-06-09T22:18:57.906Z ERROR filedao/filedao.go:299 Block already exists. {"height": 3, "hash": "c8507f6245a0068fc32c8ff8cd4c0d2f6702610f195243c7f1455a90750df61a"}
github.com/iotexproject/iotex-core/blockchain/filedao.(*fileDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/filedao/filedao.go:299
github.com/iotexproject/iotex-core/blockchain/blockdao.(*blockDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao.go:323
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func1
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:236
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func4
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:390
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestBlockDAO/test_store_blocks#02
2021-06-09T22:18:57.915Z ERROR filedao/filedao.go:299 Block already exists. {"height": 3, "hash": "c8507f6245a0068fc32c8ff8cd4c0d2f6702610f195243c7f1455a90750df61a"}
github.com/iotexproject/iotex-core/blockchain/filedao.(*fileDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/filedao/filedao.go:299
github.com/iotexproject/iotex-core/blockchain/blockdao.(*blockDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao.go:323
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func1
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:236
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func4
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:390
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestBlockDAO/test_store_blocks#03
2021-06-09T22:18:57.926Z ERROR filedao/filedao.go:299 Block already exists. {"height": 3, "hash": "c8507f6245a0068fc32c8ff8cd4c0d2f6702610f195243c7f1455a90750df61a"}
github.com/iotexproject/iotex-core/blockchain/filedao.(*fileDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/filedao/filedao.go:299
github.com/iotexproject/iotex-core/blockchain/blockdao.(*blockDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao.go:323
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func1
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:236
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func4
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:390
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestBlockDAO/test_store_blocks#04
2021-06-09T22:18:57.937Z ERROR filedao/filedao.go:299 Block already exists. {"height": 3, "hash": "c8507f6245a0068fc32c8ff8cd4c0d2f6702610f195243c7f1455a90750df61a"}
github.com/iotexproject/iotex-core/blockchain/filedao.(*fileDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/filedao/filedao.go:299
github.com/iotexproject/iotex-core/blockchain/blockdao.(*blockDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao.go:323
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func1
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:236
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func4
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:390
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestBlockDAO/test_store_blocks#05
2021-06-09T22:18:57.978Z ERROR filedao/filedao.go:299 Block already exists. {"height": 3, "hash": "c8507f6245a0068fc32c8ff8cd4c0d2f6702610f195243c7f1455a90750df61a"}
github.com/iotexproject/iotex-core/blockchain/filedao.(*fileDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/filedao/filedao.go:299
github.com/iotexproject/iotex-core/blockchain/blockdao.(*blockDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao.go:323
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func1
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:236
github.com/iotexproject/iotex-core/blockchain/blockdao.TestBlockDAO.func4
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao_test.go:390
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestBlockDAO/test_delete_blocks
=== RUN TestBlockDAO/test_delete_blocks#01
=== RUN TestBlockDAO/test_delete_blocks#02
=== RUN TestBlockDAO/test_delete_blocks#03
=== RUN TestBlockDAO/test_delete_blocks#04
=== RUN TestBlockDAO/test_delete_blocks#05
--- PASS: TestBlockDAO (0.18s)
--- PASS: TestBlockDAO/test_store_blocks (0.01s)
--- PASS: TestBlockDAO/test_store_blocks#01 (0.04s)
--- PASS: TestBlockDAO/test_store_blocks#02 (0.01s)
--- PASS: TestBlockDAO/test_store_blocks#03 (0.01s)
--- PASS: TestBlockDAO/test_store_blocks#04 (0.01s)
--- PASS: TestBlockDAO/test_store_blocks#05 (0.01s)
--- PASS: TestBlockDAO/test_delete_blocks (0.00s)
--- PASS: TestBlockDAO/test_delete_blocks#01 (0.01s)
--- PASS: TestBlockDAO/test_delete_blocks#02 (0.01s)
--- PASS: TestBlockDAO/test_delete_blocks#03 (0.00s)
--- PASS: TestBlockDAO/test_delete_blocks#04 (0.01s)
--- PASS: TestBlockDAO/test_delete_blocks#05 (0.00s)
PASS
coverage: 63.8% of statements
ok github.com/iotexproject/iotex-core/blockchain/blockdao 0.234s coverage: 63.8% of statements
=== RUN TestFileProto
--- PASS: TestFileProto (0.00s)
=== RUN TestFileReadWrite
=== RUN TestFileReadWrite/test_file_header
--- PASS: TestFileReadWrite (0.00s)
--- PASS: TestFileReadWrite/test_file_header (0.00s)
=== RUN TestFileDAOLegacy_PutBlock
=== RUN TestFileDAOLegacy_PutBlock/test_fileDAOLegacy_interface
=== RUN TestFileDAOLegacy_PutBlock/test_fileDAOLegacy_interface#01
--- PASS: TestFileDAOLegacy_PutBlock (0.01s)
--- PASS: TestFileDAOLegacy_PutBlock/test_fileDAOLegacy_interface (0.00s)
--- PASS: TestFileDAOLegacy_PutBlock/test_fileDAOLegacy_interface#01 (0.00s)
=== RUN TestFileDAOLegacy_DeleteTipBlock
--- PASS: TestFileDAOLegacy_DeleteTipBlock (0.00s)
=== RUN TestFileDAOLegacy_getBlockValue
--- PASS: TestFileDAOLegacy_getBlockValue (0.00s)
=== RUN TestChecksumNamespaceAndKeys
--- PASS: TestChecksumNamespaceAndKeys (0.00s)
=== RUN TestReadFileHeader
--- PASS: TestReadFileHeader (0.00s)
=== RUN TestNewFileDAOSplitV2
--- PASS: TestNewFileDAOSplitV2 (0.06s)
=== RUN TestNewFileDAOSplitLegacy
--- PASS: TestNewFileDAOSplitLegacy (0.09s)
=== RUN TestCheckFiles
--- PASS: TestCheckFiles (0.00s)
=== RUN TestNewFileDAOv2
=== RUN TestNewFileDAOv2/test_newFileDAOv2
=== RUN TestNewFileDAOv2/test_newFileDAOv2#01
--- PASS: TestNewFileDAOv2 (0.00s)
--- PASS: TestNewFileDAOv2/test_newFileDAOv2 (0.00s)
--- PASS: TestNewFileDAOv2/test_newFileDAOv2#01 (0.00s)
=== RUN TestNewFdInterface
=== RUN TestNewFdInterface/test_fileDAOv2_interface
=== RUN TestNewFdInterface/test_fileDAOv2_interface#01
=== RUN TestNewFdInterface/test_fileDAOv2_interface#02
=== RUN TestNewFdInterface/test_fileDAOv2_interface#03
=== RUN TestNewFdInterface/test_fileDAOv2_interface#04
=== RUN TestNewFdInterface/test_fileDAOv2_interface#05
=== RUN TestNewFdInterface/test_fileDAOv2_interface#06
=== RUN TestNewFdInterface/test_fileDAOv2_interface#07
--- PASS: TestNewFdInterface (0.24s)
--- PASS: TestNewFdInterface/test_fileDAOv2_interface (0.03s)
--- PASS: TestNewFdInterface/test_fileDAOv2_interface#01 (0.03s)
--- PASS: TestNewFdInterface/test_fileDAOv2_interface#02 (0.05s)
--- PASS: TestNewFdInterface/test_fileDAOv2_interface#03 (0.02s)
--- PASS: TestNewFdInterface/test_fileDAOv2_interface#04 (0.02s)
--- PASS: TestNewFdInterface/test_fileDAOv2_interface#05 (0.05s)
--- PASS: TestNewFdInterface/test_fileDAOv2_interface#06 (0.02s)
--- PASS: TestNewFdInterface/test_fileDAOv2_interface#07 (0.02s)
=== RUN TestNewFdStart
=== RUN TestNewFdStart/test_fileDAOv2_start
=== RUN TestNewFdStart/test_fileDAOv2_start#01
=== RUN TestNewFdStart/test_fileDAOv2_start#02
=== RUN TestNewFdStart/test_fileDAOv2_start#03
=== RUN TestNewFdStart/test_fileDAOv2_start#04
=== RUN TestNewFdStart/test_fileDAOv2_start#05
=== RUN TestNewFdStart/test_fileDAOv2_start#06
=== RUN TestNewFdStart/test_fileDAOv2_start#07
--- PASS: TestNewFdStart (0.78s)
--- PASS: TestNewFdStart/test_fileDAOv2_start (0.07s)
--- PASS: TestNewFdStart/test_fileDAOv2_start#01 (0.06s)
--- PASS: TestNewFdStart/test_fileDAOv2_start#02 (0.06s)
--- PASS: TestNewFdStart/test_fileDAOv2_start#03 (0.07s)
--- PASS: TestNewFdStart/test_fileDAOv2_start#04 (0.13s)
--- PASS: TestNewFdStart/test_fileDAOv2_start#05 (0.14s)
--- PASS: TestNewFdStart/test_fileDAOv2_start#06 (0.13s)
--- PASS: TestNewFdStart/test_fileDAOv2_start#07 (0.12s)
PASS
coverage: 74.9% of statements
ok github.com/iotexproject/iotex-core/blockchain/filedao 1.248s coverage: 74.9% of statements
? github.com/iotexproject/iotex-core/blockchain/filedao/headerpb [no test files]
=== RUN TestDefaultConfig
--- PASS: TestDefaultConfig (0.00s)
=== RUN TestHash
--- PASS: TestHash (0.00s)
=== RUN TestAccount_InitBalances
--- PASS: TestAccount_InitBalances (0.00s)
=== RUN TestNewHeightChange
--- PASS: TestNewHeightChange (0.00s)
PASS
coverage: 55.2% of statements
ok github.com/iotexproject/iotex-core/blockchain/genesis 0.057s coverage: 55.2% of statements
=== RUN TestCreateBlockchain
2021-06-09T22:19:12.341Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
Create blockchain pass, height = 0
--- PASS: TestCreateBlockchain (0.06s)
=== RUN TestGetBlockHash
2021-06-09T22:19:12.400Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
Create blockchain pass, height = 0
--- PASS: TestGetBlockHash (0.02s)
=== RUN TestBlockchain_MintNewBlock
2021-06-09T22:19:12.417Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestBlockchain_MintNewBlock (0.00s)
=== RUN TestBlockchain_MintNewBlock_PopAccount
2021-06-09T22:19:12.422Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestBlockchain_MintNewBlock_PopAccount (0.17s)
=== RUN TestConstantinople
=== RUN TestConstantinople/test_Constantinople_contract
2021-06-09T22:19:12.607Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:12.607Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
--- PASS: TestConstantinople (0.06s)
--- PASS: TestConstantinople/test_Constantinople_contract (0.05s)
=== RUN TestLoadBlockchainfromDB
=== RUN TestLoadBlockchainfromDB/load_blockchain_from_DB_w/o_explorer
2021-06-09T22:19:12.656Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:12.656Z INFO blockchain/blockchain.go:420 Add a subscriber.
Open blockchain pass, height = 0
2021-06-09T22:19:12.698Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 5}
Current tip = 5 hash = 3a350afee5389111caa8b8c6a34ff8380a5affa4a3817cfb74ae94d0a9310774
Cannot validate block 5: <nil>
2021-06-09T22:19:12.701Z ERROR blockchain/blockchain.go:299 Previous block hash doesn't match. {"version": 1, "height": 6, "timestamp": "2021-06-09 22:19:12.701151574 +0000 UTC m=+0.424518219", "prevBlockHash": "0000000000000000000000000000000000000000000000000000000000000000", "txRoot": "a6dbe374015d9467a675e04f85d4311b6063d49c56d79a1152fded3aeee4b75b", "receiptRoot": "0000000000000000000000000000000000000000000000000000000000000000", "deltaStateDigest": "0000000000000000000000000000000000000000000000000000000000000000", "expectedBlockHash": "3a350afee5389111caa8b8c6a34ff8380a5affa4a3817cfb74ae94d0a9310774"}
github.com/iotexproject/iotex-core/blockchain.(*blockchain).ValidateBlock
/home/circleci/apps/iotex-core/blockchain/blockchain.go:299
github.com/iotexproject/iotex-core/blockchain/integrity.TestLoadBlockchainfromDB.func1
/home/circleci/apps/iotex-core/blockchain/integrity/integrity_test.go:1231
github.com/iotexproject/iotex-core/blockchain/integrity.TestLoadBlockchainfromDB.func3
/home/circleci/apps/iotex-core/blockchain/integrity/integrity_test.go:1332
testing.tRunner
/usr/local/go/src/testing/testing.go:991
Cannot validate block 5: wrong prev hash 0000000000000000000000000000000000000000000000000000000000000000, expecting 3a350afee5389111caa8b8c6a34ff8380a5affa4a3817cfb74ae94d0a9310774: failed to validate the block
2021-06-09T22:19:12.701Z ERROR filedao/filedao.go:299 Block already exists. {"height": 3, "hash": "4c6f52d4af188a6cedfa905b3d11ffde58ff84338aca44453ef6c8ad55621b99"}
github.com/iotexproject/iotex-core/blockchain/filedao.(*fileDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/filedao/filedao.go:299
github.com/iotexproject/iotex-core/blockchain/blockdao.(*blockDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao.go:323
github.com/iotexproject/iotex-core/blockchain.(*blockchain).commitBlock
/home/circleci/apps/iotex-core/blockchain/blockchain.go:480
github.com/iotexproject/iotex-core/blockchain.(*blockchain).CommitBlock
/home/circleci/apps/iotex-core/blockchain/blockchain.go:414
github.com/iotexproject/iotex-core/blockchain/integrity.TestLoadBlockchainfromDB.func1
/home/circleci/apps/iotex-core/blockchain/integrity/integrity_test.go:1239
github.com/iotexproject/iotex-core/blockchain/integrity.TestLoadBlockchainfromDB.func3
/home/circleci/apps/iotex-core/blockchain/integrity/integrity_test.go:1332
testing.tRunner
/usr/local/go/src/testing/testing.go:991
Cannot add block 3 again: <nil>
=== RUN TestLoadBlockchainfromDB/load_blockchain_from_DB
2021-06-09T22:19:12.708Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:12.708Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 0}
2021-06-09T22:19:12.708Z INFO blockchain/blockchain.go:420 Add a subscriber.
Open blockchain pass, height = 0
2021-06-09T22:19:12.742Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 5}
2021-06-09T22:19:12.742Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 1, "height": 5}
Current tip = 5 hash = c07954a610a74d45294737f155c28103167abab55b5b74c98b4bcf11bb1894c3
Cannot validate block 5: <nil>
2021-06-09T22:19:12.744Z ERROR blockchain/blockchain.go:299 Previous block hash doesn't match. {"version": 1, "height": 6, "timestamp": "2021-06-09 22:19:12.744367717 +0000 UTC m=+0.467734251", "prevBlockHash": "0000000000000000000000000000000000000000000000000000000000000000", "txRoot": "a6dbe374015d9467a675e04f85d4311b6063d49c56d79a1152fded3aeee4b75b", "receiptRoot": "0000000000000000000000000000000000000000000000000000000000000000", "deltaStateDigest": "0000000000000000000000000000000000000000000000000000000000000000", "expectedBlockHash": "c07954a610a74d45294737f155c28103167abab55b5b74c98b4bcf11bb1894c3"}
github.com/iotexproject/iotex-core/blockchain.(*blockchain).ValidateBlock
/home/circleci/apps/iotex-core/blockchain/blockchain.go:299
github.com/iotexproject/iotex-core/blockchain/integrity.TestLoadBlockchainfromDB.func1
/home/circleci/apps/iotex-core/blockchain/integrity/integrity_test.go:1231
github.com/iotexproject/iotex-core/blockchain/integrity.TestLoadBlockchainfromDB.func5
/home/circleci/apps/iotex-core/blockchain/integrity/integrity_test.go:1361
testing.tRunner
/usr/local/go/src/testing/testing.go:991
Cannot validate block 5: wrong prev hash 0000000000000000000000000000000000000000000000000000000000000000, expecting c07954a610a74d45294737f155c28103167abab55b5b74c98b4bcf11bb1894c3: failed to validate the block
2021-06-09T22:19:12.744Z ERROR filedao/filedao.go:299 Block already exists. {"height": 3, "hash": "ca2164a964478f9d95156eb579d961e3d3c7bc93c06834754ca25753ff1df031"}
github.com/iotexproject/iotex-core/blockchain/filedao.(*fileDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/filedao/filedao.go:299
github.com/iotexproject/iotex-core/blockchain/blockdao.(*blockDAO).PutBlock
/home/circleci/apps/iotex-core/blockchain/blockdao/blockdao.go:323
github.com/iotexproject/iotex-core/blockchain.(*blockchain).commitBlock
/home/circleci/apps/iotex-core/blockchain/blockchain.go:480
github.com/iotexproject/iotex-core/blockchain.(*blockchain).CommitBlock
/home/circleci/apps/iotex-core/blockchain/blockchain.go:414
github.com/iotexproject/iotex-core/blockchain/integrity.TestLoadBlockchainfromDB.func1
/home/circleci/apps/iotex-core/blockchain/integrity/integrity_test.go:1239
github.com/iotexproject/iotex-core/blockchain/integrity.TestLoadBlockchainfromDB.func5
/home/circleci/apps/iotex-core/blockchain/integrity/integrity_test.go:1361
testing.tRunner
/usr/local/go/src/testing/testing.go:991
Cannot add block 3 again: <nil>
--- PASS: TestLoadBlockchainfromDB (0.09s)
--- PASS: TestLoadBlockchainfromDB/load_blockchain_from_DB_w/o_explorer (0.05s)
--- PASS: TestLoadBlockchainfromDB/load_blockchain_from_DB (0.04s)
=== RUN TestBlockchainInitialCandidate
2021-06-09T22:19:12.751Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:19:12.756Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestBlockchainInitialCandidate (0.01s)
=== RUN TestBlockchain_AccountState
2021-06-09T22:19:12.758Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestBlockchain_AccountState (0.00s)
=== RUN TestBlocks
TestBlocks: integrity_test.go:1441:
--- SKIP: TestBlocks (0.00s)
=== RUN TestActions
TestActions: integrity_test.go:1501:
--- SKIP: TestActions (0.00s)
=== RUN TestBlockchain_AddSubscriber
2021-06-09T22:19:12.759Z INFO blockchain/blockchain.go:420 Add a subscriber.
2021-06-09T22:19:12.759Z INFO blockchain/blockchain.go:420 Add a subscriber.
--- PASS: TestBlockchain_AddSubscriber (0.00s)
=== RUN TestBlockchain_RemoveSubscriber
2021-06-09T22:19:12.759Z INFO blockchain/blockchain.go:420 Add a subscriber.
2021-06-09T22:19:12.759Z INFO blockchain/pubsubmanager.go:68 Successfully unsubscribe block creation.
--- PASS: TestBlockchain_RemoveSubscriber (0.00s)
=== RUN TestHistoryForAccount
2021-06-09T22:19:12.775Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:12.800Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestHistoryForAccount (0.05s)
=== RUN TestHistoryForContract
2021-06-09T22:19:12.811Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:12.827Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestHistoryForContract (0.03s)
PASS
coverage: [no statements]
ok github.com/iotexproject/iotex-core/blockchain/integrity 0.569s coverage: [no statements]
=== RUN TestNewBloomRange
--- PASS: TestNewBloomRange (0.00s)
=== RUN TestBloomfilterIndexer
=== RUN TestBloomfilterIndexer/Bolt_DB_indexer
--- PASS: TestBloomfilterIndexer (0.02s)
--- PASS: TestBloomfilterIndexer/Bolt_DB_indexer (0.01s)
=== RUN TestActionIndex
--- PASS: TestActionIndex (0.00s)
=== RUN TestBlockIndex
--- PASS: TestBlockIndex (0.00s)
=== RUN TestIndexBuilder
=== RUN TestIndexBuilder/test_indexbuilder
2021-06-09T22:19:17.703Z INFO blockindex/indexbuilder.go:148 Finished indexing blocks up to {"height": 2}
2021-06-09T22:19:17.703Z INFO blockindex/indexbuilder.go:153 Finished migrating DB {"height": 3}
=== RUN TestIndexBuilder/test_indexbuilder#01
2021-06-09T22:19:18.208Z INFO blockindex/indexbuilder.go:148 Finished indexing blocks up to {"height": 2}
2021-06-09T22:19:18.208Z INFO blockindex/indexbuilder.go:153 Finished migrating DB {"height": 3}
--- PASS: TestIndexBuilder (1.02s)
--- PASS: TestIndexBuilder/test_indexbuilder (0.50s)
--- PASS: TestIndexBuilder/test_indexbuilder#01 (0.51s)
=== RUN TestIndexer
=== RUN TestIndexer/In-memory_KV_indexer
=== RUN TestIndexer/Bolt_DB_indexer
=== RUN TestIndexer/In-memory_KV_delete
=== RUN TestIndexer/Bolt_DB_delete
--- PASS: TestIndexer (0.01s)
--- PASS: TestIndexer/In-memory_KV_indexer (0.00s)
--- PASS: TestIndexer/Bolt_DB_indexer (0.00s)
--- PASS: TestIndexer/In-memory_KV_delete (0.00s)
--- PASS: TestIndexer/Bolt_DB_delete (0.01s)
PASS
coverage: 76.1% of statements
ok github.com/iotexproject/iotex-core/blockindex 1.098s coverage: 76.1% of statements
? github.com/iotexproject/iotex-core/blockindex/indexpb [no test files]
=== RUN TestNewBlockSyncer
--- PASS: TestNewBlockSyncer (0.00s)
=== RUN TestBlockSyncerStart
--- PASS: TestBlockSyncerStart (0.00s)
=== RUN TestBlockSyncerStop
--- PASS: TestBlockSyncerStop (0.00s)
=== RUN TestBlockSyncerProcessSyncRequest
--- PASS: TestBlockSyncerProcessSyncRequest (0.00s)
=== RUN TestBlockSyncerProcessSyncRequestError
--- PASS: TestBlockSyncerProcessSyncRequestError (0.00s)
=== RUN TestBlockSyncerProcessBlockTipHeight
2021-06-09T22:19:25.406Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestBlockSyncerProcessBlockTipHeight (0.01s)
=== RUN TestBlockSyncerProcessBlockOutOfOrder
2021-06-09T22:19:25.410Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:25.412Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestBlockSyncerProcessBlockOutOfOrder (0.01s)
=== RUN TestBlockSyncerProcessBlock
2021-06-09T22:19:25.419Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:25.421Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestBlockSyncerProcessBlock (0.01s)
=== RUN TestBlockSyncerSync
2021-06-09T22:19:25.428Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:25.528Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:19:25.628Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 1}
--- PASS: TestBlockSyncerSync (0.26s)
=== RUN TestBlockSyncerPeerBlockList
2021-06-09T22:19:25.691Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:25.692Z ERROR blockchain/blockchain.go:299 Previous block hash doesn't match. {"version": 1, "height": 1, "timestamp": "2021-06-09 22:19:25.692322392 +0000 UTC m=+0.356049544", "prevBlockHash": "0000000000000000000000000000000000000000000000000000000000000000", "txRoot": "0000000000000000000000000000000000000000000000000000000000000000", "receiptRoot": "0000000000000000000000000000000000000000000000000000000000000000", "deltaStateDigest": "0000000000000000000000000000000000000000000000000000000000000000", "expectedBlockHash": "5aa7abf02a7582b8b3e36881f118584e98c37eaba7e5a905817d683782f729f0"}
github.com/iotexproject/iotex-core/blockchain.(*blockchain).ValidateBlock
/home/circleci/apps/iotex-core/blockchain/blockchain.go:299
github.com/iotexproject/iotex-core/blocksync.newBlockSyncer.func2
/home/circleci/apps/iotex-core/blocksync/blocksync_test.go:48
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).commitBlocks
/home/circleci/apps/iotex-core/blocksync/blocksync.go:119
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).flush
/home/circleci/apps/iotex-core/blocksync/blocksync.go:135
github.com/iotexproject/iotex-core/blocksync.TestBlockSyncerPeerBlockList
/home/circleci/apps/iotex-core/blocksync/blocksync_test.go:571
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:19:25.694Z INFO blocksync/blocksync.go:230 peer in block list.
--- PASS: TestBlockSyncerPeerBlockList (0.01s)
=== RUN TestBlockBufferFlush
2021-06-09T22:19:25.699Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestBlockBufferFlush (0.01s)
=== RUN TestBlockBufferGetBlocksIntervalsToSync
2021-06-09T22:19:25.702Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestBlockBufferGetBlocksIntervalsToSync (0.00s)
PASS
coverage: 80.8% of statements
ok github.com/iotexproject/iotex-core/blocksync 0.376s coverage: 80.8% of statements
? github.com/iotexproject/iotex-core/chainservice [no test files]
=== RUN TestStrs_String
--- PASS: TestStrs_String (0.00s)
=== RUN TestNewDefaultConfig
--- PASS: TestNewDefaultConfig (0.01s)
=== RUN TestNewConfigWithoutValidation
--- PASS: TestNewConfigWithoutValidation (0.01s)
=== RUN TestNewConfigWithWrongConfigPath
--- PASS: TestNewConfigWithWrongConfigPath (0.02s)
=== RUN TestNewConfigWithPlugins
--- PASS: TestNewConfigWithPlugins (0.02s)
=== RUN TestNewConfigWithOverride
--- PASS: TestNewConfigWithOverride (0.01s)
=== RUN TestNewConfigWithSecret
--- PASS: TestNewConfigWithSecret (0.01s)
=== RUN TestNewConfigWithLookupEnv
--- PASS: TestNewConfigWithLookupEnv (0.01s)
=== RUN TestValidateDispatcher
--- PASS: TestValidateDispatcher (0.00s)
=== RUN TestValidateRollDPoS
--- PASS: TestValidateRollDPoS (0.00s)
=== RUN TestValidateArchiveMode
--- PASS: TestValidateArchiveMode (0.00s)
=== RUN TestValidateActPool
--- PASS: TestValidateActPool (0.00s)
=== RUN TestValidateMinGasPrice
*big.Int,1000000000000--- PASS: TestValidateMinGasPrice (0.00s)
=== RUN TestValidateProducerPrivateKey
--- PASS: TestValidateProducerPrivateKey (0.00s)
=== RUN TestValidateProducerAddress
--- PASS: TestValidateProducerAddress (0.00s)
=== RUN TestValidateForkHeights
--- PASS: TestValidateForkHeights (0.00s)
=== RUN TestNewSubConfigWithWrongConfigPath
--- PASS: TestNewSubConfigWithWrongConfigPath (0.00s)
=== RUN TestNewSubConfigWithSubChainPath
--- PASS: TestNewSubConfigWithSubChainPath (0.01s)
=== RUN TestNewSubConfigWithSecret
--- PASS: TestNewSubConfigWithSecret (0.01s)
=== RUN TestNewSubConfigWithLookupEnv
--- PASS: TestNewSubConfigWithLookupEnv (0.01s)
=== RUN TestWhitelist
2021-06-09T22:19:33.264Z PANIC config/config.go:540 The private key's signature scheme is not whitelisted
github.com/iotexproject/iotex-core/config.Config.ProducerPrivateKey
/home/circleci/apps/iotex-core/config/config.go:540
github.com/iotexproject/iotex-core/config.TestWhitelist.func1
/home/circleci/apps/iotex-core/config/config_test.go:477
github.com/stretchr/testify/assert.didPanic.func1
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1018
github.com/stretchr/testify/assert.didPanic
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1020
github.com/stretchr/testify/assert.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:1034
github.com/stretchr/testify/require.Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1372
github.com/stretchr/testify/require.(*Assertions).Panics
/go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require_forward.go:1078
github.com/iotexproject/iotex-core/config.TestWhitelist
/home/circleci/apps/iotex-core/config/config_test.go:477
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestWhitelist (0.00s)
PASS
coverage: 87.2% of statements
ok github.com/iotexproject/iotex-core/config 0.179s coverage: 87.2% of statements
? github.com/iotexproject/iotex-core/consensus [no test files]
=== RUN TestBackdoorEvt
=== PAUSE TestBackdoorEvt
=== RUN TestStateTransitionFunctions
=== PAUSE TestStateTransitionFunctions
=== CONT TestBackdoorEvt
=== CONT TestStateTransitionFunctions
=== RUN TestStateTransitionFunctions/prepare
=== RUN TestStateTransitionFunctions/prepare/with-error
2021-06-09T22:19:39.762Z ERROR consensusfsm/fsm.go:393 Error during prepare {"error": "some error", "errorVerbose": "some error\ngithub.com/iotexproject/iotex-core/consensus/consensusfsm.TestStateTransitionFunctions.func2.1\n\t/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm_test.go:93\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:991\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1373"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).prepare
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:393
github.com/iotexproject/iotex-core/consensus/consensusfsm.TestStateTransitionFunctions.func2.1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm_test.go:95
testing.tRunner
/usr/local/go/src/testing/testing.go:991
--- PASS: TestBackdoorEvt (0.05s)
=== RUN TestStateTransitionFunctions/prepare/stand-by-or-is-not-delegate
=== RUN TestStateTransitionFunctions/prepare/is-delegate
=== RUN TestStateTransitionFunctions/prepare/is-delegate/not-a-proposer
=== RUN TestStateTransitionFunctions/prepare/is-delegate/not-a-proposer/not-ready-to-commit
=== RUN TestStateTransitionFunctions/prepare/is-delegate/not-a-proposer/ready-to-commit
=== RUN TestStateTransitionFunctions/prepare/is-delegate/is-proposer
=== RUN TestStateTransitionFunctions/prepare/is-delegate/is-proposer/fail-to-mint
2021-06-09T22:19:40.366Z ERROR consensusfsm/fsm.go:399 failed to generate block proposal {"error": "some error", "errorVerbose": "some error\ngithub.com/iotexproject/iotex-core/consensus/consensusfsm.TestStateTransitionFunctions.func2.3.2.1\n\t/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm_test.go:187\ntesting.tRunner\n\t/usr/local/go/src/testing/testing.go:991\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1373"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).prepare
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:399
github.com/iotexproject/iotex-core/consensus/consensusfsm.TestStateTransitionFunctions.func2.3.2.1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm_test.go:189
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestStateTransitionFunctions/prepare/is-delegate/is-proposer/success-to-mint
=== RUN TestStateTransitionFunctions/onReceiveBlock
=== RUN TestStateTransitionFunctions/onReceiveBlock/invalid-fsm-event
2021-06-09T22:19:40.467Z ERROR consensusfsm/fsm.go:445 invalid fsm event {"event": null}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:445
github.com/iotexproject/iotex-core/consensus/consensusfsm.TestStateTransitionFunctions.func3.1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm_test.go:229
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestStateTransitionFunctions/onReceiveBlock/fail-to-new-proposal-vote
=== RUN TestStateTransitionFunctions/onReceiveBlock/success
=== RUN TestStateTransitionFunctions/onFailedToReceiveBlock
2021-06-09T22:19:40.468Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/iotex-core/consensus/consensusfsm.TestStateTransitionFunctions.func4
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm_test.go:252
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestStateTransitionFunctions/onReceiveProposalEndorsement
=== RUN TestStateTransitionFunctions/onReceiveProposalEndorsement/invalid-fsm-event
=== RUN TestStateTransitionFunctions/onReceiveProposalEndorsement/fail-to-add-proposal-vote
=== RUN TestStateTransitionFunctions/onReceiveProposalEndorsement/is-not-locked
=== RUN TestStateTransitionFunctions/onReceiveProposalEndorsement/is-locked
=== RUN TestStateTransitionFunctions/onStopReceivingProposalEndorsement
2021-06-09T22:19:40.469Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/iotex-core/consensus/consensusfsm.TestStateTransitionFunctions.func6
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm_test.go:311
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestStateTransitionFunctions/onReceiveLockEndorsement
=== RUN TestStateTransitionFunctions/onReceiveLockEndorsement/invalid-fsm-event
=== RUN TestStateTransitionFunctions/onReceiveLockEndorsement/fail-to-add-lock-vote
=== RUN TestStateTransitionFunctions/onReceiveLockEndorsement/not-ready-to-pre-commit
=== RUN TestStateTransitionFunctions/onReceiveLockEndorsement/ready-to-pre-commit
=== RUN TestStateTransitionFunctions/onStopReceivingLockEndorsement
2021-06-09T22:19:40.470Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/iotex-core/consensus/consensusfsm.TestStateTransitionFunctions.func8
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm_test.go:361
testing.tRunner
/usr/local/go/src/testing/testing.go:991
=== RUN TestStateTransitionFunctions/onBroadcastPreCommitEndorsement
=== RUN TestStateTransitionFunctions/onBroadcastPreCommitEndorsement/invalid-fsm-event
=== RUN TestStateTransitionFunctions/onBroadcastPreCommitEndorsement/success
=== RUN TestStateTransitionFunctions/onReceivePreCommitEndorsement
=== RUN TestStateTransitionFunctions/onReceivePreCommitEndorsement/invalid-fsm-event
=== RUN TestStateTransitionFunctions/onReceivePreCommitEndorsement/fail-to-add-commit-vote
=== RUN TestStateTransitionFunctions/onReceivePreCommitEndorsement/not-enough-commit-vote
=== RUN TestStateTransitionFunctions/onReceivePreCommitEndorsement/success
=== RUN TestStateTransitionFunctions/calibrate
=== RUN TestStateTransitionFunctions/handle
=== RUN TestStateTransitionFunctions/handle/is-stale-event
=== RUN TestStateTransitionFunctions/handle/is-future-event
=== RUN TestStateTransitionFunctions/handle/transition-not-found
=== RUN TestStateTransitionFunctions/handle/transition-not-found/is-stale-unmatched-event
=== RUN TestStateTransitionFunctions/handle/transition-not-found/not-stale-unmatched-event
=== RUN TestStateTransitionFunctions/handle/transition-success
--- PASS: TestStateTransitionFunctions (0.73s)
--- PASS: TestStateTransitionFunctions/prepare (0.70s)
--- PASS: TestStateTransitionFunctions/prepare/with-error (0.10s)
--- PASS: TestStateTransitionFunctions/prepare/stand-by-or-is-not-delegate (0.30s)
--- PASS: TestStateTransitionFunctions/prepare/is-delegate (0.30s)
--- PASS: TestStateTransitionFunctions/prepare/is-delegate/not-a-proposer (0.20s)
--- PASS: TestStateTransitionFunctions/prepare/is-delegate/not-a-proposer/not-ready-to-commit (0.10s)
--- PASS: TestStateTransitionFunctions/prepare/is-delegate/not-a-proposer/ready-to-commit (0.10s)
--- PASS: TestStateTransitionFunctions/prepare/is-delegate/is-proposer (0.10s)
--- PASS: TestStateTransitionFunctions/prepare/is-delegate/is-proposer/fail-to-mint (0.00s)
--- PASS: TestStateTransitionFunctions/prepare/is-delegate/is-proposer/success-to-mint (0.10s)
--- PASS: TestStateTransitionFunctions/onReceiveBlock (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveBlock/invalid-fsm-event (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveBlock/fail-to-new-proposal-vote (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveBlock/success (0.00s)
--- PASS: TestStateTransitionFunctions/onFailedToReceiveBlock (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveProposalEndorsement (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveProposalEndorsement/invalid-fsm-event (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveProposalEndorsement/fail-to-add-proposal-vote (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveProposalEndorsement/is-not-locked (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveProposalEndorsement/is-locked (0.00s)
--- PASS: TestStateTransitionFunctions/onStopReceivingProposalEndorsement (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveLockEndorsement (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveLockEndorsement/invalid-fsm-event (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveLockEndorsement/fail-to-add-lock-vote (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveLockEndorsement/not-ready-to-pre-commit (0.00s)
--- PASS: TestStateTransitionFunctions/onReceiveLockEndorsement/ready-to-pre-commit (0.00s)
--- PASS: TestStateTransitionFunctions/onStopReceivingLockEndorsement (0.00s)
--- PASS: TestStateTransitionFunctions/onBroadcastPreCommitEndorsement (0.00s)
--- PASS: TestStateTransitionFunctions/onBroadcastPreCommitEndorsement/invalid-fsm-event (0.00s)
--- PASS: TestStateTransitionFunctions/onBroadcastPreCommitEndorsement/success (0.00s)
--- PASS: TestStateTransitionFunctions/onReceivePreCommitEndorsement (0.00s)
--- PASS: TestStateTransitionFunctions/onReceivePreCommitEndorsement/invalid-fsm-event (0.00s)
--- PASS: TestStateTransitionFunctions/onReceivePreCommitEndorsement/fail-to-add-commit-vote (0.00s)
--- PASS: TestStateTransitionFunctions/onReceivePreCommitEndorsement/not-enough-commit-vote (0.00s)
--- PASS: TestStateTransitionFunctions/onReceivePreCommitEndorsement/success (0.00s)
--- PASS: TestStateTransitionFunctions/calibrate (0.00s)
--- PASS: TestStateTransitionFunctions/handle (0.02s)
--- PASS: TestStateTransitionFunctions/handle/is-stale-event (0.00s)
--- PASS: TestStateTransitionFunctions/handle/is-future-event (0.01s)
--- PASS: TestStateTransitionFunctions/handle/transition-not-found (0.01s)
--- PASS: TestStateTransitionFunctions/handle/transition-not-found/is-stale-unmatched-event (0.00s)
--- PASS: TestStateTransitionFunctions/handle/transition-not-found/not-stale-unmatched-event (0.01s)
--- PASS: TestStateTransitionFunctions/handle/transition-success (0.00s)
PASS
coverage: 80.7% of statements
ok github.com/iotexproject/iotex-core/consensus/consensusfsm 0.770s coverage: 80.7% of statements
? github.com/iotexproject/iotex-core/consensus/scheme [no test files]
=== RUN TestNewBlockProposal
--- PASS: TestNewBlockProposal (0.00s)
=== RUN TestConsensusVote
--- PASS: TestConsensusVote (0.00s)
=== RUN TestEndorsedConsensusMessage
--- PASS: TestEndorsedConsensusMessage (0.00s)
=== RUN TestEndorserEndorsementCollection
=== RUN TestEndorserEndorsementCollection/read
=== RUN TestEndorserEndorsementCollection/cleanup
=== RUN TestEndorserEndorsementCollection/failure-to-replace
=== RUN TestEndorserEndorsementCollection/success-to-replace
--- PASS: TestEndorserEndorsementCollection (0.00s)
--- PASS: TestEndorserEndorsementCollection/read (0.00s)
--- PASS: TestEndorserEndorsementCollection/cleanup (0.00s)
--- PASS: TestEndorserEndorsementCollection/failure-to-replace (0.00s)
--- PASS: TestEndorserEndorsementCollection/success-to-replace (0.00s)
=== RUN TestBlockEndorsementCollection
--- PASS: TestBlockEndorsementCollection (0.00s)
=== RUN TestEndorsementManager
2021-06-09T22:19:47.611Z INFO rolldpos/endorsementmanager_test.go:128 test output {"numProposals:4fa365388b7e4a4bd5792a7a7d42750fce8af9c6b68bdde8cb23a16442ba788f": 1, "numLocks:4fa365388b7e4a4bd5792a7a7d42750fce8af9c6b68bdde8cb23a16442ba788f": 0, "numCommits:4fa365388b7e4a4bd5792a7a7d42750fce8af9c6b68bdde8cb23a16442ba788f": 0}
2021-06-09T22:19:47.611Z INFO rolldpos/endorsementmanager_test.go:134 test output2 {"numProposals:4fa365388b7e4a4bd5792a7a7d42750fce8af9c6b68bdde8cb23a16442ba788f": 1, "numLocks:4fa365388b7e4a4bd5792a7a7d42750fce8af9c6b68bdde8cb23a16442ba788f": 0, "numCommits:4fa365388b7e4a4bd5792a7a7d42750fce8af9c6b68bdde8cb23a16442ba788f": 0}
--- PASS: TestEndorsementManager (0.00s)
=== RUN TestEndorsementManagerProto
--- PASS: TestEndorsementManagerProto (0.00s)
=== RUN TestNewRollDPoS
=== PAUSE TestNewRollDPoS
=== RUN TestValidateBlockFooter
--- PASS: TestValidateBlockFooter (0.01s)
=== RUN TestRollDPoS_Metrics
=== PAUSE TestRollDPoS_Metrics
=== RUN TestRollDPoSConsensus
=== RUN TestRollDPoSConsensus/1-block
TestRollDPoSConsensus/1-block: rolldpos_test.go:467:
=== RUN TestRollDPoSConsensus/1-epoch
TestRollDPoSConsensus/1-epoch: rolldpos_test.go:506: Skip the 1-epoch test in short mode.
=== RUN TestRollDPoSConsensus/network-partition-time-rotation
TestRollDPoSConsensus/network-partition-time-rotation: rolldpos_test.go:545:
=== RUN TestRollDPoSConsensus/proposer-network-partition-blocking
2021-06-09T22:19:47.637Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.637Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.637Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.637Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.637Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.637Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.637Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.638Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.639Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.639Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:47.639Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.801Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.801Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.801Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.801Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.806Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.806Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.808Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.808Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.808Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.810Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.811Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.808Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.811Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:48.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:49.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473793, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.803Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.803Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.803Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.804Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.803Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.808Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.808Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.808Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.809Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.810Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.811Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:50.811Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.201Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.601Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.601Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.601Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:51.601Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473794, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
=== RUN TestRollDPoSConsensus/non-proposer-network-partition-blocking
2021-06-09T22:19:52.656Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.656Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.656Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.657Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.657Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.657Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.657Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.657Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.657Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.660Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.660Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.660Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.660Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.660Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:52.660Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:19:54.800Z WARN consensusfsm/fsm.go:467 didn't receive the proposed block before timeout {"height": 1, "epoch": 1, "round": 38473796, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onFailedToReceiveBlock
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:467
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:55.200Z WARN consensusfsm/fsm.go:495 Not enough proposal endorsements {"height": 1, "epoch": 1, "round": 38473796, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingProposalEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:495
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
2021-06-09T22:19:55.600Z WARN consensusfsm/fsm.go:530 Not enough lock endorsements {"height": 1, "epoch": 1, "round": 38473796, "proposer": "io1l3wc0smczyay8xq747e2hw63mzg3ctp6uf8wsg"}
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).onStopReceivingLockEndorsement
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:530
github.com/iotexproject/go-fsm.(*fsm).Handle
/go/pkg/mod/github.com/iotexproject/go-fsm@v1.0.0/fsm.go:178
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).handle
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:331
github.com/iotexproject/iotex-core/consensus/consensusfsm.(*ConsensusFSM).Start.func1
/home/circleci/apps/iotex-core/consensus/consensusfsm/fsm.go:228
--- PASS: TestRollDPoSConsensus (10.59s)
--- SKIP: TestRollDPoSConsensus/1-block (0.00s)
--- SKIP: TestRollDPoSConsensus/1-epoch (0.00s)
--- SKIP: TestRollDPoSConsensus/network-partition-time-rotation (0.00s)
--- PASS: TestRollDPoSConsensus/proposer-network-partition-blocking (5.02s)
--- PASS: TestRollDPoSConsensus/non-proposer-network-partition-blocking (5.57s)
=== RUN TestRollDPoSCtx
2021-06-09T22:20:00.251Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:20:00.268Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
=== RUN TestRollDPoSCtx/case_1:panic_because_of_chain_is_nil
=== RUN TestRollDPoSCtx/case_2:panic_because_of_rp_is_nil
=== RUN TestRollDPoSCtx/case_3:panic_because_of_clock_is_nil
=== RUN TestRollDPoSCtx/case_4:panic_because_of_fsm_time_bigger_than_block_interval
=== RUN TestRollDPoSCtx/case_5:panic_because_of_nil_CandidatesByHeight_function
=== RUN TestRollDPoSCtx/case_6:normal
--- PASS: TestRollDPoSCtx (2.19s)
--- PASS: TestRollDPoSCtx/case_1:panic_because_of_chain_is_nil (0.00s)
--- PASS: TestRollDPoSCtx/case_2:panic_because_of_rp_is_nil (0.00s)
--- PASS: TestRollDPoSCtx/case_3:panic_because_of_clock_is_nil (0.00s)
--- PASS: TestRollDPoSCtx/case_4:panic_because_of_fsm_time_bigger_than_block_interval (0.00s)
--- PASS: TestRollDPoSCtx/case_5:panic_because_of_nil_CandidatesByHeight_function (0.00s)
--- PASS: TestRollDPoSCtx/case_6:normal (0.00s)
=== RUN TestCheckVoteEndorser
2021-06-09T22:20:02.231Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:20:02.240Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestCheckVoteEndorser (1.95s)
=== RUN TestCheckBlockProposer
2021-06-09T22:20:04.323Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:20:04.337Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestCheckBlockProposer (2.11s)
=== RUN TestNotProducingMultipleBlocks
2021-06-09T22:20:06.346Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:20:06.358Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestNotProducingMultipleBlocks (2.02s)
=== RUN TestUpdateRound
2021-06-09T22:20:08.406Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:20:08.415Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestUpdateRound (2.05s)
=== RUN TestNewRound
2021-06-09T22:20:10.494Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:20:10.509Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestNewRound (2.08s)
=== RUN TestDelegates
2021-06-09T22:20:12.485Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:20:12.503Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestDelegates (2.00s)
=== RUN TestRoundInfo
2021-06-09T22:20:14.589Z INFO poll/lifelong_protocol.go:62 Creating genesis states for lifelong delegates protocol
2021-06-09T22:20:14.609Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestRoundInfo (2.15s)
=== RUN TestRoundCtx
=== PAUSE TestRoundCtx
=== RUN TestPutBlockToParentChain
=== PAUSE TestPutBlockToParentChain
=== CONT TestNewRollDPoS
=== RUN TestNewRollDPoS/normal
=== CONT TestPutBlockToParentChain
=== CONT TestRoundCtx
=== CONT TestRollDPoS_Metrics
=== RUN TestRoundCtx/is-stale
=== RUN TestRoundCtx/is-future
--- PASS: TestRoundCtx (0.00s)
--- PASS: TestRoundCtx/is-stale (0.00s)
--- PASS: TestRoundCtx/is-future (0.00s)
--- PASS: TestPutBlockToParentChain (0.00s)
=== RUN TestNewRollDPoS/mock-clock
=== RUN TestNewRollDPoS/root_chain_API
=== RUN TestNewRollDPoS/missing-dep
--- PASS: TestNewRollDPoS (0.00s)
--- PASS: TestNewRollDPoS/normal (0.00s)
--- PASS: TestNewRollDPoS/mock-clock (0.00s)
--- PASS: TestNewRollDPoS/root_chain_API (0.00s)
--- PASS: TestNewRollDPoS/missing-dep (0.00s)
2021-06-09T22:20:14.779Z INFO rolldpos/endorsementmanager.go:251 First initializing DB
--- PASS: TestRollDPoS_Metrics (0.02s)
PASS
coverage: 79.7% of statements
ok github.com/iotexproject/iotex-core/consensus/scheme/rolldpos 27.263s coverage: 79.7% of statements
? github.com/iotexproject/iotex-core/consensus/scheme/rolldpos/endorsementpb [no test files]
=== RUN TestCryptoSort
--- PASS: TestCryptoSort (0.00s)
=== RUN TestCryptoSortCandidates
--- PASS: TestCryptoSortCandidates (0.00s)
=== RUN TestMerkleTree
--- PASS: TestMerkleTree (0.00s)
PASS
coverage: 94.2% of statements
ok github.com/iotexproject/iotex-core/crypto 0.032s coverage: 94.2% of statements
=== RUN TestDB_SplitDBSize
--- PASS: TestDB_SplitDBSize (0.00s)
=== RUN TestNewCountingIndex
--- PASS: TestNewCountingIndex (0.00s)
=== RUN TestCountingIndex
=== RUN TestCountingIndex/test_counting_index
=== RUN TestCountingIndex/test_counting_index#01
--- PASS: TestCountingIndex (0.02s)
--- PASS: TestCountingIndex/test_counting_index (0.00s)
--- PASS: TestCountingIndex/test_counting_index#01 (0.01s)
=== RUN TestBulk
TestBulk: counting_index_test.go:176: skipping test in short mode.
--- SKIP: TestBulk (0.00s)
=== RUN TestCheckBulk
TestCheckBulk: counting_index_test.go:213: skipping test in short mode.
--- SKIP: TestCheckBulk (0.00s)
=== RUN TestBucketExists
--- PASS: TestBucketExists (0.00s)
=== RUN TestKVStorePutGet
=== RUN TestKVStorePutGet/test_put_get
=== RUN TestKVStorePutGet/test_put_get#01
--- PASS: TestKVStorePutGet (0.00s)
--- PASS: TestKVStorePutGet/test_put_get (0.00s)
--- PASS: TestKVStorePutGet/test_put_get#01 (0.00s)
=== RUN TestBatchRollback
=== RUN TestBatchRollback/test_rollback
--- PASS: TestBatchRollback (0.00s)
--- PASS: TestBatchRollback/test_rollback (0.00s)
=== RUN TestDBInMemBatchCommit
--- PASS: TestDBInMemBatchCommit (0.00s)
=== RUN TestDBBatch
=== RUN TestDBBatch/test_batch
=== RUN TestDBBatch/test_batch#01
--- PASS: TestDBBatch (0.00s)
--- PASS: TestDBBatch/test_batch (0.00s)
--- PASS: TestDBBatch/test_batch#01 (0.00s)
=== RUN TestCacheKV
=== RUN TestCacheKV/test_cache_kv
=== RUN TestCacheKV/test_cache_kv#01
--- PASS: TestCacheKV (0.00s)
--- PASS: TestCacheKV/test_cache_kv (0.00s)
--- PASS: TestCacheKV/test_cache_kv#01 (0.00s)
=== RUN TestDeleteBucket
=== RUN TestDeleteBucket/test_delete_bucket
--- PASS: TestDeleteBucket (0.00s)
--- PASS: TestDeleteBucket/test_delete_bucket (0.00s)
=== RUN TestFilter
=== RUN TestFilter/test_filter
--- PASS: TestFilter (0.01s)
--- PASS: TestFilter/test_filter (0.01s)
=== RUN TestKVStoreImpl
--- PASS: TestKVStoreImpl (0.00s)
=== RUN TestFlusher
=== RUN TestFlusher/create_failed_with_nil_kvStore
=== RUN TestFlusher/fail_to_create_with_nil_buffer
=== RUN TestFlusher/create_flusher_successfully
=== RUN TestFlusher/create_flusher_successfully/fail_to_start_kvStore_with_buffer
=== RUN TestFlusher/create_flusher_successfully/fail_to_stop_kvStore_with_buffer
=== RUN TestFlusher/create_flusher_successfully/start_kv_store_successfully
=== RUN TestFlusher/create_flusher_successfully/fail_to_flush
=== RUN TestFlusher/create_flusher_successfully/flush_successfully
=== RUN TestFlusher/create_flusher_successfully/Get
=== RUN TestFlusher/create_flusher_successfully/Snapshot
=== RUN TestFlusher/create_flusher_successfully/Revert
=== RUN TestFlusher/create_flusher_successfully/Size
=== RUN TestFlusher/create_flusher_successfully/SerializeQueue
=== RUN TestFlusher/create_flusher_successfully/MustPut
=== RUN TestFlusher/create_flusher_successfully/MustDelete
--- PASS: TestFlusher (0.00s)
--- PASS: TestFlusher/create_failed_with_nil_kvStore (0.00s)
--- PASS: TestFlusher/fail_to_create_with_nil_buffer (0.00s)
--- PASS: TestFlusher/create_flusher_successfully (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/fail_to_start_kvStore_with_buffer (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/fail_to_stop_kvStore_with_buffer (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/start_kv_store_successfully (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/fail_to_flush (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/flush_successfully (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/Get (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/Snapshot (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/Revert (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/Size (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/SerializeQueue (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/MustPut (0.00s)
--- PASS: TestFlusher/create_flusher_successfully/MustDelete (0.00s)
=== RUN TestRangeIndex
--- PASS: TestRangeIndex (0.01s)
=== RUN TestRangeIndex2
--- PASS: TestRangeIndex2 (0.00s)
PASS
coverage: 46.4% of statements
ok github.com/iotexproject/iotex-core/db 0.093s coverage: 46.4% of statements
=== RUN TestBaseKVStoreBatch
--- PASS: TestBaseKVStoreBatch (0.00s)
=== RUN TestCachedBatch
--- PASS: TestCachedBatch (0.00s)
=== RUN TestSnapshot
--- PASS: TestSnapshot (0.00s)
=== RUN TestKvCache
--- PASS: TestKvCache (0.00s)
=== RUN TestWriteInfo
--- PASS: TestWriteInfo (0.00s)
PASS
coverage: 78.7% of statements
ok github.com/iotexproject/iotex-core/db/batch 0.033s coverage: 78.7% of statements
=== RUN TestRDSStorePutGet
TestRDSStorePutGet: rds_test.go:14: Skipping when RDS credentail not provided.
--- SKIP: TestRDSStorePutGet (0.00s)
=== RUN TestRDSStoreTransaction
TestRDSStoreTransaction: rds_test.go:24: Skipping when RDS credentail not provided.
--- SKIP: TestRDSStoreTransaction (0.00s)
=== RUN TestSQLite3StorePutGet
=== RUN TestSQLite3StorePutGet/SQLite3_Store
--- PASS: TestSQLite3StorePutGet (0.00s)
--- PASS: TestSQLite3StorePutGet/SQLite3_Store (0.00s)
=== RUN TestSQLite3StoreTransaction
=== RUN TestSQLite3StoreTransaction/SQLite3_Store
(0xa85820,0xc000135060)
--- PASS: TestSQLite3StoreTransaction (0.00s)
--- PASS: TestSQLite3StoreTransaction/SQLite3_Store (0.00s)
PASS
coverage: 91.1% of statements
ok github.com/iotexproject/iotex-core/db/sql 0.039s coverage: 91.1% of statements
=== RUN TestKVStore_Get
--- PASS: TestKVStore_Get (0.00s)
=== RUN TestKvStore_Put
--- PASS: TestKvStore_Put (0.00s)
=== RUN TestKvStore_Delete
--- PASS: TestKvStore_Delete (0.00s)
PASS
coverage: 41.7% of statements
ok github.com/iotexproject/iotex-core/db/trie 0.035s coverage: 41.7% of statements
=== RUN TestIterator
--- PASS: TestIterator (0.00s)
=== RUN TestEmptyTrie
--- PASS: TestEmptyTrie (0.00s)
=== RUN Test2Roots
--- PASS: Test2Roots (0.00s)
=== RUN TestInsert
TestInsert: merklepatriciatrie_test.go:155: Put[cat]
TestInsert: merklepatriciatrie_test.go:165: Put[rat]
TestInsert: merklepatriciatrie_test.go:195: Put[car]
TestInsert: merklepatriciatrie_test.go:205: Del[car]
TestInsert: merklepatriciatrie_test.go:218: Put[dog]
TestInsert: merklepatriciatrie_test.go:241: Del[dog]
TestInsert: merklepatriciatrie_test.go:253: Put[egg]
TestInsert: merklepatriciatrie_test.go:263: Del[egg]
TestInsert: merklepatriciatrie_test.go:271: Put[egg]
TestInsert: merklepatriciatrie_test.go:281: Del[egg]
TestInsert: merklepatriciatrie_test.go:294: Put[ham]
TestInsert: merklepatriciatrie_test.go:303: Put[fox]
TestInsert: merklepatriciatrie_test.go:312: Put[cow]
TestInsert: merklepatriciatrie_test.go:323: Del[fox]
TestInsert: merklepatriciatrie_test.go:329: Del[rat]
TestInsert: merklepatriciatrie_test.go:335: Del[cow]
TestInsert: merklepatriciatrie_test.go:352: Put[ant]
TestInsert: merklepatriciatrie_test.go:361: Del[ant]
TestInsert: merklepatriciatrie_test.go:369: Del[ham]
TestInsert: merklepatriciatrie_test.go:383: Del[cat]
--- PASS: TestInsert (0.00s)
=== RUN TestBatchCommit
--- PASS: TestBatchCommit (0.00s)
=== RUN TestHistoryTrie
--- PASS: TestHistoryTrie (0.00s)
=== RUN TestCollision
--- PASS: TestCollision (0.00s)
=== RUN Test4kEntries
=== RUN Test4kEntries/test_async_mode
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: fb2bb966
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 6be98f7c
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 1282d622
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: f4afb0be
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: e27d8f02
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 1fc8e13c
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 9f0f2bd0
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 6f160448
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 0ac1dc8d
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 05cf4cb4
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 7eacdb4a
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 663c1638
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: cee47bab
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 3a046a41
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 5fdc7609
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 58598ddf
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: a944761f
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 8abf6a37
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 70ceb319
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 64d7c981
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: ca2400be
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: f0d84614
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 8048d8cb
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 458e38d2
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: bc24381f
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: c52f815a
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 2203d067
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: a6aeb036
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: bb8a7512
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: b1e0ae89
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 5f1afba3
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 17b29904
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: c1f409fa
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 49a51648
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: b7cd414c
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 884da1ef
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: fcc58c57
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: fdc49012
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: cab3a9e3
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 086a3e3c
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 918f8856
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 6b77baf5
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 6a4df9a6
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: e5ccd88a
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 77bc90ab
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 0a28313d
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 06332eff
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 4b0812b5
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 749aa647
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: e9147b0f
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: db4a6c30
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 1550a306
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 30051fe4
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 94022b74
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: f123ca5a
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: b9853d67
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 769eadcf
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: defc1544
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 1263fd2a
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 6dba7a58
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 70751a12
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: bac29885
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 01e35266
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:585: Put -- key: 6b043961
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 59b3aef8
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 6a848977
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 8fc84a8f
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 1ae98c51
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: c122356d
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 7f6a9adb
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 8486689b
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 85f18066
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 73feb934
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 6194c201
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: a44fb17b
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 96cb9542
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: e0ce0126
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 38f83ce5
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: bd040655
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: e3079629
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 6de5343d
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 229b5eec
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: e712ffbc
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: dee9ca95
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: f0cebea0
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 804eff3c
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 8875dda0
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 33a157b7
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 294cc153
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: dca41f57
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 60b9c966
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 6cc1b7ea
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 5a8c1d79
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 18669ebe
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 48331bcd
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: cd3a226e
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 2ee5de8b
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 37e2d128
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 52d3bdb6
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: f50becb4
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 6cbb38ee
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: c68bb04f
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 177c0d8c
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: a56e8541
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: e09823a4
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 98f6233f
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 3844ceff
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 0133fcc6
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: de779164
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 7257c3f7
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 91894ee1
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: a3514111
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 53fe628e
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 13bc4e2d
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 14b7ccae
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: db27d4b6
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: a65f9bbd
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 8696fba8
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 02f19493
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 5786c738
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: eabb68cd
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 35806767
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 44870dee
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 6a838822
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 45bb14cf
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: 7d46c7b3
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: de6ffb8e
Test4kEntries/test_async_mode: merklepatriciatrie_test.go:607: Del -- key: b1c53f20
=== RUN Test4kEntries/test_sync_mode
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: cb91ab75
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 539a445f
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 80541186
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 644baabd
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: af96a433
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 0cf60bb7
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: f3a9d339
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 62b46761
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 4bee0c1c
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: bc5b2c4a
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: f9161871
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 958231f1
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 256239af
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 2a2f23ac
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 93b77d2e
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: bc8167a2
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 811dffbd
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 8fd87d36
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 1f0374a2
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: e35eb022
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 741bea9a
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 462bee3b
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 055d1701
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: d3e5e132
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 1adf64cb
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 350f51f6
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: def6899d
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 9723fa94
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: f415e8c5
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 8adf17db
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 13c6018b
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: fe123a2b
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 2656e6b6
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 5a93fc60
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: f813fd85
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 75d44387
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 31d6c47a
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: c0a06db4
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 4dee9e9d
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: e6dc904a
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: ff0383b8
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 652ad8f6
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 3d161ca0
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 1b4ddd60
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: b4486037
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 0b8f0885
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 2501b2ed
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 4a4b75d0
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 64706cc3
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: e1e55a4e
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 06db618b
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 9c9d70a0
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: b5b68c4a
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: f02b60e4
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: c036564a
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: cf30b14e
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 026f8389
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: d1ca6099
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 5c1b513a
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 71f30861
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 8d5c9061
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: e4e7d951
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 8a816edf
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:585: Put -- key: 5c51fb6e
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: f8a8e4e9
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 313f122c
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: ff4999d6
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 25357939
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: e7c21e5e
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 689bbab8
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: a8a2dc49
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 1dc82cd2
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: a0af948c
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 5502f3a9
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 98835933
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 5992a225
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: f70f0ad8
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 0a58ab1b
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 58a5a165
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 63b56a23
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 2971f959
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 8b414ca7
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: d7705eea
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 28d34d1c
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 64a9ca1b
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 2dea6131
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 637a0ec3
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: c4d76e36
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: fd16f4d6
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 80fa03af
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 7fa96403
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 3d091c3e
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: f87bc045
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 9a22d452
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 2ef282e5
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 9188d80d
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 0e38786a
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: dac6b952
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: bca29c4b
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: b06c9f14
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 4b717fa3
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 6ee202a0
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: e4fc35d9
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: ea1857a9
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 96c232cf
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 2b7d0d97
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: db43fc13
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 9e100cd5
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 5872c4e1
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: d9b74b68
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 81224cb4
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: d313f069
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 2ad54313
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 3e6ba4a2
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: df0aa420
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 60fc0315
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 2322c2dc
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 5821b398
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: ea3cc21e
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 81771820
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 92ef2728
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 92b857ac
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 8cfe7097
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 805dec11
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 91ccaa40
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 0cc071c6
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 9d39549d
Test4kEntries/test_sync_mode: merklepatriciatrie_test.go:607: Del -- key: 51448668
--- PASS: Test4kEntries (56.95s)
--- PASS: Test4kEntries/test_async_mode (28.59s)
--- PASS: Test4kEntries/test_sync_mode (28.36s)
=== RUN TestPressure
TestPressure: merklepatriciatrie_test.go:620: Skipping TestPressure in short mode.
--- SKIP: TestPressure (0.00s)
=== RUN TestTrieGet
--- PASS: TestTrieGet (0.00s)
=== RUN TestTrieUpsert
--- PASS: TestTrieUpsert (0.00s)
=== RUN TestTrieDelete
--- PASS: TestTrieDelete (0.00s)
=== RUN TestTrieSetRootHash
--- PASS: TestTrieSetRootHash (0.00s)
=== RUN TestTwoLayerTrie
--- PASS: TestTwoLayerTrie (0.00s)
PASS
coverage: 79.0% of statements
ok github.com/iotexproject/iotex-core/db/trie/mptrie 56.995s coverage: 79.0% of statements
? github.com/iotexproject/iotex-core/db/trie/triepb [no test files]
=== RUN TestHandleBroadcast
2021-06-09T22:21:30.525Z INFO dispatcher/dispatcher.go:150 Starting dispatcher.
2021-06-09T22:21:30.525Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.525Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.525Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.526Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.527Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "BLOCK_REQUEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:422 Unexpected msgType handled by HandleBroadcast. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:422
github.com/iotexproject/iotex-core/dispatcher.TestHandleBroadcast
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:70
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z INFO dispatcher/dispatcher.go:165 Dispatcher is shutting down.
2021-06-09T22:21:30.532Z INFO dispatcher/dispatcher.go:239 block sync handler done.
2021-06-09T22:21:30.532Z INFO dispatcher/dispatcher.go:212 block handler is terminated.
--- PASS: TestHandleBroadcast (0.01s)
=== RUN TestHandleTell
2021-06-09T22:21:30.532Z INFO dispatcher/dispatcher.go:198 action handler is terminated.
2021-06-09T22:21:30.532Z INFO dispatcher/dispatcher.go:150 Starting dispatcher.
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.532Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.533Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.564Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.564Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.564Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.564Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.564Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.565Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.566Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.567Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.590Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.591Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.592Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.612Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.613Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.614Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.614Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.614Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.614Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.614Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.614Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.633Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.633Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.633Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.633Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.633Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.633Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.633Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.633Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "ACTION"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.633Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "CONSENSUS"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.634Z WARN dispatcher/dispatcher.go:438 Unexpected msgType handled by HandleTell. {"msgType": "TEST"}
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).HandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:438
github.com/iotexproject/iotex-core/dispatcher.TestHandleTell
/home/circleci/apps/iotex-core/dispatcher/dispatcher_test.go:85
testing.tRunner
/usr/local/go/src/testing/testing.go:991
2021-06-09T22:21:30.634Z INFO dispatcher/dispatcher.go:165 Dispatcher is shutting down.
2021-06-09T22:21:30.634Z INFO dispatcher/dispatcher.go:198 action handler is terminated.
2021-06-09T22:21:30.634Z INFO dispatcher/dispatcher.go:239 block sync handler done.
2021-06-09T22:21:30.634Z INFO dispatcher/dispatcher.go:212 block handler is terminated.
--- PASS: TestHandleTell (0.10s)
PASS
coverage: 77.5% of statements
ok github.com/iotexproject/iotex-core/dispatcher 0.223s coverage: 77.5% of statements
=== RUN TestTransfer_Negative
2021-06-09T22:21:37.659Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestTransfer_Negative (0.02s)
=== RUN TestAction_Negative
2021-06-09T22:21:37.707Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
--- PASS: TestAction_Negative (0.03s)
=== RUN TestLocalActPool
2021-06-09T22:21:38.650Z INFO p2p/agent.go:92 p2p agent {"topicSuffix": "900e9f12c6fcb18bee88"}
2021-06-09T22:21:38.653Z INFO blockchain/blockchain.go:420 Add a subscriber.
server start
2021-06-09T22:21:38.656Z INFO blockdao/blockdao.go:187 indexer is up to date. {"indexer": 0, "height": 0}
2021-06-09T22:21:38.656Z INFO consensus/consensus.go:188 Starting IotxConsensus scheme. {"scheme": "NOOP"}
2021-06-09T22:21:38.656Z INFO api/api.go:927 API server is listening. {"addr": "[::]:14014"}
2021-06-09T22:21:38.656Z INFO blockchain/blockchain.go:420 Add a subscriber.
2021-06-09T22:21:38.656Z INFO go-p2p@v0.2.12/p2p.go:359 P2p host started. {"address": ["/ip4/192.168.32.3/tcp/65535/p2p/12D3KooWKxwx1w1Tz8UqrXoMnKxxG376Xrm5AJjJzAt2yfttWPSC", "/ip4/127.0.0.1/tcp/65535/p2p/12D3KooWKxwx1w1Tz8UqrXoMnKxxG376Xrm5AJjJzAt2yfttWPSC"], "secureIO": true, "gossip": true}
2021-06-09T22:21:38.657Z INFO dispatcher/dispatcher.go:150 Starting dispatcher.
server started
2021-06-09T22:21:39.717Z INFO p2p/agent.go:92 p2p agent {"topicSuffix": "900e9f12c6fcb18bee88"}
2021-06-09T22:21:39.718Z INFO go-p2p@v0.2.12/p2p.go:359 P2p host started. {"address": ["/ip4/192.168.32.3/tcp/65535/p2p/12D3KooWKxwx1w1Tz8UqrXoMnKxxG376Xrm5AJjJzAt2yfttWPSC", "/ip4/127.0.0.1/tcp/65535/p2p/12D3KooWKxwx1w1Tz8UqrXoMnKxxG376Xrm5AJjJzAt2yfttWPSC"], "secureIO": true, "gossip": true}
2021-06-09T22:22:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:22:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:22:38.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:22:38.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:23:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:23:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:23:38.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:23:38.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:24:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:24:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:24:38.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:24:38.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:25:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:25:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:25:38.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:25:38.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:26:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:26:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:26:38.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:26:38.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:27:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:27:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:27:38.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:27:38.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:28:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:28:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:28:38.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:28:38.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:29:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:29:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:29:38.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:29:38.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:30:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:30:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:30:38.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:30:38.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
2021-06-09T22:31:08.656Z INFO blocksync/blocksync.go:164 block sync intervals. {"intervals": [{"Start":1,"End":20}], "targetHeight": 0}
2021-06-09T22:31:08.656Z ERROR chainservice/chainservice.go:387 no peers
github.com/iotexproject/iotex-core/chainservice.New.func7
/home/circleci/apps/iotex-core/chainservice/chainservice.go:387
github.com/iotexproject/iotex-core/blocksync.(*blockSyncer).sync
/home/circleci/apps/iotex-core/blocksync/blocksync.go:170
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:60
coverage: 0.0% of statements
panic: test timed out after 10m0s
goroutine 37941 [running]:
testing.(*M).startAlarm.func1()
/usr/local/go/src/testing/testing.go:1459 +0xdf
created by time.goFunc
/usr/local/go/src/time/sleep.go:168 +0x44
goroutine 1 [chan receive, 9 minutes]:
testing.(*T).Run(0xc000208240, 0x1443794, 0x10, 0x15ea778, 0x49bd01)
/usr/local/go/src/testing/testing.go:1043 +0x37e
testing.runTests.func1(0xc000050120)
/usr/local/go/src/testing/testing.go:1284 +0x78
testing.tRunner(0xc000050120, 0xc00048ddd8)
/usr/local/go/src/testing/testing.go:991 +0xdc
testing.runTests(0xc0002fa860, 0x21602e0, 0xc, 0xc, 0x0)
/usr/local/go/src/testing/testing.go:1282 +0x2a7
testing.(*M).Run(0xc00029e380, 0x0)
/usr/local/go/src/testing/testing.go:1199 +0x15f
main.main()
_testmain.go:114 +0x1c1
goroutine 5 [chan receive, 10 minutes]:
github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc0000dc3c0, 0xc0000dc300)
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.2/tree_nonrecursive.go:36 +0xb6
created by github.com/rjeczalik/notify.newNonrecursiveTree
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.2/tree_nonrecursive.go:29 +0xdc
goroutine 6 [chan receive, 10 minutes]:
github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc0000dc3c0, 0xc0000dc360)
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.2/tree_nonrecursive.go:81 +0x58
created by github.com/rjeczalik/notify.newNonrecursiveTree
/go/pkg/mod/github.com/rjeczalik/notify@v0.9.2/tree_nonrecursive.go:30 +0x108
goroutine 7 [select, 10 minutes]:
github.com/ipfs/go-log/writer.(*MirrorWriter).logRoutine(0xc0000f39e0)
/go/pkg/mod/github.com/ipfs/go-log@v0.0.1/writer/writer.go:76 +0x128
created by github.com/ipfs/go-log/writer.NewMirrorWriter
/go/pkg/mod/github.com/ipfs/go-log@v0.0.1/writer/writer.go:41 +0xb9
goroutine 8 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc00003cc30)
/go/pkg/mod/go.opencensus.io@v0.22.0/stats/view/worker.go:154 +0x100
created by go.opencensus.io/stats/view.init.0
/go/pkg/mod/go.opencensus.io@v0.22.0/stats/view/worker.go:32 +0x57
goroutine 9 [chan receive]:
github.com/ethereum/go-ethereum/metrics.(*meterArbiter).tick(0x22811e0)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/metrics/meter.go:289 +0x78
created by github.com/ethereum/go-ethereum/metrics.NewMeterForced
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/metrics/meter.go:70 +0x105
goroutine 10 [select]:
github.com/ethereum/go-ethereum/consensus/ethash.(*Ethash).remote(0xc00041a000, 0x0, 0x0, 0x0, 0x0)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/consensus/ethash/sealer.go:307 +0x525
created by github.com/ethereum/go-ethereum/consensus/ethash.New
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/consensus/ethash/ethash.go:496 +0x35c
goroutine 11 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 12 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 13 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 14 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 15 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 16 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 50 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 51 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 52 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 53 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 54 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 55 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 56 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 57 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 58 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 59 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 60 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 61 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 62 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 63 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 64 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 65 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 66 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 67 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 68 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 69 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 70 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 71 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 72 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 73 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 74 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 75 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 76 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 77 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 78 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 79 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc0003d1590)
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:63 +0x97
created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
/go/pkg/mod/github.com/iotexproject/go-ethereum@v1.7.4-0.20210507034014-81019842dbb1/core/tx_cacher.go:55 +0x9f
goroutine 45 [select, 9 minutes]:
github.com/iotexproject/iotex-core/p2p.(*Agent).connect(0xc00041a1c0, 0x17d7160, 0xc00019e010, 0xc0009005a0, 0x0)
/home/circleci/apps/iotex-core/p2p/agent.go:429 +0x279
github.com/iotexproject/iotex-core/p2p.(*Agent).Start(0xc00041a1c0, 0x17d7160, 0xc00019e010, 0x0, 0x0)
/home/circleci/apps/iotex-core/p2p/agent.go:229 +0x3f2
github.com/iotexproject/iotex-core/e2etest.TestLocalActPool(0xc000208240)
/home/circleci/apps/iotex-core/e2etest/local_actpool_test.go:63 +0x556
testing.tRunner(0xc000208240, 0x15ea778)
/usr/local/go/src/testing/testing.go:991 +0xdc
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:1042 +0x357
goroutine 37935 [select]:
github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).background(0xc0001548f0)
/go/pkg/mod/github.com/libp2p/go-libp2p@v0.0.21/p2p/host/basic/basic_host.go:311 +0x176
created by github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).Start
/go/pkg/mod/github.com/libp2p/go-libp2p@v0.0.21/p2p/host/basic/basic_host.go:220 +0x3f
goroutine 37931 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x7f63301ebd58, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:203 +0x55
internal/poll.(*pollDesc).wait(0xc0007f1198, 0x72, 0x0, 0x0, 0x14397a2)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc0007f1180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1d4
net.(*netFD).accept(0xc0007f1180, 0x42364e, 0x7f6320559e50, 0x0)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc000868880, 0xc000595dd0, 0x200, 0x22b8e18)
/usr/local/go/src/net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc000868880, 0xc000595df8, 0x470570, 0x7f6320559e50, 0xc000595ea8)
/usr/local/go/src/net/tcpsock.go:261 +0x64
github.com/multiformats/go-multiaddr-net.(*maListener).Accept(0xc000868900, 0x1796b70, 0xc000595eb0, 0xc0006c0000, 0x7f6358ebd560)
/go/pkg/mod/github.com/multiformats/go-multiaddr-net@v0.0.1/net.go:243 +0x37
github.com/libp2p/go-tcp-transport.(*lingerListener).Accept(0xc000868940, 0x0, 0x0, 0x73d34b, 0xc000930d20)
/go/pkg/mod/github.com/libp2p/go-tcp-transport@v0.0.2/tcp.go:39 +0x37
github.com/libp2p/go-libp2p-transport-upgrader.(*listener).handleIncoming(0xc00086a4e0)
/go/pkg/mod/github.com/libp2p/go-libp2p-transport-upgrader@v0.0.2/listener.go:76 +0xf4
created by github.com/libp2p/go-libp2p-transport-upgrader.(*Upgrader).UpgradeListener
/go/pkg/mod/github.com/libp2p/go-libp2p-transport-upgrader@v0.0.2/upgrader.go:46 +0x185
goroutine 18287 [select]:
github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).background(0xc000154840)
/go/pkg/mod/github.com/libp2p/go-libp2p@v0.0.21/p2p/host/basic/basic_host.go:311 +0x176
created by github.com/libp2p/go-libp2p/p2p/host/basic.(*BasicHost).Start
/go/pkg/mod/github.com/libp2p/go-libp2p@v0.0.21/p2p/host/basic/basic_host.go:220 +0x3f
goroutine 37934 [chan receive, 9 minutes]:
github.com/libp2p/go-libp2p-transport-upgrader.(*listener).Accept(0xc00086a4e0, 0x0, 0x100b8b358, 0xc00070f648, 0xc000590f78)
/go/pkg/mod/github.com/libp2p/go-libp2p-transport-upgrader@v0.0.2/listener.go:143 +0x51
github.com/libp2p/go-libp2p-swarm.(*Swarm).AddListenAddr.func2(0x17d7ca0, 0xc00086a4e0, 0xc0000f8140)
/go/pkg/mod/github.com/libp2p/go-libp2p-swarm@v0.0.3/swarm_listen.go:75 +0x131
created by github.com/libp2p/go-libp2p-swarm.(*Swarm).AddListenAddr
/go/pkg/mod/github.com/libp2p/go-libp2p-swarm@v0.0.3/swarm_listen.go:66 +0x213
goroutine 18311 [select, 9 minutes]:
github.com/iotexproject/iotex-core/blockchain.(*pubSub).handler(0xc0005fb760, 0xc0007e62a0, 0xc000954de0, 0x7f632051c0e0, 0xc00036c6c0)
/home/circleci/apps/iotex-core/blockchain/pubsubmanager.go:85 +0xcb
created by github.com/iotexproject/iotex-core/blockchain.(*pubSub).AddBlockListener
/home/circleci/apps/iotex-core/blockchain/pubsubmanager.go:50 +0xb1
goroutine 18315 [select]:
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1(0xc0007e6f60, 0xc0007e3230)
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:55 +0xc6
created by github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:52 +0x9d
goroutine 18316 [select]:
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1(0xc0007e6fc0, 0xc0007e3200)
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:55 +0xc6
created by github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:52 +0x9d
goroutine 18317 [select]:
github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start.func1(0xc0007e7020, 0xc0007e3260)
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:55 +0xc6
created by github.com/iotexproject/iotex-core/pkg/routine.(*RecurringTask).Start
/home/circleci/apps/iotex-core/pkg/routine/recurringtask.go:52 +0x9d
goroutine 18318 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x7f63301ebf18, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:203 +0x55
internal/poll.(*pollDesc).wait(0xc0007e5018, 0x72, 0x0, 0x0, 0x14397a2)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc0007e5000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1d4
net.(*netFD).accept(0xc0007e5000, 0xc0005f0b48, 0xc000575e10, 0xc0005f0b40)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc000810340, 0x418b98, 0xc0005f0b40, 0xc0005f0bc8)
/usr/local/go/src/net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc000810340, 0xc0007e32f0, 0xc000575e10, 0xc0005f0bc8, 0x0)
/usr/local/go/src/net/tcpsock.go:261 +0x64
google.golang.org/grpc.(*Server).Serve(0xc00027b180, 0x17d1660, 0xc000810340, 0x0, 0x0)
/go/pkg/mod/google.golang.org/grpc@v1.33.1/server.go:732 +0x210
github.com/iotexproject/iotex-core/api.(*Server).Start.func1(0xc000ad2000, 0x17d1660, 0xc000810340)
/home/circleci/apps/iotex-core/api/api.go:930 +0x64
created by github.com/iotexproject/iotex-core/api.(*Server).Start
/home/circleci/apps/iotex-core/api/api.go:929 +0x4fd
goroutine 18319 [select, 9 minutes]:
github.com/iotexproject/iotex-core/blockchain.(*pubSub).handler(0xc0005fb760, 0xc0007e7080, 0xc00048a000, 0x7f632051c2c8, 0xc000010550)
/home/circleci/apps/iotex-core/blockchain/pubsubmanager.go:85 +0xcb
created by github.com/iotexproject/iotex-core/blockchain.(*pubSub).AddBlockListener
/home/circleci/apps/iotex-core/blockchain/pubsubmanager.go:50 +0xb1
goroutine 18320 [select, 9 minutes]:
github.com/libp2p/go-libp2p-peerstore/pstoremem.(*memoryAddrBook).background(0xc00002e600)
/go/pkg/mod/github.com/libp2p/go-libp2p-peerstore@v0.0.5/pstoremem/addr_book.go:65 +0x120
created by github.com/libp2p/go-libp2p-peerstore/pstoremem.NewAddrBook
/go/pkg/mod/github.com/libp2p/go-libp2p-peerstore@v0.0.5/pstoremem/addr_book.go:55 +0x121
goroutine 18321 [chan receive, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x17d7120, 0xc000af3640, 0x17e8d20, 0xc00048a180)
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/context/context.go:66 +0x48
created by github.com/jbenet/goprocess/context.CloseAfterContext
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/context/context.go:65 +0x90
goroutine 18322 [chan receive, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x17d7120, 0xc000af3640, 0x17e8d20, 0xc00048a1e0)
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/context/context.go:66 +0x48
created by github.com/jbenet/goprocess/context.CloseAfterContext
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/context/context.go:65 +0x90
goroutine 18323 [select, 9 minutes]:
github.com/libp2p/go-libp2p/p2p/protocol/identify.(*ObservedAddrSet).worker(0xc00014e750, 0x17d7120, 0xc000af3640)
/go/pkg/mod/github.com/libp2p/go-libp2p@v0.0.21/p2p/protocol/identify/obsaddr.go:127 +0x192
created by github.com/libp2p/go-libp2p/p2p/protocol/identify.NewObservedAddrSet
/go/pkg/mod/github.com/libp2p/go-libp2p@v0.0.21/p2p/protocol/identify/obsaddr.go:63 +0xd0
goroutine 18324 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x7f63301ebe38, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:203 +0x55
internal/poll.(*pollDesc).wait(0xc0007e5218, 0x72, 0x0, 0x0, 0x14397a2)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
internal/poll.(*pollDesc).waitRead(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
internal/poll.(*FD).Accept(0xc0007e5200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1d4
net.(*netFD).accept(0xc0007e5200, 0x0, 0x0, 0x0)
/usr/local/go/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc0008108e0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:139 +0x32
net.(*TCPListener).Accept(0xc0008108e0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock.go:261 +0x64
github.com/multiformats/go-multiaddr-net.(*maListener).Accept(0xc000810960, 0x0, 0x0, 0xc00024a380, 0x7f6358ecdb18)
/go/pkg/mod/github.com/multiformats/go-multiaddr-net@v0.0.1/net.go:243 +0x37
github.com/libp2p/go-tcp-transport.(*lingerListener).Accept(0xc0008109a0, 0x0, 0x0, 0x0, 0x0)
/go/pkg/mod/github.com/libp2p/go-tcp-transport@v0.0.2/tcp.go:39 +0x37
github.com/libp2p/go-libp2p-transport-upgrader.(*listener).handleIncoming(0xc00048a2a0)
/go/pkg/mod/github.com/libp2p/go-libp2p-transport-upgrader@v0.0.2/listener.go:76 +0xf4
created by github.com/libp2p/go-libp2p-transport-upgrader.(*Upgrader).UpgradeListener
/go/pkg/mod/github.com/libp2p/go-libp2p-transport-upgrader@v0.0.2/upgrader.go:46 +0x185
goroutine 18286 [chan receive, 9 minutes]:
github.com/libp2p/go-libp2p-transport-upgrader.(*listener).Accept(0xc00048a2a0, 0x0, 0x100b8b358, 0xc000452758, 0xc000591f78)
/go/pkg/mod/github.com/libp2p/go-libp2p-transport-upgrader@v0.0.2/listener.go:143 +0x51
github.com/libp2p/go-libp2p-swarm.(*Swarm).AddListenAddr.func2(0x17d7ca0, 0xc00048a2a0, 0xc0000f8280)
/go/pkg/mod/github.com/libp2p/go-libp2p-swarm@v0.0.3/swarm_listen.go:75 +0x131
created by github.com/libp2p/go-libp2p-swarm.(*Swarm).AddListenAddr
/go/pkg/mod/github.com/libp2p/go-libp2p-swarm@v0.0.3/swarm_listen.go:66 +0x213
goroutine 18289 [chan receive, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x17d7120, 0xc000af3640, 0x17e8d20, 0xc000804000)
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/context/context.go:66 +0x48
created by github.com/jbenet/goprocess/context.CloseAfterContext
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/context/context.go:65 +0x90
goroutine 18340 [select, 3 minutes]:
github.com/libp2p/go-libp2p-kad-dht/providers.(*ProviderManager).run(0xc000204040, 0x17e8d20, 0xc000804060)
/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.0.10/providers/providers.go:219 +0x2ba
github.com/jbenet/goprocess.(*process).Go.func1(0xc0008b2020, 0xc000804060, 0xc0008040c0)
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/impl-mutex.go:112 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/impl-mutex.go:111 +0x1f6
goroutine 18341 [chan receive, 9 minutes]:
github.com/jbenet/goprocess/context.CloseAfterContext.func1(0x17d7120, 0xc000af3640, 0x17e8d20, 0xc000804120)
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/context/context.go:66 +0x48
created by github.com/jbenet/goprocess/context.CloseAfterContext
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/context/context.go:65 +0x90
goroutine 18343 [select, 5 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).BootstrapWithConfig.func1(0xc000224000, 0x17d7120, 0xc000af3640, 0x1, 0x45d964b800, 0x2540be400)
/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.0.10/dht_bootstrap.go:88 +0x1c7
created by github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).BootstrapWithConfig
/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.0.10/dht_bootstrap.go:82 +0x104
goroutine 18344 [select]:
github.com/libp2p/go-libp2p-pubsub.(*GossipSubRouter).heartbeatTimer(0xc000204540)
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/gossipsub.go:369 +0x22f
created by github.com/libp2p/go-libp2p-pubsub.(*GossipSubRouter).Attach
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/gossipsub.go:76 +0x52
goroutine 18345 [select]:
github.com/libp2p/go-libp2p-pubsub.(*PubSub).processLoop(0xc000152360, 0x17d7120, 0xc000af3640)
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/pubsub.go:292 +0x4e2
created by github.com/libp2p/go-libp2p-pubsub.NewPubSub
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/pubsub.go:210 +0x8f7
goroutine 18346 [select, 9 minutes]:
github.com/libp2p/go-libp2p-pubsub.(*Subscription).Next(0xc000206b70, 0x17d7160, 0xc00019e010, 0x3, 0x0, 0x0)
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/subscription.go:19 +0xd8
github.com/iotexproject/go-p2p.(*Host).AddBroadcastPubSub.func1(0xc0001da000, 0xc000206b70, 0xc00021e2c0, 0x1d, 0xc0008b05a0)
/go/pkg/mod/github.com/iotexproject/go-p2p@v0.2.12/p2p.go:447 +0x90
created by github.com/iotexproject/go-p2p.(*Host).AddBroadcastPubSub
/go/pkg/mod/github.com/iotexproject/go-p2p@v0.2.12/p2p.go:440 +0x353
goroutine 18347 [sleep, 9 minutes]:
time.Sleep(0x8bb2c97000)
/usr/local/go/src/runtime/time.go:188 +0xba
github.com/iotexproject/go-p2p.(*Host).AddBroadcastPubSub.func2(0xc0001da000, 0xc00021e2c0, 0x1d)
/go/pkg/mod/github.com/iotexproject/go-p2p@v0.2.12/p2p.go:473 +0x32
created by github.com/iotexproject/go-p2p.(*Host).AddBroadcastPubSub
/go/pkg/mod/github.com/iotexproject/go-p2p@v0.2.12/p2p.go:471 +0x392
goroutine 18348 [select, 3 minutes]:
github.com/libp2p/go-libp2p-discovery.Advertise.func1(0x17b3d00, 0xc0008b21e0, 0x17d7120, 0xc000af3640, 0xc000248300, 0x31)
/go/pkg/mod/github.com/libp2p/go-libp2p-discovery@v0.0.2/util.go:40 +0x382
created by github.com/libp2p/go-libp2p-discovery.Advertise
/go/pkg/mod/github.com/libp2p/go-libp2p-discovery@v0.0.2/util.go:31 +0x71
goroutine 18349 [select, 9 minutes]:
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).actionHandler(0xc0007901a0)
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:193 +0xd3
created by github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).Start
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:152 +0x11e
goroutine 18350 [select, 9 minutes]:
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).blockHandler(0xc0007901a0)
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:207 +0xd3
created by github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).Start
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:153 +0x140
goroutine 18351 [select, 9 minutes]:
github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).syncHandler(0xc0007901a0)
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:232 +0xbc
created by github.com/iotexproject/iotex-core/dispatcher.(*IotxDispatcher).Start
/home/circleci/apps/iotex-core/dispatcher/dispatcher.go:154 +0x162
goroutine 37930 [select, 9 minutes]:
github.com/libp2p/go-libp2p/p2p/protocol/identify.(*ObservedAddrSet).worker(0xc0007dff20, 0x17d7160, 0xc00019e010)
/go/pkg/mod/github.com/libp2p/go-libp2p@v0.0.21/p2p/protocol/identify/obsaddr.go:127 +0x192
created by github.com/libp2p/go-libp2p/p2p/protocol/identify.NewObservedAddrSet
/go/pkg/mod/github.com/libp2p/go-libp2p@v0.0.21/p2p/protocol/identify/obsaddr.go:63 +0xd0
goroutine 37929 [select, 9 minutes]:
github.com/libp2p/go-libp2p-peerstore/pstoremem.(*memoryAddrBook).background(0xc00081f500)
/go/pkg/mod/github.com/libp2p/go-libp2p-peerstore@v0.0.5/pstoremem/addr_book.go:65 +0x120
created by github.com/libp2p/go-libp2p-peerstore/pstoremem.NewAddrBook
/go/pkg/mod/github.com/libp2p/go-libp2p-peerstore@v0.0.5/pstoremem/addr_book.go:55 +0x121
goroutine 37955 [select, 9 minutes]:
github.com/libp2p/go-libp2p-kad-dht/providers.(*ProviderManager).run(0xc00081f980, 0x17e8d20, 0xc00086a5a0)
/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.0.10/providers/providers.go:219 +0x2ba
github.com/jbenet/goprocess.(*process).Go.func1(0xc000493cc0, 0xc00086a5a0, 0xc00086a600)
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/impl-mutex.go:112 +0x3c
created by github.com/jbenet/goprocess.(*process).Go
/go/pkg/mod/github.com/jbenet/goprocess@v0.0.0-20160826012719-b497e2f366b8/impl-mutex.go:111 +0x1f6
goroutine 37971 [select, 5 minutes]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).BootstrapWithConfig.func1(0xc000199110, 0x17d7160, 0xc00019e010, 0x1, 0x45d964b800, 0x2540be400)
/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.0.10/dht_bootstrap.go:88 +0x1c7
created by github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).BootstrapWithConfig
/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.0.10/dht_bootstrap.go:82 +0x104
goroutine 37972 [select]:
github.com/libp2p/go-libp2p-pubsub.(*GossipSubRouter).heartbeatTimer(0xc0001433c0)
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/gossipsub.go:369 +0x22f
created by github.com/libp2p/go-libp2p-pubsub.(*GossipSubRouter).Attach
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/gossipsub.go:76 +0x52
goroutine 37973 [select]:
github.com/libp2p/go-libp2p-pubsub.(*PubSub).processLoop(0xc00095c000, 0x17d7160, 0xc00019e010)
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/pubsub.go:292 +0x4e2
created by github.com/libp2p/go-libp2p-pubsub.NewPubSub
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/pubsub.go:210 +0x8f7
goroutine 37974 [select, 9 minutes]:
github.com/libp2p/go-libp2p-pubsub.(*Subscription).Next(0xc000916750, 0x17d7160, 0xc00019e010, 0xc00097b680, 0x17c4de0, 0xc00097b680)
/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.0.1/subscription.go:19 +0xd8
github.com/iotexproject/go-p2p.(*Host).AddBroadcastPubSub.func1(0xc0001da280, 0xc000916750, 0xc0009042a0, 0x1d, 0xc0009004a0)
/go/pkg/mod/github.com/iotexproject/go-p2p@v0.2.12/p2p.go:447 +0x90
created by github.com/iotexproject/go-p2p.(*Host).AddBroadcastPubSub
/go/pkg/mod/github.com/iotexproject/go-p2p@v0.2.12/p2p.go:440 +0x353
goroutine 37975 [sleep, 9 minutes]:
time.Sleep(0x8bb2c97000)
/usr/local/go/src/runtime/time.go:188 +0xba
github.com/iotexproject/go-p2p.(*Host).AddBroadcastPubSub.func2(0xc0001da280, 0xc0009042a0, 0x1d)
/go/pkg/mod/github.com/iotexproject/go-p2p@v0.2.12/p2p.go:473 +0x32
created by github.com/iotexproject/go-p2p.(*Host).AddBroadcastPubSub
/go/pkg/mod/github.com/iotexproject/go-p2p@v0.2.12/p2p.go:471 +0x392
FAIL github.com/iotexproject/iotex-core/e2etest 600.054s
FAIL
Exited with code exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment