2018-01-06 13:46:06.213 PST [nodeCmd] serve -> INFO 001 Starting peer: Version: development build Go version: go1.8.5 OS/Arch: linux/amd64 Chaincode: Base Image Version: Base Docker Namespace: Base Docker Label: Docker Namespace: 2018-01-06 13:46:06.213 PST [ledgermgmt] initialize -> INFO 002 Initializing ledger mgmt 2018-01-06 13:46:06.213 PST [kvledger] NewProvider -> INFO 003 Initializing ledger provider 2018-01-06 13:46:06.213 PST [kvledger.util] CreateDirIfMissing -> DEBU 004 CreateDirIfMissing [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/ledgerProvider/] 2018-01-06 13:46:06.213 PST [kvledger.util] logDirStatus -> DEBU 005 Before creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/ledgerProvider/] exists 2018-01-06 13:46:06.213 PST [kvledger.util] logDirStatus -> DEBU 006 After creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/ledgerProvider/] exists 2018-01-06 13:46:06.215 PST [kvledger.util] CreateDirIfMissing -> DEBU 007 CreateDirIfMissing [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/index/] 2018-01-06 13:46:06.216 PST [kvledger.util] logDirStatus -> DEBU 008 Before creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/index/] exists 2018-01-06 13:46:06.216 PST [kvledger.util] logDirStatus -> DEBU 009 After creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/index/] exists 2018-01-06 13:46:06.220 PST [kvledger] NewProvider -> DEBU 00a Constructing leveldb VersionedDBProvider 2018-01-06 13:46:06.220 PST [stateleveldb] NewVersionedDBProvider -> DEBU 00b constructing VersionedDBProvider dbPath=/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/stateLeveldb 2018-01-06 13:46:06.220 PST [kvledger.util] CreateDirIfMissing -> DEBU 00c CreateDirIfMissing [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/stateLeveldb/] 2018-01-06 13:46:06.220 PST [kvledger.util] logDirStatus -> DEBU 00d Before creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/stateLeveldb/] exists 2018-01-06 13:46:06.220 PST [kvledger.util] logDirStatus -> DEBU 00e After creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/stateLeveldb/] exists 2018-01-06 13:46:06.222 PST [historyleveldb] NewHistoryDBProvider -> DEBU 00f constructing HistoryDBProvider dbPath=/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/historyLeveldb 2018-01-06 13:46:06.222 PST [kvledger.util] CreateDirIfMissing -> DEBU 010 CreateDirIfMissing [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/historyLeveldb/] 2018-01-06 13:46:06.222 PST [kvledger.util] logDirStatus -> DEBU 011 Before creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/historyLeveldb/] exists 2018-01-06 13:46:06.222 PST [kvledger.util] logDirStatus -> DEBU 012 After creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/historyLeveldb/] exists 2018-01-06 13:46:06.224 PST [kvledger] NewProvider -> INFO 013 ledger provider Initialized 2018-01-06 13:46:06.224 PST [kvledger] recoverUnderConstructionLedger -> DEBU 014 Recovering under construction ledger 2018-01-06 13:46:06.224 PST [kvledger] recoverUnderConstructionLedger -> DEBU 015 No under construction ledger found. Quitting recovery 2018-01-06 13:46:06.224 PST [ledgermgmt] initialize -> INFO 016 ledger mgmt initialized 2018-01-06 13:46:06.225 PST [nodeCmd] serve -> INFO 017 Starting peer with TLS enabled 2018-01-06 13:46:06.226 PST [eventhub_producer] AddEventType -> DEBU 018 Registering BLOCK 2018-01-06 13:46:06.226 PST [eventhub_producer] AddEventType -> DEBU 019 Registering CHAINCODE 2018-01-06 13:46:06.226 PST [eventhub_producer] AddEventType -> DEBU 01a Registering REJECTION 2018-01-06 13:46:06.226 PST [eventhub_producer] AddEventType -> DEBU 01b Registering REGISTER 2018-01-06 13:46:06.226 PST [nodeCmd] createChaincodeServer -> WARN 01c peer.chaincodeListenAddress is not set, use peer.listenAddress localhost:7051 2018-01-06 13:46:06.226 PST [eventhub_producer] start -> INFO 01d Event processor started 2018-01-06 13:46:06.226 PST [nodeCmd] registerChaincodeSupport -> DEBU 01e Chaincode startup timeout value set to 5m0s 2018-01-06 13:46:06.226 PST [chaincode] NewChaincodeSupport -> INFO 01f Chaincode support using peerAddress: localhost:7051 2018-01-06 13:46:06.226 PST [chaincode] NewChaincodeSupport -> DEBU 020 Turn off keepalive(value 0) 2018-01-06 13:46:06.226 PST [chaincode] NewChaincodeSupport -> DEBU 021 Setting execute timeout value to 30s 2018-01-06 13:46:06.226 PST [chaincode] getLogLevelFromViper -> DEBU 022 CORE_CHAINCODE_LEVEL set to level info 2018-01-06 13:46:06.226 PST [chaincode] getLogLevelFromViper -> DEBU 023 CORE_CHAINCODE_SHIM set to level warning 2018-01-06 13:46:06.226 PST [sccapi] RegisterSysCC -> INFO 024 system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered 2018-01-06 13:46:06.227 PST [sccapi] RegisterSysCC -> INFO 025 system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered 2018-01-06 13:46:06.227 PST [sccapi] RegisterSysCC -> INFO 026 system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered 2018-01-06 13:46:06.227 PST [sccapi] RegisterSysCC -> INFO 027 system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered 2018-01-06 13:46:06.227 PST [sccapi] RegisterSysCC -> INFO 028 system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered 2018-01-06 13:46:06.227 PST [nodeCmd] serve -> DEBU 029 Running peer 2018-01-06 13:46:06.227 PST [msp] GetLocalMSP -> DEBU 02a Returning existing local MSP 2018-01-06 13:46:06.227 PST [msp] GetLocalMSP -> DEBU 02b Returning existing local MSP 2018-01-06 13:46:06.227 PST [msp] GetDefaultSigningIdentity -> DEBU 02c Obtaining default signing identity 2018-01-06 13:46:06.227 PST [gossip/service] func1 -> INFO 02d Initialize gossip with endpoint localhost:7051 and bootstrap set [localhost:7051] 2018-01-06 13:46:06.227 PST [msp] GetLocalMSP -> DEBU 02e Returning existing local MSP 2018-01-06 13:46:06.227 PST [msp] DeserializeIdentity -> INFO 02f Obtaining identity 2018-01-06 13:46:06.227 PST [msp/identity] newIdentity -> DEBU 030 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIClDCCAfWgAwIBAgIUTn+AvPTtM5DwyktLWxJoQ7ssKpgwCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowXTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMQ4w DAYDVQQDEwVwZWVyMDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABGuV8XZ70Izg jivPdxW7f7EXbMSzubUw+/KQ92HyKAqfKDf5pfOqtAY1hqE8LmuKIt74EnVN56Xm ZJQm8GgMdcmjczBxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMB0GA1Ud DgQWBBTw2gmwq4/ilZdFosMBjrGl2t3vXDAfBgNVHSMEGDAWgBRj3BdS6kQIE1Tp NHtcieZbIC27TjARBgNVHREECjAIggZzbWFzaHkwCgYIKoZIzj0EAwQDgYwAMIGI AkIAsDJdLVXyUADna105NGseCt65JqXhq9lxN/QbtakSgxHsNE3vNtMRUr4zy8GU NFUW6je2c+RZeYsqSWT4GJMdNBkCQgDsK8g3M4YXuJ4N3SytLpey9GjWVIJyGM5c nRqZj5D/HQVNmBlaiwTEO3+I+1+33nXKexIU8qgrQ/+1kIaAX4XEtg== -----END CERTIFICATE----- 2018-01-06 13:46:06.265 PST [msp] GetLocalMSP -> DEBU 031 Returning existing local MSP 2018-01-06 13:46:06.265 PST [msp] Validate -> DEBU 032 MSP org0MSP validating identity 2018-01-06 13:46:06.314 PST [msp] GetLocalMSP -> DEBU 033 Returning existing local MSP 2018-01-06 13:46:06.314 PST [msp] DeserializeIdentity -> INFO 034 Obtaining identity 2018-01-06 13:46:06.314 PST [msp/identity] newIdentity -> DEBU 035 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIClDCCAfWgAwIBAgIUTn+AvPTtM5DwyktLWxJoQ7ssKpgwCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowXTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMQ4w DAYDVQQDEwVwZWVyMDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABGuV8XZ70Izg jivPdxW7f7EXbMSzubUw+/KQ92HyKAqfKDf5pfOqtAY1hqE8LmuKIt74EnVN56Xm ZJQm8GgMdcmjczBxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMB0GA1Ud DgQWBBTw2gmwq4/ilZdFosMBjrGl2t3vXDAfBgNVHSMEGDAWgBRj3BdS6kQIE1Tp NHtcieZbIC27TjARBgNVHREECjAIggZzbWFzaHkwCgYIKoZIzj0EAwQDgYwAMIGI AkIAsDJdLVXyUADna105NGseCt65JqXhq9lxN/QbtakSgxHsNE3vNtMRUr4zy8GU NFUW6je2c+RZeYsqSWT4GJMdNBkCQgDsK8g3M4YXuJ4N3SytLpey9GjWVIJyGM5c nRqZj5D/HQVNmBlaiwTEO3+I+1+33nXKexIU8qgrQ/+1kIaAX4XEtg== -----END CERTIFICATE----- 2018-01-06 13:46:06.352 PST [gossip/discovery] NewDiscoveryService -> INFO 036 Started { [] [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] localhost:7051} incTime is 1515275166352628101 2018-01-06 13:46:06.352 PST [gossip/gossip] NewGossipService -> INFO 037 Creating gossip service with self membership of { [] [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] localhost:7051} 2018-01-06 13:46:06.352 PST [msp] GetLocalMSP -> DEBU 038 Returning existing local MSP 2018-01-06 13:46:06.353 PST [msp] DeserializeIdentity -> INFO 039 Obtaining identity 2018-01-06 13:46:06.353 PST [gossip/discovery] periodicalSendAlive -> DEBU 03a Sleeping 10s 2018-01-06 13:46:06.353 PST [msp/identity] newIdentity -> DEBU 03b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIClDCCAfWgAwIBAgIUTn+AvPTtM5DwyktLWxJoQ7ssKpgwCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowXTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMQ4w DAYDVQQDEwVwZWVyMDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABGuV8XZ70Izg jivPdxW7f7EXbMSzubUw+/KQ92HyKAqfKDf5pfOqtAY1hqE8LmuKIt74EnVN56Xm ZJQm8GgMdcmjczBxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMB0GA1Ud DgQWBBTw2gmwq4/ilZdFosMBjrGl2t3vXDAfBgNVHSMEGDAWgBRj3BdS6kQIE1Tp NHtcieZbIC27TjARBgNVHREECjAIggZzbWFzaHkwCgYIKoZIzj0EAwQDgYwAMIGI AkIAsDJdLVXyUADna105NGseCt65JqXhq9lxN/QbtakSgxHsNE3vNtMRUr4zy8GU NFUW6je2c+RZeYsqSWT4GJMdNBkCQgDsK8g3M4YXuJ4N3SytLpey9GjWVIJyGM5c nRqZj5D/HQVNmBlaiwTEO3+I+1+33nXKexIU8qgrQ/+1kIaAX4XEtg== -----END CERTIFICATE----- 2018-01-06 13:46:06.353 PST [gossip/discovery] periodicalReconnectToDead -> DEBU 03c Sleeping 25s 2018-01-06 13:46:06.388 PST [msp] GetLocalMSP -> DEBU 03d Returning existing local MSP 2018-01-06 13:46:06.388 PST [msp] Validate -> DEBU 03e MSP org0MSP validating identity 2018-01-06 13:46:06.422 PST [msp] GetLocalMSP -> DEBU 03f Returning existing local MSP 2018-01-06 13:46:06.422 PST [msp] GetDefaultSigningIdentity -> DEBU 040 Obtaining default signing identity 2018-01-06 13:46:06.422 PST [msp/identity] Sign -> DEBU 041 Sign: plaintext: 1801AA01D7070A20585A2CFCF283C5A3...0A2D2D2D2D2D454E44202D2D2D2D2D0A 2018-01-06 13:46:06.422 PST [msp/identity] Sign -> DEBU 042 Sign: digest: 94E5B7C0B443C7ADDF0084661842259D4710584BD0B263C586E4D6EE498DA142 2018-01-06 13:46:06.422 PST [gossip/gossip] NewGossipService -> WARN 043 External endpoint is empty, peer will not be accessible outside of its organization 2018-01-06 13:46:06.422 PST [gossip/gossip] syncDiscovery -> DEBU 044 Entering discovery sync with interval 4s 2018-01-06 13:46:06.422 PST [ccprovider] NewCCContext -> DEBU 046 NewCCCC (chain=,chaincode=cscc,version=development build,txid=47c02c92-9b6f-4924-b864-4eae3f316b4a,syscc=true,proposal=0x0,canname=cscc:development build 2018-01-06 13:46:06.422 PST [chaincode] launchAndWaitForRegister -> DEBU 047 chaincode cscc:development build is being launched 2018-01-06 13:46:06.422 PST [gossip/gossip] start -> INFO 045 Gossip instance localhost:7051 started 2018-01-06 13:46:06.422 PST [chaincode] getArgsAndEnv -> DEBU 048 Executable is chaincode 2018-01-06 13:46:06.422 PST [gossip/discovery] Connect -> DEBU 049 Skipping connecting to myself 2018-01-06 13:46:06.422 PST [msp] GetLocalMSP -> DEBU 04a Returning existing local MSP 2018-01-06 13:46:06.422 PST [msp] GetDefaultSigningIdentity -> DEBU 04c Obtaining default signing identity 2018-01-06 13:46:06.422 PST [chaincode] getArgsAndEnv -> DEBU 04b Args [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.422 PST [msp/identity] Sign -> DEBU 04d Sign: plaintext: 18012AE7070A221A20585A2CFCF283C5...0A2D2D2D2D2D454E44202D2D2D2D2D0A 2018-01-06 13:46:06.422 PST [msp/identity] Sign -> DEBU 04f Sign: digest: 1174D7C2D5BF1B064647F87CF09FE784455E033C8B670A2F8487ABF0BF75EA74 2018-01-06 13:46:06.422 PST [chaincode] launchAndWaitForRegister -> DEBU 04e start container: cscc:development build(networkid:dev,peerid:peer0) 2018-01-06 13:46:06.422 PST [chaincode] launchAndWaitForRegister -> DEBU 050 start container with args: chaincode -peer.address=localhost:7051 2018-01-06 13:46:06.422 PST [chaincode] launchAndWaitForRegister -> DEBU 051 start container with env: CORE_CHAINCODE_ID_NAME=cscc:development build CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} 2018-01-06 13:46:06.422 PST [container] lockContainer -> DEBU 052 waiting for container(cscc-development build) lock 2018-01-06 13:46:06.422 PST [container] lockContainer -> DEBU 053 got container (cscc-development build) lock 2018-01-06 13:46:06.422 PST [inproccontroller] getInstance -> DEBU 054 chaincode instance created for cscc-development build 2018-01-06 13:46:06.422 PST [msp] GetLocalMSP -> DEBU 055 Returning existing local MSP 2018-01-06 13:46:06.422 PST [container] unlockContainer -> DEBU 056 container lock deleted(cscc-development build) 2018-01-06 13:46:06.422 PST [msp] GetDefaultSigningIdentity -> DEBU 057 Obtaining default signing identity 2018-01-06 13:46:06.422 PST [msp/identity] Sign -> DEBU 058 Sign: plaintext: 0A0E6C6F63616C686F73743A37303531 2018-01-06 13:46:06.422 PST [inproccontroller] func1 -> DEBU 059 chaincode started for cscc-development build 2018-01-06 13:46:06.423 PST [inproccontroller] func2 -> DEBU 05a chaincode-support started for cscc-development build 2018-01-06 13:46:06.423 PST [msp/identity] Sign -> DEBU 05b Sign: digest: B7A3EE8E16E863BD7FF32F03972BB9D895A4CA998FDC2DD9934D1B42A91D4AEF 2018-01-06 13:46:06.423 PST [shim] StartInProc -> DEBU 05c in proc [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.423 PST [chaincode] HandleChaincodeStream -> DEBU 05d Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false 2018-01-06 13:46:06.423 PST [shim] StartInProc -> DEBU 05e starting chat with peer using name=cscc:development build 2018-01-06 13:46:06.423 PST [shim] chatWithPeer -> DEBU 05f Registering.. sending REGISTER 2018-01-06 13:46:06.423 PST [msp] GetLocalMSP -> DEBU 060 Returning existing local MSP 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 061 []Received message REGISTER from shim 2018-01-06 13:46:06.423 PST [chaincode] HandleMessage -> DEBU 062 []Fabric side Handling ChaincodeMessage of type: REGISTER in state created 2018-01-06 13:46:06.423 PST [chaincode] beforeRegisterEvent -> DEBU 063 Received REGISTER in state created 2018-01-06 13:46:06.423 PST [chaincode] registerHandler -> DEBU 064 registered handler complete for chaincode cscc:development build 2018-01-06 13:46:06.423 PST [chaincode] beforeRegisterEvent -> DEBU 065 Got REGISTER for chaincodeID = name:"cscc:development build" , sending back REGISTERED 2018-01-06 13:46:06.423 PST [chaincode] notifyDuringStartup -> DEBU 066 Notifying during startup 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 067 []Received message REGISTERED from shim 2018-01-06 13:46:06.423 PST [shim] handleMessage -> DEBU 068 []Handling ChaincodeMessage of type: REGISTERED(state:created) 2018-01-06 13:46:06.423 PST [shim] beforeRegistered -> DEBU 069 Received REGISTERED, ready for invocations 2018-01-06 13:46:06.423 PST [chaincode] func1 -> DEBU 06a chaincode cscc:development build launch seq completed 2018-01-06 13:46:06.423 PST [chaincode] ready -> DEBU 06b sending READY 2018-01-06 13:46:06.423 PST [chaincode] setChaincodeProposal -> DEBU 06c Setting chaincode proposal context... 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 06d [47c02c92]Move state message READY 2018-01-06 13:46:06.423 PST [chaincode] HandleMessage -> DEBU 06e [47c02c92]Fabric side Handling ChaincodeMessage of type: READY in state established 2018-01-06 13:46:06.423 PST [chaincode] enterReadyState -> DEBU 06f [47c02c92]Entered state ready 2018-01-06 13:46:06.423 PST [chaincode] notify -> DEBU 070 notifying Txid:47c02c92-9b6f-4924-b864-4eae3f316b4a 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 071 [47c02c92]sending state message READY 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 072 [47c02c92]Received message READY from shim 2018-01-06 13:46:06.423 PST [shim] handleMessage -> DEBU 073 [47c02c92]Handling ChaincodeMessage of type: READY(state:established) 2018-01-06 13:46:06.423 PST [chaincode] Launch -> DEBU 074 sending init completed 2018-01-06 13:46:06.423 PST [chaincode] Launch -> DEBU 075 LaunchChaincode complete 2018-01-06 13:46:06.423 PST [chaincode] Execute -> DEBU 076 Entry 2018-01-06 13:46:06.423 PST [chaincode] Execute -> DEBU 077 chaincode canonical name: cscc:development build 2018-01-06 13:46:06.423 PST [chaincode] sendExecuteMessage -> DEBU 078 [47c02c92]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:06.423 PST [chaincode] setChaincodeProposal -> DEBU 079 Setting chaincode proposal context... 2018-01-06 13:46:06.423 PST [chaincode] sendExecuteMessage -> DEBU 07a [47c02c92]sendExecuteMsg trigger event INIT 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 07b [47c02c92]Move state message INIT 2018-01-06 13:46:06.423 PST [chaincode] HandleMessage -> DEBU 07c [47c02c92]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:06.423 PST [chaincode] filterError -> DEBU 07d Ignoring NoTransitionError: no transition 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 07e [47c02c92]sending state message INIT 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 07f [47c02c92]Received message INIT from shim 2018-01-06 13:46:06.423 PST [shim] handleMessage -> DEBU 080 [47c02c92]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:06.423 PST [shim] beforeInit -> DEBU 081 Entered state ready 2018-01-06 13:46:06.423 PST [shim] beforeInit -> DEBU 082 [47c02c92]Received INIT, initializing chaincode 2018-01-06 13:46:06.423 PST [cscc] Init -> INFO 083 Init CSCC 2018-01-06 13:46:06.423 PST [msp] GetLocalMSP -> DEBU 084 Returning existing local MSP 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 085 [47c02c92]Init get response status: 200 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 086 [47c02c92]Init succeeded. Sending COMPLETED 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 087 [47c02c92]Move state message COMPLETED 2018-01-06 13:46:06.423 PST [shim] handleMessage -> DEBU 088 [47c02c92]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 089 [47c02c92]send state message COMPLETED 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 08a [47c02c92]Received message COMPLETED from shim 2018-01-06 13:46:06.423 PST [chaincode] HandleMessage -> DEBU 08b [47c02c92]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:06.423 PST [chaincode] HandleMessage -> DEBU 08c [47c02c92-9b6f-4924-b864-4eae3f316b4a]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:06.423 PST [chaincode] notify -> DEBU 08d notifying Txid:47c02c92-9b6f-4924-b864-4eae3f316b4a 2018-01-06 13:46:06.423 PST [chaincode] Execute -> DEBU 08e Exit 2018-01-06 13:46:06.423 PST [sccapi] deploySysCC -> INFO 08f system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed 2018-01-06 13:46:06.423 PST [ccprovider] NewCCContext -> DEBU 090 NewCCCC (chain=,chaincode=lscc,version=development build,txid=ce10a1ce-a229-4287-b3e7-7ab3914244d0,syscc=true,proposal=0x0,canname=lscc:development build 2018-01-06 13:46:06.423 PST [chaincode] launchAndWaitForRegister -> DEBU 091 chaincode lscc:development build is being launched 2018-01-06 13:46:06.423 PST [chaincode] getArgsAndEnv -> DEBU 092 Executable is chaincode 2018-01-06 13:46:06.423 PST [chaincode] getArgsAndEnv -> DEBU 093 Args [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.423 PST [chaincode] launchAndWaitForRegister -> DEBU 094 start container: lscc:development build(networkid:dev,peerid:peer0) 2018-01-06 13:46:06.423 PST [chaincode] launchAndWaitForRegister -> DEBU 095 start container with args: chaincode -peer.address=localhost:7051 2018-01-06 13:46:06.423 PST [chaincode] launchAndWaitForRegister -> DEBU 096 start container with env: CORE_CHAINCODE_ID_NAME=lscc:development build CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} 2018-01-06 13:46:06.423 PST [container] lockContainer -> DEBU 097 waiting for container(lscc-development build) lock 2018-01-06 13:46:06.423 PST [container] lockContainer -> DEBU 098 got container (lscc-development build) lock 2018-01-06 13:46:06.423 PST [inproccontroller] getInstance -> DEBU 099 chaincode instance created for lscc-development build 2018-01-06 13:46:06.423 PST [container] unlockContainer -> DEBU 09a container lock deleted(lscc-development build) 2018-01-06 13:46:06.423 PST [inproccontroller] func2 -> DEBU 09b chaincode-support started for lscc-development build 2018-01-06 13:46:06.423 PST [chaincode] HandleChaincodeStream -> DEBU 09c Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false 2018-01-06 13:46:06.423 PST [msp] GetLocalMSP -> DEBU 09d Returning existing local MSP 2018-01-06 13:46:06.423 PST [inproccontroller] func1 -> DEBU 09e chaincode started for lscc-development build 2018-01-06 13:46:06.423 PST [shim] StartInProc -> DEBU 09f in proc [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.423 PST [shim] StartInProc -> DEBU 0a0 starting chat with peer using name=lscc:development build 2018-01-06 13:46:06.423 PST [shim] chatWithPeer -> DEBU 0a1 Registering.. sending REGISTER 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 0a2 []Received message REGISTER from shim 2018-01-06 13:46:06.423 PST [chaincode] HandleMessage -> DEBU 0a3 []Fabric side Handling ChaincodeMessage of type: REGISTER in state created 2018-01-06 13:46:06.423 PST [chaincode] beforeRegisterEvent -> DEBU 0a4 Received REGISTER in state created 2018-01-06 13:46:06.423 PST [chaincode] registerHandler -> DEBU 0a5 registered handler complete for chaincode lscc:development build 2018-01-06 13:46:06.423 PST [chaincode] beforeRegisterEvent -> DEBU 0a6 Got REGISTER for chaincodeID = name:"lscc:development build" , sending back REGISTERED 2018-01-06 13:46:06.423 PST [chaincode] notifyDuringStartup -> DEBU 0a7 Notifying during startup 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 0a8 []Received message REGISTERED from shim 2018-01-06 13:46:06.423 PST [shim] handleMessage -> DEBU 0a9 []Handling ChaincodeMessage of type: REGISTERED(state:created) 2018-01-06 13:46:06.423 PST [shim] beforeRegistered -> DEBU 0aa Received REGISTERED, ready for invocations 2018-01-06 13:46:06.423 PST [chaincode] func1 -> DEBU 0ab chaincode lscc:development build launch seq completed 2018-01-06 13:46:06.423 PST [chaincode] ready -> DEBU 0ac sending READY 2018-01-06 13:46:06.423 PST [chaincode] setChaincodeProposal -> DEBU 0ad Setting chaincode proposal context... 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 0ae [ce10a1ce]Move state message READY 2018-01-06 13:46:06.423 PST [chaincode] HandleMessage -> DEBU 0af [ce10a1ce]Fabric side Handling ChaincodeMessage of type: READY in state established 2018-01-06 13:46:06.423 PST [chaincode] enterReadyState -> DEBU 0b0 [ce10a1ce]Entered state ready 2018-01-06 13:46:06.423 PST [chaincode] notify -> DEBU 0b1 notifying Txid:ce10a1ce-a229-4287-b3e7-7ab3914244d0 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 0b2 [ce10a1ce]sending state message READY 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 0b3 [ce10a1ce]Received message READY from shim 2018-01-06 13:46:06.423 PST [shim] handleMessage -> DEBU 0b4 [ce10a1ce]Handling ChaincodeMessage of type: READY(state:established) 2018-01-06 13:46:06.423 PST [chaincode] Launch -> DEBU 0b5 sending init completed 2018-01-06 13:46:06.423 PST [chaincode] Launch -> DEBU 0b6 LaunchChaincode complete 2018-01-06 13:46:06.423 PST [chaincode] Execute -> DEBU 0b7 Entry 2018-01-06 13:46:06.423 PST [chaincode] Execute -> DEBU 0b8 chaincode canonical name: lscc:development build 2018-01-06 13:46:06.423 PST [chaincode] sendExecuteMessage -> DEBU 0b9 [ce10a1ce]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:06.423 PST [chaincode] setChaincodeProposal -> DEBU 0ba Setting chaincode proposal context... 2018-01-06 13:46:06.423 PST [chaincode] sendExecuteMessage -> DEBU 0bb [ce10a1ce]sendExecuteMsg trigger event INIT 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 0bc [ce10a1ce]Move state message INIT 2018-01-06 13:46:06.423 PST [chaincode] HandleMessage -> DEBU 0bd [ce10a1ce]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:06.423 PST [chaincode] filterError -> DEBU 0be Ignoring NoTransitionError: no transition 2018-01-06 13:46:06.423 PST [chaincode] processStream -> DEBU 0bf [ce10a1ce]sending state message INIT 2018-01-06 13:46:06.423 PST [shim] func1 -> DEBU 0c0 [ce10a1ce]Received message INIT from shim 2018-01-06 13:46:06.423 PST [shim] handleMessage -> DEBU 0c1 [ce10a1ce]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:06.424 PST [shim] beforeInit -> DEBU 0c2 Entered state ready 2018-01-06 13:46:06.424 PST [shim] beforeInit -> DEBU 0c3 [ce10a1ce]Received INIT, initializing chaincode 2018-01-06 13:46:06.424 PST [msp] GetLocalMSP -> DEBU 0c4 Returning existing local MSP 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 0c5 [ce10a1ce]Init get response status: 200 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 0c6 [ce10a1ce]Init succeeded. Sending COMPLETED 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 0c7 [ce10a1ce]Move state message COMPLETED 2018-01-06 13:46:06.424 PST [shim] handleMessage -> DEBU 0c8 [ce10a1ce]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 0c9 [ce10a1ce]send state message COMPLETED 2018-01-06 13:46:06.424 PST [chaincode] processStream -> DEBU 0ca [ce10a1ce]Received message COMPLETED from shim 2018-01-06 13:46:06.424 PST [chaincode] HandleMessage -> DEBU 0cb [ce10a1ce]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:06.424 PST [chaincode] HandleMessage -> DEBU 0cc [ce10a1ce-a229-4287-b3e7-7ab3914244d0]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:06.424 PST [chaincode] notify -> DEBU 0cd notifying Txid:ce10a1ce-a229-4287-b3e7-7ab3914244d0 2018-01-06 13:46:06.424 PST [chaincode] Execute -> DEBU 0ce Exit 2018-01-06 13:46:06.424 PST [sccapi] deploySysCC -> INFO 0cf system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed 2018-01-06 13:46:06.424 PST [ccprovider] NewCCContext -> DEBU 0d0 NewCCCC (chain=,chaincode=escc,version=development build,txid=49858523-ab06-4d50-b037-89abe1333527,syscc=true,proposal=0x0,canname=escc:development build 2018-01-06 13:46:06.424 PST [chaincode] launchAndWaitForRegister -> DEBU 0d1 chaincode escc:development build is being launched 2018-01-06 13:46:06.424 PST [chaincode] getArgsAndEnv -> DEBU 0d2 Executable is chaincode 2018-01-06 13:46:06.424 PST [chaincode] getArgsAndEnv -> DEBU 0d3 Args [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.424 PST [chaincode] launchAndWaitForRegister -> DEBU 0d4 start container: escc:development build(networkid:dev,peerid:peer0) 2018-01-06 13:46:06.424 PST [chaincode] launchAndWaitForRegister -> DEBU 0d5 start container with args: chaincode -peer.address=localhost:7051 2018-01-06 13:46:06.424 PST [chaincode] launchAndWaitForRegister -> DEBU 0d6 start container with env: CORE_CHAINCODE_ID_NAME=escc:development build CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} 2018-01-06 13:46:06.424 PST [container] lockContainer -> DEBU 0d7 waiting for container(escc-development build) lock 2018-01-06 13:46:06.424 PST [container] lockContainer -> DEBU 0d8 got container (escc-development build) lock 2018-01-06 13:46:06.424 PST [inproccontroller] getInstance -> DEBU 0d9 chaincode instance created for escc-development build 2018-01-06 13:46:06.424 PST [container] unlockContainer -> DEBU 0da container lock deleted(escc-development build) 2018-01-06 13:46:06.424 PST [inproccontroller] func2 -> DEBU 0db chaincode-support started for escc-development build 2018-01-06 13:46:06.424 PST [chaincode] HandleChaincodeStream -> DEBU 0dc Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false 2018-01-06 13:46:06.424 PST [msp] GetLocalMSP -> DEBU 0dd Returning existing local MSP 2018-01-06 13:46:06.424 PST [inproccontroller] func1 -> DEBU 0de chaincode started for escc-development build 2018-01-06 13:46:06.424 PST [shim] StartInProc -> DEBU 0df in proc [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.424 PST [shim] StartInProc -> DEBU 0e0 starting chat with peer using name=escc:development build 2018-01-06 13:46:06.424 PST [shim] chatWithPeer -> DEBU 0e1 Registering.. sending REGISTER 2018-01-06 13:46:06.424 PST [chaincode] processStream -> DEBU 0e2 []Received message REGISTER from shim 2018-01-06 13:46:06.424 PST [chaincode] HandleMessage -> DEBU 0e3 []Fabric side Handling ChaincodeMessage of type: REGISTER in state created 2018-01-06 13:46:06.424 PST [chaincode] beforeRegisterEvent -> DEBU 0e4 Received REGISTER in state created 2018-01-06 13:46:06.424 PST [chaincode] registerHandler -> DEBU 0e5 registered handler complete for chaincode escc:development build 2018-01-06 13:46:06.424 PST [chaincode] beforeRegisterEvent -> DEBU 0e6 Got REGISTER for chaincodeID = name:"escc:development build" , sending back REGISTERED 2018-01-06 13:46:06.424 PST [chaincode] notifyDuringStartup -> DEBU 0e7 Notifying during startup 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 0e8 []Received message REGISTERED from shim 2018-01-06 13:46:06.424 PST [shim] handleMessage -> DEBU 0e9 []Handling ChaincodeMessage of type: REGISTERED(state:created) 2018-01-06 13:46:06.424 PST [shim] beforeRegistered -> DEBU 0ea Received REGISTERED, ready for invocations 2018-01-06 13:46:06.424 PST [chaincode] func1 -> DEBU 0eb chaincode escc:development build launch seq completed 2018-01-06 13:46:06.424 PST [chaincode] ready -> DEBU 0ec sending READY 2018-01-06 13:46:06.424 PST [chaincode] setChaincodeProposal -> DEBU 0ed Setting chaincode proposal context... 2018-01-06 13:46:06.424 PST [chaincode] processStream -> DEBU 0ee [49858523]Move state message READY 2018-01-06 13:46:06.424 PST [chaincode] HandleMessage -> DEBU 0ef [49858523]Fabric side Handling ChaincodeMessage of type: READY in state established 2018-01-06 13:46:06.424 PST [chaincode] enterReadyState -> DEBU 0f0 [49858523]Entered state ready 2018-01-06 13:46:06.424 PST [chaincode] notify -> DEBU 0f1 notifying Txid:49858523-ab06-4d50-b037-89abe1333527 2018-01-06 13:46:06.424 PST [chaincode] processStream -> DEBU 0f2 [49858523]sending state message READY 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 0f3 [49858523]Received message READY from shim 2018-01-06 13:46:06.424 PST [shim] handleMessage -> DEBU 0f4 [49858523]Handling ChaincodeMessage of type: READY(state:established) 2018-01-06 13:46:06.424 PST [chaincode] Launch -> DEBU 0f5 sending init completed 2018-01-06 13:46:06.424 PST [chaincode] Launch -> DEBU 0f6 LaunchChaincode complete 2018-01-06 13:46:06.424 PST [chaincode] Execute -> DEBU 0f7 Entry 2018-01-06 13:46:06.424 PST [chaincode] Execute -> DEBU 0f8 chaincode canonical name: escc:development build 2018-01-06 13:46:06.424 PST [chaincode] sendExecuteMessage -> DEBU 0f9 [49858523]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:06.424 PST [chaincode] setChaincodeProposal -> DEBU 0fa Setting chaincode proposal context... 2018-01-06 13:46:06.424 PST [chaincode] sendExecuteMessage -> DEBU 0fb [49858523]sendExecuteMsg trigger event INIT 2018-01-06 13:46:06.424 PST [chaincode] processStream -> DEBU 0fc [49858523]Move state message INIT 2018-01-06 13:46:06.424 PST [chaincode] HandleMessage -> DEBU 0fd [49858523]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:06.424 PST [chaincode] filterError -> DEBU 0fe Ignoring NoTransitionError: no transition 2018-01-06 13:46:06.424 PST [chaincode] processStream -> DEBU 0ff [49858523]sending state message INIT 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 100 [49858523]Received message INIT from shim 2018-01-06 13:46:06.424 PST [shim] handleMessage -> DEBU 101 [49858523]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:06.424 PST [shim] beforeInit -> DEBU 102 Entered state ready 2018-01-06 13:46:06.424 PST [shim] beforeInit -> DEBU 103 [49858523]Received INIT, initializing chaincode 2018-01-06 13:46:06.424 PST [escc] Init -> INFO 104 Successfully initialized ESCC 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 105 [49858523]Init get response status: 200 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 106 [49858523]Init succeeded. Sending COMPLETED 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 107 [49858523]Move state message COMPLETED 2018-01-06 13:46:06.424 PST [shim] handleMessage -> DEBU 108 [49858523]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:06.424 PST [shim] func1 -> DEBU 109 [49858523]send state message COMPLETED 2018-01-06 13:46:06.424 PST [chaincode] processStream -> DEBU 10a [49858523]Received message COMPLETED from shim 2018-01-06 13:46:06.424 PST [chaincode] HandleMessage -> DEBU 10b [49858523]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:06.424 PST [chaincode] HandleMessage -> DEBU 10c [49858523-ab06-4d50-b037-89abe1333527]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:06.424 PST [chaincode] notify -> DEBU 10d notifying Txid:49858523-ab06-4d50-b037-89abe1333527 2018-01-06 13:46:06.424 PST [chaincode] Execute -> DEBU 10e Exit 2018-01-06 13:46:06.424 PST [sccapi] deploySysCC -> INFO 10f system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed 2018-01-06 13:46:06.424 PST [ccprovider] NewCCContext -> DEBU 110 NewCCCC (chain=,chaincode=vscc,version=development build,txid=0e7c6b34-6f1e-4a2a-a280-0e92553b6a22,syscc=true,proposal=0x0,canname=vscc:development build 2018-01-06 13:46:06.424 PST [chaincode] launchAndWaitForRegister -> DEBU 111 chaincode vscc:development build is being launched 2018-01-06 13:46:06.424 PST [chaincode] getArgsAndEnv -> DEBU 112 Executable is chaincode 2018-01-06 13:46:06.424 PST [chaincode] getArgsAndEnv -> DEBU 113 Args [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.424 PST [chaincode] launchAndWaitForRegister -> DEBU 114 start container: vscc:development build(networkid:dev,peerid:peer0) 2018-01-06 13:46:06.424 PST [chaincode] launchAndWaitForRegister -> DEBU 115 start container with args: chaincode -peer.address=localhost:7051 2018-01-06 13:46:06.424 PST [chaincode] launchAndWaitForRegister -> DEBU 116 start container with env: CORE_CHAINCODE_ID_NAME=vscc:development build CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} 2018-01-06 13:46:06.424 PST [container] lockContainer -> DEBU 117 waiting for container(vscc-development build) lock 2018-01-06 13:46:06.424 PST [container] lockContainer -> DEBU 118 got container (vscc-development build) lock 2018-01-06 13:46:06.424 PST [inproccontroller] getInstance -> DEBU 119 chaincode instance created for vscc-development build 2018-01-06 13:46:06.424 PST [container] unlockContainer -> DEBU 11a container lock deleted(vscc-development build) 2018-01-06 13:46:06.424 PST [inproccontroller] func2 -> DEBU 11b chaincode-support started for vscc-development build 2018-01-06 13:46:06.424 PST [chaincode] HandleChaincodeStream -> DEBU 11c Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false 2018-01-06 13:46:06.424 PST [msp] GetLocalMSP -> DEBU 11d Returning existing local MSP 2018-01-06 13:46:06.424 PST [inproccontroller] func1 -> DEBU 11e chaincode started for vscc-development build 2018-01-06 13:46:06.424 PST [shim] StartInProc -> DEBU 11f in proc [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.424 PST [shim] StartInProc -> DEBU 120 starting chat with peer using name=vscc:development build 2018-01-06 13:46:06.424 PST [shim] chatWithPeer -> DEBU 121 Registering.. sending REGISTER 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 122 []Received message REGISTER from shim 2018-01-06 13:46:06.425 PST [chaincode] HandleMessage -> DEBU 123 []Fabric side Handling ChaincodeMessage of type: REGISTER in state created 2018-01-06 13:46:06.425 PST [chaincode] beforeRegisterEvent -> DEBU 124 Received REGISTER in state created 2018-01-06 13:46:06.425 PST [chaincode] registerHandler -> DEBU 125 registered handler complete for chaincode vscc:development build 2018-01-06 13:46:06.425 PST [chaincode] beforeRegisterEvent -> DEBU 126 Got REGISTER for chaincodeID = name:"vscc:development build" , sending back REGISTERED 2018-01-06 13:46:06.425 PST [chaincode] notifyDuringStartup -> DEBU 127 Notifying during startup 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 128 []Received message REGISTERED from shim 2018-01-06 13:46:06.425 PST [shim] handleMessage -> DEBU 129 []Handling ChaincodeMessage of type: REGISTERED(state:created) 2018-01-06 13:46:06.425 PST [shim] beforeRegistered -> DEBU 12a Received REGISTERED, ready for invocations 2018-01-06 13:46:06.425 PST [chaincode] func1 -> DEBU 12b chaincode vscc:development build launch seq completed 2018-01-06 13:46:06.425 PST [chaincode] ready -> DEBU 12c sending READY 2018-01-06 13:46:06.425 PST [chaincode] setChaincodeProposal -> DEBU 12d Setting chaincode proposal context... 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 12e [0e7c6b34]Move state message READY 2018-01-06 13:46:06.425 PST [chaincode] HandleMessage -> DEBU 12f [0e7c6b34]Fabric side Handling ChaincodeMessage of type: READY in state established 2018-01-06 13:46:06.425 PST [chaincode] enterReadyState -> DEBU 130 [0e7c6b34]Entered state ready 2018-01-06 13:46:06.425 PST [chaincode] notify -> DEBU 131 notifying Txid:0e7c6b34-6f1e-4a2a-a280-0e92553b6a22 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 132 [0e7c6b34]sending state message READY 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 133 [0e7c6b34]Received message READY from shim 2018-01-06 13:46:06.425 PST [shim] handleMessage -> DEBU 134 [0e7c6b34]Handling ChaincodeMessage of type: READY(state:established) 2018-01-06 13:46:06.425 PST [chaincode] Launch -> DEBU 135 sending init completed 2018-01-06 13:46:06.425 PST [chaincode] Launch -> DEBU 136 LaunchChaincode complete 2018-01-06 13:46:06.425 PST [chaincode] Execute -> DEBU 137 Entry 2018-01-06 13:46:06.425 PST [chaincode] Execute -> DEBU 138 chaincode canonical name: vscc:development build 2018-01-06 13:46:06.425 PST [chaincode] sendExecuteMessage -> DEBU 139 [0e7c6b34]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:06.425 PST [chaincode] setChaincodeProposal -> DEBU 13a Setting chaincode proposal context... 2018-01-06 13:46:06.425 PST [chaincode] sendExecuteMessage -> DEBU 13b [0e7c6b34]sendExecuteMsg trigger event INIT 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 13c [0e7c6b34]Move state message INIT 2018-01-06 13:46:06.425 PST [chaincode] HandleMessage -> DEBU 13d [0e7c6b34]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:06.425 PST [chaincode] filterError -> DEBU 13e Ignoring NoTransitionError: no transition 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 13f [0e7c6b34]sending state message INIT 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 140 [0e7c6b34]Received message INIT from shim 2018-01-06 13:46:06.425 PST [shim] handleMessage -> DEBU 141 [0e7c6b34]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:06.425 PST [shim] beforeInit -> DEBU 142 Entered state ready 2018-01-06 13:46:06.425 PST [shim] beforeInit -> DEBU 143 [0e7c6b34]Received INIT, initializing chaincode 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 144 [0e7c6b34]Init get response status: 200 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 145 [0e7c6b34]Init succeeded. Sending COMPLETED 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 146 [0e7c6b34]Move state message COMPLETED 2018-01-06 13:46:06.425 PST [shim] handleMessage -> DEBU 147 [0e7c6b34]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 148 [0e7c6b34]send state message COMPLETED 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 149 [0e7c6b34]Received message COMPLETED from shim 2018-01-06 13:46:06.425 PST [chaincode] HandleMessage -> DEBU 14a [0e7c6b34]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:06.425 PST [chaincode] HandleMessage -> DEBU 14b [0e7c6b34-6f1e-4a2a-a280-0e92553b6a22]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:06.425 PST [chaincode] notify -> DEBU 14c notifying Txid:0e7c6b34-6f1e-4a2a-a280-0e92553b6a22 2018-01-06 13:46:06.425 PST [chaincode] Execute -> DEBU 14d Exit 2018-01-06 13:46:06.425 PST [sccapi] deploySysCC -> INFO 14e system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed 2018-01-06 13:46:06.425 PST [ccprovider] NewCCContext -> DEBU 14f NewCCCC (chain=,chaincode=qscc,version=development build,txid=34aa8761-fbb2-4863-b494-f597a5a11437,syscc=true,proposal=0x0,canname=qscc:development build 2018-01-06 13:46:06.425 PST [chaincode] launchAndWaitForRegister -> DEBU 150 chaincode qscc:development build is being launched 2018-01-06 13:46:06.425 PST [chaincode] getArgsAndEnv -> DEBU 151 Executable is chaincode 2018-01-06 13:46:06.425 PST [chaincode] getArgsAndEnv -> DEBU 152 Args [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.425 PST [chaincode] launchAndWaitForRegister -> DEBU 153 start container: qscc:development build(networkid:dev,peerid:peer0) 2018-01-06 13:46:06.425 PST [chaincode] launchAndWaitForRegister -> DEBU 154 start container with args: chaincode -peer.address=localhost:7051 2018-01-06 13:46:06.425 PST [chaincode] launchAndWaitForRegister -> DEBU 155 start container with env: CORE_CHAINCODE_ID_NAME=qscc:development build CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} 2018-01-06 13:46:06.425 PST [container] lockContainer -> DEBU 156 waiting for container(qscc-development build) lock 2018-01-06 13:46:06.425 PST [container] lockContainer -> DEBU 157 got container (qscc-development build) lock 2018-01-06 13:46:06.425 PST [inproccontroller] getInstance -> DEBU 158 chaincode instance created for qscc-development build 2018-01-06 13:46:06.425 PST [container] unlockContainer -> DEBU 159 container lock deleted(qscc-development build) 2018-01-06 13:46:06.425 PST [inproccontroller] func2 -> DEBU 15a chaincode-support started for qscc-development build 2018-01-06 13:46:06.425 PST [chaincode] HandleChaincodeStream -> DEBU 15b Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false 2018-01-06 13:46:06.425 PST [msp] GetLocalMSP -> DEBU 15c Returning existing local MSP 2018-01-06 13:46:06.425 PST [inproccontroller] func1 -> DEBU 15d chaincode started for qscc-development build 2018-01-06 13:46:06.425 PST [shim] StartInProc -> DEBU 15e in proc [chaincode -peer.address=localhost:7051] 2018-01-06 13:46:06.425 PST [shim] StartInProc -> DEBU 15f starting chat with peer using name=qscc:development build 2018-01-06 13:46:06.425 PST [shim] chatWithPeer -> DEBU 160 Registering.. sending REGISTER 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 161 []Received message REGISTER from shim 2018-01-06 13:46:06.425 PST [chaincode] HandleMessage -> DEBU 162 []Fabric side Handling ChaincodeMessage of type: REGISTER in state created 2018-01-06 13:46:06.425 PST [chaincode] beforeRegisterEvent -> DEBU 163 Received REGISTER in state created 2018-01-06 13:46:06.425 PST [chaincode] registerHandler -> DEBU 164 registered handler complete for chaincode qscc:development build 2018-01-06 13:46:06.425 PST [chaincode] beforeRegisterEvent -> DEBU 165 Got REGISTER for chaincodeID = name:"qscc:development build" , sending back REGISTERED 2018-01-06 13:46:06.425 PST [chaincode] notifyDuringStartup -> DEBU 166 Notifying during startup 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 167 []Received message REGISTERED from shim 2018-01-06 13:46:06.425 PST [chaincode] func1 -> DEBU 168 chaincode qscc:development build launch seq completed 2018-01-06 13:46:06.425 PST [shim] handleMessage -> DEBU 169 []Handling ChaincodeMessage of type: REGISTERED(state:created) 2018-01-06 13:46:06.425 PST [chaincode] ready -> DEBU 16a sending READY 2018-01-06 13:46:06.425 PST [chaincode] setChaincodeProposal -> DEBU 16c Setting chaincode proposal context... 2018-01-06 13:46:06.425 PST [shim] beforeRegistered -> DEBU 16b Received REGISTERED, ready for invocations 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 16d [34aa8761]Move state message READY 2018-01-06 13:46:06.425 PST [chaincode] HandleMessage -> DEBU 16e [34aa8761]Fabric side Handling ChaincodeMessage of type: READY in state established 2018-01-06 13:46:06.425 PST [chaincode] enterReadyState -> DEBU 16f [34aa8761]Entered state ready 2018-01-06 13:46:06.425 PST [chaincode] notify -> DEBU 170 notifying Txid:34aa8761-fbb2-4863-b494-f597a5a11437 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 171 [34aa8761]sending state message READY 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 172 [34aa8761]Received message READY from shim 2018-01-06 13:46:06.425 PST [shim] handleMessage -> DEBU 173 [34aa8761]Handling ChaincodeMessage of type: READY(state:established) 2018-01-06 13:46:06.425 PST [chaincode] Launch -> DEBU 174 sending init completed 2018-01-06 13:46:06.425 PST [chaincode] Launch -> DEBU 175 LaunchChaincode complete 2018-01-06 13:46:06.425 PST [chaincode] Execute -> DEBU 176 Entry 2018-01-06 13:46:06.425 PST [chaincode] Execute -> DEBU 177 chaincode canonical name: qscc:development build 2018-01-06 13:46:06.425 PST [chaincode] sendExecuteMessage -> DEBU 178 [34aa8761]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:06.425 PST [chaincode] setChaincodeProposal -> DEBU 179 Setting chaincode proposal context... 2018-01-06 13:46:06.425 PST [chaincode] sendExecuteMessage -> DEBU 17a [34aa8761]sendExecuteMsg trigger event INIT 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 17b [34aa8761]Move state message INIT 2018-01-06 13:46:06.425 PST [chaincode] HandleMessage -> DEBU 17c [34aa8761]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:06.425 PST [chaincode] filterError -> DEBU 17d Ignoring NoTransitionError: no transition 2018-01-06 13:46:06.425 PST [chaincode] processStream -> DEBU 17e [34aa8761]sending state message INIT 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 17f [34aa8761]Received message INIT from shim 2018-01-06 13:46:06.425 PST [shim] handleMessage -> DEBU 180 [34aa8761]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:06.425 PST [shim] beforeInit -> DEBU 181 Entered state ready 2018-01-06 13:46:06.425 PST [shim] beforeInit -> DEBU 182 [34aa8761]Received INIT, initializing chaincode 2018-01-06 13:46:06.425 PST [qscc] Init -> INFO 183 Init QSCC 2018-01-06 13:46:06.425 PST [msp] GetLocalMSP -> DEBU 184 Returning existing local MSP 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 185 [34aa8761]Init get response status: 200 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 186 [34aa8761]Init succeeded. Sending COMPLETED 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 187 [34aa8761]Move state message COMPLETED 2018-01-06 13:46:06.425 PST [shim] handleMessage -> DEBU 188 [34aa8761]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:06.425 PST [shim] func1 -> DEBU 189 [34aa8761]send state message COMPLETED 2018-01-06 13:46:06.426 PST [chaincode] processStream -> DEBU 18a [34aa8761]Received message COMPLETED from shim 2018-01-06 13:46:06.426 PST [chaincode] HandleMessage -> DEBU 18b [34aa8761]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:06.426 PST [chaincode] HandleMessage -> DEBU 18c [34aa8761-fbb2-4863-b494-f597a5a11437]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:06.426 PST [chaincode] notify -> DEBU 18d notifying Txid:34aa8761-fbb2-4863-b494-f597a5a11437 2018-01-06 13:46:06.426 PST [chaincode] Execute -> DEBU 18e Exit 2018-01-06 13:46:06.426 PST [sccapi] deploySysCC -> INFO 18f system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed 2018-01-06 13:46:06.426 PST [nodeCmd] initSysCCs -> INFO 190 Deployed system chaincodess 2018-01-06 13:46:06.426 PST [peer] Initialize -> INFO 191 Loading chain simple-channel 2018-01-06 13:46:06.426 PST [ledgermgmt] OpenLedger -> INFO 192 Opening ledger with id = simple-channel 2018-01-06 13:46:06.426 PST [kvledger] Open -> DEBU 193 Open() opening kvledger: simple-channel 2018-01-06 13:46:06.426 PST [fsblkstorage] newBlockfileMgr -> DEBU 194 newBlockfileMgr() initializing file-based block storage for ledger: simple-channel 2018-01-06 13:46:06.426 PST [kvledger.util] CreateDirIfMissing -> DEBU 195 CreateDirIfMissing [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/chains/simple-channel/] 2018-01-06 13:46:06.426 PST [kvledger.util] logDirStatus -> DEBU 196 Before creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/chains/simple-channel/] exists 2018-01-06 13:46:06.426 PST [kvledger.util] logDirStatus -> DEBU 197 After creating dir - [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/chains/simple-channel/] exists 2018-01-06 13:46:06.426 PST [fsblkstorage] loadCurrentInfo -> DEBU 198 loaded checkpointInfo:latestFileChunkSuffixNum=[0], latestFileChunksize=[20643], isChainEmpty=[false], lastBlockNumber=[0] 2018-01-06 13:46:06.426 PST [fsblkstorage] newBlockfileMgr -> DEBU 199 Synching block information from block storage (if needed) 2018-01-06 13:46:06.426 PST [fsblkstorage] syncCPInfoFromFS -> DEBU 19a Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[20643], isChainEmpty=[false], lastBlockNumber=[0] 2018-01-06 13:46:06.426 PST [fsblkstorage] syncCPInfoFromFS -> DEBU 19b status of file [/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/chains/simple-channel/blockfile_000000]: exists=[true], size=[20643] 2018-01-06 13:46:06.427 PST [fsblkstorage] newBlockIndex -> DEBU 19c newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] 2018-01-06 13:46:06.427 PST [fsblkstorage] syncIndex -> DEBU 19d Both the block files and indices are in sync. 2018-01-06 13:46:06.427 PST [fsblkstorage] retrieveBlockHeaderByNumber -> DEBU 19e retrieveBlockHeaderByNumber() - blockNum = [0] 2018-01-06 13:46:06.427 PST [fsblkstorage] newBlockfileStream -> DEBU 19f newBlockfileStream(): filePath=[/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/chains/simple-channel/blockfile_000000], startOffset=[0] 2018-01-06 13:46:06.427 PST [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1a0 Remaining bytes=[20643], Going to peek [8] bytes 2018-01-06 13:46:06.427 PST [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1a1 Returning blockbytes - length=[20640], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[3]} 2018-01-06 13:46:06.427 PST [kvledger] newKVLedger -> DEBU 1a2 Creating KVLedger ledgerID=simple-channel: 2018-01-06 13:46:06.428 PST [kvledger] recoverDBs -> DEBU 1a3 Entering recoverDB() 2018-01-06 13:46:06.428 PST [ledgermgmt] OpenLedger -> INFO 1a4 Opened ledger with id = simple-channel 2018-01-06 13:46:06.428 PST [peer] getCurrConfigBlockFromLedger -> DEBU 1a5 Getting config block 2018-01-06 13:46:06.428 PST [fsblkstorage] retrieveBlockByNumber -> DEBU 1a6 retrieveBlockByNumber() - blockNum = [0] 2018-01-06 13:46:06.428 PST [fsblkstorage] newBlockfileStream -> DEBU 1a7 newBlockfileStream(): filePath=[/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/chains/simple-channel/blockfile_000000], startOffset=[0] 2018-01-06 13:46:06.428 PST [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1a8 Remaining bytes=[20643], Going to peek [8] bytes 2018-01-06 13:46:06.428 PST [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1a9 Returning blockbytes - length=[20640], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[3]} 2018-01-06 13:46:06.428 PST [fsblkstorage] retrieveBlockByNumber -> DEBU 1aa retrieveBlockByNumber() - blockNum = [0] 2018-01-06 13:46:06.428 PST [fsblkstorage] newBlockfileStream -> DEBU 1ab newBlockfileStream(): filePath=[/home/minion0/remotes/orgs/org0/peers/peer0/ledgersData/chains/chains/simple-channel/blockfile_000000], startOffset=[0] 2018-01-06 13:46:06.428 PST [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1ac Remaining bytes=[20643], Going to peek [8] bytes 2018-01-06 13:46:06.428 PST [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1ad Returning blockbytes - length=[20640], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[3]} 2018-01-06 13:46:06.428 PST [peer] getCurrConfigBlockFromLedger -> DEBU 1ae Got config block[0] 2018-01-06 13:46:06.428 PST [common/config] NewStandardValues -> DEBU 1af Initializing protos for *config.ChannelProtos 2018-01-06 13:46:06.428 PST [common/config] initializeProtosStruct -> DEBU 1b0 Processing field: HashingAlgorithm 2018-01-06 13:46:06.428 PST [common/config] initializeProtosStruct -> DEBU 1b1 Processing field: BlockDataHashingStructure 2018-01-06 13:46:06.428 PST [common/config] initializeProtosStruct -> DEBU 1b2 Processing field: OrdererAddresses 2018-01-06 13:46:06.428 PST [common/config] initializeProtosStruct -> DEBU 1b3 Processing field: Consortium 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1b4 Adding to config map: [Groups] /Channel 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1b5 Adding to config map: [Groups] /Channel/Orderer 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1b6 Adding to config map: [Groups] /Channel/Orderer/org0 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1b7 Adding to config map: [Values] /Channel/Orderer/org0/MSP 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1b8 Adding to config map: [Policy] /Channel/Orderer/org0/Writers 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1b9 Adding to config map: [Policy] /Channel/Orderer/org0/Admins 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1ba Adding to config map: [Policy] /Channel/Orderer/org0/Readers 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1bb Adding to config map: [Values] /Channel/Orderer/BatchTimeout 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1bc Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1bd Adding to config map: [Values] /Channel/Orderer/ConsensusType 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1be Adding to config map: [Values] /Channel/Orderer/BatchSize 2018-01-06 13:46:06.429 PST [common/configtx] addToMap -> DEBU 1bf Adding to config map: [Policy] /Channel/Orderer/Readers 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c0 Adding to config map: [Policy] /Channel/Orderer/Writers 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c1 Adding to config map: [Policy] /Channel/Orderer/Admins 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c2 Adding to config map: [Policy] /Channel/Orderer/BlockValidation 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c3 Adding to config map: [Groups] /Channel/Application 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c4 Adding to config map: [Groups] /Channel/Application/org0 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c5 Adding to config map: [Values] /Channel/Application/org0/MSP 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c6 Adding to config map: [Policy] /Channel/Application/org0/Admins 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c7 Adding to config map: [Policy] /Channel/Application/org0/Readers 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c8 Adding to config map: [Policy] /Channel/Application/org0/Writers 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1c9 Adding to config map: [Groups] /Channel/Application/org1 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1ca Adding to config map: [Values] /Channel/Application/org1/MSP 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1cb Adding to config map: [Policy] /Channel/Application/org1/Admins 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1cc Adding to config map: [Policy] /Channel/Application/org1/Readers 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1cd Adding to config map: [Policy] /Channel/Application/org1/Writers 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1ce Adding to config map: [Policy] /Channel/Application/Admins 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1cf Adding to config map: [Policy] /Channel/Application/Writers 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1d0 Adding to config map: [Policy] /Channel/Application/Readers 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1d1 Adding to config map: [Values] /Channel/OrdererAddresses 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1d2 Adding to config map: [Values] /Channel/HashingAlgorithm 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1d3 Adding to config map: [Values] /Channel/BlockDataHashingStructure 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1d4 Adding to config map: [Values] /Channel/Consortium 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1d5 Adding to config map: [Policy] /Channel/Admins 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1d6 Adding to config map: [Policy] /Channel/Readers 2018-01-06 13:46:06.430 PST [common/configtx] addToMap -> DEBU 1d7 Adding to config map: [Policy] /Channel/Writers 2018-01-06 13:46:06.430 PST [common/configtx] processConfig -> DEBU 1d8 Beginning new config for channel simple-channel 2018-01-06 13:46:06.430 PST [common/config] NewStandardValues -> DEBU 1d9 Initializing protos for *config.ChannelProtos 2018-01-06 13:46:06.430 PST [common/config] initializeProtosStruct -> DEBU 1da Processing field: HashingAlgorithm 2018-01-06 13:46:06.430 PST [common/config] initializeProtosStruct -> DEBU 1db Processing field: BlockDataHashingStructure 2018-01-06 13:46:06.430 PST [common/config] initializeProtosStruct -> DEBU 1dc Processing field: OrdererAddresses 2018-01-06 13:46:06.430 PST [common/config] initializeProtosStruct -> DEBU 1dd Processing field: Consortium 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1de Proposed new policy Readers for Channel 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1df Proposed new policy Writers for Channel 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1e0 Proposed new policy Admins for Channel 2018-01-06 13:46:06.431 PST [common/config] NewStandardValues -> DEBU 1e1 Initializing protos for *struct {} 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1e2 Proposed new policy Writers for Application 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1e3 Proposed new policy Readers for Application 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1e4 Proposed new policy Admins for Application 2018-01-06 13:46:06.431 PST [common/config] NewStandardValues -> DEBU 1e5 Initializing protos for *config.OrganizationProtos 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1e6 Processing field: MSP 2018-01-06 13:46:06.431 PST [common/config] NewStandardValues -> DEBU 1e7 Initializing protos for *config.ApplicationOrgProtos 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1e8 Processing field: AnchorPeers 2018-01-06 13:46:06.431 PST [common/config] NewStandardValues -> DEBU 1e9 Initializing protos for *config.OrganizationProtos 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1ea Processing field: MSP 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1eb Proposed new policy Admins for org0 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1ec Proposed new policy Readers for org0 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1ed Proposed new policy Writers for org0 2018-01-06 13:46:06.431 PST [common/config] NewStandardValues -> DEBU 1ee Initializing protos for *config.OrganizationProtos 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1ef Processing field: MSP 2018-01-06 13:46:06.431 PST [common/config] NewStandardValues -> DEBU 1f0 Initializing protos for *config.ApplicationOrgProtos 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1f1 Processing field: AnchorPeers 2018-01-06 13:46:06.431 PST [common/config] NewStandardValues -> DEBU 1f2 Initializing protos for *config.OrganizationProtos 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1f3 Processing field: MSP 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1f4 Proposed new policy Admins for org1 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1f5 Proposed new policy Readers for org1 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1f6 Proposed new policy Writers for org1 2018-01-06 13:46:06.431 PST [common/config] NewStandardValues -> DEBU 1f7 Initializing protos for *config.OrdererProtos 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1f8 Processing field: ConsensusType 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1f9 Processing field: BatchSize 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1fa Processing field: BatchTimeout 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1fb Processing field: KafkaBrokers 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 1fc Processing field: ChannelRestrictions 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1fd Proposed new policy Writers for Orderer 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1fe Proposed new policy Admins for Orderer 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 1ff Proposed new policy BlockValidation for Orderer 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 200 Proposed new policy Readers for Orderer 2018-01-06 13:46:06.431 PST [common/config] NewStandardValues -> DEBU 201 Initializing protos for *config.OrganizationProtos 2018-01-06 13:46:06.431 PST [common/config] initializeProtosStruct -> DEBU 202 Processing field: MSP 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 203 Proposed new policy Admins for org0 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 204 Proposed new policy Readers for org0 2018-01-06 13:46:06.431 PST [policies] ProposePolicy -> DEBU 205 Proposed new policy Writers for org0 2018-01-06 13:46:06.431 PST [common/config] Validate -> DEBU 206 Anchor peers for org org0 are 2018-01-06 13:46:06.431 PST [common/config] validateMSP -> DEBU 207 Setting up MSP for org org0 2018-01-06 13:46:06.431 PST [msp] NewBccspMsp -> DEBU 208 Creating BCCSP-based MSP instance 2018-01-06 13:46:06.432 PST [msp] Setup -> DEBU 209 Setting up MSP instance org0MSP 2018-01-06 13:46:06.432 PST [msp/identity] newIdentity -> DEBU 20a Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIC5DCCAkWgAwIBAgIJANdJpWift67DMAoGCCqGSM49BAMCMIGAMQswCQYDVQQG EwJVUzELMAkGA1UECAwCQ0ExFDASBgNVBAcMC1NGIEJheSBBcmVhMRIwEAYDVQQK DAlXb2ViZWdvbmUxEzARBgNVBAsMCjEyLXJvb3QtY2ExDzANBgNVBAMMBlJvb3RD QTEUMBIGCSqGSIb3DQEJARYFeEB5LnowHhcNMTcxMDExMjAxMTEyWhcNMzcxMDA2 MjAxMTEyWjCBgDELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRQwEgYDVQQHDAtT RiBCYXkgQXJlYTESMBAGA1UECgwJV29lYmVnb25lMRMwEQYDVQQLDAoxMi1yb290 LWNhMQ8wDQYDVQQDDAZSb290Q0ExFDASBgkqhkiG9w0BCQEWBXhAeS56MIGbMBAG ByqGSM49AgEGBSuBBAAjA4GGAAQAOeIzwwMMeNWBllwmZJS8P2q1RolqVvUHDG5u wRlFvHj/IsoHB8ZS/jiGFnDirQqfk2VMoDs277YsPlhdpAPh0vMANp4pLVb5L26w VvJ119r4NB4093aSlpNMOfAxrzsU7BWgsxWb8Ef9PVtMoVDuzXiZBqJ8TZkZ8VCI bcmcsNzLhDujYzBhMB0GA1UdDgQWBBRlkjGmKYClwec7WFDdUXbUoaMcQzAfBgNV HSMEGDAWgBRlkjGmKYClwec7WFDdUXbUoaMcQzAPBgNVHRMBAf8EBTADAQH/MA4G A1UdDwEB/wQEAwIBhjAKBggqhkjOPQQDAgOBjAAwgYgCQgH46d8cgT8/FLf/Jn3c 6h7qImhveCof0qHt9RU6iGduFLcSEv0tJlATh4mcZJfGAMrEDuT6rC1hCfhdiR5f RzSyYwJCAU6yNMxiHrEnDSRvjHp/Qusq5Z3s9KC6c0Ic4XX4Tn1GwLv78KSifXa9 EsY2W5obLXkWny4aw3a7h8rOx7n1Qgt8 -----END CERTIFICATE----- 2018-01-06 13:46:06.433 PST [msp/identity] newIdentity -> DEBU 20b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIC3TCCAj+gAwIBAgICERwwCgYIKoZIzj0EAwIwgYAxCzAJBgNVBAYTAlVTMQsw CQYDVQQIDAJDQTEUMBIGA1UEBwwLU0YgQmF5IEFyZWExEjAQBgNVBAoMCVdvZWJl Z29uZTETMBEGA1UECwwKMTItcm9vdC1jYTEPMA0GA1UEAwwGUm9vdENBMRQwEgYJ KoZIhvcNAQkBFgV4QHkuejAgGA8yMDE4MDEwNjIxMzAzMFoXDTI4MDEwNDIxNDAz MFowfTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdv bmUxHTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2Nh bGhvc3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMIGbMBAGByqGSM49AgEG BSuBBAAjA4GGAAQBo25c+7DaM54U1Ukc3VCPoPZuYBbQfZdDr9T1b5xdVvh4cxBy xGTOxx9Pp1QV9Jw2KJbcFg13IOLUo2QS2rRJwm8Ajb/cojmUqqoCyMPyQVafLYMn YE06S8qV/iG+9KaskgutchGcsxo6Bvw/S16icNSVY6gqElMk7qBrh/rzlxMlfXCj ZjBkMB0GA1UdDgQWBBRj3BdS6kQIE1TpNHtcieZbIC27TjAfBgNVHSMEGDAWgBRl kjGmKYClwec7WFDdUXbUoaMcQzASBgNVHRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB /wQEAwIBhjAKBggqhkjOPQQDAgOBiwAwgYcCQgC3yV3WwOxARS5e0lJEANA1DUQ7 avqOc6cJb2/HEWP5A7AU/5yWg2y6YdUgps02nwe1ts3H5qEeIbgyCjyJfJEvXwJB MKy0t1pHvAZg7HQHAtoFM0qY/p573wk79jyDOabGu8uKVbchhDcHRSf1ZQB9EBCC udIvvl8VJttSIQ9c0aUK1E4= -----END CERTIFICATE----- 2018-01-06 13:46:06.470 PST [msp/identity] newIdentity -> DEBU 20c Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICmzCCAf2gAwIBAgIUaqBDuIzsnd+//3cshfqRRG0YjqgwCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowZTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMRYw FAYDVQQDEw1jaGFubmVsLWFkbWluMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE tywk6OqTz/57jrjuo1XF3R8K+WjzDBdMbs+9dUhIEYg8oLfBVzBbJ+/QRBCjqsxH II2fcPERcjoMKEG+aOkeCaNzMHEwDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQC MAAwHQYDVR0OBBYEFDiPBwfStbsfMK9U8wgYdjBAIDOQMB8GA1UdIwQYMBaAFGPc F1LqRAgTVOk0e1yJ5lsgLbtOMBEGA1UdEQQKMAiCBnNtYXNoeTAKBggqhkjOPQQD BAOBiwAwgYcCQgEMKa+Df7qMPLNTJbK2ChY6uGFbsYWEax7Sjup64dPVS4LNEtxx Utewi9ThenYDcVFTvj14ZEwoV8JACwJdEi4CBwJBGyThh8yrDqHqVFkiE3OGolu4 IuOUWFcTWMtiaYmQVs6JyDuF6S3XU/R90Cx1nt3Pj/1xP3efV8glZQs/B+ugy/Y= -----END CERTIFICATE----- 2018-01-06 13:46:06.504 PST [msp/identity] newIdentity -> DEBU 20d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICmzCCAf2gAwIBAgIUaqBDuIzsnd+//3cshfqRRG0YjqgwCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowZTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMRYw FAYDVQQDEw1jaGFubmVsLWFkbWluMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE tywk6OqTz/57jrjuo1XF3R8K+WjzDBdMbs+9dUhIEYg8oLfBVzBbJ+/QRBCjqsxH II2fcPERcjoMKEG+aOkeCaNzMHEwDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQC MAAwHQYDVR0OBBYEFDiPBwfStbsfMK9U8wgYdjBAIDOQMB8GA1UdIwQYMBaAFGPc F1LqRAgTVOk0e1yJ5lsgLbtOMBEGA1UdEQQKMAiCBnNtYXNoeTAKBggqhkjOPQQD BAOBiwAwgYcCQgEMKa+Df7qMPLNTJbK2ChY6uGFbsYWEax7Sjup64dPVS4LNEtxx Utewi9ThenYDcVFTvj14ZEwoV8JACwJdEi4CBwJBGyThh8yrDqHqVFkiE3OGolu4 IuOUWFcTWMtiaYmQVs6JyDuF6S3XU/R90Cx1nt3Pj/1xP3efV8glZQs/B+ugy/Y= -----END CERTIFICATE----- 2018-01-06 13:46:06.583 PST [msp] Validate -> DEBU 20e MSP org0MSP validating identity 2018-01-06 13:46:06.614 PST [common/config] Validate -> DEBU 20f Anchor peers for org org1 are 2018-01-06 13:46:06.614 PST [common/config] validateMSP -> DEBU 210 Setting up MSP for org org1 2018-01-06 13:46:06.614 PST [msp] NewBccspMsp -> DEBU 211 Creating BCCSP-based MSP instance 2018-01-06 13:46:06.614 PST [msp] Setup -> DEBU 212 Setting up MSP instance org1MSP 2018-01-06 13:46:06.614 PST [msp/identity] newIdentity -> DEBU 213 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIC5DCCAkWgAwIBAgIJANdJpWift67DMAoGCCqGSM49BAMCMIGAMQswCQYDVQQG EwJVUzELMAkGA1UECAwCQ0ExFDASBgNVBAcMC1NGIEJheSBBcmVhMRIwEAYDVQQK DAlXb2ViZWdvbmUxEzARBgNVBAsMCjEyLXJvb3QtY2ExDzANBgNVBAMMBlJvb3RD QTEUMBIGCSqGSIb3DQEJARYFeEB5LnowHhcNMTcxMDExMjAxMTEyWhcNMzcxMDA2 MjAxMTEyWjCBgDELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRQwEgYDVQQHDAtT RiBCYXkgQXJlYTESMBAGA1UECgwJV29lYmVnb25lMRMwEQYDVQQLDAoxMi1yb290 LWNhMQ8wDQYDVQQDDAZSb290Q0ExFDASBgkqhkiG9w0BCQEWBXhAeS56MIGbMBAG ByqGSM49AgEGBSuBBAAjA4GGAAQAOeIzwwMMeNWBllwmZJS8P2q1RolqVvUHDG5u wRlFvHj/IsoHB8ZS/jiGFnDirQqfk2VMoDs277YsPlhdpAPh0vMANp4pLVb5L26w VvJ119r4NB4093aSlpNMOfAxrzsU7BWgsxWb8Ef9PVtMoVDuzXiZBqJ8TZkZ8VCI bcmcsNzLhDujYzBhMB0GA1UdDgQWBBRlkjGmKYClwec7WFDdUXbUoaMcQzAfBgNV HSMEGDAWgBRlkjGmKYClwec7WFDdUXbUoaMcQzAPBgNVHRMBAf8EBTADAQH/MA4G A1UdDwEB/wQEAwIBhjAKBggqhkjOPQQDAgOBjAAwgYgCQgH46d8cgT8/FLf/Jn3c 6h7qImhveCof0qHt9RU6iGduFLcSEv0tJlATh4mcZJfGAMrEDuT6rC1hCfhdiR5f RzSyYwJCAU6yNMxiHrEnDSRvjHp/Qusq5Z3s9KC6c0Ic4XX4Tn1GwLv78KSifXa9 EsY2W5obLXkWny4aw3a7h8rOx7n1Qgt8 -----END CERTIFICATE----- 2018-01-06 13:46:06.615 PST [msp/identity] newIdentity -> DEBU 214 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIC3TCCAj+gAwIBAgICER0wCgYIKoZIzj0EAwIwgYAxCzAJBgNVBAYTAlVTMQsw CQYDVQQIDAJDQTEUMBIGA1UEBwwLU0YgQmF5IEFyZWExEjAQBgNVBAoMCVdvZWJl Z29uZTETMBEGA1UECwwKMTItcm9vdC1jYTEPMA0GA1UEAwwGUm9vdENBMRQwEgYJ KoZIhvcNAQkBFgV4QHkuejAgGA8yMDE4MDEwNjIxMzA0M1oXDTI4MDEwNDIxNDA0 M1owfTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdv bmUxHTAbBgNVBAsMFG9yZzEgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2Nh bGhvc3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzEuY29tMIGbMBAGByqGSM49AgEG BSuBBAAjA4GGAAQAGgcEwEE+ouW9eqSFvdewgCYH1tsl522JaiKxJI3sEmjSWODr k1q6bY+D0tC0eKuMSEbMUNUmypel98UJizjlz4MBcz02lno9c8Aq+0GFacpBXz5e eKzHxEckNYZ9XdDVwl0Gk/V6KKyZRAqHzjxe9VEnkde36b681bcKq6s3dUjlpk2j ZjBkMB0GA1UdDgQWBBRRdMtnI3V68jBBPMVIZkVMkaaWUTAfBgNVHSMEGDAWgBRl kjGmKYClwec7WFDdUXbUoaMcQzASBgNVHRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB /wQEAwIBhjAKBggqhkjOPQQDAgOBiwAwgYcCQQQrWFRO+3E0v1nY9OX5TbWE4hcz 23j2xSKVpl96cc5KS+W5DeGhK7mLmDIEkYhZ/BLdpxRQq1wBEdl37zj2zxFFAkIB w61BtQg2LqIfyJJEKDqq++ugDhSytn/2jt6FgwQn4FOOarp9WluuukbMF9GEbbQQ ubX5o4ErYITTcidyf0Rwl8Q= -----END CERTIFICATE----- 2018-01-06 13:46:06.631 PST [msp/identity] newIdentity -> DEBU 215 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICmjCCAf2gAwIBAgIUB0TUrUqWB28ndowi+gAwMbWCi6owCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzEgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzEuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowZTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMRYw FAYDVQQDEw1jaGFubmVsLWFkbWluMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE 1ffUZH4cZDWh4GbIDliUlOfRMafS72pbWflcsycRZqIFboe0dlD7OXdp81TCUO1x Z64U3fUfHRdGmSzYPEqMCqNzMHEwDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQC MAAwHQYDVR0OBBYEFLYjvS2PgVkf2ttfs348X0MyPWK/MB8GA1UdIwQYMBaAFFF0 y2cjdXryMEE8xUhmRUyRppZRMBEGA1UdEQQKMAiCBnNtYXNoeTAKBggqhkjOPQQD BAOBigAwgYYCQXjLLIJ9OVurKHwjZ5Gu+JXEfQJDEYnp9w3Y2vSWPyLuIjKIw95l bmh96D7OemQqao5JQueCcfUTXeFD3OgjWGDPAkEXn7jhWG25LiUx/KFZkvfrLQHb kg98q+wn5I44ftZpY8QF93SJjBpzFKLHhqKF6X/iOQ19XHxxuaGpwBG+D6LcvQ== -----END CERTIFICATE----- 2018-01-06 13:46:06.662 PST [msp/identity] newIdentity -> DEBU 216 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICmjCCAf2gAwIBAgIUB0TUrUqWB28ndowi+gAwMbWCi6owCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzEgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzEuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowZTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMRYw FAYDVQQDEw1jaGFubmVsLWFkbWluMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE 1ffUZH4cZDWh4GbIDliUlOfRMafS72pbWflcsycRZqIFboe0dlD7OXdp81TCUO1x Z64U3fUfHRdGmSzYPEqMCqNzMHEwDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQC MAAwHQYDVR0OBBYEFLYjvS2PgVkf2ttfs348X0MyPWK/MB8GA1UdIwQYMBaAFFF0 y2cjdXryMEE8xUhmRUyRppZRMBEGA1UdEQQKMAiCBnNtYXNoeTAKBggqhkjOPQQD BAOBigAwgYYCQXjLLIJ9OVurKHwjZ5Gu+JXEfQJDEYnp9w3Y2vSWPyLuIjKIw95l bmh96D7OemQqao5JQueCcfUTXeFD3OgjWGDPAkEXn7jhWG25LiUx/KFZkvfrLQHb kg98q+wn5I44ftZpY8QF93SJjBpzFKLHhqKF6X/iOQ19XHxxuaGpwBG+D6LcvQ== -----END CERTIFICATE----- 2018-01-06 13:46:06.743 PST [msp] Validate -> DEBU 217 MSP org1MSP validating identity 2018-01-06 13:46:06.774 PST [common/config] validateMSP -> DEBU 218 Setting up MSP for org org0 2018-01-06 13:46:06.774 PST [msp] NewBccspMsp -> DEBU 219 Creating BCCSP-based MSP instance 2018-01-06 13:46:06.774 PST [msp] Setup -> DEBU 21a Setting up MSP instance org0MSP 2018-01-06 13:46:06.774 PST [msp/identity] newIdentity -> DEBU 21b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIC5DCCAkWgAwIBAgIJANdJpWift67DMAoGCCqGSM49BAMCMIGAMQswCQYDVQQG EwJVUzELMAkGA1UECAwCQ0ExFDASBgNVBAcMC1NGIEJheSBBcmVhMRIwEAYDVQQK DAlXb2ViZWdvbmUxEzARBgNVBAsMCjEyLXJvb3QtY2ExDzANBgNVBAMMBlJvb3RD QTEUMBIGCSqGSIb3DQEJARYFeEB5LnowHhcNMTcxMDExMjAxMTEyWhcNMzcxMDA2 MjAxMTEyWjCBgDELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRQwEgYDVQQHDAtT RiBCYXkgQXJlYTESMBAGA1UECgwJV29lYmVnb25lMRMwEQYDVQQLDAoxMi1yb290 LWNhMQ8wDQYDVQQDDAZSb290Q0ExFDASBgkqhkiG9w0BCQEWBXhAeS56MIGbMBAG ByqGSM49AgEGBSuBBAAjA4GGAAQAOeIzwwMMeNWBllwmZJS8P2q1RolqVvUHDG5u wRlFvHj/IsoHB8ZS/jiGFnDirQqfk2VMoDs277YsPlhdpAPh0vMANp4pLVb5L26w VvJ119r4NB4093aSlpNMOfAxrzsU7BWgsxWb8Ef9PVtMoVDuzXiZBqJ8TZkZ8VCI bcmcsNzLhDujYzBhMB0GA1UdDgQWBBRlkjGmKYClwec7WFDdUXbUoaMcQzAfBgNV HSMEGDAWgBRlkjGmKYClwec7WFDdUXbUoaMcQzAPBgNVHRMBAf8EBTADAQH/MA4G A1UdDwEB/wQEAwIBhjAKBggqhkjOPQQDAgOBjAAwgYgCQgH46d8cgT8/FLf/Jn3c 6h7qImhveCof0qHt9RU6iGduFLcSEv0tJlATh4mcZJfGAMrEDuT6rC1hCfhdiR5f RzSyYwJCAU6yNMxiHrEnDSRvjHp/Qusq5Z3s9KC6c0Ic4XX4Tn1GwLv78KSifXa9 EsY2W5obLXkWny4aw3a7h8rOx7n1Qgt8 -----END CERTIFICATE----- 2018-01-06 13:46:06.774 PST [msp/identity] newIdentity -> DEBU 21c Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIC3TCCAj+gAwIBAgICERwwCgYIKoZIzj0EAwIwgYAxCzAJBgNVBAYTAlVTMQsw CQYDVQQIDAJDQTEUMBIGA1UEBwwLU0YgQmF5IEFyZWExEjAQBgNVBAoMCVdvZWJl Z29uZTETMBEGA1UECwwKMTItcm9vdC1jYTEPMA0GA1UEAwwGUm9vdENBMRQwEgYJ KoZIhvcNAQkBFgV4QHkuejAgGA8yMDE4MDEwNjIxMzAzMFoXDTI4MDEwNDIxNDAz MFowfTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdv bmUxHTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2Nh bGhvc3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMIGbMBAGByqGSM49AgEG BSuBBAAjA4GGAAQBo25c+7DaM54U1Ukc3VCPoPZuYBbQfZdDr9T1b5xdVvh4cxBy xGTOxx9Pp1QV9Jw2KJbcFg13IOLUo2QS2rRJwm8Ajb/cojmUqqoCyMPyQVafLYMn YE06S8qV/iG+9KaskgutchGcsxo6Bvw/S16icNSVY6gqElMk7qBrh/rzlxMlfXCj ZjBkMB0GA1UdDgQWBBRj3BdS6kQIE1TpNHtcieZbIC27TjAfBgNVHSMEGDAWgBRl kjGmKYClwec7WFDdUXbUoaMcQzASBgNVHRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB /wQEAwIBhjAKBggqhkjOPQQDAgOBiwAwgYcCQgC3yV3WwOxARS5e0lJEANA1DUQ7 avqOc6cJb2/HEWP5A7AU/5yWg2y6YdUgps02nwe1ts3H5qEeIbgyCjyJfJEvXwJB MKy0t1pHvAZg7HQHAtoFM0qY/p573wk79jyDOabGu8uKVbchhDcHRSf1ZQB9EBCC udIvvl8VJttSIQ9c0aUK1E4= -----END CERTIFICATE----- 2018-01-06 13:46:06.790 PST [msp/identity] newIdentity -> DEBU 21d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICmzCCAf2gAwIBAgIUaqBDuIzsnd+//3cshfqRRG0YjqgwCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowZTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMRYw FAYDVQQDEw1jaGFubmVsLWFkbWluMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE tywk6OqTz/57jrjuo1XF3R8K+WjzDBdMbs+9dUhIEYg8oLfBVzBbJ+/QRBCjqsxH II2fcPERcjoMKEG+aOkeCaNzMHEwDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQC MAAwHQYDVR0OBBYEFDiPBwfStbsfMK9U8wgYdjBAIDOQMB8GA1UdIwQYMBaAFGPc F1LqRAgTVOk0e1yJ5lsgLbtOMBEGA1UdEQQKMAiCBnNtYXNoeTAKBggqhkjOPQQD BAOBiwAwgYcCQgEMKa+Df7qMPLNTJbK2ChY6uGFbsYWEax7Sjup64dPVS4LNEtxx Utewi9ThenYDcVFTvj14ZEwoV8JACwJdEi4CBwJBGyThh8yrDqHqVFkiE3OGolu4 IuOUWFcTWMtiaYmQVs6JyDuF6S3XU/R90Cx1nt3Pj/1xP3efV8glZQs/B+ugy/Y= -----END CERTIFICATE----- 2018-01-06 13:46:06.822 PST [msp/identity] newIdentity -> DEBU 21e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICmzCCAf2gAwIBAgIUaqBDuIzsnd+//3cshfqRRG0YjqgwCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowZTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMRYw FAYDVQQDEw1jaGFubmVsLWFkbWluMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE tywk6OqTz/57jrjuo1XF3R8K+WjzDBdMbs+9dUhIEYg8oLfBVzBbJ+/QRBCjqsxH II2fcPERcjoMKEG+aOkeCaNzMHEwDgYDVR0PAQH/BAQDAgeAMAwGA1UdEwEB/wQC MAAwHQYDVR0OBBYEFDiPBwfStbsfMK9U8wgYdjBAIDOQMB8GA1UdIwQYMBaAFGPc F1LqRAgTVOk0e1yJ5lsgLbtOMBEGA1UdEQQKMAiCBnNtYXNoeTAKBggqhkjOPQQD BAOBiwAwgYcCQgEMKa+Df7qMPLNTJbK2ChY6uGFbsYWEax7Sjup64dPVS4LNEtxx Utewi9ThenYDcVFTvj14ZEwoV8JACwJdEi4CBwJBGyThh8yrDqHqVFkiE3OGolu4 IuOUWFcTWMtiaYmQVs6JyDuF6S3XU/R90Cx1nt3Pj/1xP3efV8glZQs/B+ugy/Y= -----END CERTIFICATE----- 2018-01-06 13:46:06.900 PST [msp] Validate -> DEBU 21f MSP org0MSP validating identity 2018-01-06 13:46:06.934 PST [msp] Setup -> DEBU 220 Setting up the MSP manager (2 msps) 2018-01-06 13:46:06.934 PST [msp] Setup -> DEBU 221 MSP manager setup complete, setup 2 msps 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 222 Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 223 In commit adding relative sub-policy org0/Admins to Application 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 224 Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 225 In commit adding relative sub-policy org0/Readers to Application 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 226 Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 227 In commit adding relative sub-policy org0/Writers to Application 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 228 Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 229 In commit adding relative sub-policy org1/Admins to Application 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 22a Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 22b In commit adding relative sub-policy org1/Readers to Application 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 22c Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 22d In commit adding relative sub-policy org1/Writers to Application 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 22e Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 22f Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 230 Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 231 Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 232 Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 233 Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 234 Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 235 In commit adding relative sub-policy org0/Admins to Orderer 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 236 Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 237 In commit adding relative sub-policy org0/Readers to Orderer 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 238 Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 239 In commit adding relative sub-policy org0/Writers to Orderer 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 23a Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 23b Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 23c Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 23d Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 23e Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 23f In commit adding relative sub-policy Application/Writers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 240 Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 241 In commit adding relative sub-policy Application/Readers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 242 Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 243 In commit adding relative sub-policy Application/Admins to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 244 Returning policy org0/Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 245 In commit adding relative sub-policy Application/org0/Admins to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 246 Returning policy org0/Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 247 In commit adding relative sub-policy Application/org0/Readers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 248 Returning policy org1/Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 249 In commit adding relative sub-policy Application/org1/Admins to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 24a Returning policy org0/Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 24b In commit adding relative sub-policy Application/org0/Writers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 24c Returning policy org1/Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 24d In commit adding relative sub-policy Application/org1/Readers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 24e Returning policy org1/Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 24f In commit adding relative sub-policy Application/org1/Writers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 250 Returning policy BlockValidation for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 251 In commit adding relative sub-policy Orderer/BlockValidation to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 252 Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 253 In commit adding relative sub-policy Orderer/Readers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 254 Returning policy org0/Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 255 In commit adding relative sub-policy Orderer/org0/Admins to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 256 Returning policy org0/Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 257 In commit adding relative sub-policy Orderer/org0/Readers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 258 Returning policy org0/Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 259 In commit adding relative sub-policy Orderer/org0/Writers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 25a Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 25b In commit adding relative sub-policy Orderer/Writers to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 25c Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 25d In commit adding relative sub-policy Orderer/Admins to Channel 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 25e Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 25f Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 260 Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 261 Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 262 Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 263 Returning policy Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 264 Returning policy Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 265 As expected, current configuration has policy '/Channel/Readers' 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 266 Returning policy Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 267 As expected, current configuration has policy '/Channel/Writers' 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 268 Returning policy Application/Readers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 269 As expected, current configuration has policy '/Channel/Application/Readers' 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 26a Returning policy Application/Writers for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 26b As expected, current configuration has policy '/Channel/Application/Writers' 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 26c Returning policy Application/Admins for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 26d As expected, current configuration has policy '/Channel/Application/Admins' 2018-01-06 13:46:06.934 PST [policies] GetPolicy -> DEBU 26e Returning policy Orderer/BlockValidation for evaluation 2018-01-06 13:46:06.934 PST [policies] CommitProposals -> DEBU 26f As expected, current configuration has policy '/Channel/Orderer/BlockValidation' 2018-01-06 13:46:06.934 PST [gossip/service] ProcessConfigUpdate -> DEBU 270 Processing new config for channel simple-channel 2018-01-06 13:46:06.934 PST [gossip/service] ProcessConfigUpdate -> DEBU 271 Calling out because config was updated for channel simple-channel 2018-01-06 13:46:06.934 PST [msp] GetLocalMSP -> DEBU 272 Returning existing local MSP 2018-01-06 13:46:06.934 PST [msp] DeserializeIdentity -> INFO 273 Obtaining identity 2018-01-06 13:46:06.934 PST [msp/identity] newIdentity -> DEBU 274 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIClDCCAfWgAwIBAgIUTn+AvPTtM5DwyktLWxJoQ7ssKpgwCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowXTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMQ4w DAYDVQQDEwVwZWVyMDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABGuV8XZ70Izg jivPdxW7f7EXbMSzubUw+/KQ92HyKAqfKDf5pfOqtAY1hqE8LmuKIt74EnVN56Xm ZJQm8GgMdcmjczBxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMB0GA1Ud DgQWBBTw2gmwq4/ilZdFosMBjrGl2t3vXDAfBgNVHSMEGDAWgBRj3BdS6kQIE1Tp NHtcieZbIC27TjARBgNVHREECjAIggZzbWFzaHkwCgYIKoZIzj0EAwQDgYwAMIGI AkIAsDJdLVXyUADna105NGseCt65JqXhq9lxN/QbtakSgxHsNE3vNtMRUr4zy8GU NFUW6je2c+RZeYsqSWT4GJMdNBkCQgDsK8g3M4YXuJ4N3SytLpey9GjWVIJyGM5c nRqZj5D/HQVNmBlaiwTEO3+I+1+33nXKexIU8qgrQ/+1kIaAX4XEtg== -----END CERTIFICATE----- 2018-01-06 13:46:06.971 PST [gossip/service] configUpdated -> DEBU 275 org0MSP anchor peers: [] 2018-01-06 13:46:06.971 PST [gossip/service] configUpdated -> DEBU 276 org1MSP anchor peers: [] 2018-01-06 13:46:06.971 PST [gossip/service] configUpdated -> DEBU 277 Creating state provider for chainID simple-channel 2018-01-06 13:46:06.971 PST [msp] GetLocalMSP -> DEBU 278 Returning existing local MSP 2018-01-06 13:46:06.971 PST [msp] DeserializeIdentity -> INFO 279 Obtaining identity 2018-01-06 13:46:06.971 PST [msp/identity] newIdentity -> DEBU 27a Creating identity instance for ID -----BEGIN CERTIFICATE----- MIIClDCCAfWgAwIBAgIUTn+AvPTtM5DwyktLWxJoQ7ssKpgwCgYIKoZIzj0EAwQw fTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx HTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv c3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX DTE5MDEwNjIxMzYwMFowXTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh cm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMQ4w DAYDVQQDEwVwZWVyMDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABGuV8XZ70Izg jivPdxW7f7EXbMSzubUw+/KQ92HyKAqfKDf5pfOqtAY1hqE8LmuKIt74EnVN56Xm ZJQm8GgMdcmjczBxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMB0GA1Ud DgQWBBTw2gmwq4/ilZdFosMBjrGl2t3vXDAfBgNVHSMEGDAWgBRj3BdS6kQIE1Tp NHtcieZbIC27TjARBgNVHREECjAIggZzbWFzaHkwCgYIKoZIzj0EAwQDgYwAMIGI AkIAsDJdLVXyUADna105NGseCt65JqXhq9lxN/QbtakSgxHsNE3vNtMRUr4zy8GU NFUW6je2c+RZeYsqSWT4GJMdNBkCQgDsK8g3M4YXuJ4N3SytLpey9GjWVIJyGM5c nRqZj5D/HQVNmBlaiwTEO3+I+1+33nXKexIU8qgrQ/+1kIaAX4XEtg== -----END CERTIFICATE----- 2018-01-06 13:46:07.004 PST [msp] GetLocalMSP -> DEBU 27b Returning existing local MSP 2018-01-06 13:46:07.004 PST [msp] Validate -> DEBU 27c MSP org0MSP validating identity 2018-01-06 13:46:07.039 PST [peer] updateTrustedRoots -> DEBU 27d Updating trusted root authorities for channel simple-channel 2018-01-06 13:46:07.040 PST [peer] buildTrustedRootsForChain -> DEBU 27e updating root CAs for channel [simple-channel] 2018-01-06 13:46:07.040 PST [peer] buildTrustedRootsForChain -> DEBU 27f adding app root CAs for MSP [org0MSP] 2018-01-06 13:46:07.040 PST [peer] buildTrustedRootsForChain -> DEBU 280 adding orderer root CAs for MSP [org0MSP] 2018-01-06 13:46:07.040 PST [peer] buildTrustedRootsForChain -> DEBU 281 adding app root CAs for MSP [org0MSP] 2018-01-06 13:46:07.040 PST [peer] buildTrustedRootsForChain -> DEBU 282 adding orderer root CAs for MSP [org0MSP] 2018-01-06 13:46:07.040 PST [peer] buildTrustedRootsForChain -> DEBU 283 adding app root CAs for MSP [org1MSP] 2018-01-06 13:46:07.040 PST [peer] buildTrustedRootsForChain -> DEBU 284 adding app root CAs for MSP [org1MSP] 2018-01-06 13:46:07.040 PST [gossip/service] InitializeChannel -> DEBU 285 Creating state provider for chainID simple-channel 2018-01-06 13:46:07.040 PST [gossip/state] NewGossipStateProvider -> INFO 286 Updating node metadata information, current ledger sequence is at = 0, next expected block is = 1 2018-01-06 13:46:07.040 PST [gossip/state] NewGossipStateProvider -> DEBU 287 Updating gossip metadate nodeMetastate &{0} 2018-01-06 13:46:07.040 PST [msp] GetLocalMSP -> DEBU 288 Returning existing local MSP 2018-01-06 13:46:07.040 PST [msp] GetDefaultSigningIdentity -> DEBU 289 Obtaining default signing identity 2018-01-06 13:46:07.040 PST [msp/identity] Sign -> DEBU 28a Sign: plaintext: 18057A650A0800000000000000001215...2F950ECC3D28B508F387E22D9034C4ED 2018-01-06 13:46:07.040 PST [msp/identity] Sign -> DEBU 28b Sign: digest: F4DBA71378C27703C4219A2BADEB527306553641DED8D5A4126339BCFE0250B2 2018-01-06 13:46:07.041 PST [gossip/service] InitializeChannel -> DEBU 28c Delivery uses dynamic leader election mechanism, channel simple-channel 2018-01-06 13:46:07.041 PST [peer] InitChain -> DEBU 28d Init chain simple-channel 2018-01-06 13:46:07.041 PST [nodeCmd] func2 -> DEBU 28e Deploying system CC, for chain 2018-01-06 13:46:07.041 PST [lockbasedtxmgr] NewTxSimulator -> DEBU 28f constructing new tx simulator 2018-01-06 13:46:07.041 PST [lockbasedtxmgr] newLockBasedTxSimulator -> DEBU 290 constructing new tx simulator [52138295-4ad8-4d9f-a84f-ab86a889db1e] 2018-01-06 13:46:07.041 PST [ccprovider] NewCCContext -> DEBU 291 NewCCCC (chain=simple-channel,chaincode=cscc,version=development build,txid=e7ff6991-ece9-489c-8a75-17d013205fba,syscc=true,proposal=0x0,canname=cscc:development build 2018-01-06 13:46:07.041 PST [chaincode] Launch -> DEBU 292 chaincode is running(no need to launch) : cscc:development build 2018-01-06 13:46:07.041 PST [chaincode] Execute -> DEBU 293 Entry 2018-01-06 13:46:07.041 PST [chaincode] Execute -> DEBU 294 chaincode canonical name: cscc:development build 2018-01-06 13:46:07.041 PST [chaincode] sendExecuteMessage -> DEBU 295 [e7ff6991]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:07.041 PST [chaincode] setChaincodeProposal -> DEBU 296 Setting chaincode proposal context... 2018-01-06 13:46:07.041 PST [chaincode] sendExecuteMessage -> DEBU 297 [e7ff6991]sendExecuteMsg trigger event INIT 2018-01-06 13:46:07.041 PST [chaincode] processStream -> DEBU 298 [e7ff6991]Move state message INIT 2018-01-06 13:46:07.041 PST [chaincode] HandleMessage -> DEBU 299 [e7ff6991]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:07.041 PST [chaincode] filterError -> DEBU 29b Ignoring NoTransitionError: no transition 2018-01-06 13:46:07.041 PST [chaincode] processStream -> DEBU 29c [e7ff6991]sending state message INIT 2018-01-06 13:46:07.041 PST [gossip/election] handleMessages -> DEBU 29a [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:07.041 PST [shim] func1 -> DEBU 29d [e7ff6991]Received message INIT from shim 2018-01-06 13:46:07.041 PST [gossip/election] waitForMembershipStabilization -> DEBU 29e [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:07.041 PST [shim] handleMessage -> DEBU 29f [e7ff6991]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:07.041 PST [shim] beforeInit -> DEBU 2a0 Entered state ready 2018-01-06 13:46:07.041 PST [shim] beforeInit -> DEBU 2a1 [e7ff6991]Received INIT, initializing chaincode 2018-01-06 13:46:07.041 PST [cscc] Init -> INFO 2a2 Init CSCC 2018-01-06 13:46:07.041 PST [msp] GetLocalMSP -> DEBU 2a3 Returning existing local MSP 2018-01-06 13:46:07.041 PST [shim] func1 -> DEBU 2a4 [e7ff6991]Init get response status: 200 2018-01-06 13:46:07.041 PST [shim] func1 -> DEBU 2a5 [e7ff6991]Init succeeded. Sending COMPLETED 2018-01-06 13:46:07.041 PST [shim] func1 -> DEBU 2a6 [e7ff6991]Move state message COMPLETED 2018-01-06 13:46:07.041 PST [shim] handleMessage -> DEBU 2a7 [e7ff6991]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:07.041 PST [shim] func1 -> DEBU 2a8 [e7ff6991]send state message COMPLETED 2018-01-06 13:46:07.041 PST [chaincode] processStream -> DEBU 2a9 [e7ff6991]Received message COMPLETED from shim 2018-01-06 13:46:07.041 PST [chaincode] HandleMessage -> DEBU 2aa [e7ff6991]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:07.041 PST [chaincode] HandleMessage -> DEBU 2ab [e7ff6991-ece9-489c-8a75-17d013205fba]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:07.041 PST [chaincode] notify -> DEBU 2ac notifying Txid:e7ff6991-ece9-489c-8a75-17d013205fba 2018-01-06 13:46:07.041 PST [chaincode] Execute -> DEBU 2ad Exit 2018-01-06 13:46:07.041 PST [sccapi] deploySysCC -> INFO 2ae system chaincode cscc/simple-channel(github.com/hyperledger/fabric/core/scc/cscc) deployed 2018-01-06 13:46:07.041 PST [lockbasedtxmgr] Done -> DEBU 2af Done with transaction simulation / query execution [52138295-4ad8-4d9f-a84f-ab86a889db1e] 2018-01-06 13:46:07.041 PST [lockbasedtxmgr] NewTxSimulator -> DEBU 2b0 constructing new tx simulator 2018-01-06 13:46:07.041 PST [lockbasedtxmgr] newLockBasedTxSimulator -> DEBU 2b1 constructing new tx simulator [626d87de-1b8a-4e15-90dd-f675e789c2f1] 2018-01-06 13:46:07.041 PST [ccprovider] NewCCContext -> DEBU 2b2 NewCCCC (chain=simple-channel,chaincode=lscc,version=development build,txid=1d6deaf3-81c1-4211-94ef-72730a836e98,syscc=true,proposal=0x0,canname=lscc:development build 2018-01-06 13:46:07.041 PST [chaincode] Launch -> DEBU 2b3 chaincode is running(no need to launch) : lscc:development build 2018-01-06 13:46:07.041 PST [chaincode] Execute -> DEBU 2b4 Entry 2018-01-06 13:46:07.041 PST [chaincode] Execute -> DEBU 2b5 chaincode canonical name: lscc:development build 2018-01-06 13:46:07.042 PST [chaincode] sendExecuteMessage -> DEBU 2b6 [1d6deaf3]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:07.042 PST [chaincode] setChaincodeProposal -> DEBU 2b7 Setting chaincode proposal context... 2018-01-06 13:46:07.042 PST [chaincode] sendExecuteMessage -> DEBU 2b8 [1d6deaf3]sendExecuteMsg trigger event INIT 2018-01-06 13:46:07.042 PST [chaincode] processStream -> DEBU 2b9 [1d6deaf3]Move state message INIT 2018-01-06 13:46:07.042 PST [chaincode] HandleMessage -> DEBU 2ba [1d6deaf3]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:07.042 PST [chaincode] filterError -> DEBU 2bb Ignoring NoTransitionError: no transition 2018-01-06 13:46:07.042 PST [chaincode] processStream -> DEBU 2bc [1d6deaf3]sending state message INIT 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2bd [1d6deaf3]Received message INIT from shim 2018-01-06 13:46:07.042 PST [shim] handleMessage -> DEBU 2be [1d6deaf3]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:07.042 PST [shim] beforeInit -> DEBU 2bf Entered state ready 2018-01-06 13:46:07.042 PST [shim] beforeInit -> DEBU 2c0 [1d6deaf3]Received INIT, initializing chaincode 2018-01-06 13:46:07.042 PST [msp] GetLocalMSP -> DEBU 2c1 Returning existing local MSP 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2c2 [1d6deaf3]Init get response status: 200 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2c3 [1d6deaf3]Init succeeded. Sending COMPLETED 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2c4 [1d6deaf3]Move state message COMPLETED 2018-01-06 13:46:07.042 PST [shim] handleMessage -> DEBU 2c5 [1d6deaf3]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2c6 [1d6deaf3]send state message COMPLETED 2018-01-06 13:46:07.042 PST [chaincode] processStream -> DEBU 2c7 [1d6deaf3]Received message COMPLETED from shim 2018-01-06 13:46:07.042 PST [chaincode] HandleMessage -> DEBU 2c8 [1d6deaf3]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:07.042 PST [chaincode] HandleMessage -> DEBU 2c9 [1d6deaf3-81c1-4211-94ef-72730a836e98]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:07.042 PST [chaincode] notify -> DEBU 2ca notifying Txid:1d6deaf3-81c1-4211-94ef-72730a836e98 2018-01-06 13:46:07.042 PST [chaincode] Execute -> DEBU 2cb Exit 2018-01-06 13:46:07.042 PST [sccapi] deploySysCC -> INFO 2cc system chaincode lscc/simple-channel(github.com/hyperledger/fabric/core/scc/lscc) deployed 2018-01-06 13:46:07.042 PST [lockbasedtxmgr] Done -> DEBU 2cd Done with transaction simulation / query execution [626d87de-1b8a-4e15-90dd-f675e789c2f1] 2018-01-06 13:46:07.042 PST [lockbasedtxmgr] NewTxSimulator -> DEBU 2ce constructing new tx simulator 2018-01-06 13:46:07.042 PST [lockbasedtxmgr] newLockBasedTxSimulator -> DEBU 2cf constructing new tx simulator [54dc5e61-815d-42a4-b3c0-fa86ac59dfa2] 2018-01-06 13:46:07.042 PST [ccprovider] NewCCContext -> DEBU 2d0 NewCCCC (chain=simple-channel,chaincode=escc,version=development build,txid=23a660fc-d899-48d3-b38a-684c052e3375,syscc=true,proposal=0x0,canname=escc:development build 2018-01-06 13:46:07.042 PST [chaincode] Launch -> DEBU 2d1 chaincode is running(no need to launch) : escc:development build 2018-01-06 13:46:07.042 PST [chaincode] Execute -> DEBU 2d2 Entry 2018-01-06 13:46:07.042 PST [chaincode] Execute -> DEBU 2d3 chaincode canonical name: escc:development build 2018-01-06 13:46:07.042 PST [chaincode] sendExecuteMessage -> DEBU 2d4 [23a660fc]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:07.042 PST [chaincode] setChaincodeProposal -> DEBU 2d5 Setting chaincode proposal context... 2018-01-06 13:46:07.042 PST [chaincode] sendExecuteMessage -> DEBU 2d6 [23a660fc]sendExecuteMsg trigger event INIT 2018-01-06 13:46:07.042 PST [chaincode] processStream -> DEBU 2d7 [23a660fc]Move state message INIT 2018-01-06 13:46:07.042 PST [chaincode] HandleMessage -> DEBU 2d8 [23a660fc]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:07.042 PST [chaincode] filterError -> DEBU 2d9 Ignoring NoTransitionError: no transition 2018-01-06 13:46:07.042 PST [chaincode] processStream -> DEBU 2da [23a660fc]sending state message INIT 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2db [23a660fc]Received message INIT from shim 2018-01-06 13:46:07.042 PST [shim] handleMessage -> DEBU 2dc [23a660fc]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:07.042 PST [shim] beforeInit -> DEBU 2dd Entered state ready 2018-01-06 13:46:07.042 PST [shim] beforeInit -> DEBU 2de [23a660fc]Received INIT, initializing chaincode 2018-01-06 13:46:07.042 PST [escc] Init -> INFO 2df Successfully initialized ESCC 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2e0 [23a660fc]Init get response status: 200 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2e1 [23a660fc]Init succeeded. Sending COMPLETED 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2e2 [23a660fc]Move state message COMPLETED 2018-01-06 13:46:07.042 PST [shim] handleMessage -> DEBU 2e3 [23a660fc]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2e4 [23a660fc]send state message COMPLETED 2018-01-06 13:46:07.042 PST [chaincode] processStream -> DEBU 2e5 [23a660fc]Received message COMPLETED from shim 2018-01-06 13:46:07.042 PST [chaincode] HandleMessage -> DEBU 2e6 [23a660fc]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:07.042 PST [chaincode] HandleMessage -> DEBU 2e7 [23a660fc-d899-48d3-b38a-684c052e3375]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:07.042 PST [chaincode] notify -> DEBU 2e8 notifying Txid:23a660fc-d899-48d3-b38a-684c052e3375 2018-01-06 13:46:07.042 PST [chaincode] Execute -> DEBU 2e9 Exit 2018-01-06 13:46:07.042 PST [sccapi] deploySysCC -> INFO 2ea system chaincode escc/simple-channel(github.com/hyperledger/fabric/core/scc/escc) deployed 2018-01-06 13:46:07.042 PST [lockbasedtxmgr] Done -> DEBU 2eb Done with transaction simulation / query execution [54dc5e61-815d-42a4-b3c0-fa86ac59dfa2] 2018-01-06 13:46:07.042 PST [lockbasedtxmgr] NewTxSimulator -> DEBU 2ec constructing new tx simulator 2018-01-06 13:46:07.042 PST [lockbasedtxmgr] newLockBasedTxSimulator -> DEBU 2ed constructing new tx simulator [76ea3bde-dcc6-40fb-b53c-d42657726f24] 2018-01-06 13:46:07.042 PST [ccprovider] NewCCContext -> DEBU 2ee NewCCCC (chain=simple-channel,chaincode=vscc,version=development build,txid=33d3054a-38f4-49fc-ba6c-a73d621a03c6,syscc=true,proposal=0x0,canname=vscc:development build 2018-01-06 13:46:07.042 PST [chaincode] Launch -> DEBU 2ef chaincode is running(no need to launch) : vscc:development build 2018-01-06 13:46:07.042 PST [chaincode] Execute -> DEBU 2f0 Entry 2018-01-06 13:46:07.042 PST [chaincode] Execute -> DEBU 2f1 chaincode canonical name: vscc:development build 2018-01-06 13:46:07.042 PST [chaincode] sendExecuteMessage -> DEBU 2f2 [33d3054a]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:07.042 PST [chaincode] setChaincodeProposal -> DEBU 2f3 Setting chaincode proposal context... 2018-01-06 13:46:07.042 PST [chaincode] sendExecuteMessage -> DEBU 2f4 [33d3054a]sendExecuteMsg trigger event INIT 2018-01-06 13:46:07.042 PST [chaincode] processStream -> DEBU 2f5 [33d3054a]Move state message INIT 2018-01-06 13:46:07.042 PST [chaincode] HandleMessage -> DEBU 2f6 [33d3054a]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:07.042 PST [chaincode] filterError -> DEBU 2f7 Ignoring NoTransitionError: no transition 2018-01-06 13:46:07.042 PST [chaincode] processStream -> DEBU 2f8 [33d3054a]sending state message INIT 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2f9 [33d3054a]Received message INIT from shim 2018-01-06 13:46:07.042 PST [shim] handleMessage -> DEBU 2fa [33d3054a]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:07.042 PST [shim] beforeInit -> DEBU 2fb Entered state ready 2018-01-06 13:46:07.042 PST [shim] beforeInit -> DEBU 2fc [33d3054a]Received INIT, initializing chaincode 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2fd [33d3054a]Init get response status: 200 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2fe [33d3054a]Init succeeded. Sending COMPLETED 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 2ff [33d3054a]Move state message COMPLETED 2018-01-06 13:46:07.042 PST [shim] handleMessage -> DEBU 300 [33d3054a]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:07.042 PST [shim] func1 -> DEBU 301 [33d3054a]send state message COMPLETED 2018-01-06 13:46:07.042 PST [chaincode] processStream -> DEBU 302 [33d3054a]Received message COMPLETED from shim 2018-01-06 13:46:07.042 PST [chaincode] HandleMessage -> DEBU 303 [33d3054a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:07.042 PST [chaincode] HandleMessage -> DEBU 304 [33d3054a-38f4-49fc-ba6c-a73d621a03c6]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:07.042 PST [chaincode] notify -> DEBU 305 notifying Txid:33d3054a-38f4-49fc-ba6c-a73d621a03c6 2018-01-06 13:46:07.042 PST [chaincode] Execute -> DEBU 306 Exit 2018-01-06 13:46:07.042 PST [sccapi] deploySysCC -> INFO 307 system chaincode vscc/simple-channel(github.com/hyperledger/fabric/core/scc/vscc) deployed 2018-01-06 13:46:07.042 PST [lockbasedtxmgr] Done -> DEBU 308 Done with transaction simulation / query execution [76ea3bde-dcc6-40fb-b53c-d42657726f24] 2018-01-06 13:46:07.042 PST [lockbasedtxmgr] NewTxSimulator -> DEBU 309 constructing new tx simulator 2018-01-06 13:46:07.042 PST [lockbasedtxmgr] newLockBasedTxSimulator -> DEBU 30a constructing new tx simulator [5576c645-f18d-4007-9e9a-a4dd5bc5d56f] 2018-01-06 13:46:07.042 PST [ccprovider] NewCCContext -> DEBU 30b NewCCCC (chain=simple-channel,chaincode=qscc,version=development build,txid=d1697a06-2a9e-4bb0-831c-72c848d3d78b,syscc=true,proposal=0x0,canname=qscc:development build 2018-01-06 13:46:07.042 PST [chaincode] Launch -> DEBU 30c chaincode is running(no need to launch) : qscc:development build 2018-01-06 13:46:07.042 PST [chaincode] Execute -> DEBU 30d Entry 2018-01-06 13:46:07.042 PST [chaincode] Execute -> DEBU 30e chaincode canonical name: qscc:development build 2018-01-06 13:46:07.042 PST [chaincode] sendExecuteMessage -> DEBU 30f [d1697a06]Inside sendExecuteMessage. Message INIT 2018-01-06 13:46:07.042 PST [chaincode] setChaincodeProposal -> DEBU 310 Setting chaincode proposal context... 2018-01-06 13:46:07.042 PST [chaincode] sendExecuteMessage -> DEBU 311 [d1697a06]sendExecuteMsg trigger event INIT 2018-01-06 13:46:07.043 PST [chaincode] processStream -> DEBU 312 [d1697a06]Move state message INIT 2018-01-06 13:46:07.043 PST [chaincode] HandleMessage -> DEBU 313 [d1697a06]Fabric side Handling ChaincodeMessage of type: INIT in state ready 2018-01-06 13:46:07.043 PST [chaincode] filterError -> DEBU 314 Ignoring NoTransitionError: no transition 2018-01-06 13:46:07.043 PST [chaincode] processStream -> DEBU 315 [d1697a06]sending state message INIT 2018-01-06 13:46:07.043 PST [shim] func1 -> DEBU 316 [d1697a06]Received message INIT from shim 2018-01-06 13:46:07.043 PST [shim] handleMessage -> DEBU 317 [d1697a06]Handling ChaincodeMessage of type: INIT(state:ready) 2018-01-06 13:46:07.043 PST [shim] beforeInit -> DEBU 318 Entered state ready 2018-01-06 13:46:07.043 PST [shim] beforeInit -> DEBU 319 [d1697a06]Received INIT, initializing chaincode 2018-01-06 13:46:07.043 PST [qscc] Init -> INFO 31a Init QSCC 2018-01-06 13:46:07.043 PST [msp] GetLocalMSP -> DEBU 31b Returning existing local MSP 2018-01-06 13:46:07.043 PST [shim] func1 -> DEBU 31c [d1697a06]Init get response status: 200 2018-01-06 13:46:07.043 PST [shim] func1 -> DEBU 31d [d1697a06]Init succeeded. Sending COMPLETED 2018-01-06 13:46:07.043 PST [shim] func1 -> DEBU 31e [d1697a06]Move state message COMPLETED 2018-01-06 13:46:07.043 PST [shim] handleMessage -> DEBU 31f [d1697a06]Handling ChaincodeMessage of type: COMPLETED(state:ready) 2018-01-06 13:46:07.043 PST [shim] func1 -> DEBU 320 [d1697a06]send state message COMPLETED 2018-01-06 13:46:07.043 PST [chaincode] processStream -> DEBU 321 [d1697a06]Received message COMPLETED from shim 2018-01-06 13:46:07.043 PST [chaincode] HandleMessage -> DEBU 322 [d1697a06]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready 2018-01-06 13:46:07.043 PST [chaincode] HandleMessage -> DEBU 323 [d1697a06-2a9e-4bb0-831c-72c848d3d78b]HandleMessage- COMPLETED. Notify 2018-01-06 13:46:07.043 PST [chaincode] notify -> DEBU 324 notifying Txid:d1697a06-2a9e-4bb0-831c-72c848d3d78b 2018-01-06 13:46:07.043 PST [chaincode] Execute -> DEBU 325 Exit 2018-01-06 13:46:07.043 PST [sccapi] deploySysCC -> INFO 326 system chaincode qscc/simple-channel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed 2018-01-06 13:46:07.043 PST [lockbasedtxmgr] Done -> DEBU 327 Done with transaction simulation / query execution [5576c645-f18d-4007-9e9a-a4dd5bc5d56f] 2018-01-06 13:46:07.043 PST [nodeCmd] serve -> INFO 328 Starting peer with ID=[name:"peer0" ], network ID=[dev], address=[localhost:7051] 2018-01-06 13:46:07.043 PST [nodeCmd] serve -> INFO 329 Started peer with ID=[name:"peer0" ], network ID=[dev], address=[localhost:7051] 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 32a Module 'msp' logger enabled for log level 'WARNING' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 32b Module 'msp/identity' logger enabled for log level 'WARNING' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 32c Module 'configvalues/msp' logger enabled for log level 'WARNING' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 32d Module 'gossip/service' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 32e Module 'gossip/channel' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 32f Module 'gossip/gossip' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 330 Module 'gossip/comm' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 331 Module 'gossip/state' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 332 Module 'peer/gossip/sa' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 333 Module 'gossip/election' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 334 Module 'gossip/discovery' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 335 Module 'peer/gossip/mcs' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 336 Module 'gossip/pull' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 337 Module 'kvledger' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 338 Module 'kvledger.util' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 339 Module 'ledgermgmt' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 33a Module 'cauthdsl' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 33b Module 'policies' logger enabled for log level 'DEBUG' 2018-01-06 13:46:07.043 PST [flogging] setModuleLevel -> DEBU 33c Module 'grpc' logger enabled for log level 'DEBUG' 2018-01-06 13:46:08.041 PST [gossip/election] waitForMembershipStabilization -> DEBU 33d [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting, peers found 0 2018-01-06 13:46:08.042 PST [gossip/election] leaderElection -> DEBU 33e [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:08.042 PST [gossip/election] propose -> DEBU 33f [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:08.042 PST [gossip/election] propose -> DEBU 340 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting 2018-01-06 13:46:08.042 PST [gossip/election] waitForInterrupt -> DEBU 341 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:13.043 PST [gossip/election] waitForInterrupt -> DEBU 342 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting 2018-01-06 13:46:13.043 PST [gossip/election] beLeader -> DEBU 343 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Becoming a leader 2018-01-06 13:46:13.043 PST [gossip/service] func1 -> INFO 344 Elected as a leader, starting delivery service for channel simple-channel 2018-01-06 13:46:13.043 PST [deliveryClient] StartDeliverForChannel -> DEBU 345 This peer will pass blocks from orderer service to other peers for channel simple-channel 2018-01-06 13:46:13.043 PST [gossip/election] leaderElection -> DEBU 346 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting 2018-01-06 13:46:13.043 PST [gossip/election] IsLeader -> DEBU 347 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning true 2018-01-06 13:46:13.044 PST [comm] GetDeliverServiceCredentials -> DEBU 348 GetDeliverServiceCredentials; channelID = "simple-channel" 2018-01-06 13:46:13.044 PST [gossip/election] waitForInterrupt -> DEBU 34a [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:13.044 PST [comm] GetDeliverServiceCredentials -> DEBU 349 GetDeliverServiceCredentials; result of cas.OrdererRootCAsByChain["simple-channel"]: rootCACerts = [][]uint8{[]uint8{0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0xa, 0x4d, 0x49, 0x49, 0x43, 0x35, 0x44, 0x43, 0x43, 0x41, 0x6b, 0x57, 0x67, 0x41, 0x77, 0x49, 0x42, 0x41, 0x67, 0x49, 0x4a, 0x41, 0x4e, 0x64, 0x4a, 0x70, 0x57, 0x69, 0x66, 0x74, 0x36, 0x37, 0x44, 0x4d, 0x41, 0x6f, 0x47, 0x43, 0x43, 0x71, 0x47, 0x53, 0x4d, 0x34, 0x39, 0x42, 0x41, 0x4d, 0x43, 0x4d, 0x49, 0x47, 0x41, 0x4d, 0x51, 0x73, 0x77, 0x43, 0x51, 0x59, 0x44, 0x56, 0x51, 0x51, 0x47, 0xa, 0x45, 0x77, 0x4a, 0x56, 0x55, 0x7a, 0x45, 0x4c, 0x4d, 0x41, 0x6b, 0x47, 0x41, 0x31, 0x55, 0x45, 0x43, 0x41, 0x77, 0x43, 0x51, 0x30, 0x45, 0x78, 0x46, 0x44, 0x41, 0x53, 0x42, 0x67, 0x4e, 0x56, 0x42, 0x41, 0x63, 0x4d, 0x43, 0x31, 0x4e, 0x47, 0x49, 0x45, 0x4a, 0x68, 0x65, 0x53, 0x42, 0x42, 0x63, 0x6d, 0x56, 0x68, 0x4d, 0x52, 0x49, 0x77, 0x45, 0x41, 0x59, 0x44, 0x56, 0x51, 0x51, 0x4b, 0xa, 0x44, 0x41, 0x6c, 0x58, 0x62, 0x32, 0x56, 0x69, 0x5a, 0x57, 0x64, 0x76, 0x62, 0x6d, 0x55, 0x78, 0x45, 0x7a, 0x41, 0x52, 0x42, 0x67, 0x4e, 0x56, 0x42, 0x41, 0x73, 0x4d, 0x43, 0x6a, 0x45, 0x79, 0x4c, 0x58, 0x4a, 0x76, 0x62, 0x33, 0x51, 0x74, 0x59, 0x32, 0x45, 0x78, 0x44, 0x7a, 0x41, 0x4e, 0x42, 0x67, 0x4e, 0x56, 0x42, 0x41, 0x4d, 0x4d, 0x42, 0x6c, 0x4a, 0x76, 0x62, 0x33, 0x52, 0x44, 0xa, 0x51, 0x54, 0x45, 0x55, 0x4d, 0x42, 0x49, 0x47, 0x43, 0x53, 0x71, 0x47, 0x53, 0x49, 0x62, 0x33, 0x44, 0x51, 0x45, 0x4a, 0x41, 0x52, 0x59, 0x46, 0x65, 0x45, 0x42, 0x35, 0x4c, 0x6e, 0x6f, 0x77, 0x48, 0x68, 0x63, 0x4e, 0x4d, 0x54, 0x63, 0x78, 0x4d, 0x44, 0x45, 0x78, 0x4d, 0x6a, 0x41, 0x78, 0x4d, 0x54, 0x45, 0x79, 0x57, 0x68, 0x63, 0x4e, 0x4d, 0x7a, 0x63, 0x78, 0x4d, 0x44, 0x41, 0x32, 0xa, 0x4d, 0x6a, 0x41, 0x78, 0x4d, 0x54, 0x45, 0x79, 0x57, 0x6a, 0x43, 0x42, 0x67, 0x44, 0x45, 0x4c, 0x4d, 0x41, 0x6b, 0x47, 0x41, 0x31, 0x55, 0x45, 0x42, 0x68, 0x4d, 0x43, 0x56, 0x56, 0x4d, 0x78, 0x43, 0x7a, 0x41, 0x4a, 0x42, 0x67, 0x4e, 0x56, 0x42, 0x41, 0x67, 0x4d, 0x41, 0x6b, 0x4e, 0x42, 0x4d, 0x52, 0x51, 0x77, 0x45, 0x67, 0x59, 0x44, 0x56, 0x51, 0x51, 0x48, 0x44, 0x41, 0x74, 0x54, 0xa, 0x52, 0x69, 0x42, 0x43, 0x59, 0x58, 0x6b, 0x67, 0x51, 0x58, 0x4a, 0x6c, 0x59, 0x54, 0x45, 0x53, 0x4d, 0x42, 0x41, 0x47, 0x41, 0x31, 0x55, 0x45, 0x43, 0x67, 0x77, 0x4a, 0x56, 0x32, 0x39, 0x6c, 0x59, 0x6d, 0x56, 0x6e, 0x62, 0x32, 0x35, 0x6c, 0x4d, 0x52, 0x4d, 0x77, 0x45, 0x51, 0x59, 0x44, 0x56, 0x51, 0x51, 0x4c, 0x44, 0x41, 0x6f, 0x78, 0x4d, 0x69, 0x31, 0x79, 0x62, 0x32, 0x39, 0x30, 0xa, 0x4c, 0x57, 0x4e, 0x68, 0x4d, 0x51, 0x38, 0x77, 0x44, 0x51, 0x59, 0x44, 0x56, 0x51, 0x51, 0x44, 0x44, 0x41, 0x5a, 0x53, 0x62, 0x32, 0x39, 0x30, 0x51, 0x30, 0x45, 0x78, 0x46, 0x44, 0x41, 0x53, 0x42, 0x67, 0x6b, 0x71, 0x68, 0x6b, 0x69, 0x47, 0x39, 0x77, 0x30, 0x42, 0x43, 0x51, 0x45, 0x57, 0x42, 0x58, 0x68, 0x41, 0x65, 0x53, 0x35, 0x36, 0x4d, 0x49, 0x47, 0x62, 0x4d, 0x42, 0x41, 0x47, 0xa, 0x42, 0x79, 0x71, 0x47, 0x53, 0x4d, 0x34, 0x39, 0x41, 0x67, 0x45, 0x47, 0x42, 0x53, 0x75, 0x42, 0x42, 0x41, 0x41, 0x6a, 0x41, 0x34, 0x47, 0x47, 0x41, 0x41, 0x51, 0x41, 0x4f, 0x65, 0x49, 0x7a, 0x77, 0x77, 0x4d, 0x4d, 0x65, 0x4e, 0x57, 0x42, 0x6c, 0x6c, 0x77, 0x6d, 0x5a, 0x4a, 0x53, 0x38, 0x50, 0x32, 0x71, 0x31, 0x52, 0x6f, 0x6c, 0x71, 0x56, 0x76, 0x55, 0x48, 0x44, 0x47, 0x35, 0x75, 0xa, 0x77, 0x52, 0x6c, 0x46, 0x76, 0x48, 0x6a, 0x2f, 0x49, 0x73, 0x6f, 0x48, 0x42, 0x38, 0x5a, 0x53, 0x2f, 0x6a, 0x69, 0x47, 0x46, 0x6e, 0x44, 0x69, 0x72, 0x51, 0x71, 0x66, 0x6b, 0x32, 0x56, 0x4d, 0x6f, 0x44, 0x73, 0x32, 0x37, 0x37, 0x59, 0x73, 0x50, 0x6c, 0x68, 0x64, 0x70, 0x41, 0x50, 0x68, 0x30, 0x76, 0x4d, 0x41, 0x4e, 0x70, 0x34, 0x70, 0x4c, 0x56, 0x62, 0x35, 0x4c, 0x32, 0x36, 0x77, 0xa, 0x56, 0x76, 0x4a, 0x31, 0x31, 0x39, 0x72, 0x34, 0x4e, 0x42, 0x34, 0x30, 0x39, 0x33, 0x61, 0x53, 0x6c, 0x70, 0x4e, 0x4d, 0x4f, 0x66, 0x41, 0x78, 0x72, 0x7a, 0x73, 0x55, 0x37, 0x42, 0x57, 0x67, 0x73, 0x78, 0x57, 0x62, 0x38, 0x45, 0x66, 0x39, 0x50, 0x56, 0x74, 0x4d, 0x6f, 0x56, 0x44, 0x75, 0x7a, 0x58, 0x69, 0x5a, 0x42, 0x71, 0x4a, 0x38, 0x54, 0x5a, 0x6b, 0x5a, 0x38, 0x56, 0x43, 0x49, 0xa, 0x62, 0x63, 0x6d, 0x63, 0x73, 0x4e, 0x7a, 0x4c, 0x68, 0x44, 0x75, 0x6a, 0x59, 0x7a, 0x42, 0x68, 0x4d, 0x42, 0x30, 0x47, 0x41, 0x31, 0x55, 0x64, 0x44, 0x67, 0x51, 0x57, 0x42, 0x42, 0x52, 0x6c, 0x6b, 0x6a, 0x47, 0x6d, 0x4b, 0x59, 0x43, 0x6c, 0x77, 0x65, 0x63, 0x37, 0x57, 0x46, 0x44, 0x64, 0x55, 0x58, 0x62, 0x55, 0x6f, 0x61, 0x4d, 0x63, 0x51, 0x7a, 0x41, 0x66, 0x42, 0x67, 0x4e, 0x56, 0xa, 0x48, 0x53, 0x4d, 0x45, 0x47, 0x44, 0x41, 0x57, 0x67, 0x42, 0x52, 0x6c, 0x6b, 0x6a, 0x47, 0x6d, 0x4b, 0x59, 0x43, 0x6c, 0x77, 0x65, 0x63, 0x37, 0x57, 0x46, 0x44, 0x64, 0x55, 0x58, 0x62, 0x55, 0x6f, 0x61, 0x4d, 0x63, 0x51, 0x7a, 0x41, 0x50, 0x42, 0x67, 0x4e, 0x56, 0x48, 0x52, 0x4d, 0x42, 0x41, 0x66, 0x38, 0x45, 0x42, 0x54, 0x41, 0x44, 0x41, 0x51, 0x48, 0x2f, 0x4d, 0x41, 0x34, 0x47, 0xa, 0x41, 0x31, 0x55, 0x64, 0x44, 0x77, 0x45, 0x42, 0x2f, 0x77, 0x51, 0x45, 0x41, 0x77, 0x49, 0x42, 0x68, 0x6a, 0x41, 0x4b, 0x42, 0x67, 0x67, 0x71, 0x68, 0x6b, 0x6a, 0x4f, 0x50, 0x51, 0x51, 0x44, 0x41, 0x67, 0x4f, 0x42, 0x6a, 0x41, 0x41, 0x77, 0x67, 0x59, 0x67, 0x43, 0x51, 0x67, 0x48, 0x34, 0x36, 0x64, 0x38, 0x63, 0x67, 0x54, 0x38, 0x2f, 0x46, 0x4c, 0x66, 0x2f, 0x4a, 0x6e, 0x33, 0x63, 0xa, 0x36, 0x68, 0x37, 0x71, 0x49, 0x6d, 0x68, 0x76, 0x65, 0x43, 0x6f, 0x66, 0x30, 0x71, 0x48, 0x74, 0x39, 0x52, 0x55, 0x36, 0x69, 0x47, 0x64, 0x75, 0x46, 0x4c, 0x63, 0x53, 0x45, 0x76, 0x30, 0x74, 0x4a, 0x6c, 0x41, 0x54, 0x68, 0x34, 0x6d, 0x63, 0x5a, 0x4a, 0x66, 0x47, 0x41, 0x4d, 0x72, 0x45, 0x44, 0x75, 0x54, 0x36, 0x72, 0x43, 0x31, 0x68, 0x43, 0x66, 0x68, 0x64, 0x69, 0x52, 0x35, 0x66, 0xa, 0x52, 0x7a, 0x53, 0x79, 0x59, 0x77, 0x4a, 0x43, 0x41, 0x55, 0x36, 0x79, 0x4e, 0x4d, 0x78, 0x69, 0x48, 0x72, 0x45, 0x6e, 0x44, 0x53, 0x52, 0x76, 0x6a, 0x48, 0x70, 0x2f, 0x51, 0x75, 0x73, 0x71, 0x35, 0x5a, 0x33, 0x73, 0x39, 0x4b, 0x43, 0x36, 0x63, 0x30, 0x49, 0x63, 0x34, 0x58, 0x58, 0x34, 0x54, 0x6e, 0x31, 0x47, 0x77, 0x4c, 0x76, 0x37, 0x38, 0x4b, 0x53, 0x69, 0x66, 0x58, 0x61, 0x39, 0xa, 0x45, 0x73, 0x59, 0x32, 0x57, 0x35, 0x6f, 0x62, 0x4c, 0x58, 0x6b, 0x57, 0x6e, 0x79, 0x34, 0x61, 0x77, 0x33, 0x61, 0x37, 0x68, 0x38, 0x72, 0x4f, 0x78, 0x37, 0x6e, 0x31, 0x51, 0x67, 0x74, 0x38, 0xa, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0xa}, []uint8{0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0xa, 0x4d, 0x49, 0x49, 0x43, 0x33, 0x54, 0x43, 0x43, 0x41, 0x6a, 0x2b, 0x67, 0x41, 0x77, 0x49, 0x42, 0x41, 0x67, 0x49, 0x43, 0x45, 0x52, 0x77, 0x77, 0x43, 0x67, 0x59, 0x49, 0x4b, 0x6f, 0x5a, 0x49, 0x7a, 0x6a, 0x30, 0x45, 0x41, 0x77, 0x49, 0x77, 0x67, 0x59, 0x41, 0x78, 0x43, 0x7a, 0x41, 0x4a, 0x42, 0x67, 0x4e, 0x56, 0x42, 0x41, 0x59, 0x54, 0x41, 0x6c, 0x56, 0x54, 0x4d, 0x51, 0x73, 0x77, 0xa, 0x43, 0x51, 0x59, 0x44, 0x56, 0x51, 0x51, 0x49, 0x44, 0x41, 0x4a, 0x44, 0x51, 0x54, 0x45, 0x55, 0x4d, 0x42, 0x49, 0x47, 0x41, 0x31, 0x55, 0x45, 0x42, 0x77, 0x77, 0x4c, 0x55, 0x30, 0x59, 0x67, 0x51, 0x6d, 0x46, 0x35, 0x49, 0x45, 0x46, 0x79, 0x5a, 0x57, 0x45, 0x78, 0x45, 0x6a, 0x41, 0x51, 0x42, 0x67, 0x4e, 0x56, 0x42, 0x41, 0x6f, 0x4d, 0x43, 0x56, 0x64, 0x76, 0x5a, 0x57, 0x4a, 0x6c, 0xa, 0x5a, 0x32, 0x39, 0x75, 0x5a, 0x54, 0x45, 0x54, 0x4d, 0x42, 0x45, 0x47, 0x41, 0x31, 0x55, 0x45, 0x43, 0x77, 0x77, 0x4b, 0x4d, 0x54, 0x49, 0x74, 0x63, 0x6d, 0x39, 0x76, 0x64, 0x43, 0x31, 0x6a, 0x59, 0x54, 0x45, 0x50, 0x4d, 0x41, 0x30, 0x47, 0x41, 0x31, 0x55, 0x45, 0x41, 0x77, 0x77, 0x47, 0x55, 0x6d, 0x39, 0x76, 0x64, 0x45, 0x4e, 0x42, 0x4d, 0x52, 0x51, 0x77, 0x45, 0x67, 0x59, 0x4a, 0xa, 0x4b, 0x6f, 0x5a, 0x49, 0x68, 0x76, 0x63, 0x4e, 0x41, 0x51, 0x6b, 0x42, 0x46, 0x67, 0x56, 0x34, 0x51, 0x48, 0x6b, 0x75, 0x65, 0x6a, 0x41, 0x67, 0x47, 0x41, 0x38, 0x79, 0x4d, 0x44, 0x45, 0x34, 0x4d, 0x44, 0x45, 0x77, 0x4e, 0x6a, 0x49, 0x78, 0x4d, 0x7a, 0x41, 0x7a, 0x4d, 0x46, 0x6f, 0x58, 0x44, 0x54, 0x49, 0x34, 0x4d, 0x44, 0x45, 0x77, 0x4e, 0x44, 0x49, 0x78, 0x4e, 0x44, 0x41, 0x7a, 0xa, 0x4d, 0x46, 0x6f, 0x77, 0x66, 0x54, 0x45, 0x4c, 0x4d, 0x41, 0x6b, 0x47, 0x41, 0x31, 0x55, 0x45, 0x42, 0x68, 0x4d, 0x43, 0x56, 0x56, 0x4d, 0x78, 0x43, 0x7a, 0x41, 0x4a, 0x42, 0x67, 0x4e, 0x56, 0x42, 0x41, 0x67, 0x4d, 0x41, 0x6b, 0x4e, 0x42, 0x4d, 0x52, 0x49, 0x77, 0x45, 0x41, 0x59, 0x44, 0x56, 0x51, 0x51, 0x4b, 0x44, 0x41, 0x6c, 0x58, 0x62, 0x32, 0x56, 0x69, 0x5a, 0x57, 0x64, 0x76, 0xa, 0x62, 0x6d, 0x55, 0x78, 0x48, 0x54, 0x41, 0x62, 0x42, 0x67, 0x4e, 0x56, 0x42, 0x41, 0x73, 0x4d, 0x46, 0x47, 0x39, 0x79, 0x5a, 0x7a, 0x41, 0x67, 0x53, 0x57, 0x35, 0x30, 0x5a, 0x58, 0x4a, 0x74, 0x5a, 0x57, 0x52, 0x70, 0x59, 0x58, 0x52, 0x6c, 0x49, 0x45, 0x4e, 0x42, 0x4d, 0x52, 0x49, 0x77, 0x45, 0x41, 0x59, 0x44, 0x56, 0x51, 0x51, 0x44, 0x44, 0x41, 0x6c, 0x73, 0x62, 0x32, 0x4e, 0x68, 0xa, 0x62, 0x47, 0x68, 0x76, 0x63, 0x33, 0x51, 0x78, 0x47, 0x6a, 0x41, 0x59, 0x42, 0x67, 0x6b, 0x71, 0x68, 0x6b, 0x69, 0x47, 0x39, 0x77, 0x30, 0x42, 0x43, 0x51, 0x45, 0x57, 0x43, 0x32, 0x4e, 0x68, 0x51, 0x47, 0x39, 0x79, 0x5a, 0x7a, 0x41, 0x75, 0x59, 0x32, 0x39, 0x74, 0x4d, 0x49, 0x47, 0x62, 0x4d, 0x42, 0x41, 0x47, 0x42, 0x79, 0x71, 0x47, 0x53, 0x4d, 0x34, 0x39, 0x41, 0x67, 0x45, 0x47, 0xa, 0x42, 0x53, 0x75, 0x42, 0x42, 0x41, 0x41, 0x6a, 0x41, 0x34, 0x47, 0x47, 0x41, 0x41, 0x51, 0x42, 0x6f, 0x32, 0x35, 0x63, 0x2b, 0x37, 0x44, 0x61, 0x4d, 0x35, 0x34, 0x55, 0x31, 0x55, 0x6b, 0x63, 0x33, 0x56, 0x43, 0x50, 0x6f, 0x50, 0x5a, 0x75, 0x59, 0x42, 0x62, 0x51, 0x66, 0x5a, 0x64, 0x44, 0x72, 0x39, 0x54, 0x31, 0x62, 0x35, 0x78, 0x64, 0x56, 0x76, 0x68, 0x34, 0x63, 0x78, 0x42, 0x79, 0xa, 0x78, 0x47, 0x54, 0x4f, 0x78, 0x78, 0x39, 0x50, 0x70, 0x31, 0x51, 0x56, 0x39, 0x4a, 0x77, 0x32, 0x4b, 0x4a, 0x62, 0x63, 0x46, 0x67, 0x31, 0x33, 0x49, 0x4f, 0x4c, 0x55, 0x6f, 0x32, 0x51, 0x53, 0x32, 0x72, 0x52, 0x4a, 0x77, 0x6d, 0x38, 0x41, 0x6a, 0x62, 0x2f, 0x63, 0x6f, 0x6a, 0x6d, 0x55, 0x71, 0x71, 0x6f, 0x43, 0x79, 0x4d, 0x50, 0x79, 0x51, 0x56, 0x61, 0x66, 0x4c, 0x59, 0x4d, 0x6e, 0xa, 0x59, 0x45, 0x30, 0x36, 0x53, 0x38, 0x71, 0x56, 0x2f, 0x69, 0x47, 0x2b, 0x39, 0x4b, 0x61, 0x73, 0x6b, 0x67, 0x75, 0x74, 0x63, 0x68, 0x47, 0x63, 0x73, 0x78, 0x6f, 0x36, 0x42, 0x76, 0x77, 0x2f, 0x53, 0x31, 0x36, 0x69, 0x63, 0x4e, 0x53, 0x56, 0x59, 0x36, 0x67, 0x71, 0x45, 0x6c, 0x4d, 0x6b, 0x37, 0x71, 0x42, 0x72, 0x68, 0x2f, 0x72, 0x7a, 0x6c, 0x78, 0x4d, 0x6c, 0x66, 0x58, 0x43, 0x6a, 0xa, 0x5a, 0x6a, 0x42, 0x6b, 0x4d, 0x42, 0x30, 0x47, 0x41, 0x31, 0x55, 0x64, 0x44, 0x67, 0x51, 0x57, 0x42, 0x42, 0x52, 0x6a, 0x33, 0x42, 0x64, 0x53, 0x36, 0x6b, 0x51, 0x49, 0x45, 0x31, 0x54, 0x70, 0x4e, 0x48, 0x74, 0x63, 0x69, 0x65, 0x5a, 0x62, 0x49, 0x43, 0x32, 0x37, 0x54, 0x6a, 0x41, 0x66, 0x42, 0x67, 0x4e, 0x56, 0x48, 0x53, 0x4d, 0x45, 0x47, 0x44, 0x41, 0x57, 0x67, 0x42, 0x52, 0x6c, 0xa, 0x6b, 0x6a, 0x47, 0x6d, 0x4b, 0x59, 0x43, 0x6c, 0x77, 0x65, 0x63, 0x37, 0x57, 0x46, 0x44, 0x64, 0x55, 0x58, 0x62, 0x55, 0x6f, 0x61, 0x4d, 0x63, 0x51, 0x7a, 0x41, 0x53, 0x42, 0x67, 0x4e, 0x56, 0x48, 0x52, 0x4d, 0x42, 0x41, 0x66, 0x38, 0x45, 0x43, 0x44, 0x41, 0x47, 0x41, 0x51, 0x48, 0x2f, 0x41, 0x67, 0x45, 0x41, 0x4d, 0x41, 0x34, 0x47, 0x41, 0x31, 0x55, 0x64, 0x44, 0x77, 0x45, 0x42, 0xa, 0x2f, 0x77, 0x51, 0x45, 0x41, 0x77, 0x49, 0x42, 0x68, 0x6a, 0x41, 0x4b, 0x42, 0x67, 0x67, 0x71, 0x68, 0x6b, 0x6a, 0x4f, 0x50, 0x51, 0x51, 0x44, 0x41, 0x67, 0x4f, 0x42, 0x69, 0x77, 0x41, 0x77, 0x67, 0x59, 0x63, 0x43, 0x51, 0x67, 0x43, 0x33, 0x79, 0x56, 0x33, 0x57, 0x77, 0x4f, 0x78, 0x41, 0x52, 0x53, 0x35, 0x65, 0x30, 0x6c, 0x4a, 0x45, 0x41, 0x4e, 0x41, 0x31, 0x44, 0x55, 0x51, 0x37, 0xa, 0x61, 0x76, 0x71, 0x4f, 0x63, 0x36, 0x63, 0x4a, 0x62, 0x32, 0x2f, 0x48, 0x45, 0x57, 0x50, 0x35, 0x41, 0x37, 0x41, 0x55, 0x2f, 0x35, 0x79, 0x57, 0x67, 0x32, 0x79, 0x36, 0x59, 0x64, 0x55, 0x67, 0x70, 0x73, 0x30, 0x32, 0x6e, 0x77, 0x65, 0x31, 0x74, 0x73, 0x33, 0x48, 0x35, 0x71, 0x45, 0x65, 0x49, 0x62, 0x67, 0x79, 0x43, 0x6a, 0x79, 0x4a, 0x66, 0x4a, 0x45, 0x76, 0x58, 0x77, 0x4a, 0x42, 0xa, 0x4d, 0x4b, 0x79, 0x30, 0x74, 0x31, 0x70, 0x48, 0x76, 0x41, 0x5a, 0x67, 0x37, 0x48, 0x51, 0x48, 0x41, 0x74, 0x6f, 0x46, 0x4d, 0x30, 0x71, 0x59, 0x2f, 0x70, 0x35, 0x37, 0x33, 0x77, 0x6b, 0x37, 0x39, 0x6a, 0x79, 0x44, 0x4f, 0x61, 0x62, 0x47, 0x75, 0x38, 0x75, 0x4b, 0x56, 0x62, 0x63, 0x68, 0x68, 0x44, 0x63, 0x48, 0x52, 0x53, 0x66, 0x31, 0x5a, 0x51, 0x42, 0x39, 0x45, 0x42, 0x43, 0x43, 0xa, 0x75, 0x64, 0x49, 0x76, 0x76, 0x6c, 0x38, 0x56, 0x4a, 0x74, 0x74, 0x53, 0x49, 0x51, 0x39, 0x63, 0x30, 0x61, 0x55, 0x4b, 0x31, 0x45, 0x34, 0x3d, 0xa, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0xa}}, exists = true 2018-01-06 13:46:13.045 PST [comm] GetDeliverServiceCredentials -> DEBU 34b GetDeliverServiceCredentials; added cert &x509.Certificate{Raw:[]uint8{0x30, 0x82, 0x2, 0xe4, 0x30, 0x82, 0x2, 0x45, 0xa0, 0x3, 0x2, 0x1, 0x2, 0x2, 0x9, 0x0, 0xd7, 0x49, 0xa5, 0x68, 0x9f, 0xb7, 0xae, 0xc3, 0x30, 0xa, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x4, 0x3, 0x2, 0x30, 0x81, 0x80, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x3, 0x55, 0x4, 0x7, 0xc, 0xb, 0x53, 0x46, 0x20, 0x42, 0x61, 0x79, 0x20, 0x41, 0x72, 0x65, 0x61, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x13, 0x30, 0x11, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0xa, 0x31, 0x32, 0x2d, 0x72, 0x6f, 0x6f, 0x74, 0x2d, 0x63, 0x61, 0x31, 0xf, 0x30, 0xd, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x6, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0x5, 0x78, 0x40, 0x79, 0x2e, 0x7a, 0x30, 0x1e, 0x17, 0xd, 0x31, 0x37, 0x31, 0x30, 0x31, 0x31, 0x32, 0x30, 0x31, 0x31, 0x31, 0x32, 0x5a, 0x17, 0xd, 0x33, 0x37, 0x31, 0x30, 0x30, 0x36, 0x32, 0x30, 0x31, 0x31, 0x31, 0x32, 0x5a, 0x30, 0x81, 0x80, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x3, 0x55, 0x4, 0x7, 0xc, 0xb, 0x53, 0x46, 0x20, 0x42, 0x61, 0x79, 0x20, 0x41, 0x72, 0x65, 0x61, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x13, 0x30, 0x11, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0xa, 0x31, 0x32, 0x2d, 0x72, 0x6f, 0x6f, 0x74, 0x2d, 0x63, 0x61, 0x31, 0xf, 0x30, 0xd, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x6, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0x5, 0x78, 0x40, 0x79, 0x2e, 0x7a, 0x30, 0x81, 0x9b, 0x30, 0x10, 0x6, 0x7, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x2, 0x1, 0x6, 0x5, 0x2b, 0x81, 0x4, 0x0, 0x23, 0x3, 0x81, 0x86, 0x0, 0x4, 0x0, 0x39, 0xe2, 0x33, 0xc3, 0x3, 0xc, 0x78, 0xd5, 0x81, 0x96, 0x5c, 0x26, 0x64, 0x94, 0xbc, 0x3f, 0x6a, 0xb5, 0x46, 0x89, 0x6a, 0x56, 0xf5, 0x7, 0xc, 0x6e, 0x6e, 0xc1, 0x19, 0x45, 0xbc, 0x78, 0xff, 0x22, 0xca, 0x7, 0x7, 0xc6, 0x52, 0xfe, 0x38, 0x86, 0x16, 0x70, 0xe2, 0xad, 0xa, 0x9f, 0x93, 0x65, 0x4c, 0xa0, 0x3b, 0x36, 0xef, 0xb6, 0x2c, 0x3e, 0x58, 0x5d, 0xa4, 0x3, 0xe1, 0xd2, 0xf3, 0x0, 0x36, 0x9e, 0x29, 0x2d, 0x56, 0xf9, 0x2f, 0x6e, 0xb0, 0x56, 0xf2, 0x75, 0xd7, 0xda, 0xf8, 0x34, 0x1e, 0x34, 0xf7, 0x76, 0x92, 0x96, 0x93, 0x4c, 0x39, 0xf0, 0x31, 0xaf, 0x3b, 0x14, 0xec, 0x15, 0xa0, 0xb3, 0x15, 0x9b, 0xf0, 0x47, 0xfd, 0x3d, 0x5b, 0x4c, 0xa1, 0x50, 0xee, 0xcd, 0x78, 0x99, 0x6, 0xa2, 0x7c, 0x4d, 0x99, 0x19, 0xf1, 0x50, 0x88, 0x6d, 0xc9, 0x9c, 0xb0, 0xdc, 0xcb, 0x84, 0x3b, 0xa3, 0x63, 0x30, 0x61, 0x30, 0x1d, 0x6, 0x3, 0x55, 0x1d, 0xe, 0x4, 0x16, 0x4, 0x14, 0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43, 0x30, 0x1f, 0x6, 0x3, 0x55, 0x1d, 0x23, 0x4, 0x18, 0x30, 0x16, 0x80, 0x14, 0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43, 0x30, 0xf, 0x6, 0x3, 0x55, 0x1d, 0x13, 0x1, 0x1, 0xff, 0x4, 0x5, 0x30, 0x3, 0x1, 0x1, 0xff, 0x30, 0xe, 0x6, 0x3, 0x55, 0x1d, 0xf, 0x1, 0x1, 0xff, 0x4, 0x4, 0x3, 0x2, 0x1, 0x86, 0x30, 0xa, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x4, 0x3, 0x2, 0x3, 0x81, 0x8c, 0x0, 0x30, 0x81, 0x88, 0x2, 0x42, 0x1, 0xf8, 0xe9, 0xdf, 0x1c, 0x81, 0x3f, 0x3f, 0x14, 0xb7, 0xff, 0x26, 0x7d, 0xdc, 0xea, 0x1e, 0xea, 0x22, 0x68, 0x6f, 0x78, 0x2a, 0x1f, 0xd2, 0xa1, 0xed, 0xf5, 0x15, 0x3a, 0x88, 0x67, 0x6e, 0x14, 0xb7, 0x12, 0x12, 0xfd, 0x2d, 0x26, 0x50, 0x13, 0x87, 0x89, 0x9c, 0x64, 0x97, 0xc6, 0x0, 0xca, 0xc4, 0xe, 0xe4, 0xfa, 0xac, 0x2d, 0x61, 0x9, 0xf8, 0x5d, 0x89, 0x1e, 0x5f, 0x47, 0x34, 0xb2, 0x63, 0x2, 0x42, 0x1, 0x4e, 0xb2, 0x34, 0xcc, 0x62, 0x1e, 0xb1, 0x27, 0xd, 0x24, 0x6f, 0x8c, 0x7a, 0x7f, 0x42, 0xeb, 0x2a, 0xe5, 0x9d, 0xec, 0xf4, 0xa0, 0xba, 0x73, 0x42, 0x1c, 0xe1, 0x75, 0xf8, 0x4e, 0x7d, 0x46, 0xc0, 0xbb, 0xfb, 0xf0, 0xa4, 0xa2, 0x7d, 0x76, 0xbd, 0x12, 0xc6, 0x36, 0x5b, 0x9a, 0x1b, 0x2d, 0x79, 0x16, 0x9f, 0x2e, 0x1a, 0xc3, 0x76, 0xbb, 0x87, 0xca, 0xce, 0xc7, 0xb9, 0xf5, 0x42, 0xb, 0x7c}, RawTBSCertificate:[]uint8{0x30, 0x82, 0x2, 0x45, 0xa0, 0x3, 0x2, 0x1, 0x2, 0x2, 0x9, 0x0, 0xd7, 0x49, 0xa5, 0x68, 0x9f, 0xb7, 0xae, 0xc3, 0x30, 0xa, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x4, 0x3, 0x2, 0x30, 0x81, 0x80, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x3, 0x55, 0x4, 0x7, 0xc, 0xb, 0x53, 0x46, 0x20, 0x42, 0x61, 0x79, 0x20, 0x41, 0x72, 0x65, 0x61, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x13, 0x30, 0x11, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0xa, 0x31, 0x32, 0x2d, 0x72, 0x6f, 0x6f, 0x74, 0x2d, 0x63, 0x61, 0x31, 0xf, 0x30, 0xd, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x6, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0x5, 0x78, 0x40, 0x79, 0x2e, 0x7a, 0x30, 0x1e, 0x17, 0xd, 0x31, 0x37, 0x31, 0x30, 0x31, 0x31, 0x32, 0x30, 0x31, 0x31, 0x31, 0x32, 0x5a, 0x17, 0xd, 0x33, 0x37, 0x31, 0x30, 0x30, 0x36, 0x32, 0x30, 0x31, 0x31, 0x31, 0x32, 0x5a, 0x30, 0x81, 0x80, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x3, 0x55, 0x4, 0x7, 0xc, 0xb, 0x53, 0x46, 0x20, 0x42, 0x61, 0x79, 0x20, 0x41, 0x72, 0x65, 0x61, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x13, 0x30, 0x11, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0xa, 0x31, 0x32, 0x2d, 0x72, 0x6f, 0x6f, 0x74, 0x2d, 0x63, 0x61, 0x31, 0xf, 0x30, 0xd, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x6, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0x5, 0x78, 0x40, 0x79, 0x2e, 0x7a, 0x30, 0x81, 0x9b, 0x30, 0x10, 0x6, 0x7, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x2, 0x1, 0x6, 0x5, 0x2b, 0x81, 0x4, 0x0, 0x23, 0x3, 0x81, 0x86, 0x0, 0x4, 0x0, 0x39, 0xe2, 0x33, 0xc3, 0x3, 0xc, 0x78, 0xd5, 0x81, 0x96, 0x5c, 0x26, 0x64, 0x94, 0xbc, 0x3f, 0x6a, 0xb5, 0x46, 0x89, 0x6a, 0x56, 0xf5, 0x7, 0xc, 0x6e, 0x6e, 0xc1, 0x19, 0x45, 0xbc, 0x78, 0xff, 0x22, 0xca, 0x7, 0x7, 0xc6, 0x52, 0xfe, 0x38, 0x86, 0x16, 0x70, 0xe2, 0xad, 0xa, 0x9f, 0x93, 0x65, 0x4c, 0xa0, 0x3b, 0x36, 0xef, 0xb6, 0x2c, 0x3e, 0x58, 0x5d, 0xa4, 0x3, 0xe1, 0xd2, 0xf3, 0x0, 0x36, 0x9e, 0x29, 0x2d, 0x56, 0xf9, 0x2f, 0x6e, 0xb0, 0x56, 0xf2, 0x75, 0xd7, 0xda, 0xf8, 0x34, 0x1e, 0x34, 0xf7, 0x76, 0x92, 0x96, 0x93, 0x4c, 0x39, 0xf0, 0x31, 0xaf, 0x3b, 0x14, 0xec, 0x15, 0xa0, 0xb3, 0x15, 0x9b, 0xf0, 0x47, 0xfd, 0x3d, 0x5b, 0x4c, 0xa1, 0x50, 0xee, 0xcd, 0x78, 0x99, 0x6, 0xa2, 0x7c, 0x4d, 0x99, 0x19, 0xf1, 0x50, 0x88, 0x6d, 0xc9, 0x9c, 0xb0, 0xdc, 0xcb, 0x84, 0x3b, 0xa3, 0x63, 0x30, 0x61, 0x30, 0x1d, 0x6, 0x3, 0x55, 0x1d, 0xe, 0x4, 0x16, 0x4, 0x14, 0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43, 0x30, 0x1f, 0x6, 0x3, 0x55, 0x1d, 0x23, 0x4, 0x18, 0x30, 0x16, 0x80, 0x14, 0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43, 0x30, 0xf, 0x6, 0x3, 0x55, 0x1d, 0x13, 0x1, 0x1, 0xff, 0x4, 0x5, 0x30, 0x3, 0x1, 0x1, 0xff, 0x30, 0xe, 0x6, 0x3, 0x55, 0x1d, 0xf, 0x1, 0x1, 0xff, 0x4, 0x4, 0x3, 0x2, 0x1, 0x86}, RawSubjectPublicKeyInfo:[]uint8{0x30, 0x81, 0x9b, 0x30, 0x10, 0x6, 0x7, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x2, 0x1, 0x6, 0x5, 0x2b, 0x81, 0x4, 0x0, 0x23, 0x3, 0x81, 0x86, 0x0, 0x4, 0x0, 0x39, 0xe2, 0x33, 0xc3, 0x3, 0xc, 0x78, 0xd5, 0x81, 0x96, 0x5c, 0x26, 0x64, 0x94, 0xbc, 0x3f, 0x6a, 0xb5, 0x46, 0x89, 0x6a, 0x56, 0xf5, 0x7, 0xc, 0x6e, 0x6e, 0xc1, 0x19, 0x45, 0xbc, 0x78, 0xff, 0x22, 0xca, 0x7, 0x7, 0xc6, 0x52, 0xfe, 0x38, 0x86, 0x16, 0x70, 0xe2, 0xad, 0xa, 0x9f, 0x93, 0x65, 0x4c, 0xa0, 0x3b, 0x36, 0xef, 0xb6, 0x2c, 0x3e, 0x58, 0x5d, 0xa4, 0x3, 0xe1, 0xd2, 0xf3, 0x0, 0x36, 0x9e, 0x29, 0x2d, 0x56, 0xf9, 0x2f, 0x6e, 0xb0, 0x56, 0xf2, 0x75, 0xd7, 0xda, 0xf8, 0x34, 0x1e, 0x34, 0xf7, 0x76, 0x92, 0x96, 0x93, 0x4c, 0x39, 0xf0, 0x31, 0xaf, 0x3b, 0x14, 0xec, 0x15, 0xa0, 0xb3, 0x15, 0x9b, 0xf0, 0x47, 0xfd, 0x3d, 0x5b, 0x4c, 0xa1, 0x50, 0xee, 0xcd, 0x78, 0x99, 0x6, 0xa2, 0x7c, 0x4d, 0x99, 0x19, 0xf1, 0x50, 0x88, 0x6d, 0xc9, 0x9c, 0xb0, 0xdc, 0xcb, 0x84, 0x3b}, RawSubject:[]uint8{0x30, 0x81, 0x80, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x3, 0x55, 0x4, 0x7, 0xc, 0xb, 0x53, 0x46, 0x20, 0x42, 0x61, 0x79, 0x20, 0x41, 0x72, 0x65, 0x61, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x13, 0x30, 0x11, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0xa, 0x31, 0x32, 0x2d, 0x72, 0x6f, 0x6f, 0x74, 0x2d, 0x63, 0x61, 0x31, 0xf, 0x30, 0xd, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x6, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0x5, 0x78, 0x40, 0x79, 0x2e, 0x7a}, RawIssuer:[]uint8{0x30, 0x81, 0x80, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x3, 0x55, 0x4, 0x7, 0xc, 0xb, 0x53, 0x46, 0x20, 0x42, 0x61, 0x79, 0x20, 0x41, 0x72, 0x65, 0x61, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x13, 0x30, 0x11, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0xa, 0x31, 0x32, 0x2d, 0x72, 0x6f, 0x6f, 0x74, 0x2d, 0x63, 0x61, 0x31, 0xf, 0x30, 0xd, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x6, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0x5, 0x78, 0x40, 0x79, 0x2e, 0x7a}, Signature:[]uint8{0x30, 0x81, 0x88, 0x2, 0x42, 0x1, 0xf8, 0xe9, 0xdf, 0x1c, 0x81, 0x3f, 0x3f, 0x14, 0xb7, 0xff, 0x26, 0x7d, 0xdc, 0xea, 0x1e, 0xea, 0x22, 0x68, 0x6f, 0x78, 0x2a, 0x1f, 0xd2, 0xa1, 0xed, 0xf5, 0x15, 0x3a, 0x88, 0x67, 0x6e, 0x14, 0xb7, 0x12, 0x12, 0xfd, 0x2d, 0x26, 0x50, 0x13, 0x87, 0x89, 0x9c, 0x64, 0x97, 0xc6, 0x0, 0xca, 0xc4, 0xe, 0xe4, 0xfa, 0xac, 0x2d, 0x61, 0x9, 0xf8, 0x5d, 0x89, 0x1e, 0x5f, 0x47, 0x34, 0xb2, 0x63, 0x2, 0x42, 0x1, 0x4e, 0xb2, 0x34, 0xcc, 0x62, 0x1e, 0xb1, 0x27, 0xd, 0x24, 0x6f, 0x8c, 0x7a, 0x7f, 0x42, 0xeb, 0x2a, 0xe5, 0x9d, 0xec, 0xf4, 0xa0, 0xba, 0x73, 0x42, 0x1c, 0xe1, 0x75, 0xf8, 0x4e, 0x7d, 0x46, 0xc0, 0xbb, 0xfb, 0xf0, 0xa4, 0xa2, 0x7d, 0x76, 0xbd, 0x12, 0xc6, 0x36, 0x5b, 0x9a, 0x1b, 0x2d, 0x79, 0x16, 0x9f, 0x2e, 0x1a, 0xc3, 0x76, 0xbb, 0x87, 0xca, 0xce, 0xc7, 0xb9, 0xf5, 0x42, 0xb, 0x7c}, SignatureAlgorithm:10, PublicKeyAlgorithm:3, PublicKey:(*ecdsa.PublicKey)(0xc422370da0), Version:3, SerialNumber:15513112260229181123, Issuer:pkix.Name{Country:[]string{"US"}, Organization:[]string{"Woebegone"}, OrganizationalUnit:[]string{"12-root-ca"}, Locality:[]string{"SF Bay Area"}, Province:[]string{"CA"}, StreetAddress:[]string(nil), PostalCode:[]string(nil), SerialNumber:"", CommonName:"RootCA", Names:[]pkix.AttributeTypeAndValue{pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 6}, Value:"US"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 8}, Value:"CA"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 7}, Value:"SF Bay Area"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 10}, Value:"Woebegone"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 11}, Value:"12-root-ca"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 3}, Value:"RootCA"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{1, 2, 840, 113549, 1, 9, 1}, Value:"x@y.z"}}, ExtraNames:[]pkix.AttributeTypeAndValue(nil)}, Subject:pkix.Name{Country:[]string{"US"}, Organization:[]string{"Woebegone"}, OrganizationalUnit:[]string{"12-root-ca"}, Locality:[]string{"SF Bay Area"}, Province:[]string{"CA"}, StreetAddress:[]string(nil), PostalCode:[]string(nil), SerialNumber:"", CommonName:"RootCA", Names:[]pkix.AttributeTypeAndValue{pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 6}, Value:"US"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 8}, Value:"CA"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 7}, Value:"SF Bay Area"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 10}, Value:"Woebegone"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 11}, Value:"12-root-ca"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 3}, Value:"RootCA"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{1, 2, 840, 113549, 1, 9, 1}, Value:"x@y.z"}}, ExtraNames:[]pkix.AttributeTypeAndValue(nil)}, NotBefore:time.Time{sec:63643349472, nsec:0, loc:(*time.Location)(nil)}, NotAfter:time.Time{sec:64274069472, nsec:0, loc:(*time.Location)(nil)}, KeyUsage:97, Extensions:[]pkix.Extension{pkix.Extension{Id:asn1.ObjectIdentifier{2, 5, 29, 14}, Critical:false, Value:[]uint8{0x4, 0x14, 0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43}}, pkix.Extension{Id:asn1.ObjectIdentifier{2, 5, 29, 35}, Critical:false, Value:[]uint8{0x30, 0x16, 0x80, 0x14, 0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43}}, pkix.Extension{Id:asn1.ObjectIdentifier{2, 5, 29, 19}, Critical:true, Value:[]uint8{0x30, 0x3, 0x1, 0x1, 0xff}}, pkix.Extension{Id:asn1.ObjectIdentifier{2, 5, 29, 15}, Critical:true, Value:[]uint8{0x3, 0x2, 0x1, 0x86}}}, ExtraExtensions:[]pkix.Extension(nil), UnhandledCriticalExtensions:[]asn1.ObjectIdentifier(nil), ExtKeyUsage:[]x509.ExtKeyUsage(nil), UnknownExtKeyUsage:[]asn1.ObjectIdentifier(nil), BasicConstraintsValid:true, IsCA:true, MaxPathLen:-1, MaxPathLenZero:false, SubjectKeyId:[]uint8{0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43}, AuthorityKeyId:[]uint8{0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43}, OCSPServer:[]string(nil), IssuingCertificateURL:[]string(nil), DNSNames:[]string(nil), EmailAddresses:[]string(nil), IPAddresses:[]net.IP(nil), PermittedDNSDomainsCritical:false, PermittedDNSDomains:[]string(nil), CRLDistributionPoints:[]string(nil), PolicyIdentifiers:[]asn1.ObjectIdentifier(nil)} to certPool 2018-01-06 13:46:13.046 PST [comm] GetDeliverServiceCredentials -> DEBU 34c GetDeliverServiceCredentials; added cert &x509.Certificate{Raw:[]uint8{0x30, 0x82, 0x2, 0xdd, 0x30, 0x82, 0x2, 0x3f, 0xa0, 0x3, 0x2, 0x1, 0x2, 0x2, 0x2, 0x11, 0x1c, 0x30, 0xa, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x4, 0x3, 0x2, 0x30, 0x81, 0x80, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x3, 0x55, 0x4, 0x7, 0xc, 0xb, 0x53, 0x46, 0x20, 0x42, 0x61, 0x79, 0x20, 0x41, 0x72, 0x65, 0x61, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x13, 0x30, 0x11, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0xa, 0x31, 0x32, 0x2d, 0x72, 0x6f, 0x6f, 0x74, 0x2d, 0x63, 0x61, 0x31, 0xf, 0x30, 0xd, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x6, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0x5, 0x78, 0x40, 0x79, 0x2e, 0x7a, 0x30, 0x20, 0x18, 0xf, 0x32, 0x30, 0x31, 0x38, 0x30, 0x31, 0x30, 0x36, 0x32, 0x31, 0x33, 0x30, 0x33, 0x30, 0x5a, 0x17, 0xd, 0x32, 0x38, 0x30, 0x31, 0x30, 0x34, 0x32, 0x31, 0x34, 0x30, 0x33, 0x30, 0x5a, 0x30, 0x7d, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x1d, 0x30, 0x1b, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0x14, 0x6f, 0x72, 0x67, 0x30, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x20, 0x43, 0x41, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x9, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x68, 0x6f, 0x73, 0x74, 0x31, 0x1a, 0x30, 0x18, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0xb, 0x63, 0x61, 0x40, 0x6f, 0x72, 0x67, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x30, 0x81, 0x9b, 0x30, 0x10, 0x6, 0x7, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x2, 0x1, 0x6, 0x5, 0x2b, 0x81, 0x4, 0x0, 0x23, 0x3, 0x81, 0x86, 0x0, 0x4, 0x1, 0xa3, 0x6e, 0x5c, 0xfb, 0xb0, 0xda, 0x33, 0x9e, 0x14, 0xd5, 0x49, 0x1c, 0xdd, 0x50, 0x8f, 0xa0, 0xf6, 0x6e, 0x60, 0x16, 0xd0, 0x7d, 0x97, 0x43, 0xaf, 0xd4, 0xf5, 0x6f, 0x9c, 0x5d, 0x56, 0xf8, 0x78, 0x73, 0x10, 0x72, 0xc4, 0x64, 0xce, 0xc7, 0x1f, 0x4f, 0xa7, 0x54, 0x15, 0xf4, 0x9c, 0x36, 0x28, 0x96, 0xdc, 0x16, 0xd, 0x77, 0x20, 0xe2, 0xd4, 0xa3, 0x64, 0x12, 0xda, 0xb4, 0x49, 0xc2, 0x6f, 0x0, 0x8d, 0xbf, 0xdc, 0xa2, 0x39, 0x94, 0xaa, 0xaa, 0x2, 0xc8, 0xc3, 0xf2, 0x41, 0x56, 0x9f, 0x2d, 0x83, 0x27, 0x60, 0x4d, 0x3a, 0x4b, 0xca, 0x95, 0xfe, 0x21, 0xbe, 0xf4, 0xa6, 0xac, 0x92, 0xb, 0xad, 0x72, 0x11, 0x9c, 0xb3, 0x1a, 0x3a, 0x6, 0xfc, 0x3f, 0x4b, 0x5e, 0xa2, 0x70, 0xd4, 0x95, 0x63, 0xa8, 0x2a, 0x12, 0x53, 0x24, 0xee, 0xa0, 0x6b, 0x87, 0xfa, 0xf3, 0x97, 0x13, 0x25, 0x7d, 0x70, 0xa3, 0x66, 0x30, 0x64, 0x30, 0x1d, 0x6, 0x3, 0x55, 0x1d, 0xe, 0x4, 0x16, 0x4, 0x14, 0x63, 0xdc, 0x17, 0x52, 0xea, 0x44, 0x8, 0x13, 0x54, 0xe9, 0x34, 0x7b, 0x5c, 0x89, 0xe6, 0x5b, 0x20, 0x2d, 0xbb, 0x4e, 0x30, 0x1f, 0x6, 0x3, 0x55, 0x1d, 0x23, 0x4, 0x18, 0x30, 0x16, 0x80, 0x14, 0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43, 0x30, 0x12, 0x6, 0x3, 0x55, 0x1d, 0x13, 0x1, 0x1, 0xff, 0x4, 0x8, 0x30, 0x6, 0x1, 0x1, 0xff, 0x2, 0x1, 0x0, 0x30, 0xe, 0x6, 0x3, 0x55, 0x1d, 0xf, 0x1, 0x1, 0xff, 0x4, 0x4, 0x3, 0x2, 0x1, 0x86, 0x30, 0xa, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x4, 0x3, 0x2, 0x3, 0x81, 0x8b, 0x0, 0x30, 0x81, 0x87, 0x2, 0x42, 0x0, 0xb7, 0xc9, 0x5d, 0xd6, 0xc0, 0xec, 0x40, 0x45, 0x2e, 0x5e, 0xd2, 0x52, 0x44, 0x0, 0xd0, 0x35, 0xd, 0x44, 0x3b, 0x6a, 0xfa, 0x8e, 0x73, 0xa7, 0x9, 0x6f, 0x6f, 0xc7, 0x11, 0x63, 0xf9, 0x3, 0xb0, 0x14, 0xff, 0x9c, 0x96, 0x83, 0x6c, 0xba, 0x61, 0xd5, 0x20, 0xa6, 0xcd, 0x36, 0x9f, 0x7, 0xb5, 0xb6, 0xcd, 0xc7, 0xe6, 0xa1, 0x1e, 0x21, 0xb8, 0x32, 0xa, 0x3c, 0x89, 0x7c, 0x91, 0x2f, 0x5f, 0x2, 0x41, 0x30, 0xac, 0xb4, 0xb7, 0x5a, 0x47, 0xbc, 0x6, 0x60, 0xec, 0x74, 0x7, 0x2, 0xda, 0x5, 0x33, 0x4a, 0x98, 0xfe, 0x9e, 0x7b, 0xdf, 0x9, 0x3b, 0xf6, 0x3c, 0x83, 0x39, 0xa6, 0xc6, 0xbb, 0xcb, 0x8a, 0x55, 0xb7, 0x21, 0x84, 0x37, 0x7, 0x45, 0x27, 0xf5, 0x65, 0x0, 0x7d, 0x10, 0x10, 0x82, 0xb9, 0xd2, 0x2f, 0xbe, 0x5f, 0x15, 0x26, 0xdb, 0x52, 0x21, 0xf, 0x5c, 0xd1, 0xa5, 0xa, 0xd4, 0x4e}, RawTBSCertificate:[]uint8{0x30, 0x82, 0x2, 0x3f, 0xa0, 0x3, 0x2, 0x1, 0x2, 0x2, 0x2, 0x11, 0x1c, 0x30, 0xa, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x4, 0x3, 0x2, 0x30, 0x81, 0x80, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x3, 0x55, 0x4, 0x7, 0xc, 0xb, 0x53, 0x46, 0x20, 0x42, 0x61, 0x79, 0x20, 0x41, 0x72, 0x65, 0x61, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x13, 0x30, 0x11, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0xa, 0x31, 0x32, 0x2d, 0x72, 0x6f, 0x6f, 0x74, 0x2d, 0x63, 0x61, 0x31, 0xf, 0x30, 0xd, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x6, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0x5, 0x78, 0x40, 0x79, 0x2e, 0x7a, 0x30, 0x20, 0x18, 0xf, 0x32, 0x30, 0x31, 0x38, 0x30, 0x31, 0x30, 0x36, 0x32, 0x31, 0x33, 0x30, 0x33, 0x30, 0x5a, 0x17, 0xd, 0x32, 0x38, 0x30, 0x31, 0x30, 0x34, 0x32, 0x31, 0x34, 0x30, 0x33, 0x30, 0x5a, 0x30, 0x7d, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x1d, 0x30, 0x1b, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0x14, 0x6f, 0x72, 0x67, 0x30, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x20, 0x43, 0x41, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x9, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x68, 0x6f, 0x73, 0x74, 0x31, 0x1a, 0x30, 0x18, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0xb, 0x63, 0x61, 0x40, 0x6f, 0x72, 0x67, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x30, 0x81, 0x9b, 0x30, 0x10, 0x6, 0x7, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x2, 0x1, 0x6, 0x5, 0x2b, 0x81, 0x4, 0x0, 0x23, 0x3, 0x81, 0x86, 0x0, 0x4, 0x1, 0xa3, 0x6e, 0x5c, 0xfb, 0xb0, 0xda, 0x33, 0x9e, 0x14, 0xd5, 0x49, 0x1c, 0xdd, 0x50, 0x8f, 0xa0, 0xf6, 0x6e, 0x60, 0x16, 0xd0, 0x7d, 0x97, 0x43, 0xaf, 0xd4, 0xf5, 0x6f, 0x9c, 0x5d, 0x56, 0xf8, 0x78, 0x73, 0x10, 0x72, 0xc4, 0x64, 0xce, 0xc7, 0x1f, 0x4f, 0xa7, 0x54, 0x15, 0xf4, 0x9c, 0x36, 0x28, 0x96, 0xdc, 0x16, 0xd, 0x77, 0x20, 0xe2, 0xd4, 0xa3, 0x64, 0x12, 0xda, 0xb4, 0x49, 0xc2, 0x6f, 0x0, 0x8d, 0xbf, 0xdc, 0xa2, 0x39, 0x94, 0xaa, 0xaa, 0x2, 0xc8, 0xc3, 0xf2, 0x41, 0x56, 0x9f, 0x2d, 0x83, 0x27, 0x60, 0x4d, 0x3a, 0x4b, 0xca, 0x95, 0xfe, 0x21, 0xbe, 0xf4, 0xa6, 0xac, 0x92, 0xb, 0xad, 0x72, 0x11, 0x9c, 0xb3, 0x1a, 0x3a, 0x6, 0xfc, 0x3f, 0x4b, 0x5e, 0xa2, 0x70, 0xd4, 0x95, 0x63, 0xa8, 0x2a, 0x12, 0x53, 0x24, 0xee, 0xa0, 0x6b, 0x87, 0xfa, 0xf3, 0x97, 0x13, 0x25, 0x7d, 0x70, 0xa3, 0x66, 0x30, 0x64, 0x30, 0x1d, 0x6, 0x3, 0x55, 0x1d, 0xe, 0x4, 0x16, 0x4, 0x14, 0x63, 0xdc, 0x17, 0x52, 0xea, 0x44, 0x8, 0x13, 0x54, 0xe9, 0x34, 0x7b, 0x5c, 0x89, 0xe6, 0x5b, 0x20, 0x2d, 0xbb, 0x4e, 0x30, 0x1f, 0x6, 0x3, 0x55, 0x1d, 0x23, 0x4, 0x18, 0x30, 0x16, 0x80, 0x14, 0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43, 0x30, 0x12, 0x6, 0x3, 0x55, 0x1d, 0x13, 0x1, 0x1, 0xff, 0x4, 0x8, 0x30, 0x6, 0x1, 0x1, 0xff, 0x2, 0x1, 0x0, 0x30, 0xe, 0x6, 0x3, 0x55, 0x1d, 0xf, 0x1, 0x1, 0xff, 0x4, 0x4, 0x3, 0x2, 0x1, 0x86}, RawSubjectPublicKeyInfo:[]uint8{0x30, 0x81, 0x9b, 0x30, 0x10, 0x6, 0x7, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x2, 0x1, 0x6, 0x5, 0x2b, 0x81, 0x4, 0x0, 0x23, 0x3, 0x81, 0x86, 0x0, 0x4, 0x1, 0xa3, 0x6e, 0x5c, 0xfb, 0xb0, 0xda, 0x33, 0x9e, 0x14, 0xd5, 0x49, 0x1c, 0xdd, 0x50, 0x8f, 0xa0, 0xf6, 0x6e, 0x60, 0x16, 0xd0, 0x7d, 0x97, 0x43, 0xaf, 0xd4, 0xf5, 0x6f, 0x9c, 0x5d, 0x56, 0xf8, 0x78, 0x73, 0x10, 0x72, 0xc4, 0x64, 0xce, 0xc7, 0x1f, 0x4f, 0xa7, 0x54, 0x15, 0xf4, 0x9c, 0x36, 0x28, 0x96, 0xdc, 0x16, 0xd, 0x77, 0x20, 0xe2, 0xd4, 0xa3, 0x64, 0x12, 0xda, 0xb4, 0x49, 0xc2, 0x6f, 0x0, 0x8d, 0xbf, 0xdc, 0xa2, 0x39, 0x94, 0xaa, 0xaa, 0x2, 0xc8, 0xc3, 0xf2, 0x41, 0x56, 0x9f, 0x2d, 0x83, 0x27, 0x60, 0x4d, 0x3a, 0x4b, 0xca, 0x95, 0xfe, 0x21, 0xbe, 0xf4, 0xa6, 0xac, 0x92, 0xb, 0xad, 0x72, 0x11, 0x9c, 0xb3, 0x1a, 0x3a, 0x6, 0xfc, 0x3f, 0x4b, 0x5e, 0xa2, 0x70, 0xd4, 0x95, 0x63, 0xa8, 0x2a, 0x12, 0x53, 0x24, 0xee, 0xa0, 0x6b, 0x87, 0xfa, 0xf3, 0x97, 0x13, 0x25, 0x7d, 0x70}, RawSubject:[]uint8{0x30, 0x7d, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x1d, 0x30, 0x1b, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0x14, 0x6f, 0x72, 0x67, 0x30, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x20, 0x43, 0x41, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x9, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x68, 0x6f, 0x73, 0x74, 0x31, 0x1a, 0x30, 0x18, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0xb, 0x63, 0x61, 0x40, 0x6f, 0x72, 0x67, 0x30, 0x2e, 0x63, 0x6f, 0x6d}, RawIssuer:[]uint8{0x30, 0x81, 0x80, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x6, 0x13, 0x2, 0x55, 0x53, 0x31, 0xb, 0x30, 0x9, 0x6, 0x3, 0x55, 0x4, 0x8, 0xc, 0x2, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x3, 0x55, 0x4, 0x7, 0xc, 0xb, 0x53, 0x46, 0x20, 0x42, 0x61, 0x79, 0x20, 0x41, 0x72, 0x65, 0x61, 0x31, 0x12, 0x30, 0x10, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x9, 0x57, 0x6f, 0x65, 0x62, 0x65, 0x67, 0x6f, 0x6e, 0x65, 0x31, 0x13, 0x30, 0x11, 0x6, 0x3, 0x55, 0x4, 0xb, 0xc, 0xa, 0x31, 0x32, 0x2d, 0x72, 0x6f, 0x6f, 0x74, 0x2d, 0x63, 0x61, 0x31, 0xf, 0x30, 0xd, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x6, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x9, 0x1, 0x16, 0x5, 0x78, 0x40, 0x79, 0x2e, 0x7a}, Signature:[]uint8{0x30, 0x81, 0x87, 0x2, 0x42, 0x0, 0xb7, 0xc9, 0x5d, 0xd6, 0xc0, 0xec, 0x40, 0x45, 0x2e, 0x5e, 0xd2, 0x52, 0x44, 0x0, 0xd0, 0x35, 0xd, 0x44, 0x3b, 0x6a, 0xfa, 0x8e, 0x73, 0xa7, 0x9, 0x6f, 0x6f, 0xc7, 0x11, 0x63, 0xf9, 0x3, 0xb0, 0x14, 0xff, 0x9c, 0x96, 0x83, 0x6c, 0xba, 0x61, 0xd5, 0x20, 0xa6, 0xcd, 0x36, 0x9f, 0x7, 0xb5, 0xb6, 0xcd, 0xc7, 0xe6, 0xa1, 0x1e, 0x21, 0xb8, 0x32, 0xa, 0x3c, 0x89, 0x7c, 0x91, 0x2f, 0x5f, 0x2, 0x41, 0x30, 0xac, 0xb4, 0xb7, 0x5a, 0x47, 0xbc, 0x6, 0x60, 0xec, 0x74, 0x7, 0x2, 0xda, 0x5, 0x33, 0x4a, 0x98, 0xfe, 0x9e, 0x7b, 0xdf, 0x9, 0x3b, 0xf6, 0x3c, 0x83, 0x39, 0xa6, 0xc6, 0xbb, 0xcb, 0x8a, 0x55, 0xb7, 0x21, 0x84, 0x37, 0x7, 0x45, 0x27, 0xf5, 0x65, 0x0, 0x7d, 0x10, 0x10, 0x82, 0xb9, 0xd2, 0x2f, 0xbe, 0x5f, 0x15, 0x26, 0xdb, 0x52, 0x21, 0xf, 0x5c, 0xd1, 0xa5, 0xa, 0xd4, 0x4e}, SignatureAlgorithm:10, PublicKeyAlgorithm:3, PublicKey:(*ecdsa.PublicKey)(0xc4210dc6e0), Version:3, SerialNumber:4380, Issuer:pkix.Name{Country:[]string{"US"}, Organization:[]string{"Woebegone"}, OrganizationalUnit:[]string{"12-root-ca"}, Locality:[]string{"SF Bay Area"}, Province:[]string{"CA"}, StreetAddress:[]string(nil), PostalCode:[]string(nil), SerialNumber:"", CommonName:"RootCA", Names:[]pkix.AttributeTypeAndValue{pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 6}, Value:"US"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 8}, Value:"CA"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 7}, Value:"SF Bay Area"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 10}, Value:"Woebegone"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 11}, Value:"12-root-ca"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 3}, Value:"RootCA"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{1, 2, 840, 113549, 1, 9, 1}, Value:"x@y.z"}}, ExtraNames:[]pkix.AttributeTypeAndValue(nil)}, Subject:pkix.Name{Country:[]string{"US"}, Organization:[]string{"Woebegone"}, OrganizationalUnit:[]string{"org0 Intermediate CA"}, Locality:[]string(nil), Province:[]string{"CA"}, StreetAddress:[]string(nil), PostalCode:[]string(nil), SerialNumber:"", CommonName:"localhost", Names:[]pkix.AttributeTypeAndValue{pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 6}, Value:"US"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 8}, Value:"CA"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 10}, Value:"Woebegone"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 11}, Value:"org0 Intermediate CA"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{2, 5, 4, 3}, Value:"localhost"}, pkix.AttributeTypeAndValue{Type:asn1.ObjectIdentifier{1, 2, 840, 113549, 1, 9, 1}, Value:"ca@org0.com"}}, ExtraNames:[]pkix.AttributeTypeAndValue(nil)}, NotBefore:time.Time{sec:63650871030, nsec:0, loc:(*time.Location)(nil)}, NotAfter:time.Time{sec:63966231630, nsec:0, loc:(*time.Location)(nil)}, KeyUsage:97, Extensions:[]pkix.Extension{pkix.Extension{Id:asn1.ObjectIdentifier{2, 5, 29, 14}, Critical:false, Value:[]uint8{0x4, 0x14, 0x63, 0xdc, 0x17, 0x52, 0xea, 0x44, 0x8, 0x13, 0x54, 0xe9, 0x34, 0x7b, 0x5c, 0x89, 0xe6, 0x5b, 0x20, 0x2d, 0xbb, 0x4e}}, pkix.Extension{Id:asn1.ObjectIdentifier{2, 5, 29, 35}, Critical:false, Value:[]uint8{0x30, 0x16, 0x80, 0x14, 0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43}}, pkix.Extension{Id:asn1.ObjectIdentifier{2, 5, 29, 19}, Critical:true, Value:[]uint8{0x30, 0x6, 0x1, 0x1, 0xff, 0x2, 0x1, 0x0}}, pkix.Extension{Id:asn1.ObjectIdentifier{2, 5, 29, 15}, Critical:true, Value:[]uint8{0x3, 0x2, 0x1, 0x86}}}, ExtraExtensions:[]pkix.Extension(nil), UnhandledCriticalExtensions:[]asn1.ObjectIdentifier(nil), ExtKeyUsage:[]x509.ExtKeyUsage(nil), UnknownExtKeyUsage:[]asn1.ObjectIdentifier(nil), BasicConstraintsValid:true, IsCA:true, MaxPathLen:0, MaxPathLenZero:true, SubjectKeyId:[]uint8{0x63, 0xdc, 0x17, 0x52, 0xea, 0x44, 0x8, 0x13, 0x54, 0xe9, 0x34, 0x7b, 0x5c, 0x89, 0xe6, 0x5b, 0x20, 0x2d, 0xbb, 0x4e}, AuthorityKeyId:[]uint8{0x65, 0x92, 0x31, 0xa6, 0x29, 0x80, 0xa5, 0xc1, 0xe7, 0x3b, 0x58, 0x50, 0xdd, 0x51, 0x76, 0xd4, 0xa1, 0xa3, 0x1c, 0x43}, OCSPServer:[]string(nil), IssuingCertificateURL:[]string(nil), DNSNames:[]string(nil), EmailAddresses:[]string(nil), IPAddresses:[]net.IP(nil), PermittedDNSDomainsCritical:false, PermittedDNSDomains:[]string(nil), CRLDistributionPoints:[]string(nil), PolicyIdentifiers:[]asn1.ObjectIdentifier(nil)} to certPool 2018-01-06 13:46:13.176 PST [deliveryClient] connect -> DEBU 34d Connected to localhost:7050 2018-01-06 13:46:13.176 PST [deliveryClient] connect -> DEBU 34e Establishing gRPC stream with localhost:7050 ... 2018-01-06 13:46:13.176 PST [deliveryClient] afterConnect -> DEBU 34f Entering 2018-01-06 13:46:13.176 PST [deliveryClient] RequestBlocks -> DEBU 350 Starting deliver with block [1] for channel simple-channel 2018-01-06 13:46:13.176 PST [deliveryClient] afterConnect -> DEBU 351 Exiting 2018-01-06 13:46:16.354 PST [gossip/discovery] periodicalSendAlive -> DEBU 352 Sleeping 10s 2018-01-06 13:46:18.044 PST [gossip/election] waitForInterrupt -> DEBU 353 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting 2018-01-06 13:46:18.044 PST [gossip/election] IsLeader -> DEBU 354 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning true 2018-01-06 13:46:18.045 PST [gossip/election] waitForInterrupt -> DEBU 355 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:23.046 PST [gossip/election] waitForInterrupt -> DEBU 356 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting 2018-01-06 13:46:23.046 PST [gossip/election] IsLeader -> DEBU 357 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning true 2018-01-06 13:46:23.046 PST [gossip/election] waitForInterrupt -> DEBU 358 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:26.357 PST [gossip/discovery] periodicalSendAlive -> DEBU 359 Sleeping 10s 2018-01-06 13:46:28.047 PST [gossip/election] waitForInterrupt -> DEBU 35a [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting 2018-01-06 13:46:28.047 PST [gossip/election] IsLeader -> DEBU 35b [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning true 2018-01-06 13:46:28.048 PST [gossip/election] waitForInterrupt -> DEBU 35c [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:28.434 PST [gossip/comm] authenticateRemotePeer -> DEBU 35d Sending GossipMessage: tag:EMPTY conn:2\003a\361#G\327@T\243O\031\371\356E\221\273\363\342\021\201\310\251\224a" > , Envelope: 1022 bytes, Signature: 70 bytes to 127.0.0.1:56960 2018-01-06 13:46:28.434 PST [gossip/comm] authenticateRemotePeer -> DEBU 35e Received pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" identity:"\n\007org0MSP\022\246\007-----BEGIN -----\nMIIClDCCAfWgAwIBAgIUSBTaRM+eRrwNeZjEXKZ/6gLyu/cwCgYIKoZIzj0EAwQw\nfTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx\nHTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv\nc3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX\nDTE5MDEwNjIxMzYwMFowXTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh\ncm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMQ4w\nDAYDVQQDEwVwZWVyMTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABA0rNzCfBdSl\n44Zzzd3APUQTuEeWw/F9lPc2A5DtxuEBEJqzjGLdXRX+Gz+7iOVmlbMDuRfg9Fjz\nizQHzs+mw9ajczBxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMB0GA1Ud\nDgQWBBQLsAwoMWm6cPcpLEyyrF9gxzXHYjAfBgNVHSMEGDAWgBRj3BdS6kQIE1Tp\nNHtcieZbIC27TjARBgNVHREECjAIggZzbWFzaHkwCgYIKoZIzj0EAwQDgYwAMIGI\nAkIBM6xeONGhKGBp9sVp1lpNOCBgVn6B1+ULrYEWTKuzTxRUD+GQri7QTF6zDVL/\nsGecZpd1PN6PZgCDrK0dWT244/oCQgD1Voli4SppLcD5MSWuU8dcDAvKA72ell2l\nPM1jszlXk4vM3wVPGxDH8Ld9rZwiBjhNLGcJxBuAQdgZEjyYop7mFw==\n-----END -----\n" tls_cert_hash:"RPc\026\307\306\225\247r\252\273\246\2415\371\361n\020\203^9\272;\307\177\023\230\027{J\016\314" from 127.0.0.1:56960 2018-01-06 13:46:28.566 PST [gossip/comm] authenticateRemotePeer -> DEBU 35f Authenticated 127.0.0.1:56960 2018-01-06 13:46:28.566 PST [gossip/comm] GossipStream -> DEBU 360 Servicing 127.0.0.1:56960 2018-01-06 13:46:28.567 PST [gossip/comm] readFromStream -> DEBU 361 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] Got error, aborting: rpc error: code = Canceled desc = context canceled 2018-01-06 13:46:28.568 PST [gossip/comm] func2 -> DEBU 362 Client 127.0.0.1:56960 disconnected 2018-01-06 13:46:28.568 PST [gossip/comm] writeToStream -> DEBU 363 Closing writing to stream 2018-01-06 13:46:28.732 PST [gossip/comm] authenticateRemotePeer -> DEBU 364 Sending GossipMessage: tag:EMPTY conn:2\003a\361#G\327@T\243O\031\371\356E\221\273\363\342\021\201\310\251\224a" > , Envelope: 1022 bytes, Signature: 71 bytes to 127.0.0.1:56962 2018-01-06 13:46:28.732 PST [gossip/comm] authenticateRemotePeer -> DEBU 365 Received pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" identity:"\n\007org0MSP\022\246\007-----BEGIN -----\nMIIClDCCAfWgAwIBAgIUSBTaRM+eRrwNeZjEXKZ/6gLyu/cwCgYIKoZIzj0EAwQw\nfTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRIwEAYDVQQKDAlXb2ViZWdvbmUx\nHTAbBgNVBAsMFG9yZzAgSW50ZXJtZWRpYXRlIENBMRIwEAYDVQQDDAlsb2NhbGhv\nc3QxGjAYBgkqhkiG9w0BCQEWC2NhQG9yZzAuY29tMB4XDTE4MDEwNjIxMzYwMFoX\nDTE5MDEwNjIxMzYwMFowXTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENh\ncm9saW5hMRQwEgYDVQQKEwtIeXBlcmxlZGdlcjEPMA0GA1UECxMGRmFicmljMQ4w\nDAYDVQQDEwVwZWVyMTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABA0rNzCfBdSl\n44Zzzd3APUQTuEeWw/F9lPc2A5DtxuEBEJqzjGLdXRX+Gz+7iOVmlbMDuRfg9Fjz\nizQHzs+mw9ajczBxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMB0GA1Ud\nDgQWBBQLsAwoMWm6cPcpLEyyrF9gxzXHYjAfBgNVHSMEGDAWgBRj3BdS6kQIE1Tp\nNHtcieZbIC27TjARBgNVHREECjAIggZzbWFzaHkwCgYIKoZIzj0EAwQDgYwAMIGI\nAkIBM6xeONGhKGBp9sVp1lpNOCBgVn6B1+ULrYEWTKuzTxRUD+GQri7QTF6zDVL/\nsGecZpd1PN6PZgCDrK0dWT244/oCQgD1Voli4SppLcD5MSWuU8dcDAvKA72ell2l\nPM1jszlXk4vM3wVPGxDH8Ld9rZwiBjhNLGcJxBuAQdgZEjyYop7mFw==\n-----END -----\n" tls_cert_hash:"RPc\026\307\306\225\247r\252\273\246\2415\371\361n\020\203^9\272;\307\177\023\230\027{J\016\314" from 127.0.0.1:56962 2018-01-06 13:46:28.865 PST [gossip/comm] authenticateRemotePeer -> DEBU 366 Authenticated 127.0.0.1:56962 2018-01-06 13:46:28.865 PST [gossip/comm] GossipStream -> DEBU 367 Servicing 127.0.0.1:56962 2018-01-06 13:46:28.866 PST [gossip/gossip] handleMessage -> DEBU 368 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: nonce:6588804506071478076 tag:EMPTY mem_req: > > , Envelope: 240 bytes, Signature: 0 bytes 2018-01-06 13:46:28.866 PST [gossip/gossip] handleMessage -> DEBU 369 Exiting 2018-01-06 13:46:28.867 PST [gossip/discovery] handleMsgFromComm -> DEBU 36a Got message: GossipMessage: nonce:6588804506071478076 tag:EMPTY mem_req: > > , Envelope: 240 bytes, Signature: 0 bytes 2018-01-06 13:46:28.867 PST [gossip/discovery] handleAliveMessage -> DEBU 36b Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:28.867 PST [gossip/gossip] ValidateAliveMsg -> DEBU 36c Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:29.002 PST [gossip/discovery] learnNewMembers -> DEBU 36d Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes]}, deadMembers={[]} 2018-01-06 13:46:29.002 PST [gossip/discovery] learnNewMembers -> DEBU 36e Learned about a new alive member: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:29.002 PST [gossip/discovery] learnNewMembers -> DEBU 36f Exiting 2018-01-06 13:46:29.002 PST [gossip/discovery] handleAliveMessage -> DEBU 370 Exiting 2018-01-06 13:46:29.002 PST [gossip/discovery] handleMsgFromComm -> DEBU 371 Exiting 2018-01-06 13:46:29.002 PST [gossip/discovery] sendMemResponse -> DEBU 372 Entering pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" 2018-01-06 13:46:29.099 PST [gossip/comm] Send -> DEBU 373 Entering, sending GossipMessage: Channel: , nonce: 6588804506071478076, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 465 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:29.099 PST [gossip/discovery] sendMemResponse -> DEBU 374 Exiting, replying with alive: > alive: > 2018-01-06 13:46:29.099 PST [gossip/comm] sendToEndpoint -> DEBU 375 Entering, Sending to , msg: GossipMessage: Channel: , nonce: 6588804506071478076, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 465 bytes, Signature: 0 bytes 2018-01-06 13:46:29.099 PST [gossip/comm] sendToEndpoint -> DEBU 376 Exiting 2018-01-06 13:46:30.343 PST [gossip/gossip] handleMessage -> DEBU 377 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:30.343 PST [gossip/gossip] ValidateAliveMsg -> DEBU 378 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:30.356 PST [gossip/pull] Hello -> DEBU 379 Sending IDENTITY_MSG hello to localhost:7151 2018-01-06 13:46:30.356 PST [gossip/comm] Send -> DEBU 37a Entering, sending GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:30.356 PST [gossip/comm] sendToEndpoint -> DEBU 37b Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes 2018-01-06 13:46:30.357 PST [gossip/comm] sendToEndpoint -> DEBU 37c Exiting 2018-01-06 13:46:30.470 PST [gossip/comm] Send -> DEBU 37d Entering, sending GossipMessage: tag:EMPTY mem_req:\333>\245Z>\"GIx\022\301\252D\001\205\357\004\003\247\222" secret_envelope: > > , Envelope: 229 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:30.470 PST [gossip/comm] sendToEndpoint -> DEBU 37e Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY mem_req:\333>\245Z>\"GIx\022\301\252D\001\205\357\004\003\247\222" secret_envelope: > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:30.470 PST [gossip/comm] sendToEndpoint -> DEBU 37f Exiting 2018-01-06 13:46:30.485 PST [gossip/gossip] handleMessage -> DEBU 380 Exiting 2018-01-06 13:46:30.486 PST [gossip/gossip] handleMessage -> DEBU 381 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_dig: , Envelope: 50 bytes, Signature: 0 bytes 2018-01-06 13:46:30.486 PST [gossip/pull] HandleMessage -> DEBU 383 GossipMessage: tag:EMPTY data_dig: , Envelope: 50 bytes, Signature: 0 bytes 2018-01-06 13:46:30.486 PST [gossip/gossip] handleMessage -> DEBU 384 Exiting 2018-01-06 13:46:30.486 PST [gossip/discovery] handleMsgFromComm -> DEBU 382 Got message: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:30.486 PST [gossip/discovery] handleAliveMessage -> DEBU 385 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:30.486 PST [gossip/gossip] ValidateAliveMsg -> DEBU 386 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:30.624 PST [gossip/discovery] learnExistingMembers -> DEBU 387 Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:30.624 PST [gossip/discovery] learnExistingMembers -> DEBU 388 updating membership: timestamp: 2018-01-06 13:46:30.624 PST [gossip/discovery] learnExistingMembers -> DEBU 389 Updating aliveness data: membership: timestamp: 2018-01-06 13:46:30.624 PST [gossip/discovery] learnExistingMembers -> DEBU 38a Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes in aliveMembership 2018-01-06 13:46:30.624 PST [gossip/discovery] learnExistingMembers -> DEBU 38b Exiting 2018-01-06 13:46:30.624 PST [gossip/discovery] handleAliveMessage -> DEBU 38c Exiting 2018-01-06 13:46:30.624 PST [gossip/discovery] handleMsgFromComm -> DEBU 38d Exiting 2018-01-06 13:46:30.696 PST [gossip/comm] Send -> DEBU 38e Entering, sending GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes to 1 peers 2018-01-06 13:46:30.696 PST [gossip/comm] sendToEndpoint -> DEBU 38f Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:30.696 PST [gossip/comm] sendToEndpoint -> DEBU 390 Exiting 2018-01-06 13:46:30.713 PST [gossip/gossip] handleMessage -> DEBU 391 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes 2018-01-06 13:46:30.713 PST [gossip/gossip] handleMessage -> DEBU 392 Exiting 2018-01-06 13:46:30.713 PST [gossip/discovery] handleMsgFromComm -> DEBU 393 Got message: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes 2018-01-06 13:46:30.713 PST [gossip/discovery] handleAliveMessage -> DEBU 394 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:30.713 PST [gossip/gossip] ValidateAliveMsg -> DEBU 395 Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:30.865 PST [gossip/discovery] handleAliveMessage -> DEBU 396 Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:30.865 PST [gossip/discovery] handleAliveMessage -> DEBU 397 Exiting 2018-01-06 13:46:30.865 PST [gossip/discovery] handleAliveMessage -> DEBU 398 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:30.865 PST [gossip/gossip] ValidateAliveMsg -> DEBU 399 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:30.878 PST [gossip/gossip] handleMessage -> DEBU 39a Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:CHAN_OR_ORG state_info_pull_req: , Envelope: 39 bytes, Signature: 0 bytes 2018-01-06 13:46:30.966 PST [gossip/gossip] handleMessage -> DEBU 39b Exiting 2018-01-06 13:46:31.026 PST [gossip/comm] Send -> DEBU 39c Entering, sending GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:"XZ,\374\362\203\305\243\030\340o4F\004[\230\256\300V\0072r\322\221\353\361\343 \331\267\243\232" channel_MAC:"'M(\266\212\234{\307\034\200\3163\276\014\215\n/\225\016\314=(\265\010\363\207\342-\2204\304\355" > , Envelope: 105 bytes, Signature: 70 bytes to 1 peers 2018-01-06 13:46:31.027 PST [gossip/comm] sendToEndpoint -> DEBU 39d Entering, Sending to localhost:7151 , msg: GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:"XZ,\374\362\203\305\243\030\340o4F\004[\230\256\300V\0072r\322\221\353\361\343 \331\267\243\232" channel_MAC:"'M(\266\212\234{\307\034\200\3163\276\014\215\n/\225\016\314=(\265\010\363\207\342-\2204\304\355" > , Envelope: 105 bytes, Signature: 70 bytes 2018-01-06 13:46:31.027 PST [gossip/comm] sendToEndpoint -> DEBU 39e Exiting 2018-01-06 13:46:31.035 PST [gossip/discovery] learnExistingMembers -> DEBU 39f Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:31.035 PST [gossip/discovery] learnExistingMembers -> DEBU 3a0 updating membership: timestamp: 2018-01-06 13:46:31.035 PST [gossip/discovery] learnExistingMembers -> DEBU 3a1 Updating aliveness data: membership: timestamp: 2018-01-06 13:46:31.035 PST [gossip/discovery] learnExistingMembers -> DEBU 3a2 Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:31.035 PST [gossip/discovery] learnExistingMembers -> DEBU 3a3 Exiting 2018-01-06 13:46:31.035 PST [gossip/discovery] handleAliveMessage -> DEBU 3a4 Exiting 2018-01-06 13:46:31.035 PST [gossip/discovery] handleMsgFromComm -> DEBU 3a5 Exiting 2018-01-06 13:46:31.090 PST [gossip/gossip] handleMessage -> DEBU 3a6 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:31.090 PST [gossip/gossip] ValidateAliveMsg -> DEBU 3a7 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:31.226 PST [gossip/gossip] handleMessage -> DEBU 3a8 Exiting 2018-01-06 13:46:31.226 PST [gossip/discovery] handleMsgFromComm -> DEBU 3a9 Got message: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:31.226 PST [gossip/discovery] handleMsgFromComm -> DEBU 3aa Exiting 2018-01-06 13:46:31.354 PST [gossip/discovery] periodicalReconnectToDead -> DEBU 3ab Sleeping 25s 2018-01-06 13:46:31.357 PST [gossip/pull] SendReq -> DEBU 3ac Sending tag:EMPTY data_req: to localhost:7151 2018-01-06 13:46:31.357 PST [gossip/comm] Send -> DEBU 3ad Entering, sending GossipMessage: tag:EMPTY data_req: , Envelope: 50 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:31.357 PST [gossip/comm] sendToEndpoint -> DEBU 3ae Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY data_req: , Envelope: 50 bytes, Signature: 0 bytes 2018-01-06 13:46:31.358 PST [gossip/comm] sendToEndpoint -> DEBU 3af Exiting 2018-01-06 13:46:32.082 PST [gossip/gossip] handleMessage -> DEBU 3b0 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG leadership_msg: is_declaration:true > , Envelope: 71 bytes, Signature: 71 bytes 2018-01-06 13:46:32.181 PST [gossip/gossip] handleMessage -> DEBU 3b1 Exiting 2018-01-06 13:46:32.182 PST [gossip/election] handleMessage -> DEBU 3b2 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us declaration 2018-01-06 13:46:32.182 PST [gossip/election] IsLeader -> DEBU 3b3 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning true 2018-01-06 13:46:32.182 PST [gossip/election] stopBeingLeader -> DEBU 3b4 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] Stopped being a leader 2018-01-06 13:46:32.182 PST [gossip/service] func1 -> INFO 3b5 Renounced leadership, stopping delivery service for channel simple-channel 2018-01-06 13:46:32.182 PST [deliveryClient] Close -> DEBU 3b6 Entering 2018-01-06 13:46:32.182 PST [deliveryClient] Close -> DEBU 3b7 Exiting 2018-01-06 13:46:32.182 PST [deliveryClient] Disconnect -> DEBU 3b8 Entering 2018-01-06 13:46:32.182 PST [deliveryClient] Disconnect -> DEBU 3ba Exiting 2018-01-06 13:46:32.182 PST [deliveryClient] try -> WARN 3bb Got error: rpc error: code = Canceled desc = context canceled ,at 1 attempt. Retrying in 1s 2018-01-06 13:46:32.182 PST [blocksProvider] DeliverBlocks -> WARN 3bc [simple-channel] Receive error: Client is closing 2018-01-06 13:46:32.182 PST [deliveryClient] Close -> DEBU 3bd Entering 2018-01-06 13:46:32.182 PST [deliveryClient] Close -> DEBU 3be Exiting 2018-01-06 13:46:32.182 PST [deliveryClient] StopDeliverForChannel -> DEBU 3b9 This peer will stop pass blocks from orderer service to other peers 2018-01-06 13:46:32.182 PST [gossip/election] waitForInterrupt -> DEBU 3bf [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting 2018-01-06 13:46:32.182 PST [gossip/election] IsLeader -> DEBU 3c0 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning false 2018-01-06 13:46:32.182 PST [gossip/election] follower -> DEBU 3c2 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:32.182 PST [gossip/election] IsLeader -> DEBU 3c1 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning false 2018-01-06 13:46:32.246 PST [gossip/gossip] handleMessage -> DEBU 3c3 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:32.246 PST [gossip/pull] HandleMessage -> DEBU 3c4 GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:32.307 PST [gossip/pull] SendDigest -> DEBU 3c5 Sending IDENTITY_MSG digest: [XZ,üòƒÅ£ào4F[˜®ÀV2rÒ‘ëñã Ù·£š] to 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] 2018-01-06 13:46:32.308 PST [gossip/gossip] handleMessage -> DEBU 3c6 Exiting 2018-01-06 13:46:32.348 PST [gossip/gossip] handleMessage -> DEBU 3c7 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY mem_req:]a\3320x6=\275\233n\214\331\273\342\357\321\000\037\337o2\346\331Uk\262r\356\321@\262\002 \007\313\204\262\335&\240_\333\227\014t\207s\365a\374Uh:\306\252\234\214\250\303Qv\377\237\233\307" > > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:32.348 PST [gossip/gossip] handleMessage -> DEBU 3c8 Exiting 2018-01-06 13:46:32.348 PST [gossip/discovery] handleMsgFromComm -> DEBU 3c9 Got message: GossipMessage: tag:EMPTY mem_req:]a\3320x6=\275\233n\214\331\273\342\357\321\000\037\337o2\346\331Uk\262r\356\321@\262\002 \007\313\204\262\335&\240_\333\227\014t\207s\365a\374Uh:\306\252\234\214\250\303Qv\377\237\233\307" > > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:32.348 PST [gossip/discovery] handleAliveMessage -> DEBU 3ca Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:32.348 PST [gossip/gossip] ValidateAliveMsg -> DEBU 3cb Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:32.478 PST [gossip/discovery] learnExistingMembers -> DEBU 3cc Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:32.478 PST [gossip/discovery] learnExistingMembers -> DEBU 3cd updating membership: timestamp: 2018-01-06 13:46:32.478 PST [gossip/discovery] learnExistingMembers -> DEBU 3ce Updating aliveness data: membership: timestamp: 2018-01-06 13:46:32.478 PST [gossip/discovery] learnExistingMembers -> DEBU 3cf Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:32.478 PST [gossip/discovery] learnExistingMembers -> DEBU 3d0 Exiting 2018-01-06 13:46:32.478 PST [gossip/discovery] handleAliveMessage -> DEBU 3d1 Exiting 2018-01-06 13:46:32.478 PST [gossip/discovery] handleMsgFromComm -> DEBU 3d2 Exiting 2018-01-06 13:46:32.478 PST [gossip/discovery] sendMemResponse -> DEBU 3d3 Entering pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" 2018-01-06 13:46:32.574 PST [gossip/comm] Send -> DEBU 3d4 Entering, sending GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:32.574 PST [gossip/discovery] sendMemResponse -> DEBU 3d5 Exiting, replying with alive:]a\3320x6=\275\233n\214\331\273\342\357\321\000\037\337o2\346\331Uk\262r\356\321@\262\002 \007\313\204\262\335&\240_\333\227\014t\207s\365a\374Uh:\306\252\234\214\250\303Qv\377\237\233\307" > > alive: > 2018-01-06 13:46:32.574 PST [gossip/comm] sendToEndpoint -> DEBU 3d6 Entering, Sending to , msg: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes 2018-01-06 13:46:32.574 PST [gossip/comm] sendToEndpoint -> DEBU 3d7 Exiting 2018-01-06 13:46:32.876 PST [gossip/gossip] handleMessage -> DEBU 3d8 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" channel_MAC:"\332\203oP\224\317|\242P\317\335\273y\325\225 \036%\346Y%\341i\261N\274\205\210\020t\332x" > , Envelope: 105 bytes, Signature: 71 bytes 2018-01-06 13:46:32.983 PST [gossip/gossip] handleMessage -> DEBU 3d9 Exiting 2018-01-06 13:46:33.026 PST [gossip/comm] Send -> DEBU 3da Entering, sending GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" channel_MAC:"\332\203oP\224\317|\242P\317\335\273y\325\225 \036%\346Y%\341i\261N\274\205\210\020t\332x" > , Envelope: 105 bytes, Signature: 71 bytes to 1 peers 2018-01-06 13:46:33.026 PST [gossip/comm] sendToEndpoint -> DEBU 3db Entering, Sending to localhost:7151 , msg: GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" channel_MAC:"\332\203oP\224\317|\242P\317\335\273y\325\225 \036%\346Y%\341i\261N\274\205\210\020t\332x" > , Envelope: 105 bytes, Signature: 71 bytes 2018-01-06 13:46:33.026 PST [gossip/comm] sendToEndpoint -> DEBU 3dc Exiting 2018-01-06 13:46:33.146 PST [gossip/gossip] handleMessage -> DEBU 3dd Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:33.211 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 3de Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:33.211 PST [policies] GetPolicy -> DEBU 3df Returning policy Application/Readers for evaluation 2018-01-06 13:46:33.211 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 3e0 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:33.211 PST [cauthdsl] func1 -> DEBU 3e1 0xc4201543d8 gate 1515275193211353752 evaluation starts 2018-01-06 13:46:33.211 PST [cauthdsl] func2 -> DEBU 3e2 0xc4201543d8 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:33.211 PST [cauthdsl] func2 -> DEBU 3e3 0xc4201543d8 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:33.279 PST [cauthdsl] func2 -> DEBU 3e4 0xc4201543d8 principal matched by identity 0 2018-01-06 13:46:33.279 PST [cauthdsl] func2 -> DEBU 3e5 0xc4201543d8 principal evaluation succeeds for identity 0 2018-01-06 13:46:33.279 PST [cauthdsl] func1 -> DEBU 3e6 0xc4201543d8 gate 1515275193211353752 evaluation succeeds 2018-01-06 13:46:33.312 PST [gossip/pull] HandleMessage -> DEBU 3e7 GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:33.312 PST [gossip/gossip] handleMessage -> DEBU 3e8 Exiting 2018-01-06 13:46:33.312 PST [gossip/gossip] handleMessage -> DEBU 3e9 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:33.312 PST [gossip/pull] HandleMessage -> DEBU 3ea GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:33.312 PST [gossip/gossip] handleMessage -> DEBU 3eb Exiting 2018-01-06 13:46:34.357 PST [gossip/pull] Hello -> DEBU 3ec Sending IDENTITY_MSG hello to localhost:7151 2018-01-06 13:46:34.357 PST [gossip/comm] Send -> DEBU 3ed Entering, sending GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:34.357 PST [gossip/comm] sendToEndpoint -> DEBU 3ee Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:34.358 PST [gossip/comm] sendToEndpoint -> DEBU 3ef Exiting 2018-01-06 13:46:34.397 PST [gossip/gossip] handleMessage -> DEBU 3f0 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_dig: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:34.397 PST [gossip/pull] HandleMessage -> DEBU 3f1 GossipMessage: tag:EMPTY data_dig: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:34.397 PST [gossip/gossip] handleMessage -> DEBU 3f2 Exiting 2018-01-06 13:46:34.530 PST [gossip/comm] Send -> DEBU 3f3 Entering, sending GossipMessage: tag:EMPTY mem_req: > > , Envelope: 230 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:34.530 PST [gossip/comm] sendToEndpoint -> DEBU 3f4 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY mem_req: > > , Envelope: 230 bytes, Signature: 0 bytes 2018-01-06 13:46:34.530 PST [gossip/comm] sendToEndpoint -> DEBU 3f5 Exiting 2018-01-06 13:46:34.761 PST [gossip/gossip] handleMessage -> DEBU 3f6 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:34.761 PST [gossip/gossip] handleMessage -> DEBU 3f7 Exiting 2018-01-06 13:46:34.761 PST [gossip/discovery] handleMsgFromComm -> DEBU 3f8 Got message: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:34.761 PST [gossip/discovery] handleAliveMessage -> DEBU 3f9 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:34.761 PST [gossip/gossip] ValidateAliveMsg -> DEBU 3fa Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:34.890 PST [gossip/discovery] handleAliveMessage -> DEBU 3fb Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:34.890 PST [gossip/discovery] handleAliveMessage -> DEBU 3fc Exiting 2018-01-06 13:46:34.890 PST [gossip/discovery] handleAliveMessage -> DEBU 3fd Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:34.890 PST [gossip/gossip] ValidateAliveMsg -> DEBU 3fe Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:35.024 PST [gossip/discovery] learnExistingMembers -> DEBU 3ff Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:35.024 PST [gossip/discovery] learnExistingMembers -> DEBU 400 updating membership: timestamp: 2018-01-06 13:46:35.024 PST [gossip/discovery] learnExistingMembers -> DEBU 401 Updating aliveness data: membership: timestamp: 2018-01-06 13:46:35.024 PST [gossip/discovery] learnExistingMembers -> DEBU 402 Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:35.024 PST [gossip/discovery] learnExistingMembers -> DEBU 403 Exiting 2018-01-06 13:46:35.024 PST [gossip/discovery] handleAliveMessage -> DEBU 404 Exiting 2018-01-06 13:46:35.024 PST [gossip/discovery] handleMsgFromComm -> DEBU 405 Exiting 2018-01-06 13:46:35.053 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 406 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:35.053 PST [policies] GetPolicy -> DEBU 407 Returning policy Application/Readers for evaluation 2018-01-06 13:46:35.053 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 408 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:35.053 PST [cauthdsl] func1 -> DEBU 409 0xc4205dc0a0 gate 1515275195053546567 evaluation starts 2018-01-06 13:46:35.053 PST [cauthdsl] func2 -> DEBU 40a 0xc4205dc0a0 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:35.053 PST [cauthdsl] func2 -> DEBU 40b 0xc4205dc0a0 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:35.117 PST [cauthdsl] func2 -> DEBU 40c 0xc4205dc0a0 principal matched by identity 0 2018-01-06 13:46:35.117 PST [cauthdsl] func2 -> DEBU 40d 0xc4205dc0a0 principal evaluation succeeds for identity 0 2018-01-06 13:46:35.117 PST [cauthdsl] func1 -> DEBU 40e 0xc4205dc0a0 gate 1515275195053546567 evaluation succeeds 2018-01-06 13:46:35.149 PST [gossip/pull] Hello -> DEBU 40f Sending BLOCK_MSG hello to localhost:7151 2018-01-06 13:46:35.181 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 410 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:35.181 PST [policies] GetPolicy -> DEBU 411 Returning policy Application/Readers for evaluation 2018-01-06 13:46:35.181 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 412 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:35.181 PST [cauthdsl] func1 -> DEBU 413 0xc4205dc0e8 gate 1515275195181221349 evaluation starts 2018-01-06 13:46:35.181 PST [cauthdsl] func2 -> DEBU 414 0xc4205dc0e8 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:35.181 PST [cauthdsl] func2 -> DEBU 415 0xc4205dc0e8 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:35.243 PST [cauthdsl] func2 -> DEBU 416 0xc4205dc0e8 principal matched by identity 0 2018-01-06 13:46:35.243 PST [cauthdsl] func2 -> DEBU 417 0xc4205dc0e8 principal evaluation succeeds for identity 0 2018-01-06 13:46:35.243 PST [cauthdsl] func1 -> DEBU 418 0xc4205dc0e8 gate 1515275195181221349 evaluation succeeds 2018-01-06 13:46:35.275 PST [gossip/comm] Send -> DEBU 419 Entering, sending GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:35.275 PST [gossip/comm] sendToEndpoint -> DEBU 41a Entering, Sending to localhost:7151 , msg: GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes 2018-01-06 13:46:35.275 PST [gossip/comm] sendToEndpoint -> DEBU 41b Exiting 2018-01-06 13:46:35.358 PST [gossip/pull] SendReq -> DEBU 41c Sending tag:EMPTY data_req: to localhost:7151 2018-01-06 13:46:35.358 PST [gossip/comm] Send -> DEBU 41d Entering, sending GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:35.358 PST [gossip/comm] sendToEndpoint -> DEBU 41e Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:35.358 PST [gossip/comm] sendToEndpoint -> DEBU 41f Exiting 2018-01-06 13:46:36.247 PST [gossip/gossip] handleMessage -> DEBU 420 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:36.247 PST [gossip/pull] HandleMessage -> DEBU 421 GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:36.282 PST [gossip/pull] SendDigest -> DEBU 422 Sending IDENTITY_MSG digest: [XZ,üòƒÅ£ào4F[˜®ÀV2rÒ‘ëñã Ù·£š] to 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] 2018-01-06 13:46:36.282 PST [gossip/gossip] handleMessage -> DEBU 423 Exiting 2018-01-06 13:46:36.359 PST [gossip/discovery] periodicalSendAlive -> DEBU 424 Sleeping 10s 2018-01-06 13:46:36.402 PST [gossip/gossip] handleMessage -> DEBU 425 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY mem_req: > > , Envelope: 228 bytes, Signature: 0 bytes 2018-01-06 13:46:36.403 PST [gossip/gossip] handleMessage -> DEBU 426 Exiting 2018-01-06 13:46:36.403 PST [gossip/discovery] handleMsgFromComm -> DEBU 427 Got message: GossipMessage: tag:EMPTY mem_req: > > , Envelope: 228 bytes, Signature: 0 bytes 2018-01-06 13:46:36.403 PST [gossip/discovery] handleAliveMessage -> DEBU 428 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:36.403 PST [gossip/gossip] ValidateAliveMsg -> DEBU 429 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:36.453 PST [gossip/comm] Send -> DEBU 42a Entering, sending GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes to 1 peers 2018-01-06 13:46:36.453 PST [gossip/comm] sendToEndpoint -> DEBU 42b Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:36.453 PST [gossip/comm] sendToEndpoint -> DEBU 42c Exiting 2018-01-06 13:46:36.550 PST [gossip/discovery] learnExistingMembers -> DEBU 42d Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:36.550 PST [gossip/discovery] learnExistingMembers -> DEBU 42e updating membership: timestamp: 2018-01-06 13:46:36.550 PST [gossip/discovery] learnExistingMembers -> DEBU 42f Updating aliveness data: membership: timestamp: 2018-01-06 13:46:36.550 PST [gossip/discovery] learnExistingMembers -> DEBU 430 Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:36.550 PST [gossip/discovery] learnExistingMembers -> DEBU 431 Exiting 2018-01-06 13:46:36.550 PST [gossip/discovery] handleAliveMessage -> DEBU 432 Exiting 2018-01-06 13:46:36.550 PST [gossip/discovery] handleMsgFromComm -> DEBU 433 Exiting 2018-01-06 13:46:36.550 PST [gossip/discovery] sendMemResponse -> DEBU 434 Entering pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" 2018-01-06 13:46:36.651 PST [gossip/comm] Send -> DEBU 435 Entering, sending GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 452 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:36.651 PST [gossip/discovery] sendMemResponse -> DEBU 436 Exiting, replying with alive: > alive: > 2018-01-06 13:46:36.652 PST [gossip/comm] sendToEndpoint -> DEBU 437 Entering, Sending to , msg: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 452 bytes, Signature: 0 bytes 2018-01-06 13:46:36.652 PST [gossip/comm] sendToEndpoint -> DEBU 438 Exiting 2018-01-06 13:46:36.819 PST [gossip/gossip] handleMessage -> DEBU 439 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:36.819 PST [gossip/gossip] ValidateAliveMsg -> DEBU 43a Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:36.954 PST [gossip/gossip] handleMessage -> DEBU 43b Exiting 2018-01-06 13:46:36.954 PST [gossip/discovery] handleMsgFromComm -> DEBU 43c Got message: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:36.954 PST [gossip/discovery] handleAliveMessage -> DEBU 43d Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:36.954 PST [gossip/gossip] ValidateAliveMsg -> DEBU 43e Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:37.008 PST [gossip/comm] Send -> DEBU 43f Entering, sending GossipMessage: tag:CHAN_OR_ORG state_info_pull_req: , Envelope: 39 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:37.009 PST [gossip/comm] sendToEndpoint -> DEBU 440 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:CHAN_OR_ORG state_info_pull_req: , Envelope: 39 bytes, Signature: 0 bytes 2018-01-06 13:46:37.009 PST [gossip/comm] sendToEndpoint -> DEBU 441 Exiting 2018-01-06 13:46:37.084 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 442 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:37.084 PST [policies] GetPolicy -> DEBU 443 Returning policy Application/Readers for evaluation 2018-01-06 13:46:37.084 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 444 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:37.084 PST [cauthdsl] func1 -> DEBU 445 0xc42000e068 gate 1515275197084891482 evaluation starts 2018-01-06 13:46:37.084 PST [cauthdsl] func2 -> DEBU 446 0xc42000e068 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:37.084 PST [cauthdsl] func2 -> DEBU 447 0xc42000e068 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:37.103 PST [gossip/gossip] handleMessage -> DEBU 448 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG leadership_msg: is_declaration:true > , Envelope: 71 bytes, Signature: 71 bytes 2018-01-06 13:46:37.120 PST [gossip/discovery] handleAliveMessage -> DEBU 449 Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:37.120 PST [gossip/discovery] handleAliveMessage -> DEBU 44a Exiting 2018-01-06 13:46:37.120 PST [gossip/discovery] handleMsgFromComm -> DEBU 44b Exiting 2018-01-06 13:46:37.184 PST [cauthdsl] func2 -> DEBU 44c 0xc42000e068 principal matched by identity 0 2018-01-06 13:46:37.184 PST [cauthdsl] func2 -> DEBU 44d 0xc42000e068 principal evaluation succeeds for identity 0 2018-01-06 13:46:37.184 PST [cauthdsl] func1 -> DEBU 44e 0xc42000e068 gate 1515275197084891482 evaluation succeeds 2018-01-06 13:46:37.213 PST [gossip/comm] Send -> DEBU 44f Entering, sending GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes to 1 peers 2018-01-06 13:46:37.213 PST [gossip/comm] sendToEndpoint -> DEBU 450 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:37.213 PST [gossip/comm] sendToEndpoint -> DEBU 451 Exiting 2018-01-06 13:46:37.223 PST [gossip/gossip] handleMessage -> DEBU 452 Exiting 2018-01-06 13:46:37.223 PST [gossip/gossip] handleMessage -> DEBU 453 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: simple-channel, nonce: 0, tag: CHAN_OR_ORG StateInfoSnapshot with 2 items, Envelope: 387 bytes, Signature: 0 bytes 2018-01-06 13:46:37.223 PST [gossip/election] handleMessage -> DEBU 454 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us declaration 2018-01-06 13:46:37.223 PST [gossip/election] IsLeader -> DEBU 455 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning false 2018-01-06 13:46:37.466 PST [gossip/gossip] handleMessage -> DEBU 456 Exiting 2018-01-06 13:46:37.466 PST [gossip/gossip] handleMessage -> DEBU 457 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:37.466 PST [gossip/pull] HandleMessage -> DEBU 458 GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:37.466 PST [gossip/gossip] handleMessage -> DEBU 459 Exiting 2018-01-06 13:46:37.466 PST [gossip/gossip] handleMessage -> DEBU 45a Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes 2018-01-06 13:46:37.530 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 45b Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:37.530 PST [policies] GetPolicy -> DEBU 45c Returning policy Application/Readers for evaluation 2018-01-06 13:46:37.530 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 45d Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:37.530 PST [cauthdsl] func1 -> DEBU 45e 0xc42000e060 gate 1515275197530518500 evaluation starts 2018-01-06 13:46:37.530 PST [cauthdsl] func2 -> DEBU 45f 0xc42000e060 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:37.530 PST [cauthdsl] func2 -> DEBU 460 0xc42000e060 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:37.596 PST [cauthdsl] func2 -> DEBU 461 0xc42000e060 principal matched by identity 0 2018-01-06 13:46:37.596 PST [cauthdsl] func2 -> DEBU 462 0xc42000e060 principal evaluation succeeds for identity 0 2018-01-06 13:46:37.596 PST [cauthdsl] func1 -> DEBU 463 0xc42000e060 gate 1515275197530518500 evaluation succeeds 2018-01-06 13:46:37.629 PST [gossip/pull] HandleMessage -> DEBU 464 GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes 2018-01-06 13:46:37.629 PST [gossip/gossip] handleMessage -> DEBU 465 Exiting 2018-01-06 13:46:38.358 PST [gossip/pull] Hello -> DEBU 466 Sending IDENTITY_MSG hello to localhost:7151 2018-01-06 13:46:38.358 PST [gossip/comm] Send -> DEBU 467 Entering, sending GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:38.358 PST [gossip/comm] sendToEndpoint -> DEBU 468 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:38.359 PST [gossip/comm] sendToEndpoint -> DEBU 469 Exiting 2018-01-06 13:46:38.423 PST [gossip/gossip] handleMessage -> DEBU 46a Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_dig: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:38.423 PST [gossip/pull] HandleMessage -> DEBU 46b GossipMessage: tag:EMPTY data_dig: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:38.423 PST [gossip/gossip] handleMessage -> DEBU 46c Exiting 2018-01-06 13:46:38.593 PST [gossip/comm] Send -> DEBU 46d Entering, sending GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:38.593 PST [gossip/comm] sendToEndpoint -> DEBU 46e Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:38.593 PST [gossip/comm] sendToEndpoint -> DEBU 46f Exiting 2018-01-06 13:46:38.819 PST [gossip/gossip] handleMessage -> DEBU 470 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:38.820 PST [gossip/gossip] handleMessage -> DEBU 471 Exiting 2018-01-06 13:46:38.820 PST [gossip/discovery] handleMsgFromComm -> DEBU 472 Got message: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:38.820 PST [gossip/discovery] handleAliveMessage -> DEBU 473 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:38.820 PST [gossip/gossip] ValidateAliveMsg -> DEBU 474 Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:38.948 PST [gossip/discovery] handleAliveMessage -> DEBU 475 Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:38.948 PST [gossip/discovery] handleAliveMessage -> DEBU 476 Exiting 2018-01-06 13:46:38.948 PST [gossip/discovery] handleAliveMessage -> DEBU 477 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:38.948 PST [gossip/gossip] ValidateAliveMsg -> DEBU 478 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:39.080 PST [gossip/discovery] learnExistingMembers -> DEBU 479 Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes]} 2018-01-06 13:46:39.080 PST [gossip/discovery] learnExistingMembers -> DEBU 47a updating membership: timestamp: 2018-01-06 13:46:39.080 PST [gossip/discovery] learnExistingMembers -> DEBU 47b Updating aliveness data: membership: timestamp: 2018-01-06 13:46:39.080 PST [gossip/discovery] learnExistingMembers -> DEBU 47c Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:39.080 PST [gossip/discovery] learnExistingMembers -> DEBU 47d Exiting 2018-01-06 13:46:39.080 PST [gossip/discovery] handleAliveMessage -> DEBU 47e Exiting 2018-01-06 13:46:39.080 PST [gossip/discovery] handleMsgFromComm -> DEBU 47f Exiting 2018-01-06 13:46:39.340 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 480 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:39.340 PST [policies] GetPolicy -> DEBU 481 Returning policy Application/Readers for evaluation 2018-01-06 13:46:39.340 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 482 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:39.340 PST [cauthdsl] func1 -> DEBU 483 0xc4205dc0a0 gate 1515275199340957702 evaluation starts 2018-01-06 13:46:39.340 PST [cauthdsl] func2 -> DEBU 484 0xc4205dc0a0 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:39.340 PST [cauthdsl] func2 -> DEBU 485 0xc4205dc0a0 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:39.359 PST [gossip/pull] SendReq -> DEBU 486 Sending tag:EMPTY data_req: to localhost:7151 2018-01-06 13:46:39.359 PST [gossip/comm] Send -> DEBU 487 Entering, sending GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:39.359 PST [gossip/comm] sendToEndpoint -> DEBU 488 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:39.359 PST [gossip/comm] sendToEndpoint -> DEBU 489 Exiting 2018-01-06 13:46:39.393 PST [gossip/gossip] handleMessage -> DEBU 48a Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: , nonce: 0, tag: EMPTY DataUpdate: Type: IDENTITY_MSG, items: 1, nonce: 16563331562250479607, Envelope: 1086 bytes, Signature: 0 bytes 2018-01-06 13:46:39.412 PST [cauthdsl] func2 -> DEBU 48b 0xc4205dc0a0 principal matched by identity 0 2018-01-06 13:46:39.412 PST [cauthdsl] func2 -> DEBU 48c 0xc4205dc0a0 principal evaluation succeeds for identity 0 2018-01-06 13:46:39.412 PST [cauthdsl] func1 -> DEBU 48d 0xc4205dc0a0 gate 1515275199340957702 evaluation succeeds 2018-01-06 13:46:39.447 PST [gossip/pull] Hello -> DEBU 48e Sending BLOCK_MSG hello to localhost:7151 2018-01-06 13:46:39.483 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 48f Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:39.483 PST [policies] GetPolicy -> DEBU 490 Returning policy Application/Readers for evaluation 2018-01-06 13:46:39.483 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 491 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:39.483 PST [cauthdsl] func1 -> DEBU 492 0xc4201543c8 gate 1515275199483957865 evaluation starts 2018-01-06 13:46:39.484 PST [cauthdsl] func2 -> DEBU 493 0xc4201543c8 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:39.484 PST [cauthdsl] func2 -> DEBU 494 0xc4201543c8 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:39.551 PST [gossip/pull] HandleMessage -> DEBU 495 GossipMessage: Channel: , nonce: 0, tag: EMPTY DataUpdate: Type: IDENTITY_MSG, items: 1, nonce: 16563331562250479607, Envelope: 1086 bytes, Signature: 0 bytes 2018-01-06 13:46:39.573 PST [cauthdsl] func2 -> DEBU 496 0xc4201543c8 principal matched by identity 0 2018-01-06 13:46:39.573 PST [cauthdsl] func2 -> DEBU 497 0xc4201543c8 principal evaluation succeeds for identity 0 2018-01-06 13:46:39.573 PST [cauthdsl] func1 -> DEBU 498 0xc4201543c8 gate 1515275199483957865 evaluation succeeds 2018-01-06 13:46:39.619 PST [gossip/comm] Send -> DEBU 499 Entering, sending GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:39.619 PST [gossip/comm] sendToEndpoint -> DEBU 49a Entering, Sending to localhost:7151 , msg: GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:39.619 PST [gossip/comm] sendToEndpoint -> DEBU 49b Exiting 2018-01-06 13:46:39.634 PST [gossip/gossip] func2 -> INFO 49c Learned of a new certificate: [10 7 111 114 103 48 77 83 80 18 166 7 45 45 45 45 45 66 69 71 73 78 32 45 45 45 45 45 10 77 73 73 67 108 68 67 67 65 102 87 103 65 119 73 66 65 103 73 85 83 66 84 97 82 77 43 101 82 114 119 78 101 90 106 69 88 75 90 47 54 103 76 121 117 47 99 119 67 103 89 73 75 111 90 73 122 106 48 69 65 119 81 119 10 102 84 69 76 77 65 107 71 65 49 85 69 66 104 77 67 86 86 77 120 67 122 65 74 66 103 78 86 66 65 103 77 65 107 78 66 77 82 73 119 69 65 89 68 86 81 81 75 68 65 108 88 98 50 86 105 90 87 100 118 98 109 85 120 10 72 84 65 98 66 103 78 86 66 65 115 77 70 71 57 121 90 122 65 103 83 87 53 48 90 88 74 116 90 87 82 112 89 88 82 108 73 69 78 66 77 82 73 119 69 65 89 68 86 81 81 68 68 65 108 115 98 50 78 104 98 71 104 118 10 99 51 81 120 71 106 65 89 66 103 107 113 104 107 105 71 57 119 48 66 67 81 69 87 67 50 78 104 81 71 57 121 90 122 65 117 89 50 57 116 77 66 52 88 68 84 69 52 77 68 69 119 78 106 73 120 77 122 89 119 77 70 111 88 10 68 84 69 53 77 68 69 119 78 106 73 120 77 122 89 119 77 70 111 119 88 84 69 76 77 65 107 71 65 49 85 69 66 104 77 67 86 86 77 120 70 122 65 86 66 103 78 86 66 65 103 84 68 107 53 118 99 110 82 111 73 69 78 104 10 99 109 57 115 97 87 53 104 77 82 81 119 69 103 89 68 86 81 81 75 69 119 116 73 101 88 66 108 99 109 120 108 90 71 100 108 99 106 69 80 77 65 48 71 65 49 85 69 67 120 77 71 82 109 70 105 99 109 108 106 77 81 52 119 10 68 65 89 68 86 81 81 68 69 119 86 119 90 87 86 121 77 84 66 90 77 66 77 71 66 121 113 71 83 77 52 57 65 103 69 71 67 67 113 71 83 77 52 57 65 119 69 72 65 48 73 65 66 65 48 114 78 122 67 102 66 100 83 108 10 52 52 90 122 122 100 51 65 80 85 81 84 117 69 101 87 119 47 70 57 108 80 99 50 65 53 68 116 120 117 69 66 69 74 113 122 106 71 76 100 88 82 88 43 71 122 43 55 105 79 86 109 108 98 77 68 117 82 102 103 57 70 106 122 10 105 122 81 72 122 115 43 109 119 57 97 106 99 122 66 120 77 65 52 71 65 49 85 100 68 119 69 66 47 119 81 69 65 119 73 72 103 68 65 77 66 103 78 86 72 82 77 66 65 102 56 69 65 106 65 65 77 66 48 71 65 49 85 100 10 68 103 81 87 66 66 81 76 115 65 119 111 77 87 109 54 99 80 99 112 76 69 121 121 114 70 57 103 120 122 88 72 89 106 65 102 66 103 78 86 72 83 77 69 71 68 65 87 103 66 82 106 51 66 100 83 54 107 81 73 69 49 84 112 10 78 72 116 99 105 101 90 98 73 67 50 55 84 106 65 82 66 103 78 86 72 82 69 69 67 106 65 73 103 103 90 122 98 87 70 122 97 72 107 119 67 103 89 73 75 111 90 73 122 106 48 69 65 119 81 68 103 89 119 65 77 73 71 73 10 65 107 73 66 77 54 120 101 79 78 71 104 75 71 66 112 57 115 86 112 49 108 112 78 79 67 66 103 86 110 54 66 49 43 85 76 114 89 69 87 84 75 117 122 84 120 82 85 68 43 71 81 114 105 55 81 84 70 54 122 68 86 76 47 10 115 71 101 99 90 112 100 49 80 78 54 80 90 103 67 68 114 75 48 100 87 84 50 52 52 47 111 67 81 103 68 49 86 111 108 105 52 83 112 112 76 99 68 53 77 83 87 117 85 56 100 99 68 65 118 75 65 55 50 101 108 108 50 108 10 80 77 49 106 115 122 108 88 107 52 118 77 51 119 86 80 71 120 68 72 56 76 100 57 114 90 119 105 66 106 104 78 76 71 99 74 120 66 117 65 81 100 103 90 69 106 121 89 111 112 55 109 70 119 61 61 10 45 45 45 45 45 69 78 68 32 45 45 45 45 45 10] 2018-01-06 13:46:39.634 PST [gossip/gossip] handleMessage -> DEBU 49d Exiting 2018-01-06 13:46:40.247 PST [gossip/gossip] handleMessage -> DEBU 49e Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:40.248 PST [gossip/pull] HandleMessage -> DEBU 49f GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:40.344 PST [gossip/pull] SendDigest -> DEBU 4a0 Sending IDENTITY_MSG digest: [XZ,üòƒÅ£ào4F[˜®ÀV2rÒ‘ëñã Ù·£š º¿2ù[‰¦¬öwÌ’Ì{JÉ’5›Þ°±i¼EíL] to 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] 2018-01-06 13:46:40.345 PST [gossip/gossip] handleMessage -> DEBU 4a1 Exiting 2018-01-06 13:46:40.345 PST [gossip/gossip] handleMessage -> DEBU 4a2 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:40.345 PST [gossip/gossip] ValidateAliveMsg -> DEBU 4a3 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:40.477 PST [gossip/gossip] handleMessage -> DEBU 4a4 Exiting 2018-01-06 13:46:40.477 PST [gossip/gossip] handleMessage -> DEBU 4a5 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:40.477 PST [gossip/discovery] handleMsgFromComm -> DEBU 4a6 Got message: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:40.477 PST [gossip/discovery] handleAliveMessage -> DEBU 4a7 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:40.477 PST [gossip/gossip] ValidateAliveMsg -> DEBU 4a8 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:40.612 PST [gossip/discovery] learnExistingMembers -> DEBU 4a9 Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:40.612 PST [gossip/discovery] learnExistingMembers -> DEBU 4aa updating membership: timestamp: 2018-01-06 13:46:40.612 PST [gossip/discovery] learnExistingMembers -> DEBU 4ab Updating aliveness data: membership: timestamp: 2018-01-06 13:46:40.612 PST [gossip/discovery] learnExistingMembers -> DEBU 4ac Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes in aliveMembership 2018-01-06 13:46:40.612 PST [gossip/discovery] learnExistingMembers -> DEBU 4ad Exiting 2018-01-06 13:46:40.612 PST [gossip/discovery] handleAliveMessage -> DEBU 4ae Exiting 2018-01-06 13:46:40.612 PST [gossip/discovery] handleMsgFromComm -> DEBU 4af Exiting 2018-01-06 13:46:40.612 PST [gossip/gossip] handleMessage -> DEBU 4b1 Exiting 2018-01-06 13:46:40.612 PST [gossip/discovery] handleMsgFromComm -> DEBU 4b0 Got message: GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:40.612 PST [gossip/discovery] handleAliveMessage -> DEBU 4b2 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:40.612 PST [gossip/gossip] ValidateAliveMsg -> DEBU 4b3 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:40.687 PST [gossip/comm] Send -> DEBU 4b4 Entering, sending GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes to 1 peers 2018-01-06 13:46:40.687 PST [gossip/comm] sendToEndpoint -> DEBU 4b5 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:40.687 PST [gossip/comm] sendToEndpoint -> DEBU 4b6 Exiting 2018-01-06 13:46:40.748 PST [gossip/discovery] learnExistingMembers -> DEBU 4b7 Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:40.748 PST [gossip/discovery] learnExistingMembers -> DEBU 4b8 updating membership: timestamp: 2018-01-06 13:46:40.748 PST [gossip/discovery] learnExistingMembers -> DEBU 4b9 Updating aliveness data: membership: timestamp: 2018-01-06 13:46:40.748 PST [gossip/discovery] learnExistingMembers -> DEBU 4ba Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:40.748 PST [gossip/discovery] learnExistingMembers -> DEBU 4bb Exiting 2018-01-06 13:46:40.748 PST [gossip/discovery] handleAliveMessage -> DEBU 4bc Exiting 2018-01-06 13:46:40.748 PST [gossip/discovery] handleMsgFromComm -> DEBU 4bd Exiting 2018-01-06 13:46:40.748 PST [gossip/discovery] sendMemResponse -> DEBU 4be Entering pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" 2018-01-06 13:46:40.848 PST [gossip/comm] Send -> DEBU 4bf Entering, sending GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:40.848 PST [gossip/discovery] sendMemResponse -> DEBU 4c0 Exiting, replying with alive: > alive: > 2018-01-06 13:46:40.848 PST [gossip/comm] sendToEndpoint -> DEBU 4c1 Entering, Sending to , msg: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes 2018-01-06 13:46:40.849 PST [gossip/comm] sendToEndpoint -> DEBU 4c2 Exiting 2018-01-06 13:46:40.882 PST [gossip/gossip] handleMessage -> DEBU 4c3 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:CHAN_OR_ORG state_info_pull_req: , Envelope: 39 bytes, Signature: 0 bytes 2018-01-06 13:46:40.988 PST [gossip/gossip] handleMessage -> DEBU 4c4 Exiting 2018-01-06 13:46:41.069 PST [gossip/gossip] handleMessage -> DEBU 4c5 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:41.069 PST [gossip/gossip] ValidateAliveMsg -> DEBU 4c6 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:41.206 PST [gossip/gossip] handleMessage -> DEBU 4c7 Exiting 2018-01-06 13:46:41.206 PST [gossip/discovery] handleMsgFromComm -> DEBU 4c8 Got message: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:41.206 PST [gossip/discovery] handleMsgFromComm -> DEBU 4c9 Exiting 2018-01-06 13:46:41.248 PST [gossip/gossip] handleMessage -> DEBU 4ca Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:41.248 PST [gossip/pull] HandleMessage -> DEBU 4cb GossipMessage: tag:EMPTY data_req: , Envelope: 51 bytes, Signature: 0 bytes 2018-01-06 13:46:41.289 PST [gossip/gossip] handleMessage -> DEBU 4cc Exiting 2018-01-06 13:46:41.289 PST [gossip/pull] SendRes -> DEBU 4cd Sending 1 IDENTITY_MSG items to 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] 2018-01-06 13:46:41.711 PST [gossip/gossip] handleMessage -> DEBU 4ce Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes 2018-01-06 13:46:41.775 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 4cf Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:41.775 PST [policies] GetPolicy -> DEBU 4d0 Returning policy Application/Readers for evaluation 2018-01-06 13:46:41.775 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 4d1 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:41.775 PST [cauthdsl] func1 -> DEBU 4d2 0xc4201543b0 gate 1515275201775232850 evaluation starts 2018-01-06 13:46:41.775 PST [cauthdsl] func2 -> DEBU 4d3 0xc4201543b0 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:41.775 PST [cauthdsl] func2 -> DEBU 4d4 0xc4201543b0 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:41.839 PST [cauthdsl] func2 -> DEBU 4d5 0xc4201543b0 principal matched by identity 0 2018-01-06 13:46:41.839 PST [cauthdsl] func2 -> DEBU 4d6 0xc4201543b0 principal evaluation succeeds for identity 0 2018-01-06 13:46:41.839 PST [cauthdsl] func1 -> DEBU 4d7 0xc4201543b0 gate 1515275201775232850 evaluation succeeds 2018-01-06 13:46:41.871 PST [gossip/pull] HandleMessage -> DEBU 4d8 GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes 2018-01-06 13:46:41.871 PST [gossip/gossip] handleMessage -> DEBU 4d9 Exiting 2018-01-06 13:46:42.112 PST [gossip/gossip] handleMessage -> DEBU 4da Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG leadership_msg: is_declaration:true > , Envelope: 71 bytes, Signature: 71 bytes 2018-01-06 13:46:42.182 PST [gossip/election] follower -> DEBU 4db [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting 2018-01-06 13:46:42.182 PST [gossip/election] IsLeader -> DEBU 4dc [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning false 2018-01-06 13:46:42.182 PST [gossip/election] follower -> DEBU 4dd [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:42.209 PST [gossip/gossip] handleMessage -> DEBU 4de Exiting 2018-01-06 13:46:42.210 PST [gossip/election] handleMessage -> DEBU 4df [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us declaration 2018-01-06 13:46:42.210 PST [gossip/election] IsLeader -> DEBU 4e0 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning false 2018-01-06 13:46:42.359 PST [gossip/pull] Hello -> DEBU 4e1 Sending IDENTITY_MSG hello to localhost:7151 2018-01-06 13:46:42.359 PST [gossip/comm] Send -> DEBU 4e2 Entering, sending GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:42.359 PST [gossip/comm] sendToEndpoint -> DEBU 4e3 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes 2018-01-06 13:46:42.360 PST [gossip/comm] sendToEndpoint -> DEBU 4e4 Exiting 2018-01-06 13:46:42.465 PST [gossip/gossip] handleMessage -> DEBU 4e5 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_dig: , Envelope: 84 bytes, Signature: 0 bytes 2018-01-06 13:46:42.465 PST [gossip/pull] HandleMessage -> DEBU 4e6 GossipMessage: tag:EMPTY data_dig: , Envelope: 84 bytes, Signature: 0 bytes 2018-01-06 13:46:42.465 PST [gossip/gossip] handleMessage -> DEBU 4e7 Exiting 2018-01-06 13:46:42.655 PST [gossip/comm] Send -> DEBU 4e8 Entering, sending GossipMessage: tag:EMPTY mem_req:\017t\277\266M\373\222\270\250!I\324\203a)^E\021\343\262\361\327+\227W\210\200\2625\002 Zq?\001u\210\026w\205\030\206y[c\211\241\301'3L8\377~\2717\001M\320:\372\021y" > > > , Envelope: 228 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:42.655 PST [gossip/comm] sendToEndpoint -> DEBU 4e9 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY mem_req:\017t\277\266M\373\222\270\250!I\324\203a)^E\021\343\262\361\327+\227W\210\200\2625\002 Zq?\001u\210\026w\205\030\206y[c\211\241\301'3L8\377~\2717\001M\320:\372\021y" > > > , Envelope: 228 bytes, Signature: 0 bytes 2018-01-06 13:46:42.656 PST [gossip/comm] sendToEndpoint -> DEBU 4ea Exiting 2018-01-06 13:46:42.881 PST [gossip/gossip] handleMessage -> DEBU 4eb Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes 2018-01-06 13:46:42.881 PST [gossip/gossip] handleMessage -> DEBU 4ec Exiting 2018-01-06 13:46:42.881 PST [gossip/discovery] handleMsgFromComm -> DEBU 4ed Got message: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes 2018-01-06 13:46:42.881 PST [gossip/discovery] handleAliveMessage -> DEBU 4ee Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:42.881 PST [gossip/gossip] ValidateAliveMsg -> DEBU 4ef Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:43.011 PST [gossip/discovery] handleAliveMessage -> DEBU 4f0 Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:43.011 PST [gossip/discovery] handleAliveMessage -> DEBU 4f1 Exiting 2018-01-06 13:46:43.011 PST [gossip/discovery] handleAliveMessage -> DEBU 4f2 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:43.011 PST [gossip/gossip] ValidateAliveMsg -> DEBU 4f3 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:43.138 PST [gossip/discovery] learnExistingMembers -> DEBU 4f4 Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes]} 2018-01-06 13:46:43.138 PST [gossip/discovery] learnExistingMembers -> DEBU 4f5 updating membership: timestamp: 2018-01-06 13:46:43.138 PST [gossip/discovery] learnExistingMembers -> DEBU 4f6 Updating aliveness data: membership: timestamp: 2018-01-06 13:46:43.139 PST [gossip/discovery] learnExistingMembers -> DEBU 4f7 Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:43.139 PST [gossip/discovery] learnExistingMembers -> DEBU 4f8 Exiting 2018-01-06 13:46:43.139 PST [gossip/discovery] handleAliveMessage -> DEBU 4f9 Exiting 2018-01-06 13:46:43.139 PST [gossip/discovery] handleMsgFromComm -> DEBU 4fa Exiting 2018-01-06 13:46:43.652 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 4fb Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:43.652 PST [policies] GetPolicy -> DEBU 4fc Returning policy Application/Readers for evaluation 2018-01-06 13:46:43.652 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 4fd Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:43.652 PST [cauthdsl] func1 -> DEBU 4fe 0xc4205dc0b0 gate 1515275203652311446 evaluation starts 2018-01-06 13:46:43.652 PST [cauthdsl] func2 -> DEBU 4ff 0xc4205dc0b0 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:43.652 PST [cauthdsl] func2 -> DEBU 500 0xc4205dc0b0 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:43.713 PST [cauthdsl] func2 -> DEBU 501 0xc4205dc0b0 principal matched by identity 0 2018-01-06 13:46:43.713 PST [cauthdsl] func2 -> DEBU 502 0xc4205dc0b0 principal evaluation succeeds for identity 0 2018-01-06 13:46:43.714 PST [cauthdsl] func1 -> DEBU 503 0xc4205dc0b0 gate 1515275203652311446 evaluation succeeds 2018-01-06 13:46:43.745 PST [gossip/pull] Hello -> DEBU 504 Sending BLOCK_MSG hello to localhost:7151 2018-01-06 13:46:43.777 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 505 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:43.777 PST [policies] GetPolicy -> DEBU 506 Returning policy Application/Readers for evaluation 2018-01-06 13:46:43.777 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 507 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:43.777 PST [cauthdsl] func1 -> DEBU 508 0xc4201543b0 gate 1515275203777281257 evaluation starts 2018-01-06 13:46:43.777 PST [cauthdsl] func2 -> DEBU 509 0xc4201543b0 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:43.777 PST [cauthdsl] func2 -> DEBU 50a 0xc4201543b0 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:43.841 PST [cauthdsl] func2 -> DEBU 50b 0xc4201543b0 principal matched by identity 0 2018-01-06 13:46:43.841 PST [cauthdsl] func2 -> DEBU 50c 0xc4201543b0 principal evaluation succeeds for identity 0 2018-01-06 13:46:43.841 PST [cauthdsl] func1 -> DEBU 50d 0xc4201543b0 gate 1515275203777281257 evaluation succeeds 2018-01-06 13:46:43.873 PST [gossip/comm] Send -> DEBU 50e Entering, sending GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:43.874 PST [gossip/comm] sendToEndpoint -> DEBU 50f Entering, Sending to localhost:7151 , msg: GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:43.874 PST [gossip/comm] sendToEndpoint -> DEBU 510 Exiting 2018-01-06 13:46:44.248 PST [gossip/gossip] handleMessage -> DEBU 511 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:44.248 PST [gossip/pull] HandleMessage -> DEBU 512 GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:44.345 PST [gossip/pull] SendDigest -> DEBU 513 Sending IDENTITY_MSG digest: [XZ,üòƒÅ£ào4F[˜®ÀV2rÒ‘ëñã Ù·£š º¿2ù[‰¦¬öwÌ’Ì{JÉ’5›Þ°±i¼EíL] to 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] 2018-01-06 13:46:44.345 PST [gossip/gossip] handleMessage -> DEBU 514 Exiting 2018-01-06 13:46:44.499 PST [gossip/gossip] handleMessage -> DEBU 515 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY mem_req:\232V\001\241\371z\212h\312\360\221:2\236\002 L\374\247V\352\212\3249\200\305\323\002lQ\213\321\346\361\016C\300\206g\312\2458~5N9\213X" > > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:44.499 PST [gossip/gossip] handleMessage -> DEBU 516 Exiting 2018-01-06 13:46:44.499 PST [gossip/discovery] handleMsgFromComm -> DEBU 517 Got message: GossipMessage: tag:EMPTY mem_req:\232V\001\241\371z\212h\312\360\221:2\236\002 L\374\247V\352\212\3249\200\305\323\002lQ\213\321\346\361\016C\300\206g\312\2458~5N9\213X" > > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:44.499 PST [gossip/discovery] handleAliveMessage -> DEBU 518 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:44.499 PST [gossip/gossip] ValidateAliveMsg -> DEBU 519 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:44.627 PST [gossip/discovery] learnExistingMembers -> DEBU 51a Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:44.627 PST [gossip/discovery] learnExistingMembers -> DEBU 51b updating membership: timestamp: 2018-01-06 13:46:44.627 PST [gossip/discovery] learnExistingMembers -> DEBU 51c Updating aliveness data: membership: timestamp: 2018-01-06 13:46:44.627 PST [gossip/discovery] learnExistingMembers -> DEBU 51d Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes in aliveMembership 2018-01-06 13:46:44.627 PST [gossip/discovery] learnExistingMembers -> DEBU 51e Exiting 2018-01-06 13:46:44.627 PST [gossip/discovery] handleAliveMessage -> DEBU 51f Exiting 2018-01-06 13:46:44.627 PST [gossip/discovery] handleMsgFromComm -> DEBU 520 Exiting 2018-01-06 13:46:44.627 PST [gossip/discovery] sendMemResponse -> DEBU 521 Entering pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" 2018-01-06 13:46:44.726 PST [gossip/comm] Send -> DEBU 522 Entering, sending GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:44.726 PST [gossip/discovery] sendMemResponse -> DEBU 523 Exiting, replying with alive:\232V\001\241\371z\212h\312\360\221:2\236\002 L\374\247V\352\212\3249\200\305\323\002lQ\213\321\346\361\016C\300\206g\312\2458~5N9\213X" > > alive: > 2018-01-06 13:46:44.726 PST [gossip/comm] sendToEndpoint -> DEBU 524 Entering, Sending to , msg: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes 2018-01-06 13:46:44.726 PST [gossip/comm] sendToEndpoint -> DEBU 525 Exiting 2018-01-06 13:46:45.971 PST [gossip/gossip] handleMessage -> DEBU 526 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:46.036 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 527 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:46.036 PST [policies] GetPolicy -> DEBU 528 Returning policy Application/Readers for evaluation 2018-01-06 13:46:46.036 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 529 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:46.036 PST [cauthdsl] func1 -> DEBU 52a 0xc4201543c8 gate 1515275206036587043 evaluation starts 2018-01-06 13:46:46.036 PST [cauthdsl] func2 -> DEBU 52b 0xc4201543c8 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:46.036 PST [cauthdsl] func2 -> DEBU 52c 0xc4201543c8 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:46.099 PST [cauthdsl] func2 -> DEBU 52d 0xc4201543c8 principal matched by identity 0 2018-01-06 13:46:46.099 PST [cauthdsl] func2 -> DEBU 52e 0xc4201543c8 principal evaluation succeeds for identity 0 2018-01-06 13:46:46.099 PST [cauthdsl] func1 -> DEBU 52f 0xc4201543c8 gate 1515275206036587043 evaluation succeeds 2018-01-06 13:46:46.131 PST [gossip/pull] HandleMessage -> DEBU 530 GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:46.131 PST [gossip/gossip] handleMessage -> DEBU 531 Exiting 2018-01-06 13:46:46.360 PST [gossip/pull] Hello -> DEBU 532 Sending IDENTITY_MSG hello to localhost:7151 2018-01-06 13:46:46.360 PST [gossip/discovery] periodicalSendAlive -> DEBU 534 Sleeping 10s 2018-01-06 13:46:46.360 PST [gossip/comm] Send -> DEBU 533 Entering, sending GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:46.360 PST [gossip/comm] sendToEndpoint -> DEBU 535 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes 2018-01-06 13:46:46.361 PST [gossip/comm] sendToEndpoint -> DEBU 536 Exiting 2018-01-06 13:46:46.460 PST [gossip/gossip] handleMessage -> DEBU 537 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_dig: , Envelope: 84 bytes, Signature: 0 bytes 2018-01-06 13:46:46.460 PST [gossip/pull] HandleMessage -> DEBU 538 GossipMessage: tag:EMPTY data_dig: , Envelope: 84 bytes, Signature: 0 bytes 2018-01-06 13:46:46.460 PST [gossip/gossip] handleMessage -> DEBU 539 Exiting 2018-01-06 13:46:46.462 PST [gossip/comm] Send -> DEBU 53a Entering, sending GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes to 1 peers 2018-01-06 13:46:46.462 PST [gossip/comm] sendToEndpoint -> DEBU 53b Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:46.462 PST [gossip/comm] sendToEndpoint -> DEBU 53c Exiting 2018-01-06 13:46:46.695 PST [gossip/comm] Send -> DEBU 53d Entering, sending GossipMessage: tag:EMPTY mem_req:\220/4jH~$\031\307\241 Z\214\177\021\242" > > > , Envelope: 229 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:46.695 PST [gossip/comm] sendToEndpoint -> DEBU 53e Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY mem_req:\220/4jH~$\031\307\241 Z\214\177\021\242" > > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:46.696 PST [gossip/comm] sendToEndpoint -> DEBU 53f Exiting 2018-01-06 13:46:46.817 PST [gossip/gossip] handleMessage -> DEBU 540 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:46.817 PST [gossip/gossip] ValidateAliveMsg -> DEBU 541 Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:46.953 PST [gossip/gossip] handleMessage -> DEBU 542 Exiting 2018-01-06 13:46:46.953 PST [gossip/discovery] handleMsgFromComm -> DEBU 543 Got message: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:46.953 PST [gossip/discovery] handleAliveMessage -> DEBU 544 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:46.953 PST [gossip/gossip] ValidateAliveMsg -> DEBU 545 Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:46.995 PST [gossip/gossip] handleMessage -> DEBU 546 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:47.016 PST [gossip/comm] Send -> DEBU 547 Entering, sending GossipMessage: tag:CHAN_OR_ORG state_info_pull_req: , Envelope: 39 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:47.016 PST [gossip/comm] sendToEndpoint -> DEBU 548 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:CHAN_OR_ORG state_info_pull_req: , Envelope: 39 bytes, Signature: 0 bytes 2018-01-06 13:46:47.016 PST [gossip/comm] sendToEndpoint -> DEBU 549 Exiting 2018-01-06 13:46:47.104 PST [gossip/discovery] handleAliveMessage -> DEBU 54a Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:47.104 PST [gossip/discovery] handleAliveMessage -> DEBU 54b Exiting 2018-01-06 13:46:47.104 PST [gossip/discovery] handleMsgFromComm -> DEBU 54c Exiting 2018-01-06 13:46:47.104 PST [gossip/discovery] handleMsgFromComm -> DEBU 54d Got message: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:47.104 PST [gossip/discovery] handleAliveMessage -> DEBU 54e Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:47.104 PST [gossip/gossip] handleMessage -> DEBU 54f Exiting 2018-01-06 13:46:47.104 PST [gossip/gossip] ValidateAliveMsg -> DEBU 550 Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:47.124 PST [gossip/gossip] handleMessage -> DEBU 551 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG leadership_msg: is_declaration:true > , Envelope: 71 bytes, Signature: 70 bytes 2018-01-06 13:46:47.192 PST [gossip/comm] Send -> DEBU 552 Entering, sending GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes to 1 peers 2018-01-06 13:46:47.193 PST [gossip/comm] sendToEndpoint -> DEBU 553 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:47.193 PST [gossip/comm] sendToEndpoint -> DEBU 554 Exiting 2018-01-06 13:46:47.220 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 555 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:47.221 PST [policies] GetPolicy -> DEBU 556 Returning policy Application/Readers for evaluation 2018-01-06 13:46:47.221 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 557 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:47.221 PST [cauthdsl] func1 -> DEBU 558 0xc4205dc0c8 gate 1515275207221054811 evaluation starts 2018-01-06 13:46:47.221 PST [cauthdsl] func2 -> DEBU 559 0xc4205dc0c8 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:47.221 PST [cauthdsl] func2 -> DEBU 55a 0xc4205dc0c8 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:47.261 PST [gossip/gossip] handleMessage -> DEBU 55b Exiting 2018-01-06 13:46:47.261 PST [gossip/gossip] handleMessage -> DEBU 55c Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: simple-channel, nonce: 0, tag: CHAN_OR_ORG StateInfoSnapshot with 2 items, Envelope: 387 bytes, Signature: 0 bytes 2018-01-06 13:46:47.261 PST [gossip/election] handleMessage -> DEBU 55d [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us declaration 2018-01-06 13:46:47.261 PST [gossip/election] IsLeader -> DEBU 55e [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning false 2018-01-06 13:46:47.280 PST [gossip/discovery] handleAliveMessage -> DEBU 55f Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:47.280 PST [gossip/discovery] handleAliveMessage -> DEBU 560 Exiting 2018-01-06 13:46:47.280 PST [gossip/discovery] handleAliveMessage -> DEBU 561 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:47.280 PST [gossip/gossip] ValidateAliveMsg -> DEBU 562 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:47.316 PST [cauthdsl] func2 -> DEBU 563 0xc4205dc0c8 principal matched by identity 0 2018-01-06 13:46:47.316 PST [cauthdsl] func2 -> DEBU 564 0xc4205dc0c8 principal evaluation succeeds for identity 0 2018-01-06 13:46:47.316 PST [cauthdsl] func1 -> DEBU 565 0xc4205dc0c8 gate 1515275207221054811 evaluation succeeds 2018-01-06 13:46:47.442 PST [gossip/discovery] learnExistingMembers -> DEBU 566 Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes]} 2018-01-06 13:46:47.442 PST [gossip/discovery] learnExistingMembers -> DEBU 567 updating membership: timestamp: 2018-01-06 13:46:47.442 PST [gossip/discovery] learnExistingMembers -> DEBU 568 Updating aliveness data: membership: timestamp: 2018-01-06 13:46:47.442 PST [gossip/discovery] learnExistingMembers -> DEBU 569 Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:47.442 PST [gossip/discovery] learnExistingMembers -> DEBU 56a Exiting 2018-01-06 13:46:47.442 PST [gossip/discovery] handleAliveMessage -> DEBU 56b Exiting 2018-01-06 13:46:47.442 PST [gossip/discovery] handleMsgFromComm -> DEBU 56c Exiting 2018-01-06 13:46:47.531 PST [gossip/gossip] handleMessage -> DEBU 56d Exiting 2018-01-06 13:46:47.908 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 56e Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:47.908 PST [policies] GetPolicy -> DEBU 56f Returning policy Application/Readers for evaluation 2018-01-06 13:46:47.908 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 570 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:47.908 PST [cauthdsl] func1 -> DEBU 571 0xc420154398 gate 1515275207908779119 evaluation starts 2018-01-06 13:46:47.908 PST [cauthdsl] func2 -> DEBU 572 0xc420154398 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:47.908 PST [cauthdsl] func2 -> DEBU 573 0xc420154398 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:47.973 PST [cauthdsl] func2 -> DEBU 574 0xc420154398 principal matched by identity 0 2018-01-06 13:46:47.973 PST [cauthdsl] func2 -> DEBU 575 0xc420154398 principal evaluation succeeds for identity 0 2018-01-06 13:46:47.973 PST [cauthdsl] func1 -> DEBU 576 0xc420154398 gate 1515275207908779119 evaluation succeeds 2018-01-06 13:46:48.005 PST [gossip/pull] Hello -> DEBU 577 Sending BLOCK_MSG hello to localhost:7151 2018-01-06 13:46:48.038 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 578 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:48.038 PST [policies] GetPolicy -> DEBU 579 Returning policy Application/Readers for evaluation 2018-01-06 13:46:48.038 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 57a Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:48.038 PST [cauthdsl] func1 -> DEBU 57b 0xc4201543b0 gate 1515275208038082052 evaluation starts 2018-01-06 13:46:48.038 PST [cauthdsl] func2 -> DEBU 57c 0xc4201543b0 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:48.038 PST [cauthdsl] func2 -> DEBU 57d 0xc4201543b0 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:48.101 PST [cauthdsl] func2 -> DEBU 57e 0xc4201543b0 principal matched by identity 0 2018-01-06 13:46:48.101 PST [cauthdsl] func2 -> DEBU 57f 0xc4201543b0 principal evaluation succeeds for identity 0 2018-01-06 13:46:48.101 PST [cauthdsl] func1 -> DEBU 580 0xc4201543b0 gate 1515275208038082052 evaluation succeeds 2018-01-06 13:46:48.133 PST [gossip/comm] Send -> DEBU 581 Entering, sending GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:48.133 PST [gossip/comm] sendToEndpoint -> DEBU 582 Entering, Sending to localhost:7151 , msg: GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:48.134 PST [gossip/comm] sendToEndpoint -> DEBU 583 Exiting 2018-01-06 13:46:48.248 PST [gossip/gossip] handleMessage -> DEBU 584 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:48.248 PST [gossip/pull] HandleMessage -> DEBU 585 GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:48.315 PST [gossip/pull] SendDigest -> DEBU 586 Sending IDENTITY_MSG digest: [º¿2ù[‰¦¬öwÌ’Ì{JÉ’5›Þ°±i¼EíL XZ,üòƒÅ£ào4F[˜®ÀV2rÒ‘ëñã Ù·£š] to 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] 2018-01-06 13:46:48.315 PST [gossip/gossip] handleMessage -> DEBU 587 Exiting 2018-01-06 13:46:48.560 PST [gossip/gossip] handleMessage -> DEBU 588 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY mem_req:\002^\214,kL\r+\361J\3774\247\352\301M+" secret_envelope: > > , Envelope: 228 bytes, Signature: 0 bytes 2018-01-06 13:46:48.560 PST [gossip/gossip] handleMessage -> DEBU 589 Exiting 2018-01-06 13:46:48.560 PST [gossip/discovery] handleMsgFromComm -> DEBU 58a Got message: GossipMessage: tag:EMPTY mem_req:\002^\214,kL\r+\361J\3774\247\352\301M+" secret_envelope: > > , Envelope: 228 bytes, Signature: 0 bytes 2018-01-06 13:46:48.560 PST [gossip/discovery] handleAliveMessage -> DEBU 58b Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:48.560 PST [gossip/gossip] ValidateAliveMsg -> DEBU 58c Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:48.690 PST [gossip/discovery] learnExistingMembers -> DEBU 58d Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:48.691 PST [gossip/discovery] learnExistingMembers -> DEBU 58e updating membership: timestamp: 2018-01-06 13:46:48.691 PST [gossip/discovery] learnExistingMembers -> DEBU 58f Updating aliveness data: membership: timestamp: 2018-01-06 13:46:48.691 PST [gossip/discovery] learnExistingMembers -> DEBU 590 Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes in aliveMembership 2018-01-06 13:46:48.691 PST [gossip/discovery] learnExistingMembers -> DEBU 591 Exiting 2018-01-06 13:46:48.691 PST [gossip/discovery] handleAliveMessage -> DEBU 592 Exiting 2018-01-06 13:46:48.691 PST [gossip/discovery] handleMsgFromComm -> DEBU 593 Exiting 2018-01-06 13:46:48.691 PST [gossip/discovery] sendMemResponse -> DEBU 594 Entering pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" 2018-01-06 13:46:48.788 PST [gossip/comm] Send -> DEBU 595 Entering, sending GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 452 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:48.788 PST [gossip/discovery] sendMemResponse -> DEBU 596 Exiting, replying with alive:\002^\214,kL\r+\361J\3774\247\352\301M+" secret_envelope: > alive:\247\3169\0109\232\213t\253Y[\367\256v\202\005M" secret_envelope: > 2018-01-06 13:46:48.788 PST [gossip/comm] sendToEndpoint -> DEBU 597 Entering, Sending to , msg: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 452 bytes, Signature: 0 bytes 2018-01-06 13:46:48.788 PST [gossip/comm] sendToEndpoint -> DEBU 598 Exiting 2018-01-06 13:46:50.265 PST [gossip/gossip] handleMessage -> DEBU 599 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes 2018-01-06 13:46:50.329 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 59a Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:50.329 PST [policies] GetPolicy -> DEBU 59b Returning policy Application/Readers for evaluation 2018-01-06 13:46:50.329 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 59c Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:50.329 PST [cauthdsl] func1 -> DEBU 59d 0xc4201543e0 gate 1515275210329355466 evaluation starts 2018-01-06 13:46:50.329 PST [cauthdsl] func2 -> DEBU 59e 0xc4201543e0 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:50.329 PST [cauthdsl] func2 -> DEBU 59f 0xc4201543e0 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:50.361 PST [gossip/pull] Hello -> DEBU 5a0 Sending IDENTITY_MSG hello to localhost:7151 2018-01-06 13:46:50.361 PST [gossip/comm] Send -> DEBU 5a1 Entering, sending GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:50.361 PST [gossip/comm] sendToEndpoint -> DEBU 5a2 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:50.361 PST [gossip/comm] sendToEndpoint -> DEBU 5a3 Exiting 2018-01-06 13:46:50.394 PST [cauthdsl] func2 -> DEBU 5a4 0xc4201543e0 principal matched by identity 0 2018-01-06 13:46:50.394 PST [cauthdsl] func2 -> DEBU 5a5 0xc4201543e0 principal evaluation succeeds for identity 0 2018-01-06 13:46:50.394 PST [cauthdsl] func1 -> DEBU 5a6 0xc4201543e0 gate 1515275210329355466 evaluation succeeds 2018-01-06 13:46:50.427 PST [gossip/pull] HandleMessage -> DEBU 5a7 GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes 2018-01-06 13:46:50.427 PST [gossip/gossip] handleMessage -> DEBU 5a8 Exiting 2018-01-06 13:46:50.427 PST [gossip/gossip] handleMessage -> DEBU 5a9 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:50.427 PST [gossip/gossip] ValidateAliveMsg -> DEBU 5aa Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:50.555 PST [gossip/gossip] handleMessage -> DEBU 5ab Exiting 2018-01-06 13:46:50.555 PST [gossip/gossip] handleMessage -> DEBU 5ac Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_dig: , Envelope: 85 bytes, Signature: 0 bytes 2018-01-06 13:46:50.555 PST [gossip/discovery] handleMsgFromComm -> DEBU 5ad Got message: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:50.555 PST [gossip/pull] HandleMessage -> DEBU 5ae GossipMessage: tag:EMPTY data_dig: , Envelope: 85 bytes, Signature: 0 bytes 2018-01-06 13:46:50.555 PST [gossip/discovery] handleAliveMessage -> DEBU 5af Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:50.555 PST [gossip/gossip] handleMessage -> DEBU 5b0 Exiting 2018-01-06 13:46:50.555 PST [gossip/gossip] ValidateAliveMsg -> DEBU 5b1 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:50.681 PST [gossip/discovery] learnExistingMembers -> DEBU 5b2 Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:50.681 PST [gossip/discovery] learnExistingMembers -> DEBU 5b3 updating membership: timestamp: 2018-01-06 13:46:50.681 PST [gossip/discovery] learnExistingMembers -> DEBU 5b4 Updating aliveness data: membership: timestamp: 2018-01-06 13:46:50.681 PST [gossip/discovery] learnExistingMembers -> DEBU 5b5 Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:50.681 PST [gossip/discovery] learnExistingMembers -> DEBU 5b6 Exiting 2018-01-06 13:46:50.681 PST [gossip/discovery] handleAliveMessage -> DEBU 5b7 Exiting 2018-01-06 13:46:50.681 PST [gossip/discovery] handleMsgFromComm -> DEBU 5b8 Exiting 2018-01-06 13:46:50.744 PST [gossip/comm] Send -> DEBU 5b9 Entering, sending GossipMessage: tag:EMPTY mem_req: > > , Envelope: 230 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:50.744 PST [gossip/comm] sendToEndpoint -> DEBU 5ba Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY mem_req: > > , Envelope: 230 bytes, Signature: 0 bytes 2018-01-06 13:46:50.744 PST [gossip/comm] sendToEndpoint -> DEBU 5bb Exiting 2018-01-06 13:46:50.765 PST [gossip/comm] Send -> DEBU 5bc Entering, sending GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes to 1 peers 2018-01-06 13:46:50.765 PST [gossip/comm] sendToEndpoint -> DEBU 5bd Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:50.765 PST [gossip/comm] sendToEndpoint -> DEBU 5be Exiting 2018-01-06 13:46:50.878 PST [gossip/gossip] handleMessage -> DEBU 5bf Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:CHAN_OR_ORG state_info_pull_req: , Envelope: 39 bytes, Signature: 0 bytes 2018-01-06 13:46:50.983 PST [gossip/gossip] handleMessage -> DEBU 5c0 Exiting 2018-01-06 13:46:51.042 PST [gossip/gossip] handleMessage -> DEBU 5c1 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:51.042 PST [gossip/gossip] handleMessage -> DEBU 5c2 Exiting 2018-01-06 13:46:51.042 PST [gossip/discovery] handleMsgFromComm -> DEBU 5c3 Got message: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:51.042 PST [gossip/discovery] handleAliveMessage -> DEBU 5c4 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:51.042 PST [gossip/gossip] ValidateAliveMsg -> DEBU 5c5 Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:51.171 PST [gossip/gossip] handleMessage -> DEBU 5c6 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:51.171 PST [gossip/gossip] ValidateAliveMsg -> DEBU 5c7 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:51.193 PST [gossip/discovery] handleAliveMessage -> DEBU 5c8 Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:51.193 PST [gossip/discovery] handleAliveMessage -> DEBU 5c9 Exiting 2018-01-06 13:46:51.193 PST [gossip/discovery] handleAliveMessage -> DEBU 5ca Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:51.193 PST [gossip/gossip] ValidateAliveMsg -> DEBU 5cb Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:51.359 PST [gossip/discovery] learnExistingMembers -> DEBU 5cc Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:51.359 PST [gossip/discovery] learnExistingMembers -> DEBU 5cd updating membership: timestamp: 2018-01-06 13:46:51.359 PST [gossip/discovery] learnExistingMembers -> DEBU 5ce Updating aliveness data: membership: timestamp: 2018-01-06 13:46:51.359 PST [gossip/discovery] learnExistingMembers -> DEBU 5cf Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:51.359 PST [gossip/discovery] learnExistingMembers -> DEBU 5d0 Exiting 2018-01-06 13:46:51.359 PST [gossip/discovery] handleAliveMessage -> DEBU 5d1 Exiting 2018-01-06 13:46:51.359 PST [gossip/discovery] handleMsgFromComm -> DEBU 5d2 Exiting 2018-01-06 13:46:51.359 PST [gossip/discovery] handleMsgFromComm -> DEBU 5d3 Got message: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:51.359 PST [gossip/discovery] handleMsgFromComm -> DEBU 5d4 Exiting 2018-01-06 13:46:51.359 PST [gossip/gossip] handleMessage -> DEBU 5d5 Exiting 2018-01-06 13:46:52.112 PST [gossip/gossip] handleMessage -> DEBU 5d6 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG leadership_msg: is_declaration:true > , Envelope: 71 bytes, Signature: 71 bytes 2018-01-06 13:46:52.181 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 5d7 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:52.181 PST [policies] GetPolicy -> DEBU 5d8 Returning policy Application/Readers for evaluation 2018-01-06 13:46:52.181 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 5d9 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:52.181 PST [cauthdsl] func1 -> DEBU 5da 0xc42000e058 gate 1515275212181098748 evaluation starts 2018-01-06 13:46:52.181 PST [cauthdsl] func2 -> DEBU 5db 0xc42000e058 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:52.181 PST [cauthdsl] func2 -> DEBU 5dc 0xc42000e058 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:52.183 PST [gossip/election] follower -> DEBU 5dd [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Exiting 2018-01-06 13:46:52.183 PST [gossip/election] IsLeader -> DEBU 5de [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning false 2018-01-06 13:46:52.183 PST [gossip/election] follower -> DEBU 5df [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Entering 2018-01-06 13:46:52.226 PST [gossip/gossip] handleMessage -> DEBU 5e0 Exiting 2018-01-06 13:46:52.226 PST [gossip/election] handleMessage -> DEBU 5e1 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us declaration 2018-01-06 13:46:52.226 PST [gossip/election] IsLeader -> DEBU 5e2 [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning false 2018-01-06 13:46:52.248 PST [cauthdsl] func2 -> DEBU 5e3 0xc42000e058 principal matched by identity 0 2018-01-06 13:46:52.248 PST [cauthdsl] func2 -> DEBU 5e4 0xc42000e058 principal evaluation succeeds for identity 0 2018-01-06 13:46:52.248 PST [cauthdsl] func1 -> DEBU 5e5 0xc42000e058 gate 1515275212181098748 evaluation succeeds 2018-01-06 13:46:52.248 PST [gossip/gossip] handleMessage -> DEBU 5e6 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:52.248 PST [gossip/pull] HandleMessage -> DEBU 5e7 GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:46:52.283 PST [gossip/pull] Hello -> DEBU 5e8 Sending BLOCK_MSG hello to localhost:7151 2018-01-06 13:46:52.316 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 5e9 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:52.316 PST [policies] GetPolicy -> DEBU 5ea Returning policy Application/Readers for evaluation 2018-01-06 13:46:52.316 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 5eb Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:52.316 PST [cauthdsl] func1 -> DEBU 5ec 0xc42000e048 gate 1515275212316589307 evaluation starts 2018-01-06 13:46:52.316 PST [cauthdsl] func2 -> DEBU 5ed 0xc42000e048 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:52.316 PST [cauthdsl] func2 -> DEBU 5ee 0xc42000e048 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:52.317 PST [gossip/pull] SendDigest -> DEBU 5ef Sending IDENTITY_MSG digest: [XZ,üòƒÅ£ào4F[˜®ÀV2rÒ‘ëñã Ù·£š º¿2ù[‰¦¬öwÌ’Ì{JÉ’5›Þ°±i¼EíL] to 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] 2018-01-06 13:46:52.317 PST [gossip/gossip] handleMessage -> DEBU 5f0 Exiting 2018-01-06 13:46:52.382 PST [cauthdsl] func2 -> DEBU 5f1 0xc42000e048 principal matched by identity 0 2018-01-06 13:46:52.382 PST [cauthdsl] func2 -> DEBU 5f2 0xc42000e048 principal evaluation succeeds for identity 0 2018-01-06 13:46:52.382 PST [cauthdsl] func1 -> DEBU 5f3 0xc42000e048 gate 1515275212316589307 evaluation succeeds 2018-01-06 13:46:52.414 PST [gossip/comm] Send -> DEBU 5f4 Entering, sending GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:52.414 PST [gossip/comm] sendToEndpoint -> DEBU 5f5 Entering, Sending to localhost:7151 , msg: GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:52.415 PST [gossip/comm] sendToEndpoint -> DEBU 5f6 Exiting 2018-01-06 13:46:52.594 PST [gossip/gossip] handleMessage -> DEBU 5f7 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:52.594 PST [gossip/gossip] handleMessage -> DEBU 5f8 Exiting 2018-01-06 13:46:52.594 PST [gossip/discovery] handleMsgFromComm -> DEBU 5f9 Got message: GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:52.594 PST [gossip/discovery] handleAliveMessage -> DEBU 5fa Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:52.594 PST [gossip/gossip] ValidateAliveMsg -> DEBU 5fb Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:52.723 PST [gossip/discovery] learnExistingMembers -> DEBU 5fc Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes]} 2018-01-06 13:46:52.723 PST [gossip/discovery] learnExistingMembers -> DEBU 5fd updating membership: timestamp: 2018-01-06 13:46:52.723 PST [gossip/discovery] learnExistingMembers -> DEBU 5fe Updating aliveness data: membership: timestamp: 2018-01-06 13:46:52.723 PST [gossip/discovery] learnExistingMembers -> DEBU 5ff Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes in aliveMembership 2018-01-06 13:46:52.723 PST [gossip/discovery] learnExistingMembers -> DEBU 600 Exiting 2018-01-06 13:46:52.723 PST [gossip/discovery] handleAliveMessage -> DEBU 601 Exiting 2018-01-06 13:46:52.723 PST [gossip/discovery] handleMsgFromComm -> DEBU 602 Exiting 2018-01-06 13:46:52.723 PST [gossip/discovery] sendMemResponse -> DEBU 603 Entering pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" 2018-01-06 13:46:52.819 PST [gossip/comm] Send -> DEBU 604 Entering, sending GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:52.819 PST [gossip/discovery] sendMemResponse -> DEBU 605 Exiting, replying with alive: > alive:\310q=\331\017\313\036c\367\256\332\207\025<\273\221\376\244\246\002 y\3209\201og\346\233\362\003] > 2018-01-06 13:46:52.819 PST [gossip/comm] sendToEndpoint -> DEBU 606 Entering, Sending to , msg: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes 2018-01-06 13:46:52.819 PST [gossip/comm] sendToEndpoint -> DEBU 607 Exiting 2018-01-06 13:46:54.361 PST [gossip/pull] Hello -> DEBU 608 Sending IDENTITY_MSG hello to localhost:7151 2018-01-06 13:46:54.361 PST [gossip/comm] Send -> DEBU 609 Entering, sending GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:54.362 PST [gossip/comm] sendToEndpoint -> DEBU 60a Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes 2018-01-06 13:46:54.362 PST [gossip/comm] sendToEndpoint -> DEBU 60b Exiting 2018-01-06 13:46:54.440 PST [gossip/gossip] handleMessage -> DEBU 60c Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_dig: , Envelope: 84 bytes, Signature: 0 bytes 2018-01-06 13:46:54.440 PST [gossip/pull] HandleMessage -> DEBU 60d GossipMessage: tag:EMPTY data_dig: , Envelope: 84 bytes, Signature: 0 bytes 2018-01-06 13:46:54.440 PST [gossip/gossip] handleMessage -> DEBU 60e Exiting 2018-01-06 13:46:54.540 PST [gossip/gossip] handleMessage -> DEBU 60f Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:54.603 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 610 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:54.603 PST [policies] GetPolicy -> DEBU 611 Returning policy Application/Readers for evaluation 2018-01-06 13:46:54.603 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 612 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:54.603 PST [cauthdsl] func1 -> DEBU 613 0xc4201543c8 gate 1515275214603965566 evaluation starts 2018-01-06 13:46:54.603 PST [cauthdsl] func2 -> DEBU 614 0xc4201543c8 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:54.604 PST [cauthdsl] func2 -> DEBU 615 0xc4201543c8 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:54.667 PST [cauthdsl] func2 -> DEBU 616 0xc4201543c8 principal matched by identity 0 2018-01-06 13:46:54.667 PST [cauthdsl] func2 -> DEBU 617 0xc4201543c8 principal evaluation succeeds for identity 0 2018-01-06 13:46:54.667 PST [cauthdsl] func1 -> DEBU 618 0xc4201543c8 gate 1515275214603965566 evaluation succeeds 2018-01-06 13:46:54.699 PST [gossip/pull] HandleMessage -> DEBU 619 GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:54.699 PST [gossip/gossip] handleMessage -> DEBU 61a Exiting 2018-01-06 13:46:54.802 PST [gossip/comm] Send -> DEBU 61b Entering, sending GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:54.803 PST [gossip/comm] sendToEndpoint -> DEBU 61c Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:54.803 PST [gossip/comm] sendToEndpoint -> DEBU 61d Exiting 2018-01-06 13:46:55.028 PST [gossip/gossip] handleMessage -> DEBU 61e Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:55.028 PST [gossip/gossip] handleMessage -> DEBU 61f Exiting 2018-01-06 13:46:55.028 PST [gossip/discovery] handleMsgFromComm -> DEBU 620 Got message: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 454 bytes, Signature: 0 bytes 2018-01-06 13:46:55.028 PST [gossip/discovery] handleAliveMessage -> DEBU 621 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:55.029 PST [gossip/gossip] ValidateAliveMsg -> DEBU 622 Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:55.157 PST [gossip/discovery] handleAliveMessage -> DEBU 623 Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:55.157 PST [gossip/discovery] handleAliveMessage -> DEBU 624 Exiting 2018-01-06 13:46:55.157 PST [gossip/discovery] handleAliveMessage -> DEBU 625 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:55.157 PST [gossip/gossip] ValidateAliveMsg -> DEBU 626 Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:55.284 PST [gossip/discovery] learnExistingMembers -> DEBU 627 Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes]} 2018-01-06 13:46:55.284 PST [gossip/discovery] learnExistingMembers -> DEBU 628 updating membership: timestamp: 2018-01-06 13:46:55.284 PST [gossip/discovery] learnExistingMembers -> DEBU 629 Updating aliveness data: membership: timestamp: 2018-01-06 13:46:55.284 PST [gossip/discovery] learnExistingMembers -> DEBU 62a Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes in aliveMembership 2018-01-06 13:46:55.284 PST [gossip/discovery] learnExistingMembers -> DEBU 62b Exiting 2018-01-06 13:46:55.284 PST [gossip/discovery] handleAliveMessage -> DEBU 62c Exiting 2018-01-06 13:46:55.284 PST [gossip/discovery] handleMsgFromComm -> DEBU 62d Exiting 2018-01-06 13:46:56.250 PST [gossip/gossip] handleMessage -> DEBU 62e Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes 2018-01-06 13:46:56.250 PST [gossip/pull] HandleMessage -> DEBU 62f GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes 2018-01-06 13:46:56.319 PST [gossip/pull] SendDigest -> DEBU 630 Sending IDENTITY_MSG digest: [XZ,üòƒÅ£ào4F[˜®ÀV2rÒ‘ëñã Ù·£š º¿2ù[‰¦¬öwÌ’Ì{JÉ’5›Þ°±i¼EíL] to 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] 2018-01-06 13:46:56.320 PST [gossip/gossip] handleMessage -> DEBU 631 Exiting 2018-01-06 13:46:56.356 PST [gossip/discovery] periodicalReconnectToDead -> DEBU 632 Sleeping 25s 2018-01-06 13:46:56.361 PST [gossip/discovery] periodicalSendAlive -> DEBU 633 Sleeping 10s 2018-01-06 13:46:56.457 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 634 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:56.457 PST [policies] GetPolicy -> DEBU 635 Returning policy Application/Readers for evaluation 2018-01-06 13:46:56.457 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 636 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:56.457 PST [cauthdsl] func1 -> DEBU 637 0xc420154410 gate 1515275216457303508 evaluation starts 2018-01-06 13:46:56.457 PST [cauthdsl] func2 -> DEBU 638 0xc420154410 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:56.457 PST [cauthdsl] func2 -> DEBU 639 0xc420154410 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:56.476 PST [gossip/comm] Send -> DEBU 63a Entering, sending GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes to 1 peers 2018-01-06 13:46:56.476 PST [gossip/comm] sendToEndpoint -> DEBU 63b Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:56.476 PST [gossip/comm] sendToEndpoint -> DEBU 63c Exiting 2018-01-06 13:46:56.528 PST [cauthdsl] func2 -> DEBU 63d 0xc420154410 principal matched by identity 0 2018-01-06 13:46:56.528 PST [cauthdsl] func2 -> DEBU 63e 0xc420154410 principal evaluation succeeds for identity 0 2018-01-06 13:46:56.528 PST [cauthdsl] func1 -> DEBU 63f 0xc420154410 gate 1515275216457303508 evaluation succeeds 2018-01-06 13:46:56.568 PST [gossip/pull] Hello -> DEBU 640 Sending BLOCK_MSG hello to localhost:7151 2018-01-06 13:46:56.602 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 641 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:56.602 PST [policies] GetPolicy -> DEBU 642 Returning policy Application/Readers for evaluation 2018-01-06 13:46:56.602 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 643 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:56.602 PST [cauthdsl] func1 -> DEBU 644 0xc420154398 gate 1515275216602593026 evaluation starts 2018-01-06 13:46:56.602 PST [cauthdsl] func2 -> DEBU 645 0xc420154398 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:56.602 PST [cauthdsl] func2 -> DEBU 646 0xc420154398 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:56.630 PST [gossip/gossip] handleMessage -> DEBU 647 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:56.630 PST [gossip/gossip] handleMessage -> DEBU 648 Exiting 2018-01-06 13:46:56.630 PST [gossip/discovery] handleMsgFromComm -> DEBU 649 Got message: GossipMessage: tag:EMPTY mem_req: > > , Envelope: 229 bytes, Signature: 0 bytes 2018-01-06 13:46:56.630 PST [gossip/discovery] handleAliveMessage -> DEBU 64a Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes 2018-01-06 13:46:56.630 PST [gossip/gossip] ValidateAliveMsg -> DEBU 64b Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:56.682 PST [cauthdsl] func2 -> DEBU 64c 0xc420154398 principal matched by identity 0 2018-01-06 13:46:56.682 PST [cauthdsl] func2 -> DEBU 64d 0xc420154398 principal evaluation succeeds for identity 0 2018-01-06 13:46:56.682 PST [cauthdsl] func1 -> DEBU 64e 0xc420154398 gate 1515275216602593026 evaluation succeeds 2018-01-06 13:46:56.717 PST [gossip/comm] Send -> DEBU 64f Entering, sending GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:56.717 PST [gossip/comm] sendToEndpoint -> DEBU 650 Entering, Sending to localhost:7151 , msg: GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 32 bytes, Signature: 0 bytes 2018-01-06 13:46:56.717 PST [gossip/comm] sendToEndpoint -> DEBU 651 Exiting 2018-01-06 13:46:56.776 PST [gossip/discovery] learnExistingMembers -> DEBU 652 Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes]} 2018-01-06 13:46:56.776 PST [gossip/discovery] learnExistingMembers -> DEBU 653 updating membership: timestamp: 2018-01-06 13:46:56.776 PST [gossip/discovery] learnExistingMembers -> DEBU 654 Updating aliveness data: membership: timestamp: 2018-01-06 13:46:56.776 PST [gossip/discovery] learnExistingMembers -> DEBU 655 Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 71 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes in aliveMembership 2018-01-06 13:46:56.776 PST [gossip/discovery] learnExistingMembers -> DEBU 656 Exiting 2018-01-06 13:46:56.776 PST [gossip/discovery] handleAliveMessage -> DEBU 657 Exiting 2018-01-06 13:46:56.776 PST [gossip/discovery] handleMsgFromComm -> DEBU 658 Exiting 2018-01-06 13:46:56.776 PST [gossip/discovery] sendMemResponse -> DEBU 659 Entering pki_id:"\001\272\2772\371[\211\246\002\254\366w\314\222\314{J\311\022\222\000\1775\233\336\260\261i\274E\355L" 2018-01-06 13:46:56.861 PST [gossip/gossip] handleMessage -> DEBU 65a Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:56.862 PST [gossip/gossip] ValidateAliveMsg -> DEBU 65b Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:56.886 PST [gossip/comm] Send -> DEBU 65c Entering, sending GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:56.886 PST [gossip/comm] sendToEndpoint -> DEBU 65e Entering, Sending to , msg: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 453 bytes, Signature: 0 bytes 2018-01-06 13:46:56.886 PST [gossip/discovery] sendMemResponse -> DEBU 65d Exiting, replying with alive: > alive: > 2018-01-06 13:46:56.886 PST [gossip/comm] sendToEndpoint -> DEBU 65f Exiting 2018-01-06 13:46:57.007 PST [gossip/comm] Send -> DEBU 660 Entering, sending GossipMessage: tag:CHAN_OR_ORG state_info_pull_req: , Envelope: 39 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:57.007 PST [gossip/comm] sendToEndpoint -> DEBU 661 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:CHAN_OR_ORG state_info_pull_req: , Envelope: 39 bytes, Signature: 0 bytes 2018-01-06 13:46:57.007 PST [gossip/comm] sendToEndpoint -> DEBU 662 Exiting 2018-01-06 13:46:57.019 PST [gossip/gossip] handleMessage -> DEBU 663 Exiting 2018-01-06 13:46:57.019 PST [gossip/discovery] handleMsgFromComm -> DEBU 664 Got message: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:57.019 PST [gossip/discovery] handleAliveMessage -> DEBU 665 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:57.019 PST [gossip/gossip] ValidateAliveMsg -> DEBU 666 Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:57.144 PST [gossip/gossip] handleMessage -> DEBU 667 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: simple-channel, nonce: 0, tag: CHAN_OR_ORG StateInfoSnapshot with 2 items, Envelope: 387 bytes, Signature: 0 bytes 2018-01-06 13:46:57.176 PST [gossip/discovery] handleAliveMessage -> DEBU 668 Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:57.176 PST [gossip/discovery] handleAliveMessage -> DEBU 669 Exiting 2018-01-06 13:46:57.176 PST [gossip/discovery] handleMsgFromComm -> DEBU 66a Exiting 2018-01-06 13:46:57.264 PST [gossip/comm] Send -> DEBU 66b Entering, sending GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes to 1 peers 2018-01-06 13:46:57.264 PST [gossip/comm] sendToEndpoint -> DEBU 66c Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:57.265 PST [gossip/comm] sendToEndpoint -> DEBU 66d Exiting 2018-01-06 13:46:57.351 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 66e Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:57.351 PST [policies] GetPolicy -> DEBU 66f Returning policy Application/Readers for evaluation 2018-01-06 13:46:57.351 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 670 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:57.351 PST [cauthdsl] func1 -> DEBU 671 0xc4201543b0 gate 1515275217351551008 evaluation starts 2018-01-06 13:46:57.351 PST [cauthdsl] func2 -> DEBU 672 0xc4201543b0 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:57.351 PST [cauthdsl] func2 -> DEBU 673 0xc4201543b0 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:57.412 PST [gossip/gossip] handleMessage -> DEBU 674 Exiting 2018-01-06 13:46:57.412 PST [gossip/gossip] handleMessage -> DEBU 675 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG leadership_msg: is_declaration:true > , Envelope: 71 bytes, Signature: 70 bytes 2018-01-06 13:46:57.430 PST [cauthdsl] func2 -> DEBU 676 0xc4201543b0 principal matched by identity 0 2018-01-06 13:46:57.430 PST [cauthdsl] func2 -> DEBU 677 0xc4201543b0 principal evaluation succeeds for identity 0 2018-01-06 13:46:57.430 PST [cauthdsl] func1 -> DEBU 678 0xc4201543b0 gate 1515275217351551008 evaluation succeeds 2018-01-06 13:46:57.514 PST [gossip/gossip] handleMessage -> DEBU 679 Exiting 2018-01-06 13:46:57.514 PST [gossip/election] handleMessage -> DEBU 67a [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us declaration 2018-01-06 13:46:57.514 PST [gossip/election] IsLeader -> DEBU 67b [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] : Returning false 2018-01-06 13:46:58.362 PST [gossip/pull] Hello -> DEBU 67c Sending IDENTITY_MSG hello to localhost:7151 2018-01-06 13:46:58.362 PST [gossip/comm] Send -> DEBU 67d Entering, sending GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:58.362 PST [gossip/comm] sendToEndpoint -> DEBU 67e Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY hello: , Envelope: 16 bytes, Signature: 0 bytes 2018-01-06 13:46:58.363 PST [gossip/comm] sendToEndpoint -> DEBU 67f Exiting 2018-01-06 13:46:58.432 PST [gossip/gossip] handleMessage -> DEBU 680 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY data_dig: , Envelope: 84 bytes, Signature: 0 bytes 2018-01-06 13:46:58.432 PST [gossip/pull] HandleMessage -> DEBU 681 GossipMessage: tag:EMPTY data_dig: , Envelope: 84 bytes, Signature: 0 bytes 2018-01-06 13:46:58.432 PST [gossip/gossip] handleMessage -> DEBU 682 Exiting 2018-01-06 13:46:58.833 PST [gossip/gossip] handleMessage -> DEBU 683 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:58.836 PST [gossip/comm] Send -> DEBU 684 Entering, sending GossipMessage: tag:EMPTY mem_req: > > , Envelope: 228 bytes, Signature: 0 bytes to 1 peers 2018-01-06 13:46:58.836 PST [gossip/comm] sendToEndpoint -> DEBU 685 Entering, Sending to localhost:7151 , msg: GossipMessage: tag:EMPTY mem_req: > > , Envelope: 228 bytes, Signature: 0 bytes 2018-01-06 13:46:58.836 PST [gossip/comm] sendToEndpoint -> DEBU 686 Exiting 2018-01-06 13:46:58.899 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 687 Got policy manager for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:58.899 PST [policies] GetPolicy -> DEBU 688 Returning policy Application/Readers for evaluation 2018-01-06 13:46:58.899 PST [peer/gossip/mcs] VerifyByChannel -> DEBU 689 Got reader policy for channel [simple-channel] with flag [%!s(bool=true)] 2018-01-06 13:46:58.899 PST [cauthdsl] func1 -> DEBU 68a 0xc4205dc0c0 gate 1515275218899868144 evaluation starts 2018-01-06 13:46:58.899 PST [cauthdsl] func2 -> DEBU 68b 0xc4205dc0c0 signed by 0 principal evaluation starts (used [false]) 2018-01-06 13:46:58.899 PST [cauthdsl] func2 -> DEBU 68c 0xc4205dc0c0 processing identity 0 with bytes of 0a076f7267304d535012a6072d2d2d2d2d424547494e202d2d2d2d2d0a4d4949436c44434341665767417749424167495553425461524d2b655272774e655a6a45584b5a2f36674c79752f6377436759494b6f5a497a6a3045417751770a6654454c4d416b474131554542684d4356564d78437a414a42674e564241674d416b4e424d524977454159445651514b44416c58623256695a576476626d55780a4854416242674e564241734d464739795a7a4167535735305a584a745a5752705958526c49454e424d524977454159445651514444416c7362324e68624768760a63335178476a415942676b71686b6947397730424351455743324e68514739795a7a4175593239744d423458445445344d4445774e6a49784d7a59774d466f580a445445354d4445774e6a49784d7a59774d466f775854454c4d416b474131554542684d4356564d78467a415642674e5642416754446b3576636e526f49454e680a636d3973615735684d525177456759445651514b457774496558426c636d786c5a47646c636a45504d4130474131554543784d47526d4669636d6c6a4d5134770a4441594456515144457756775a5756794d54425a4d424d4742797147534d34394167454743437147534d34394177454841304941424130724e7a43664264536c0a34345a7a7a6433415055515475456557772f46396c5063324135447478754542454a717a6a474c645852582b477a2b37694f566d6c624d447552666739466a7a0a697a51487a732b6d7739616a637a42784d41344741315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d423047413155640a446751574242514c7341776f4d576d36635063704c45797972463967787a5848596a416642674e5648534d45474441576742526a33426453366b5149453154700a4e48746369655a6249433237546a415242674e5648524545436a414967675a7a6257467a61486b77436759494b6f5a497a6a304541775144675977414d4947490a416b49424d3678654f4e47684b47427039735670316c704e4f434267566e3642312b554c72594557544b757a54785255442b4751726937515446367a44564c2f0a734765635a706431504e36505a674344724b306457543234342f6f4351674431566f6c69345370704c6344354d535775553864634441764b413732656c6c326c0a504d316a737a6c586b34764d3377565047784448384c6439725a7769426a684e4c47634a784275415164675a456a79596f70376d46773d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a 2018-01-06 13:46:58.966 PST [cauthdsl] func2 -> DEBU 68d 0xc4205dc0c0 principal matched by identity 0 2018-01-06 13:46:58.966 PST [cauthdsl] func2 -> DEBU 68e 0xc4205dc0c0 principal evaluation succeeds for identity 0 2018-01-06 13:46:58.966 PST [cauthdsl] func1 -> DEBU 68f 0xc4205dc0c0 gate 1515275218899868144 evaluation succeeds 2018-01-06 13:46:58.999 PST [gossip/pull] HandleMessage -> DEBU 690 GossipMessage: channel:"simple-channel" tag:CHAN_AND_ORG hello: , Envelope: 33 bytes, Signature: 0 bytes 2018-01-06 13:46:58.999 PST [gossip/gossip] handleMessage -> DEBU 691 Exiting 2018-01-06 13:46:59.072 PST [gossip/gossip] handleMessage -> DEBU 692 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 451 bytes, Signature: 0 bytes 2018-01-06 13:46:59.072 PST [gossip/gossip] handleMessage -> DEBU 693 Exiting 2018-01-06 13:46:59.072 PST [gossip/discovery] handleMsgFromComm -> DEBU 694 Got message: GossipMessage: Channel: , nonce: 0, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 451 bytes, Signature: 0 bytes 2018-01-06 13:46:59.072 PST [gossip/discovery] handleAliveMessage -> DEBU 695 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:59.072 PST [gossip/gossip] ValidateAliveMsg -> DEBU 696 Fetched identity of [88 90 44 252 242 131 197 163 24 224 111 52 70 4 91 152 174 192 86 7 50 114 210 145 235 241 227 32 217 183 163 154] from identity store 2018-01-06 13:46:59.202 PST [gossip/discovery] handleAliveMessage -> DEBU 697 Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:59.202 PST [gossip/discovery] handleAliveMessage -> DEBU 698 Exiting 2018-01-06 13:46:59.202 PST [gossip/discovery] handleAliveMessage -> DEBU 699 Entering GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes 2018-01-06 13:46:59.202 PST [gossip/gossip] ValidateAliveMsg -> DEBU 69a Fetched identity of [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] from identity store 2018-01-06 13:46:59.329 PST [gossip/discovery] learnExistingMembers -> DEBU 69b Entering: learnedMembers={[GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 70 bytes]} 2018-01-06 13:46:59.329 PST [gossip/discovery] learnExistingMembers -> DEBU 69c updating membership: timestamp: 2018-01-06 13:46:59.329 PST [gossip/discovery] learnExistingMembers -> DEBU 69d Updating aliveness data: membership: timestamp: 2018-01-06 13:46:59.329 PST [gossip/discovery] learnExistingMembers -> DEBU 69e Replacing GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 54 bytes, Signature: 70 bytes Secret payload: 16 bytes, Secret Signature: 71 bytes in aliveMembership 2018-01-06 13:46:59.329 PST [gossip/discovery] learnExistingMembers -> DEBU 69f Exiting 2018-01-06 13:46:59.329 PST [gossip/discovery] handleAliveMessage -> DEBU 6a0 Exiting 2018-01-06 13:46:59.329 PST [gossip/discovery] handleMsgFromComm -> DEBU 6a1 Exiting 2018-01-06 13:47:00.250 PST [gossip/gossip] handleMessage -> DEBU 6a2 Entering, 127.0.0.1:56962 [1 186 191 50 249 91 137 166 2 172 246 119 204 146 204 123 74 201 18 146 0 127 53 155 222 176 177 105 188 69 237 76] sent us GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes 2018-01-06 13:47:00.250 PST [gossip/pull] HandleMessage -> DEBU 6a3 GossipMessage: tag:EMPTY hello: , Envelope: 17 bytes, Signature: 0 bytes