-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
I'm trying to drive the HFC Demo periodically against a Blockchain 0.6 starter network to gauge the health of the network. The demo usually works fine but occasionally I encounter one of these errors:
RangeError: byte length of Uint16Array should be a multiple of 2
rc = 1
stdout:
------------- ca-server, peers and event URL:PORT information: -------------
CA server Url : grpcs://aef63706739b4deb92fdabc8525e5d3c-ca.us.blockchain.ibm.com:30003
Validating Peer0 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp0.us.blockchain.ibm.com:30003
Validating Peer1 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp1.us.blockchain.ibm.com:30003
Validating Peer2 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp3.us.blockchain.ibm.com:30003
Validating Peer3 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp2.us.blockchain.ibm.com:30003
Event Url on Peer0 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp0.us.blockchain.ibm.com:31003
Event Url on Peer1 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp1.us.blockchain.ibm.com:31003
Event Url on Peer2 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp3.us.blockchain.ibm.com:31003
Event Url on Peer3 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp2.us.blockchain.ibm.com:31003
-----------------------------------------------------------
Failed to submit chaincode invoke transaction: request={"chaincodeID":"639a1c876515c8b74f744fcc23a9cba2ecc9df91cce542923b8f701bfe4bf4b6","fcn":"invoke","args":["a","b","2147483648"]}, error={"error":{"code":14,"metadata":{"_internal_repr":{}}},"msg":"Error"}
stderr:
Mon, 06 Mar 2017 21:21:32 GMT hfc Member.invoke
Mon, 06 Mar 2017 21:21:32 GMT hfc TransactionContext.invoke
Mon, 06 Mar 2017 21:21:32 GMT hfc Received invoke request: {"chaincodeID":"639a1c876515c8b74f744fcc23a9cba2ecc9df91cce542923b8f701bfe4bf4b6","fcn":"invoke","args":["a","b","2147483648"]}
Mon, 06 Mar 2017 21:21:32 GMT hfc [TransactionContext] No TCert cached. Retrieving one.
Mon, 06 Mar 2017 21:21:32 GMT hfc Member.getNextTCert: key=null
Mon, 06 Mar 2017 21:21:32 GMT hfc Member.getNextTCert: key=null, creating new getter
Mon, 06 Mar 2017 21:21:32 GMT hfc shouldGetTCerts: yes, we have no tcerts
Mon, 06 Mar 2017 21:21:34 GMT hfc Warning: problem parsing certificate bytes; retrying ... RangeError: byte length of Uint16Array should be a multiple of 2
at new Uint16Array (native)
at in_window.org.pkijs.asn1.BMPSTRING.fromBuffer (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:3290:66)
at in_window.org.pkijs.asn1.BMPSTRING.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:3259:65)
at fromBER_raw (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4968:39)
at Object.in_window.org.pkijs.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4998:16)
at in_window.org.pkijs.simpl.EXTENSION.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3636:36)
at new in_window.org.pkijs.simpl.EXTENSION (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3589:70)
at in_window.org.pkijs.simpl.CERT.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3939:38)
at new in_window.org.pkijs.simpl.CERT (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3855:65)
at new X509Certificate (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/hfc/lib/crypto.js:475:26)
Mon, 06 Mar 2017 21:21:34 GMT hfc Got a TCert successfully, continue...
Mon, 06 Mar 2017 21:21:34 GMT hfc newInvokeOrQueryTransaction: request={"chaincodeID":"639a1c876515c8b74f744fcc23a9cba2ecc9df91cce542923b8f701bfe4bf4b6","fcn":"invoke","args":["a","b","2147483648"]}, chaincodeID={"path":"","name":"639a1c876515c8b74f744fcc23a9cba2ecc9df91cce542923b8f701bfe4bf4b6"}
Mon, 06 Mar 2017 21:21:34 GMT hfc Set confidentiality on
Mon, 06 Mar 2017 21:21:34 GMT hfc Calling TransactionContext.execute
Mon, 06 Mar 2017 21:21:34 GMT hfc Executing transaction
Mon, 06 Mar 2017 21:21:34 GMT hfc [TransactionContext] TCert already cached.
Mon, 06 Mar 2017 21:21:34 GMT hfc Process Confidentiality...
Mon, 06 Mar 2017 21:21:34 GMT hfc Sign transaction...
Mon, 06 Mar 2017 21:21:34 GMT hfc Send transaction...
Mon, 06 Mar 2017 21:21:34 GMT hfc Confidentiality: 0
Mon, 06 Mar 2017 21:21:34 GMT hfc reg txid f3a8e2d1-35a3-4477-900c-7252712c0e16
Mon, 06 Mar 2017 21:21:34 GMT hfc waiting 5 seconds before emitting complete event
Mon, 06 Mar 2017 21:21:34 GMT hfc peer.sendTransaction
E0306 16:21:35.809716600 5110 handshake.c:128] Security handshake failed: {"created":"@1488835295.809701327","description":"Handshake read failed","file":"../src/core/lib/security/transport/handshake.c","file_line":237,"referenced_errors":[{"created":"@1488835295.809675509","description":"FD shutdown","file":"../src/core/lib/iomgr/ev_epoll_linux.c","file_line":948}]}
Mon, 06 Mar 2017 21:21:35 GMT hfc peer.sendTransaction: error={"code":14,"metadata":{"_internal_repr":{}}}
RangeError: byte length of Uint32Array should be a multiple of 4
rc = 1
stdout:
------------- ca-server, peers and event URL:PORT information: -------------
CA server Url : grpcs://aef63706739b4deb92fdabc8525e5d3c-ca.us.blockchain.ibm.com:30003
Validating Peer0 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp0.us.blockchain.ibm.com:30003
Validating Peer1 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp1.us.blockchain.ibm.com:30003
Validating Peer2 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp3.us.blockchain.ibm.com:30003
Validating Peer3 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp2.us.blockchain.ibm.com:30003
Event Url on Peer0 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp0.us.blockchain.ibm.com:31003
Event Url on Peer1 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp1.us.blockchain.ibm.com:31003
Event Url on Peer2 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp3.us.blockchain.ibm.com:31003
Event Url on Peer3 : grpcs://aef63706739b4deb92fdabc8525e5d3c-vp2.us.blockchain.ibm.com:31003
-----------------------------------------------------------
Failed to submit chaincode invoke transaction: request={"chaincodeID":"639a1c876515c8b74f744fcc23a9cba2ecc9df91cce542923b8f701bfe4bf4b6","fcn":"invoke","args":["a","b","2147483648"]}, error={"error":{"code":14,"metadata":{"_internal_repr":{}}},"msg":"Error"}
stderr:
Mon, 06 Mar 2017 21:05:45 GMT hfc Member.invoke
Mon, 06 Mar 2017 21:05:45 GMT hfc TransactionContext.invoke
Mon, 06 Mar 2017 21:05:45 GMT hfc Received invoke request: {"chaincodeID":"639a1c876515c8b74f744fcc23a9cba2ecc9df91cce542923b8f701bfe4bf4b6","fcn":"invoke","args":["a","b","2147483648"]}
Mon, 06 Mar 2017 21:05:45 GMT hfc [TransactionContext] No TCert cached. Retrieving one.
Mon, 06 Mar 2017 21:05:45 GMT hfc Member.getNextTCert: key=null
Mon, 06 Mar 2017 21:05:45 GMT hfc Member.getNextTCert: key=null, creating new getter
Mon, 06 Mar 2017 21:05:45 GMT hfc shouldGetTCerts: yes, we have no tcerts
Mon, 06 Mar 2017 21:05:46 GMT hfc Warning: problem parsing certificate bytes; retrying ... RangeError: byte length of Uint32Array should be a multiple of 4
at new Uint32Array (native)
at in_window.org.pkijs.asn1.UNIVERSALSTRING.fromBuffer (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:3438:66)
at in_window.org.pkijs.asn1.UNIVERSALSTRING.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:3407:71)
at fromBER_raw (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4968:39)
at Object.in_window.org.pkijs.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4998:16)
at in_window.org.pkijs.simpl.EXTENSION.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3636:36)
at new in_window.org.pkijs.simpl.EXTENSION (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3589:70)
at in_window.org.pkijs.simpl.CERT.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3939:38)
at new in_window.org.pkijs.simpl.CERT (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3855:65)
at new X509Certificate (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/hfc/lib/crypto.js:475:26)
Mon, 06 Mar 2017 21:05:47 GMT hfc Warning: problem parsing certificate bytes; retrying ... RangeError: byte length of Uint32Array should be a multiple of 4
at new Uint32Array (native)
at in_window.org.pkijs.asn1.UNIVERSALSTRING.fromBuffer (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:3438:66)
at in_window.org.pkijs.asn1.UNIVERSALSTRING.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:3407:71)
at fromBER_raw (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4968:39)
at Object.in_window.org.pkijs.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4998:16)
at in_window.org.pkijs.simpl.EXTENSION.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3636:36)
at new in_window.org.pkijs.simpl.EXTENSION (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3589:70)
at in_window.org.pkijs.simpl.CERT.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3939:38)
at new in_window.org.pkijs.simpl.CERT (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3855:65)
at new X509Certificate (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/hfc/lib/crypto.js:475:26)
Mon, 06 Mar 2017 21:05:48 GMT hfc Warning: problem parsing certificate bytes; retrying ... Error: Wrong input string for convertion
at in_window.org.pkijs.asn1.GENERALIZEDTIME.fromString (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4338:23)
at in_window.org.pkijs.asn1.GENERALIZEDTIME.fromBuffer (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4145:71)
at in_window.org.pkijs.asn1.GENERALIZEDTIME.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4128:71)
at fromBER_raw (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4968:39)
at Object.in_window.org.pkijs.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4998:16)
at in_window.org.pkijs.simpl.EXTENSION.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3636:36)
at new in_window.org.pkijs.simpl.EXTENSION (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3589:70)
at in_window.org.pkijs.simpl.CERT.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3939:38)
at new in_window.org.pkijs.simpl.CERT (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3855:65)
at new X509Certificate (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/hfc/lib/crypto.js:475:26)
Mon, 06 Mar 2017 21:05:48 GMT hfc Warning: problem parsing certificate bytes; retrying ... Error: Wrong input string for convertion
at in_window.org.pkijs.asn1.GENERALIZEDTIME.fromString (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4214:23)
at in_window.org.pkijs.asn1.GENERALIZEDTIME.fromBuffer (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4145:71)
at in_window.org.pkijs.asn1.GENERALIZEDTIME.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4128:71)
at fromBER_raw (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4968:39)
at Object.in_window.org.pkijs.fromBER (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/asn1js/org/pkijs/asn1.js:4998:16)
at in_window.org.pkijs.simpl.EXTENSION.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3636:36)
at new in_window.org.pkijs.simpl.EXTENSION (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3589:70)
at in_window.org.pkijs.simpl.CERT.fromSchema (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3939:38)
at new in_window.org.pkijs.simpl.CERT (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/pkijs/org/pkijs/x509_simpl.js:3855:65)
at new X509Certificate (/home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo/node_modules/hfc/lib/crypto.js:475:26)
Mon, 06 Mar 2017 21:05:48 GMT hfc Got a TCert successfully, continue...
Mon, 06 Mar 2017 21:05:48 GMT hfc newInvokeOrQueryTransaction: request={"chaincodeID":"639a1c876515c8b74f744fcc23a9cba2ecc9df91cce542923b8f701bfe4bf4b6","fcn":"invoke","args":["a","b","2147483648"]}, chaincodeID={"path":"","name":"639a1c876515c8b74f744fcc23a9cba2ecc9df91cce542923b8f701bfe4bf4b6"}
Mon, 06 Mar 2017 21:05:48 GMT hfc Set confidentiality on
Mon, 06 Mar 2017 21:05:48 GMT hfc Calling TransactionContext.execute
Mon, 06 Mar 2017 21:05:48 GMT hfc Executing transaction
Mon, 06 Mar 2017 21:05:48 GMT hfc [TransactionContext] TCert already cached.
Mon, 06 Mar 2017 21:05:48 GMT hfc Process Confidentiality...
Mon, 06 Mar 2017 21:05:48 GMT hfc Sign transaction...
Mon, 06 Mar 2017 21:05:48 GMT hfc Send transaction...
Mon, 06 Mar 2017 21:05:48 GMT hfc Confidentiality: 0
Mon, 06 Mar 2017 21:05:48 GMT hfc reg txid eefe2dbd-97c2-4597-a51e-19ace324c6e0
Mon, 06 Mar 2017 21:05:48 GMT hfc waiting 5 seconds before emitting complete event
Mon, 06 Mar 2017 21:05:48 GMT hfc peer.sendTransaction
E0306 16:05:49.623321191 2182 handshake.c:128] Security handshake failed: {"created":"@1488834349.623306767","description":"Handshake read failed","file":"../src/core/lib/security/transport/handshake.c","file_line":237,"referenced_errors":[{"created":"@1488834349.623278064","description":"FD shutdown","file":"../src/core/lib/iomgr/ev_epoll_linux.c","file_line":948}]}
Mon, 06 Mar 2017 21:05:49 GMT hfc peer.sendTransaction: error={"code":14,"metadata":{"_internal_repr":{}}}
Environment:
- HFC Demo commit b0ed9af
- Node v6.10.0
- Node modules:
[email protected] /home/ibmadmin/tmp/hfc-work/hfc-space/new/SDK-Demo
└─┬ [email protected]
├── [email protected]
├── [email protected] (git+https://github.com/mcavage/node-asn1.git#2c2a19e285a609adfca36a0114bb5b86cf4ac61b)
├── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └── [email protected]
│ │ │ │ │ └─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ └── [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └── [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └── [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └── [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ └── [email protected]
│ │ └─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ └─┬ [email protected]
│ │ │ └─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ └─┬ [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └── [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └── [email protected]
└── [email protected]
- Ubuntu 16.04.1 LTS
Metadata
Metadata
Assignees
Labels
No labels