· 5 years ago · Jan 05, 2021, 02:40 PM
1
2Glacial@LAPTOP-VN2L6E76 MINGW64 ~/Downloads/education-sawtooth-simple-supply-master/education-sawtooth-simple-supply-master
3$ docker-composer up
4bash: docker-composer: command not found
5
6Glacial@LAPTOP-VN2L6E76 MINGW64 ~/Downloads/education-sawtooth-simple-supply-master/education-sawtooth-simple-supply-master
7$ docker-composer up
8bash: docker-composer: command not found
9
10Glacial@LAPTOP-VN2L6E76 MINGW64 ~/Downloads/education-sawtooth-simple-supply-master/education-sawtooth-simple-supply-master
11$ bash
12
13Glacial@LAPTOP-VN2L6E76 MINGW64 ~/Downloads/education-sawtooth-simple-supply-master/education-sawtooth-simple-supply-master
14$ docker-compose up
15sawtooth-validator is up-to-date
16simple-supply-postgres is up-to-date
17simple-supply-shell is up-to-date
18simple-supply-adminer is up-to-date
19sawtooth-devmode-engine-rust-default is up-to-date
20sawtooth-settings-tp is up-to-date
21sawtooth-rest-api is up-to-date
22Starting simple-supply-tp ... done
23Starting simple-supply-rest-api ... done
24Starting simple-supply-subscriber ...
25Starting simple-supply-subscriber ... done
26Attaching to sawtooth-validator, simple-supply-postgres, simple-supply-shell, simple-supply-adminer, sawtooth-devmode-engine-rust-default, sawtooth-settings-tp, sawtooth-rest-api, simple-supply-tp, simple-supply-rest-api, curator-app, simple-supply-subscriber
27curator-app | [Tue Jan 05 06:52:00.227965 2021] [mpm_event:notice] [pid 1:tid 140369813009536] AH00489: Apache/2.4.46 (Unix) configured -- resuming normal operations
28curator-app | [Tue Jan 05 06:52:00.228247 2021] [core:notice] [pid 1:tid 140369813009536] AH00094: Command line: 'httpd -D FOREGROUND'
29curator-app | [Tue Jan 05 08:29:26.472141 2021] [mpm_event:notice] [pid 1:tid 140369813009536] AH00492: caught SIGWINCH, shutting down gracefully
30curator-app | [Tue Jan 05 14:28:26.476780 2021] [mpm_event:notice] [pid 1:tid 140548173427840] AH00489: Apache/2.4.46 (Unix) configured -- resuming normal operations
31curator-app | [Tue Jan 05 14:28:26.484282 2021] [core:notice] [pid 1:tid 140548173427840] AH00094: Command line: 'httpd -D FOREGROUND'
32sawtooth-rest-api | [2021-01-05 06:51:57.099 INFO messaging] Connecting to tcp://validator:4004
33sawtooth-rest-api | [2021-01-05 06:51:57.101 INFO rest_api] Creating handlers for validator at tcp://validator:4004
34sawtooth-rest-api | [2021-01-05 06:51:57.113 INFO rest_api] Starting REST API on rest-api:8008
35sawtooth-rest-api | [2021-01-05 08:29:26.532 ERROR rest_api] object NoneType can't be used in 'await' expression
36sawtooth-rest-api | Traceback (most recent call last):
37sawtooth-rest-api | File "/usr/lib/python3/dist-packages/sawtooth_rest_api/rest_api.py", line 249, in main
38sawtooth-rest-api | client_max_size=rest_api_config.client_max_size)
39sawtooth-rest-api | File "/usr/lib/python3/dist-packages/sawtooth_rest_api/rest_api.py", line 143, in start_rest_api
40sawtooth-rest-api | access_log_format='%r: %s status, %b size, in %Tf s')
41sawtooth-rest-api | File "/usr/lib/python3/dist-packages/aiohttp/web.py", line 118, in run_app
42sawtooth-rest-api | loop.run_until_complete(runner.cleanup())
43sawtooth-rest-api | File "/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
44sawtooth-rest-api | return future.result()
45sawtooth-rest-api | File "/usr/lib/python3/dist-packages/aiohttp/web_runner.py", line 189, in cleanup
46sawtooth-rest-api | await self._cleanup_server()
47sawtooth-rest-api | File "/usr/lib/python3/dist-packages/aiohttp/web_runner.py", line 270, in _cleanup_server
48sawtooth-rest-api | await self._app.cleanup()
49sawtooth-rest-api | File "/usr/lib/python3/dist-packages/aiohttp/web_app.py", line 263, in cleanup
50sawtooth-rest-api | await self.on_cleanup.send(self)
51sawtooth-rest-api | File "/usr/lib/python3/dist-packages/aiohttp/signals.py", line 35, in send
52sawtooth-rest-api | await receiver(*args, **kwargs)
53sawtooth-rest-api | TypeError: object NoneType can't be used in 'await' expression
54sawtooth-rest-api | ======== Running on http://rest-api:8008 ========
55sawtooth-rest-api | (Press CTRL+C to quit)
56sawtooth-rest-api | [2021-01-05 14:28:26.636 INFO messaging] Connecting to tcp://validator:4004
57sawtooth-rest-api | [2021-01-05 14:28:26.639 INFO rest_api] Creating handlers for validator at tcp://validator:4004
58sawtooth-rest-api | [2021-01-05 14:28:26.653 INFO rest_api] Starting REST API on rest-api:8008
59sawtooth-settings-tp | INFO | settings_tp:95 | Console logging level: DEBUG
60sawtooth-settings-tp | INFO | sawtooth_sdk::proces | connecting to endpoint: tcp://validator:4004
61sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending TpRegisterRequest: sawtooth_settings 1.0
62sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c2b05a010891403e8d4472dafb257832
63sawtooth-settings-tp | INFO | settings_tp::handler | Setting "sawtooth.settings.vote.authorized_keys" changed to "02e36e29535036fc4c3e80adedca6242a69809798aec0f1972b3152e048d0e70e0"
64sawtooth-settings-tp | INFO | sawtooth_sdk::proces | TP_PROCESS_REQUEST sending TpProcessResponse: OK
65sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d8ef9e49a29c40e3b62aa2c51683cb83
66sawtooth-settings-tp | INFO | settings_tp::handler | Setting "sawtooth.consensus.algorithm.name" changed to "Devmode"
67sawtooth-settings-tp | INFO | sawtooth_sdk::proces | TP_PROCESS_REQUEST sending TpProcessResponse: OK
68sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 73bfbf12cc9e45f9bd9db91bf2e79962
69sawtooth-settings-tp | INFO | settings_tp::handler | Setting "sawtooth.consensus.algorithm.version" changed to "0.1"
70sawtooth-settings-tp | INFO | sawtooth_sdk::proces | TP_PROCESS_REQUEST sending TpProcessResponse: OK
71sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b72f96058174465c8cff17b8edcb9d86
72sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
73sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9651b3a028d94ae3bb71eef3cb5fc947
74sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
75sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9c376f28a6104eeea43310c3a5d7fc2a
76sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
77sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b794f69dbc1f4f82b00a8201d9ae9e52
78sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
79sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: cd5e858c95974fb996686b0836777d66
80sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
81sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3376a73476234487a20452096d999753
82sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
83sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ea943b706f41463891b4e7d2da9aed62
84sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
85sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 41fc93352bc94b19b3e3aaf6d909760a
86sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
87sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: dd695e581e7542e7a12f303276fb183c
88sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
89sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 497e38c3956e4c3da1ae0385979e6132
90sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
91sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b49f2826bbec440288cef21525d3d102
92sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
93sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3f154b77c4f64948956f9bebc8cf6945
94sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
95sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 416c3158964c46cd896d6fbb09ffc3f6
96sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
97sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 17116f0bb5c54b4c8bd4dca2f5ae30f5
98sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
99sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ec26f2fadaa54731876ee5fdcd3f72fd
100sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
101sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 689a785173f540b1a5d93553666e2dd5
102sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
103sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 11aa6f456def4c278841fd5636015fbe
104sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
105sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 51a4a87b9a3e4943a8044aff49fa6488
106sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
107sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b58579eb55654b348694c5e4abb5bc9f
108sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
109sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 29b419d67b994c2b8cf6dab24b4e6344
110sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
111sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 25edee8bf84f4286b86c4c4a27142e2b
112sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
113sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: adb23a79657f47099e6fc3334586344c
114sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
115sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ba959b9763fd4054af091eb5e85a2f2d
116sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
117sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bfe3aff5573d47b3891cb6af1c870aba
118sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
119sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 22b532933e154364a30531b6fa2b19c3
120sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
121sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e980e74cf17140e3a291098ccbb7bed0
122sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
123sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b08c63ab26184258af21e050901327b6
124sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
125sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 45fb4c15df524da4b11be33b3636cb56
126sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
127sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: dcd6d312d1bd4cf983ba3a6392a24d31
128sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
129sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b25d9974ed8a44ba99b219d58c405a17
130sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
131sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 19aecab298354587b2840540db809744
132sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
133sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e1238cc0913f4be9abfa4f1d551490bf
134sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
135sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: efb8c1cf8d864982ac770b667ab59a6e
136sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
137sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 5480e98c7d07463bba472ff5c6d15084
138sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
139sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 325fe1eff62749bf90b95f48e53b5782
140sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
141sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c114b8b8bc1748d697f82e3a75716b2c
142sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
143sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 838330d3fc114cc4ad455fec4bf23bc9
144sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
145sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4e21fc05ab2d4d81b1a432c3d268200b
146sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
147sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 79a68e6735594ca7823a92c354c4c650
148sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
149sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 208d8a73483d4148a3a1cbf09abf9af8
150sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
151sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b77220657cb84e16b0ec012dbc70d7c3
152sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
153sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 37a56ed133b04ff68b7dcf3b52528e0b
154sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
155sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4327d8cd70f64a8da13ea1ecadee500d
156sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
157sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 550002ffbf92453086f3c03fdc7db919
158sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
159sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a6eb45c1bdaf4fccb8ff85cffff09bb2
160sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
161sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 98bc86e85e8d443fad1a17e631a455c3
162sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
163sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 27e67ee11f4c447888263b0055b1e6c5
164sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
165sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c201761ee0354771945dc530f227e3f9
166sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
167sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b2ae16de3a2b443db6086697b32ccb89
168sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
169sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9c45ce82736c491dba83174945cab276
170sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
171sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8323a567da2d4c1b91af8e087e40ee40
172sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
173sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 507d589ceb984cbcbc6c82e1c7e43d8c
174sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
175sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 482ebf12e50f490bbf206efc754dd5c2
176sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
177sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 998105cc407b46fdabd5a087a1872e4b
178sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
179sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fa9f98e72a4745f499e2a57c1fb1b94c
180sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
181sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 07be1c0af39c43d69c897b32b888d565
182sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
183sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bc640c15395b4e7390d4bb1f59dbf409
184sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
185sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1d1fb3c9d68c4ec49044fd31905660ad
186sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
187sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 5482bdf042c34d88a97e90dafdc51f5c
188sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
189sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: aae08c6c26c44b4dbcdaacbc5176550f
190sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
191sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2b1c0447d1374cb48545c47b1a8e624c
192sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
193sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2564d41d1d1f47f5a6ba0498ac592577
194sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
195sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4c4e7136eb3947b39035082dbd5d18d0
196sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
197sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 204f92d289254dba8e5f9598bd131001
198sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
199sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 716075d8dc7b4587a4ea1bdd5fe99c84
200sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
201sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a647a562b3ad40bb967c4510b7db6ece
202sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
203sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4b43346744604d288b12e79ca30400ae
204sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
205sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9ed48a2662de4e08bab4745407e41b60
206sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
207sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3e82aaff17bb4e85b9bfb2fe13e03e23
208sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
209sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7e94c722278d4140b7c32b878ca1bf78
210sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
211sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0ddf7b49f56a4a80ad84545708442fa7
212sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
213sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7ff6d04b2b054433a5f1eda02f03861e
214sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
215sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 23968a9730594e199f03bd6ce9718789
216sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
217sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e041aa932b544764a621c9e8ed720a3b
218sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
219sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 779e5ed87d75407ca8302deb8dd8b596
220sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
221sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 29699ccb7977473aa08ae1975cf00d55
222sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
223sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: dce1a34902a445cabf871bcdb5738f6a
224sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
225sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: da0eb35406e84a90bd7eaa61a3a2d277
226sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
227sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0ef3d8fd9ace4c5da9b42d4696530572
228sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
229sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7089b1d49aed47d0bd143d51649d6778
230sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
231sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1f527279ddba4fa8a68d85a73456da8c
232sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
233sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 29b7ee57ffed4eebbdf203a305b8a961
234sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
235sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c5871d3bbf7941748b0d33086e73f080
236sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
237sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a482f38bb0574e6b872c17a8bed6c25c
238sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
239sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d8e01863422b43edbbc272b23ac5fc29
240sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
241sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2059e7b2c2984b35a61c5f7d44f0e906
242sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
243sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b10472e237e244c3a0232b9afed299d2
244sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
245sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 284c308176b745da9861490cf4f5db52
246sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
247sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ad9007cd5a9948c3ab2f3a72b0cb595e
248sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
249sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2ae3b6dd07ee4e0998da979cb4238ed1
250sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
251sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3fd379020221478da54f070c413e559d
252sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
253sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 18fc5cb24c4e4448a0689adf9e03a24c
254sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
255sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 163840bba0b34d5f9fd923346ada4502
256sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
257sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ee017de8e4b841a78086d35fa97c8a27
258sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
259sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 52a015f924ce4b399d75371f49a5cf85
260sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
261sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6b16351e9ccd4861a981f3a41bb49ef4
262sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
263sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3cbd868e142d4f508eee709b62a2cb37
264sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
265sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7aac5df8af7147daa04b3022338981d9
266sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
267sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1a01ffa1b5964323bcf085f7f5ce42cb
268sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
269sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 610b03ae2cdf424f97720058d944803e
270sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
271sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1d8a1422fe4d47e0aec3230c4ea09292
272sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
273sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e2f3d5e17de44c9ba9aa9fefdb23c1b3
274sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
275sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d1b2352aa66344ee885d2b265828944e
276sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
277sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8f52303e6d6346559d3373f8c3bd2bbd
278sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
279sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bdc9359b09ac46f9978fc6f67203b294
280sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
281sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 803c610cef3d448ea28b3563f5f92d0f
282sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
283sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ac703c54c9174f5b9236a333372aa393
284sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
285sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: dab2813b3da24c919af5f817cabf29b1
286sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
287sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4370bab2d67843bc8036cf7497f10acb
288sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
289sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9ba8e1bc645d4f4aaf0d48e8d4c67540
290sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
291sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 500b1bb1a2b04bcfae3bcf635f4cf04a
292sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
293sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3c10867012d841c0b47f54efbe6f24b1
294sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
295sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fa51654ca29d4f8cbfe351be139c5507
296sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
297sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ea9d688d5e6c44b89906a04089e7f0ac
298sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
299sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fae59873be024c469d3ddc12bf3d0ad7
300sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
301sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7eefcbc108ef4c9d9db067ab80aadb33
302sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
303sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7217487202644818a1c489605efc75a2
304sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
305sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7efe712a7fad482c990bb9c9f5f2e116
306sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
307sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8a50421e0b8e4fd98b758232fca66c85
308sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
309sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e6454a3d519f40079ca7dcc8a3b42a81
310sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
311sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4a1929c650d74e478dbff930cd7e511a
312sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
313sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 82d567cba8df4951bedce9a083f1a999
314sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
315sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bf7efcc5673245079a86bdcfc4b01040
316sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
317sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 336cacb8d924420bac5664c01c077ed1
318sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
319sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d56c68f6419e4a8a8cc8df58a0ed0dab
320sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
321sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4b92bf3547fd454fbbe5342b56cea430
322sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
323sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ce8a5f82607846a597cb1bfbd26ee812
324sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
325sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f89892696ad348be9c8a4319d7bbb2b0
326sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
327sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3754a03e81754a1b80c04d19b6671cca
328sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
329sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 57ca4aefab424118beb12bc503f360ed
330sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
331sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 35d40fd38cb64bc4a369dd13e47825d4
332sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
333sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7b6db43649e54f19afe5bd95666cbcf6
334sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
335sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 76e76ca47196400a8b257b7fe0a33b8b
336sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
337sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9c07f25b36fb4a0b9fa73cbdab7aefb1
338sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
339sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2853357a102c4f5e9d453a7772a78303
340sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
341sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8a66296cf7c748dab265b427e238c9ed
342sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
343sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bc4dcbe266274dfe8d70cb1688166000
344sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
345sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: aa595536af0447c3ae6c358a3d11a0ef
346sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
347sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fbc1b0fb302c4e56a1d2679e4f311299
348sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
349sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 43848bf5798f468e9b64991c0aefa455
350sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
351sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e10ba88072aa4d89b857be3281aca0ce
352sawtooth-validator | writing file: /etc/sawtooth/keys/validator.priv
353sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
354sawtooth-validator | writing file: /etc/sawtooth/keys/validator.pub
355sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 31e35c1fea4d4e9e8a20fe605cde346b
356sawtooth-validator | creating key directory: /root/.sawtooth/keys
357sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
358simple-supply-adminer | [Tue Jan 5 06:51:54 2021] PHP 7.4.13 Development Server (http://[::]:8080) started
359sawtooth-validator | writing file: /root/.sawtooth/keys/my_key.priv
360sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0cf9b38a706f432ab5a49240ff392890
361simple-supply-adminer | [Tue Jan 5 14:27:25 2021] PHP 7.4.13 Development Server (http://[::]:8080) started
362sawtooth-validator | writing file: /root/.sawtooth/keys/my_key.pub
363sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
364sawtooth-validator | Generated config-genesis.batch
365sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 93f1cc75f368463a929d1c0594a31f0e
366sawtooth-validator | Processing config-genesis.batch...
367sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
368simple-supply-postgres | The files belonging to this database system will be owned by user "postgres".
369sawtooth-validator | Processing config.batch...
370sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: da10ff1955d7421c8c58d17fe23dbfbe
371simple-supply-postgres | This user must also own the server process.
372sawtooth-validator | Generating /var/lib/sawtooth/genesis.batch
373sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
374simple-supply-shell | Generated protobuf classes: /project/sawtooth-simple-supply/protobuf/simple_supply_protobuf
375simple-supply-postgres |
376sawtooth-validator | [2021-01-05 06:51:57.660 WARNING (unknown file)] [src/pylogger.rs: 40] Started logger at level DEBUG
377sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 423ec58b5f1e4640bdbb7c5a1b609295
378simple-supply-shell |
379simple-supply-postgres | The database cluster will be initialized with locale "en_US.utf8".
380sawtooth-validator | [2021-01-05 06:51:58.044 DEBUG ffi] loading library libsawtooth_validator.so
381sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
382simple-supply-shell | > curator_app@1.0.0 build /project/sawtooth-simple-supply/curator_app
383simple-supply-postgres | The default database encoding has accordingly been set to "UTF8".
384sawtooth-validator | [2021-01-05 06:51:58.049 DEBUG ffi] loading library libsawtooth_validator.so
385sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7998ef8189a141f1bd79a5c89e4e27e0
386simple-supply-shell | > webpack --env production
387simple-supply-postgres | The default text search configuration will be set to "english".
388sawtooth-validator | [2021-01-05 06:51:58.516 INFO path] Skipping path loading from non-existent config file: /etc/sawtooth/path.toml
389sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
390simple-supply-shell |
391simple-supply-postgres |
392sawtooth-validator | [2021-01-05 06:51:58.517 INFO validator] Skipping validator config loading from non-existent config file: /etc/sawtooth/validator.toml
393sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d4d10cde154c4d2c9e7613b641d610b6
394simple-supply-shell | Hash: 8ee1cc57044b65987a85
395simple-supply-postgres | Data page checksums are disabled.
396sawtooth-validator | [2021-01-05 06:51:58.518 INFO keys] Loading signing key: /etc/sawtooth/keys/validator.priv
397sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
398simple-supply-shell | Version: webpack 4.44.2
399simple-supply-postgres |
400sawtooth-validator | [2021-01-05 06:51:58.522 INFO cli] sawtooth-validator (Hyperledger Sawtooth) version 1.2.6
401sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2afb05e8d1ea438ba3861d9057b9090d
402simple-supply-shell | Time: 15568ms
403simple-supply-postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok
404sawtooth-validator | [2021-01-05 06:51:58.523 INFO cli] config [path]: config_dir = "/etc/sawtooth"; config [path]: key_dir = "/etc/sawtooth/keys"; config [path]: data_dir = "/var/lib/sawtooth"; config [path]: log_dir = "/var/log/sawtooth"; config [path]: policy_dir = "/etc/sawtooth/policy"
405sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
406simple-supply-shell | Built at: 01/05/2021 6:52:17 AM
407simple-supply-postgres | creating subdirectories ... ok
408sawtooth-validator | [2021-01-05 06:51:58.523 WARNING cli] Network key pair is not configured, Network communications between validators will not be authenticated or encrypted.
409sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 917911f034b14491b2aa5b521121680c
410simple-supply-shell | Asset Size Chunks Chunk Names
411simple-supply-postgres | selecting dynamic shared memory implementation ... posix
412sawtooth-validator | [2021-01-05 06:51:58.528 DEBUG state_verifier] verifying state in /var/lib/sawtooth/merkle-00.lmdb
413sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
414simple-supply-shell | bundle.js 592 KiB 0 [emitted] [big] main
415simple-supply-postgres | selecting default max_connections ... 100
416sawtooth-validator | [2021-01-05 06:51:58.529 DEBUG state_verifier] block store file is /var/lib/sawtooth/block-00.lmdb
417sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f2892d01e8a2421e98fdb643badca0e3
418simple-supply-shell | Entrypoint main [big] = bundle.js
419simple-supply-postgres | selecting default shared_buffers ... 128MB
420sawtooth-validator | [2021-01-05 06:51:58.530 INFO state_verifier] Skipping state verification: chain head's state root is present
421sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
422simple-supply-shell | [3] ./src/services/api.js 2.47 KiB {0} [built]
423simple-supply-postgres | selecting default time zone ... UTC
424sawtooth-validator | [2021-01-05 06:51:58.530 INFO cli] Starting validator with parallel scheduler
425sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b8bbd85701a841fd93b0b9e07cb57565
426simple-supply-shell | [6] (webpack)/buildin/global.js 472 bytes {0} [built]
427simple-supply-postgres | creating configuration files ... ok
428sawtooth-validator | [2021-01-05 06:51:58.531 DEBUG core] global state database file is /var/lib/sawtooth/merkle-00.lmdb
429sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
430simple-supply-shell | [20] (webpack)/buildin/module.js 497 bytes {0} [built]
431simple-supply-postgres | running bootstrap script ... ok
432sawtooth-validator | [2021-01-05 06:51:58.531 DEBUG core] txn receipt store file is /var/lib/sawtooth/txn_receipts-00.lmdb
433sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f8fa375a891d4602b6522d075f57856b
434simple-supply-shell | [48] ./src/services/parsing.js 825 bytes {0} [built]
435simple-supply-postgres | sh: locale: not found
436sawtooth-validator | [2021-01-05 06:51:58.533 DEBUG core] block store file is /var/lib/sawtooth/block-00.lmdb
437sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
438simple-supply-shell | [49] ./src/main.js 3.45 KiB {0} [built]
439simple-supply-postgres | 2021-01-05 06:51:56.000 UTC [30] WARNING: no usable system locales were found
440sawtooth-validator | [2021-01-05 06:51:58.534 DEBUG threadpool] Creating thread pool executor Component
441sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 60e23338e23f4e828ea3e74c71bae538
442simple-supply-shell | [53] ./styles/main.scss 1.32 KiB {0} [built]
443simple-supply-postgres | performing post-bootstrap initialization ... ok
444sawtooth-validator | [2021-01-05 06:51:58.534 DEBUG threadpool] Creating thread pool executor Network
445sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
446simple-supply-shell | [54] ./node_modules/css-loader!./node_modules/postcss-loader/lib??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./styles/main.scss 146 KiB {0} [built]
447simple-supply-postgres | initdb: warning: enabling "trust" authentication for local connections
448sawtooth-validator | [2021-01-05 06:51:58.535 DEBUG threadpool] Creating thread pool executor Client
449sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6b880dabaeb94504bd167225d065ae7c
450simple-supply-shell | [62] ./src/views/agent_list.js 1.48 KiB {0} [built]
451simple-supply-postgres | You can change this by editing pg_hba.conf or using the option -A, or
452sawtooth-validator | [2021-01-05 06:51:58.536 DEBUG threadpool] Creating thread pool executor Signature
453sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
454simple-supply-shell | [160] ./src/views/agent_detail.js 1.49 KiB {0} [built]
455simple-supply-postgres | --auth-local and --auth-host, the next time you run initdb.
456sawtooth-validator | [2021-01-05 06:51:58.536 DEBUG threadpool] Creating thread pool executor FutureCallback
457sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: eba1eb1a98ed41e0ad7cccb3752b7760
458simple-supply-shell | [161] ./src/views/register_artwork_form.js 2.16 KiB {0} [built]
459simple-supply-postgres | syncing data to disk ... ok
460sawtooth-validator | [2021-01-05 06:51:58.537 DEBUG threadpool] Creating thread pool executor FutureCallback
461sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
462simple-supply-shell | [162] ./src/views/dashboard.js 2.06 KiB {0} [built]
463simple-supply-postgres |
464sawtooth-validator | [2021-01-05 06:51:58.539 DEBUG threadpool] Creating thread pool executor Executing
465sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ab54114e6f2f4a1889eda605b214dd58
466simple-supply-shell | [163] ./src/views/login_form.js 1.95 KiB {0} [built]
467simple-supply-postgres |
468sawtooth-validator | [2021-01-05 06:51:58.540 DEBUG threadpool] Creating thread pool executor Consensus
469sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
470simple-supply-shell | [164] ./src/views/artwork_list.js 1.45 KiB {0} [built]
471simple-supply-postgres | Success. You can now start the database server using:
472sawtooth-validator | [2021-01-05 06:51:58.540 DEBUG threadpool] Creating thread pool executor FutureCallback
473sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e1090254bf4d4359a4c1dc47df535bea
474simple-supply-shell | [165] ./src/views/artwork_detail.js 4.2 KiB {0} [built]
475simple-supply-postgres |
476sawtooth-validator | [2021-01-05 06:51:58.546 DEBUG selector_events] Using selector: ZMQSelector
477sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
478simple-supply-shell | [167] ./src/views/signup_form.js 1.78 KiB {0} [built]
479simple-supply-postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start
480sawtooth-validator | [2021-01-05 06:51:58.550 INFO interconnect] Listening on tcp://eth0:4004
481sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 14086cde03224c9b96dd4a25e83ccd00
482simple-supply-shell | + 153 hidden modules
483simple-supply-postgres |
484sawtooth-validator | [2021-01-05 06:51:58.551 DEBUG dispatch] Added send_message function for connection ServerThread
485sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
486simple-supply-shell | Generated protobuf classes: /project/sawtooth-simple-supply/protobuf/simple_supply_protobuf
487simple-supply-postgres | waiting for server to start....2021-01-05 06:51:58.303 UTC [35] LOG: starting PostgreSQL 13.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.3.0) 9.3.0, 64-bit
488sawtooth-validator | [2021-01-05 06:51:58.551 DEBUG dispatch] Added send_last_message function for connection ServerThread
489sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a4a49a5cb009477cad576c0f842f1cc4
490simple-supply-shell |
491simple-supply-postgres | 2021-01-05 06:51:58.307 UTC [35] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
492sawtooth-validator | [2021-01-05 06:51:58.553 DEBUG genesis] genesis_batch_file: /var/lib/sawtooth/genesis.batch
493sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
494simple-supply-shell | > curator_app@1.0.0 build /project/sawtooth-simple-supply/curator_app
495simple-supply-postgres | 2021-01-05 06:51:58.319 UTC [36] LOG: database system was shut down at 2021-01-05 06:51:56 UTC
496sawtooth-validator | [2021-01-05 06:51:58.554 DEBUG genesis] block_chain_id: not yet specified
497sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0def648ca7b24a11b6a74328266986ec
498simple-supply-shell | > webpack --env production
499simple-supply-postgres | 2021-01-05 06:51:58.324 UTC [35] LOG: database system is ready to accept connections
500sawtooth-validator | [2021-01-05 06:51:58.555 INFO genesis] Producing genesis block from /var/lib/sawtooth/genesis.batch
501sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
502simple-supply-shell |
503simple-supply-postgres | done
504sawtooth-validator | [2021-01-05 06:51:58.556 DEBUG genesis] Adding 2 batches
505sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: aa07df4bb93d4b6c918804771a61be54
506simple-supply-shell | Hash: 8ee1cc57044b65987a85
507simple-supply-postgres | server started
508sawtooth-validator | [2021-01-05 06:51:58.558 INFO processor_manager] waiting for processor type sawtooth_settings: 1.0 to register
509sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
510simple-supply-shell | Version: webpack 4.44.2
511simple-supply-postgres | CREATE DATABASE
512sawtooth-validator | [2021-01-05 06:51:58.629 WARNING processor_handlers] Max occupancy was not provided by transaction processor: da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934. Using default max occupancy: 10
513sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4d40bbfa15374071ba7496be9e0bcfdf
514simple-supply-shell | Time: 5716ms
515simple-supply-postgres |
516sawtooth-validator | [2021-01-05 06:51:58.630 INFO processor_handlers] registered transaction processor: connection_id=da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934, family=sawtooth_settings, version=1.0, namespaces=['000000'], max_occupancy=10
517sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
518simple-supply-shell | Built at: 01/05/2021 2:28:35 PM
519simple-supply-postgres |
520sawtooth-validator | [2021-01-05 06:51:58.712 DEBUG genesis] Produced state hash 5df3d236c938285171693a97645868934fb8e43f0e27cfbc5d79fc9c375c0494 for genesis block.
521sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 95b4a7975cb7429792f137b891501fe0
522simple-supply-shell | Asset Size Chunks Chunk Names
523simple-supply-postgres | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
524sawtooth-validator | [2021-01-05 06:51:58.717 INFO genesis] Genesis block created: d4e678e43ad2c46410f70fae7191f7838bdb88d6d8db543c9e17853700a68b381ac99dd6c53205a8a5172c7f2fa90c9886d22663783ec789af613eab7c896b5b (block_num:0, state:5df3d236c938285171693a97645868934fb8e43f0e27cfbc5d79fc9c375c0494, previous_block_id:0000000000000000)
525sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
526simple-supply-shell | bundle.js 592 KiB 0 [emitted] [big] main
527simple-supply-postgres |
528sawtooth-validator | [2021-01-05 06:51:58.718 DEBUG chain_id_manager] writing block chain id
529sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1962ecf35a2641749d7a888b3d163b34
530simple-supply-shell | Entrypoint main [big] = bundle.js
531simple-supply-postgres | waiting for server to shut down...2021-01-05 06:51:58.726 UTC [35] LOG: received fast shutdown request
532sawtooth-validator | [2021-01-05 06:51:58.719 DEBUG genesis] Deleting genesis data.
533sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
534simple-supply-shell | [3] ./src/services/api.js 2.47 KiB {0} [built]
535simple-supply-postgres | .2021-01-05 06:51:58.734 UTC [35] LOG: aborting any active transactions
536sawtooth-validator | [2021-01-05 06:51:58.720 DEBUG selector_events] Using selector: ZMQSelector
537simple-supply-shell | [6] (webpack)/buildin/global.js 472 bytes {0} [built]
538sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 499dbf15829b4433a23040b94d701ea2
539simple-supply-postgres | 2021-01-05 06:51:58.735 UTC [35] LOG: background worker "logical replication launcher" (PID 42) exited with exit code 1
540sawtooth-validator | [2021-01-05 06:51:58.722 INFO interconnect] Listening on tcp://eth0:5050
541simple-supply-shell | [20] (webpack)/buildin/module.js 497 bytes {0} [built]
542sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
543simple-supply-postgres | 2021-01-05 06:51:58.735 UTC [37] LOG: shutting down
544sawtooth-validator | [2021-01-05 06:51:58.722 DEBUG dispatch] Added send_message function for connection ServerThread
545simple-supply-shell | [48] ./src/services/parsing.js 825 bytes {0} [built]
546sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9891790c67904c5d9579a45340be40c1
547simple-supply-postgres | 2021-01-05 06:51:58.763 UTC [35] LOG: database system is shut down
548sawtooth-validator | [2021-01-05 06:51:58.723 DEBUG dispatch] Added send_last_message function for connection ServerThread
549simple-supply-shell | [49] ./src/main.js 3.45 KiB {0} [built]
550sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
551simple-supply-postgres | done
552sawtooth-validator | [2021-01-05 06:51:58.725 DEBUG selector_events] Using selector: ZMQSelector
553simple-supply-shell | [53] ./styles/main.scss 1.32 KiB {0} [built]
554sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bd3c47190828411ebfbb2d323c36b1c5
555simple-supply-postgres | server stopped
556sawtooth-validator | [2021-01-05 06:51:58.727 INFO interconnect] Listening on tcp://eth0:8800
557simple-supply-shell | [54] ./node_modules/css-loader!./node_modules/postcss-loader/lib??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./styles/main.scss 146 KiB {0} [built]
558sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
559simple-supply-postgres |
560sawtooth-validator | [2021-01-05 06:51:58.727 DEBUG dispatch] Added send_message function for connection ServerThread
561simple-supply-shell | [62] ./src/views/agent_list.js 1.48 KiB {0} [built]
562sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 128a9e4bb65e42e99decd86f648aee8c
563simple-supply-postgres | PostgreSQL init process complete; ready for start up.
564sawtooth-validator | [2021-01-05 06:51:58.727 DEBUG dispatch] Added send_last_message function for connection ServerThread
565simple-supply-shell | [160] ./src/views/agent_detail.js 1.49 KiB {0} [built]
566sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
567simple-supply-postgres |
568sawtooth-validator | [2021-01-05 06:51:58.730 INFO ffi] [src/journal/chain.rs: 946] Chain controller initialized with chain head: Block(id: d4e678e43ad2c46410f70fae7191f7838bdb88d6d8db543c9e17853700a68b381ac99dd6c53205a8a5172c7f2fa90c9886d22663783ec789af613eab7c896b5b, block_num: 0, state_root_hash: 5df3d236c938285171693a97645868934fb8e43f0e27cfbc5d79fc9c375c0494, previous_block_id: 0000000000000000)
569simple-supply-shell | [161] ./src/views/register_artwork_form.js 2.16 KiB {0} [built]
570sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8e5304b3fde6411ea1c05d69e2e1bc17
571simple-supply-postgres | 2021-01-05 06:51:58.851 UTC [1] LOG: starting PostgreSQL 13.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.3.0) 9.3.0, 64-bit
572sawtooth-validator | [2021-01-05 06:51:58.730 INFO ffi] [src/journal/publisher.rs: 172] Now building on top of block, Block(id: d4e678e43ad2c46410f70fae7191f7838bdb88d6d8db543c9e17853700a68b381ac99dd6c53205a8a5172c7f2fa90c9886d22663783ec789af613eab7c896b5b, block_num: 0, state_root_hash: 5df3d236c938285171693a97645868934fb8e43f0e27cfbc5d79fc9c375c0494, previous_block_id: 0000000000000000)
573simple-supply-shell | [162] ./src/views/dashboard.js 2.06 KiB {0} [built]
574sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
575simple-supply-postgres | 2021-01-05 06:51:58.851 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
576sawtooth-validator | [2021-01-05 06:51:58.751 INFO handlers] Consensus engine registered: Devmode 0.1 (additional protocols: [])
577simple-supply-shell | [163] ./src/views/login_form.js 1.95 KiB {0} [built]
578sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 22967699a7564da78da569d4d0098845
579simple-supply-postgres | 2021-01-05 06:51:58.851 UTC [1] LOG: listening on IPv6 address "::", port 5432
580sawtooth-validator | [2021-01-05 06:51:58.754 INFO proxy] Consensus engine activated: Devmode 0.1
581simple-supply-shell | [164] ./src/views/artwork_list.js 1.45 KiB {0} [built]
582sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
583simple-supply-postgres | 2021-01-05 06:51:58.861 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
584simple-supply-shell | [165] ./src/views/artwork_detail.js 4.2 KiB {0} [built]
585sawtooth-validator | [2021-01-05 06:52:18.571 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.862333059310913 seconds - beginning heartbeat pings.
586sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ceafe7d442d34bbf8b8cbb597810be41
587simple-supply-postgres | 2021-01-05 06:51:58.871 UTC [49] LOG: database system was shut down at 2021-01-05 06:51:58 UTC
588simple-supply-shell | [167] ./src/views/signup_form.js 1.78 KiB {0} [built]
589sawtooth-validator | [2021-01-05 06:52:28.582 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003742456436157 seconds - beginning heartbeat pings.
590sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
591simple-supply-postgres | 2021-01-05 06:51:58.879 UTC [1] LOG: database system is ready to accept connections
592simple-supply-shell | + 153 hidden modules
593sawtooth-validator | [2021-01-05 06:52:38.593 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002571105957031 seconds - beginning heartbeat pings.
594sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ed485b2969314f06a8f774da2e742f82
595simple-supply-postgres | 2021-01-05 08:29:26.495 UTC [1] LOG: received fast shutdown request
596sawtooth-validator | [2021-01-05 06:52:48.605 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006617307662964 seconds - beginning heartbeat pings.
597sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
598simple-supply-postgres | 2021-01-05 08:29:26.503 UTC [1] LOG: aborting any active transactions
599sawtooth-validator | [2021-01-05 06:53:38.638 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007665634155273 seconds - beginning heartbeat pings.
600sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3ac38ae3cdab4780bca951441066f65f
601simple-supply-postgres | 2021-01-05 08:29:26.504 UTC [1] LOG: background worker "logical replication launcher" (PID 55) exited with exit code 1
602sawtooth-validator | [2021-01-05 06:53:48.650 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001262187957764 seconds - beginning heartbeat pings.
603sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
604simple-supply-postgres | 2021-01-05 08:29:26.504 UTC [50] LOG: shutting down
605sawtooth-validator | [2021-01-05 06:54:08.661 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.9989492893219 seconds - beginning heartbeat pings.
606sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c613eeba3ac84a988b6e573bda3c03f6
607simple-supply-postgres | 2021-01-05 08:29:26.539 UTC [1] LOG: database system is shut down
608sawtooth-validator | [2021-01-05 06:54:18.671 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004797458648682 seconds - beginning heartbeat pings.
609sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
610simple-supply-postgres |
611sawtooth-validator | [2021-01-05 06:54:58.688 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.992120027542114 seconds - beginning heartbeat pings.
612sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: dd31c78a65bb4cb6bc380514bd280392
613simple-supply-postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization
614sawtooth-validator | [2021-01-05 06:55:08.700 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005615234375 seconds - beginning heartbeat pings.
615sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
616simple-supply-postgres |
617sawtooth-validator | [2021-01-05 06:55:18.711 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00746488571167 seconds - beginning heartbeat pings.
618sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d0d50ad978784e4ea00d22859a51a5a6
619simple-supply-postgres | 2021-01-05 14:27:25.611 UTC [1] LOG: starting PostgreSQL 13.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.3.0) 9.3.0, 64-bit
620sawtooth-validator | [2021-01-05 06:55:28.723 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001694679260254 seconds - beginning heartbeat pings.
621sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
622simple-supply-postgres | 2021-01-05 14:27:25.611 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
623sawtooth-validator | [2021-01-05 06:55:38.735 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007217168807983 seconds - beginning heartbeat pings.
624sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fa5fc5420a8247599ac6670b5475c67a
625simple-supply-postgres | 2021-01-05 14:27:25.611 UTC [1] LOG: listening on IPv6 address "::", port 5432
626sawtooth-validator | [2021-01-05 06:55:48.747 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00838851928711 seconds - beginning heartbeat pings.
627sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
628simple-supply-postgres | 2021-01-05 14:27:25.618 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
629sawtooth-validator | [2021-01-05 06:56:38.781 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007653713226318 seconds - beginning heartbeat pings.
630sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 96c66ce92091440bb3080cf209e75a34
631simple-supply-postgres | 2021-01-05 14:27:25.628 UTC [21] LOG: database system was shut down at 2021-01-05 08:29:26 UTC
632sawtooth-validator | [2021-01-05 06:56:48.793 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003537654876709 seconds - beginning heartbeat pings.
633sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
634simple-supply-postgres | 2021-01-05 14:27:25.639 UTC [1] LOG: database system is ready to accept connections
635sawtooth-validator | [2021-01-05 06:57:18.815 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.0077064037323 seconds - beginning heartbeat pings.
636sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e3bf46585c314a7d83b2b6278d999425
637sawtooth-validator | [2021-01-05 06:57:28.821 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001832008361816 seconds - beginning heartbeat pings.
638sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
639sawtooth-validator | [2021-01-05 06:57:38.832 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007716178894043 seconds - beginning heartbeat pings.
640sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6d9ad4effdcd490a91436ae0053d463b
641sawtooth-validator | [2021-01-05 06:57:48.843 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000458002090454 seconds - beginning heartbeat pings.
642sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
643sawtooth-validator | [2021-01-05 06:58:18.866 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007631778717041 seconds - beginning heartbeat pings.
644sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 89fa9d224b53431b9df06d2afb956f4a
645sawtooth-validator | [2021-01-05 06:58:28.877 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000460863113403 seconds - beginning heartbeat pings.
646sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
647sawtooth-validator | [2021-01-05 06:59:08.906 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.999157428741455 seconds - beginning heartbeat pings.
648sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f7edd43b96d6449b8c90a9007c4fef6a
649sawtooth-validator | [2021-01-05 06:59:18.917 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00782036781311 seconds - beginning heartbeat pings.
650sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
651sawtooth-validator | [2021-01-05 06:59:48.949 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007541418075562 seconds - beginning heartbeat pings.
652sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 974b78ddd3d54e049559f2181e6de044
653sawtooth-validator | [2021-01-05 07:00:18.971 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007714986801147 seconds - beginning heartbeat pings.
654sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
655sawtooth-validator | [2021-01-05 07:00:49.001 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000518083572388 seconds - beginning heartbeat pings.
656sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b813784409134bbb990356bb495872af
657sawtooth-validator | [2021-01-05 07:01:19.023 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00755763053894 seconds - beginning heartbeat pings.
658sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
659sawtooth-validator | [2021-01-05 07:01:49.040 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00258994102478 seconds - beginning heartbeat pings.
660sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c4f24e734570447384d06e380214da49
661sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
662sawtooth-validator | [2021-01-05 07:02:19.062 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007786512374878 seconds - beginning heartbeat pings.
663sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 961abfb610194e50845fa2ea9f367a79
664sawtooth-validator | [2021-01-05 07:02:29.071 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005038738250732 seconds - beginning heartbeat pings.
665sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
666sawtooth-validator | [2021-01-05 07:03:19.101 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008913278579712 seconds - beginning heartbeat pings.
667sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d55f816f30eb4ce79e38d7e37211d295
668sawtooth-validator | [2021-01-05 07:03:29.112 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002670526504517 seconds - beginning heartbeat pings.
669sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
670sawtooth-validator | [2021-01-05 07:03:39.122 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.0085768699646 seconds - beginning heartbeat pings.
671sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f037a88f23f44015a1d02f39770454ba
672sawtooth-validator | [2021-01-05 07:03:49.133 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006991863250732 seconds - beginning heartbeat pings.
673sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
674sawtooth-validator | [2021-01-05 07:04:09.144 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.99873638153076 seconds - beginning heartbeat pings.
675sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bd1dd57775a64bb49193c242ba8f7991
676sawtooth-validator | [2021-01-05 07:04:19.156 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007806301116943 seconds - beginning heartbeat pings.
677sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
678sawtooth-validator | [2021-01-05 07:04:29.168 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007815599441528 seconds - beginning heartbeat pings.
679sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: da27ce2aa0404cb4b509fd13fc2d4a97
680sawtooth-validator | [2021-01-05 07:04:49.172 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.9918053150177 seconds - beginning heartbeat pings.
681sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
682sawtooth-validator | [2021-01-05 07:05:19.193 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009268283843994 seconds - beginning heartbeat pings.
683sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bf378030573d49f4822c65d378deb97e
684sawtooth-validator | [2021-01-05 07:05:39.206 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.99994921684265 seconds - beginning heartbeat pings.
685sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
686sawtooth-validator | [2021-01-05 07:05:49.218 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004627466201782 seconds - beginning heartbeat pings.
687sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4e747e2a45d448baaa8a82971b27c36d
688sawtooth-validator | [2021-01-05 07:06:19.240 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007426023483276 seconds - beginning heartbeat pings.
689sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
690sawtooth-validator | [2021-01-05 07:06:29.251 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.0045006275177 seconds - beginning heartbeat pings.
691sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9b091416fcf04397a7e4220f2cdab34e
692sawtooth-validator | [2021-01-05 07:06:39.262 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007819890975952 seconds - beginning heartbeat pings.
693sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
694sawtooth-validator | [2021-01-05 07:06:59.265 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.98946762084961 seconds - beginning heartbeat pings.
695sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f3ee575f67f84346bd65e8d67d7c2d12
696sawtooth-validator | [2021-01-05 07:07:19.270 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.997984170913696 seconds - beginning heartbeat pings.
697sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
698sawtooth-validator | [2021-01-05 07:07:29.282 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00743818283081 seconds - beginning heartbeat pings.
699sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d4c87bd5229f421fb10756b2ea7917f5
700sawtooth-validator | [2021-01-05 07:08:09.305 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.999271631240845 seconds - beginning heartbeat pings.
701sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
702sawtooth-validator | [2021-01-05 07:08:19.316 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00361704826355 seconds - beginning heartbeat pings.
703sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6608a5b396d4454e8025a05c19ffab23
704sawtooth-validator | [2021-01-05 07:08:29.320 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000036239624023 seconds - beginning heartbeat pings.
705sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
706sawtooth-validator | [2021-01-05 07:08:39.329 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002012491226196 seconds - beginning heartbeat pings.
707sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8ea47ad4daf34f5abd04da252138d21a
708sawtooth-validator | [2021-01-05 07:08:49.336 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003449440002441 seconds - beginning heartbeat pings.
709sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
710sawtooth-validator | [2021-01-05 07:09:09.346 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.998016834259033 seconds - beginning heartbeat pings.
711sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 79286dba57b744e792d2377a3c66daca
712sawtooth-validator | [2021-01-05 07:09:19.358 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007810592651367 seconds - beginning heartbeat pings.
713sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
714sawtooth-validator | [2021-01-05 07:09:59.387 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.998713970184326 seconds - beginning heartbeat pings.
715sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9872c3b0234d48b9a8691c0a13fc26b9
716sawtooth-validator | [2021-01-05 07:10:19.394 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.999196529388428 seconds - beginning heartbeat pings.
717sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
718sawtooth-validator | [2021-01-05 07:10:29.405 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00554609298706 seconds - beginning heartbeat pings.
719sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 77cce70041c74cebab2dc762f038e5cf
720sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
721sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e0d8a4b69164409db286e3d18f09a2ae
722sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
723sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 28951aa354764d58bab159f6531ea170
724sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
725sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f8498aba765b475198d8dd7f4c9b5d18
726sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
727sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b63fa3b0843543a4b3b00523e8b127b4
728sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
729sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 39da7a2d098d4a59a4cdbee9c6d899ef
730sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
731sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f7db40a511ac401ab09a6308478f770a
732sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
733sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fef19e1b414a4b38b888f56953d002cc
734sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
735sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7eb96b4dde264085a4f14723f7a739fe
736sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
737sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 783fe5723b654d4587efef97aeea6535
738sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
739sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3d1ea486b9fa4455a67c11d6d81ae1e3
740sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
741sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7af63ebf1aa44f829c1f49b23d535b32
742sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
743sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: cfa1390f0cd744c58ad026e49788acb4
744sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
745sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 35b430ebce864af0848b834e158db80d
746sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
747sawtooth-validator | [2021-01-05 07:10:49.410 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.994675159454346 seconds - beginning heartbeat pings.
748sawtooth-validator | [2021-01-05 07:11:19.432 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007815599441528 seconds - beginning heartbeat pings.
749sawtooth-validator | [2021-01-05 07:11:29.443 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007635116577148 seconds - beginning heartbeat pings.
750sawtooth-validator | [2021-01-05 07:11:39.452 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.0048668384552 seconds - beginning heartbeat pings.
751sawtooth-validator | [2021-01-05 07:11:59.455 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.990946292877197 seconds - beginning heartbeat pings.
752sawtooth-validator | [2021-01-05 07:12:09.467 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002585887908936 seconds - beginning heartbeat pings.
753sawtooth-validator | [2021-01-05 07:13:09.503 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.999574661254883 seconds - beginning heartbeat pings.
754sawtooth-validator | [2021-01-05 07:13:19.514 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007524251937866 seconds - beginning heartbeat pings.
755sawtooth-validator | [2021-01-05 07:13:29.525 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007476091384888 seconds - beginning heartbeat pings.
756sawtooth-validator | [2021-01-05 07:13:39.537 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000672101974487 seconds - beginning heartbeat pings.
757sawtooth-validator | [2021-01-05 07:13:59.545 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.992793083190918 seconds - beginning heartbeat pings.
758sawtooth-validator | [2021-01-05 07:14:09.556 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007689237594604 seconds - beginning heartbeat pings.
759sawtooth-validator | [2021-01-05 07:14:19.562 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00186276435852 seconds - beginning heartbeat pings.
760sawtooth-validator | [2021-01-05 07:14:29.574 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008892297744751 seconds - beginning heartbeat pings.
761sawtooth-validator | [2021-01-05 07:14:39.586 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007544755935669 seconds - beginning heartbeat pings.
762sawtooth-validator | [2021-01-05 07:14:49.593 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003822088241577 seconds - beginning heartbeat pings.
763sawtooth-validator | [2021-01-05 07:15:19.615 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007859468460083 seconds - beginning heartbeat pings.
764sawtooth-validator | [2021-01-05 07:15:59.643 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.99990224838257 seconds - beginning heartbeat pings.
765sawtooth-validator | [2021-01-05 07:16:29.671 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006888628005981 seconds - beginning heartbeat pings.
766sawtooth-validator | [2021-01-05 07:16:39.678 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004104614257812 seconds - beginning heartbeat pings.
767sawtooth-validator | [2021-01-05 07:16:59.691 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.999404907226562 seconds - beginning heartbeat pings.
768sawtooth-validator | [2021-01-05 07:17:09.702 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007313013076782 seconds - beginning heartbeat pings.
769sawtooth-validator | [2021-01-05 07:17:19.713 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00081729888916 seconds - beginning heartbeat pings.
770sawtooth-validator | [2021-01-05 07:17:29.724 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007437944412231 seconds - beginning heartbeat pings.
771sawtooth-validator | [2021-01-05 07:17:39.734 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00306749343872 seconds - beginning heartbeat pings.
772sawtooth-validator | [2021-01-05 07:18:29.760 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006004333496094 seconds - beginning heartbeat pings.
773sawtooth-validator | [2021-01-05 07:18:39.767 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003672361373901 seconds - beginning heartbeat pings.
774sawtooth-validator | [2021-01-05 07:18:49.778 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007524013519287 seconds - beginning heartbeat pings.
775sawtooth-validator | [2021-01-05 07:20:19.839 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007315635681152 seconds - beginning heartbeat pings.
776sawtooth-validator | [2021-01-05 07:20:29.851 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008222579956055 seconds - beginning heartbeat pings.
777sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2b894a323a8d488eaa26a4f6457fa3a3
778sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
779sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0f6a427c0889428881ceda731da3a842
780sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
781sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 66d8ac754d564aa392e24604220a1547
782sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
783sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 36d3457adb324ad1976f7f535b15ccb4
784sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
785sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d01171f40c6d4173a1e63992e68a8030
786sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
787sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a907cbb415c346fd8a0aab562a5cb2b6
788sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
789sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 80c6b39b26f544f98b8e6b0662ecf12b
790sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
791sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f4e227f3296d4252b6fb21e828071d6b
792sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
793sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b670ecd5c182431f96663273c58b2323
794sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
795sawtooth-validator | [2021-01-05 07:20:39.862 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004664897918701 seconds - beginning heartbeat pings.
796sawtooth-validator | [2021-01-05 07:20:49.874 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00663948059082 seconds - beginning heartbeat pings.
797sawtooth-validator | [2021-01-05 07:21:19.897 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007660150527954 seconds - beginning heartbeat pings.
798sawtooth-validator | [2021-01-05 07:21:49.921 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009177207946777 seconds - beginning heartbeat pings.
799sawtooth-validator | [2021-01-05 07:22:09.927 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.996431589126587 seconds - beginning heartbeat pings.
800sawtooth-validator | [2021-01-05 07:22:39.953 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003823041915894 seconds - beginning heartbeat pings.
801sawtooth-validator | [2021-01-05 07:22:59.967 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.999307870864868 seconds - beginning heartbeat pings.
802sawtooth-validator | [2021-01-05 07:23:09.978 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003087997436523 seconds - beginning heartbeat pings.
803sawtooth-validator | [2021-01-05 07:23:19.983 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001299142837524 seconds - beginning heartbeat pings.
804sawtooth-validator | [2021-01-05 07:23:29.994 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001925945281982 seconds - beginning heartbeat pings.
805sawtooth-validator | [2021-01-05 07:23:40.006 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007416248321533 seconds - beginning heartbeat pings.
806sawtooth-validator | [2021-01-05 07:24:10.029 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007447481155396 seconds - beginning heartbeat pings.
807sawtooth-validator | [2021-01-05 07:24:40.056 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006813049316406 seconds - beginning heartbeat pings.
808sawtooth-validator | [2021-01-05 07:24:50.065 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005848407745361 seconds - beginning heartbeat pings.
809sawtooth-validator | [2021-01-05 07:25:20.089 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00762939453125 seconds - beginning heartbeat pings.
810sawtooth-validator | [2021-01-05 07:25:50.117 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007781505584717 seconds - beginning heartbeat pings.
811sawtooth-validator | [2021-01-05 07:26:20.130 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005963325500488 seconds - beginning heartbeat pings.
812sawtooth-validator | [2021-01-05 07:26:30.141 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003689050674438 seconds - beginning heartbeat pings.
813sawtooth-validator | [2021-01-05 07:27:10.156 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.995085954666138 seconds - beginning heartbeat pings.
814sawtooth-validator | [2021-01-05 07:27:40.181 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003652095794678 seconds - beginning heartbeat pings.
815sawtooth-validator | [2021-01-05 07:27:50.191 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009017944335938 seconds - beginning heartbeat pings.
816sawtooth-validator | [2021-01-05 07:28:20.214 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.0089111328125 seconds - beginning heartbeat pings.
817sawtooth-validator | [2021-01-05 07:28:30.225 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000889301300049 seconds - beginning heartbeat pings.
818sawtooth-validator | [2021-01-05 07:28:40.235 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007020235061646 seconds - beginning heartbeat pings.
819sawtooth-validator | [2021-01-05 07:28:50.245 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007659196853638 seconds - beginning heartbeat pings.
820sawtooth-validator | [2021-01-05 07:29:10.255 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.999356985092163 seconds - beginning heartbeat pings.
821sawtooth-validator | [2021-01-05 07:29:20.266 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001593351364136 seconds - beginning heartbeat pings.
822sawtooth-validator | [2021-01-05 07:29:30.276 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005584478378296 seconds - beginning heartbeat pings.
823sawtooth-validator | [2021-01-05 07:30:40.332 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007966041564941 seconds - beginning heartbeat pings.
824sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fa694c68fb8843bc8480ec06b1d782a3
825sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
826sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f02f95409e5a4637a80529cdfeb92ede
827sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
828sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ddf06b7e6f5c41d49559dcba6be74d8c
829sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
830sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e4c59729457d4e499c343c4a80dad74c
831sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
832sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 29f84f0ac2584feb9a0368baf3bc0927
833sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
834sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3b164789ae70427e90bbf803c923a622
835sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
836sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6f05c66cf26a4b9295984b77eccd6b2b
837sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
838sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7b8931fd20664e229ed6bdb0fc4391f4
839sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
840sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 544ff397635d4949951832ebaa4ae9fb
841sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
842sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c7eef66d050047a7bacbb4d133a1e892
843sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
844sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2fcf9a3c3b4a4cfeb228d80f53b94894
845sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
846sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 25b05d5423d347c4b8b555ab751217cd
847sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
848sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 78b5087d06714c2b91cd1615a7492819
849sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
850sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 50394f7e5ed34b4da872185b99149c66
851sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
852sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ad2d788e6c504cc581d59e437086d22e
853sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
854sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7c45b820a0a349d0ace799a72ac639c2
855sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
856sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2f09e68f41c44434b3af7b9c1c64123b
857sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
858sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 06351a60100b45a9abb3a1c5ffa74732
859sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
860sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 144511b95559482cba816624a5d5cc5c
861sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
862sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c7cf0d8b2e504d88a6c9723929f4ae9c
863sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
864sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ec532b5a417d4c15ba3e02a94bbbf0a3
865sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
866sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 88d4256d178647efbc6dc9ad597efb75
867sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
868sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fa8e5c3841a14854b1a421318fbb7c3f
869sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
870sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e97f961dc64a4c7dae3f7c7a4e37e01a
871sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
872sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e7211cc5c3204919b1db08833f97e8f7
873sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
874sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8c493e7622db40479dd7c6be4c936875
875sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
876sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 84d89643d970426cae2b11ba1a471376
877sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
878sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 943a66341a1e42a99f45d2cb9ab995f1
879sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
880sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e280c68302dd49caba8052dff34af8ca
881sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
882sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 81a47a781d604323a11b00a5301bcb84
883sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
884sawtooth-validator | [2021-01-05 07:30:50.343 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007548332214355 seconds - beginning heartbeat pings.
885sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fdaf8440730f4e7992bc0265e7f2e631
886sawtooth-validator | [2021-01-05 07:31:20.359 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000372171401978 seconds - beginning heartbeat pings.
887sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
888sawtooth-validator | [2021-01-05 07:31:30.371 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007898807525635 seconds - beginning heartbeat pings.
889sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 077bd1bf8b9a4f4b9dc5ebc986eef8a3
890sawtooth-validator | [2021-01-05 07:31:40.381 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006842851638794 seconds - beginning heartbeat pings.
891sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
892sawtooth-validator | [2021-01-05 07:32:00.394 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.998859167099 seconds - beginning heartbeat pings.
893sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f848952e665f49f9a755a66be640a9e2
894sawtooth-validator | [2021-01-05 07:32:10.405 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007392883300781 seconds - beginning heartbeat pings.
895sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
896sawtooth-validator | [2021-01-05 07:32:20.414 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006521224975586 seconds - beginning heartbeat pings.
897sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c689ca5d49864b6d92f4794910601171
898sawtooth-validator | [2021-01-05 07:32:30.419 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001554012298584 seconds - beginning heartbeat pings.
899sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
900sawtooth-validator | [2021-01-05 07:32:40.431 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007630586624146 seconds - beginning heartbeat pings.
901sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7a7f1f2ed8a44bed95d35731e618556a
902sawtooth-validator | [2021-01-05 07:33:30.464 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002459526062012 seconds - beginning heartbeat pings.
903sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
904sawtooth-validator | [2021-01-05 07:33:40.475 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007734537124634 seconds - beginning heartbeat pings.
905sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1d42fe17783a486993cdc2fb6f213333
906sawtooth-validator | [2021-01-05 07:33:50.487 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001749515533447 seconds - beginning heartbeat pings.
907sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
908sawtooth-validator | [2021-01-05 07:34:20.510 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005571603775024 seconds - beginning heartbeat pings.
909sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 32fc42858eaa42bf8ea16342c3d6660d
910sawtooth-validator | [2021-01-05 07:34:50.539 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007993221282959 seconds - beginning heartbeat pings.
911sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
912sawtooth-validator | [2021-01-05 07:36:20.597 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000929117202759 seconds - beginning heartbeat pings.
913sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 07ef5eb7ba184fb9a21f198eb0e89fa8
914sawtooth-validator | [2021-01-05 07:36:30.608 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007457733154297 seconds - beginning heartbeat pings.
915sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
916sawtooth-validator | [2021-01-05 07:36:40.620 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006540775299072 seconds - beginning heartbeat pings.
917sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6b9d16fbda7a4acbbf43936cbf47ec6b
918sawtooth-validator | [2021-01-05 07:36:50.632 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00481128692627 seconds - beginning heartbeat pings.
919sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
920sawtooth-validator | [2021-01-05 07:37:40.654 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000220775604248 seconds - beginning heartbeat pings.
921sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ed297bd9ed0e472780f6133760c7c5bf
922sawtooth-validator | [2021-01-05 07:37:50.666 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007189273834229 seconds - beginning heartbeat pings.
923sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
924sawtooth-validator | [2021-01-05 07:38:10.671 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.997971534729004 seconds - beginning heartbeat pings.
925sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3c6aae41d38744f6aeddda1a253a2d82
926sawtooth-validator | [2021-01-05 07:38:20.682 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001969337463379 seconds - beginning heartbeat pings.
927sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
928sawtooth-validator | [2021-01-05 07:38:50.703 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000831365585327 seconds - beginning heartbeat pings.
929sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6f792261f4cb4ab49064c3a41a3b57aa
930sawtooth-validator | [2021-01-05 07:39:20.726 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007135152816772 seconds - beginning heartbeat pings.
931sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
932sawtooth-validator | [2021-01-05 07:39:30.737 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009112358093262 seconds - beginning heartbeat pings.
933sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 98402f8b47c54a76be3942b372938374
934sawtooth-validator | [2021-01-05 07:39:40.748 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00658106803894 seconds - beginning heartbeat pings.
935sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
936sawtooth-validator | [2021-01-05 07:39:50.753 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002119064331055 seconds - beginning heartbeat pings.
937sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7b94a69067704f18976634c23fef41a6
938sawtooth-validator | [2021-01-05 07:40:20.771 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004788160324097 seconds - beginning heartbeat pings.
939sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
940sawtooth-validator | [2021-01-05 07:40:30.781 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007287502288818 seconds - beginning heartbeat pings.
941sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: aea3e2451bdd476d96b196bfd1b7f935
942sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
943sawtooth-validator | [2021-01-05 07:40:40.789 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003589391708374 seconds - beginning heartbeat pings.
944sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: abe2aee77eb8410781dedee768435604
945sawtooth-validator | [2021-01-05 07:40:50.800 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007323026657104 seconds - beginning heartbeat pings.
946sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
947sawtooth-validator | [2021-01-05 07:41:20.820 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006223678588867 seconds - beginning heartbeat pings.
948sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 321ab4bb297d440b870b0858a4eb7f9f
949sawtooth-validator | [2021-01-05 07:41:30.832 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007714033126831 seconds - beginning heartbeat pings.
950sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
951sawtooth-validator | [2021-01-05 07:41:40.842 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005696773529053 seconds - beginning heartbeat pings.
952sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 53c95e076c3f41228774581a8f565e14
953sawtooth-validator | [2021-01-05 07:41:50.848 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002836465835571 seconds - beginning heartbeat pings.
954sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
955sawtooth-validator | [2021-01-05 07:42:20.872 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007574319839478 seconds - beginning heartbeat pings.
956sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bf65923a94ef4712b9810b45000e3b11
957sawtooth-validator | [2021-01-05 07:42:30.877 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00108790397644 seconds - beginning heartbeat pings.
958sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
959sawtooth-validator | [2021-01-05 07:42:40.888 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003543615341187 seconds - beginning heartbeat pings.
960sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 918d62aac7cc4aa880f2f3d3158b4207
961sawtooth-validator | [2021-01-05 07:42:50.895 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003149032592773 seconds - beginning heartbeat pings.
962sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
963sawtooth-validator | [2021-01-05 07:43:00.899 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00024700164795 seconds - beginning heartbeat pings.
964sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 10d88e6c85ef4849b6c1c9cca23d112f
965sawtooth-validator | [2021-01-05 07:43:10.906 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00383186340332 seconds - beginning heartbeat pings.
966sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
967sawtooth-validator | [2021-01-05 07:43:40.936 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005600452423096 seconds - beginning heartbeat pings.
968sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ad9e4183f5b84492883c0d593e3f4fee
969sawtooth-validator | [2021-01-05 07:43:50.943 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003358125686646 seconds - beginning heartbeat pings.
970sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
971sawtooth-validator | [2021-01-05 07:44:20.966 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007444143295288 seconds - beginning heartbeat pings.
972sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9ccc74fbf5dd4245972ab38ce62988e8
973sawtooth-validator | [2021-01-05 07:44:30.978 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000117301940918 seconds - beginning heartbeat pings.
974sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
975sawtooth-validator | [2021-01-05 07:44:40.989 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007607460021973 seconds - beginning heartbeat pings.
976sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 08d7d67a6efd423f9f468b13fb167ac6
977sawtooth-validator | [2021-01-05 07:44:51.001 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00876760482788 seconds - beginning heartbeat pings.
978sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
979sawtooth-validator | [2021-01-05 07:45:41.037 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000436067581177 seconds - beginning heartbeat pings.
980sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6641d36f060c47b09258c73c1e253fe2
981sawtooth-validator | [2021-01-05 07:45:51.049 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00928282737732 seconds - beginning heartbeat pings.
982sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
983sawtooth-validator | [2021-01-05 07:46:11.058 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.99624800682068 seconds - beginning heartbeat pings.
984sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f348abbdedcb4fe68eed0ad16cefc87d
985sawtooth-validator | [2021-01-05 07:46:21.070 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007731437683105 seconds - beginning heartbeat pings.
986sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
987sawtooth-validator | [2021-01-05 07:46:31.081 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007564306259155 seconds - beginning heartbeat pings.
988sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a56fe110b3f544cc9a2dd1b97b05fd81
989sawtooth-validator | [2021-01-05 07:46:51.083 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.998505353927612 seconds - beginning heartbeat pings.
990sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
991sawtooth-validator | [2021-01-05 07:47:21.118 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005095720291138 seconds - beginning heartbeat pings.
992sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 057f804a2d304ca9b0555b17127f4489
993sawtooth-validator | [2021-01-05 07:47:31.124 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002745866775513 seconds - beginning heartbeat pings.
994sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
995sawtooth-validator | [2021-01-05 07:47:41.136 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004653930664062 seconds - beginning heartbeat pings.
996sawtooth-validator | [2021-01-05 07:47:51.147 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007373332977295 seconds - beginning heartbeat pings.
997sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e896b89cc7d8464f9991a42286dc59a7
998sawtooth-validator | [2021-01-05 07:48:01.151 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000622987747192 seconds - beginning heartbeat pings.
999sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1000sawtooth-validator | [2021-01-05 07:48:11.163 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008867740631104 seconds - beginning heartbeat pings.
1001sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fc3f92f574d547fab94d5e37598a69a9
1002sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1003sawtooth-validator | [2021-01-05 07:48:21.174 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007731914520264 seconds - beginning heartbeat pings.
1004sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7070ea7e748d40139e17c0d5b4e42621
1005sawtooth-validator | [2021-01-05 07:48:51.202 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006693601608276 seconds - beginning heartbeat pings.
1006sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1007sawtooth-validator | [2021-01-05 07:49:21.221 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000407218933105 seconds - beginning heartbeat pings.
1008sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 503752d532b8451baecb01b4293ddc47
1009sawtooth-validator | [2021-01-05 07:49:31.231 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000593185424805 seconds - beginning heartbeat pings.
1010sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1011sawtooth-validator | [2021-01-05 07:49:41.242 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00101351737976 seconds - beginning heartbeat pings.
1012sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6bdbc802b8ef4377a95fab0c802315f6
1013sawtooth-validator | [2021-01-05 07:49:51.254 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007786273956299 seconds - beginning heartbeat pings.
1014sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1015sawtooth-validator | [2021-01-05 07:50:21.265 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002193212509155 seconds - beginning heartbeat pings.
1016sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 289704b51401446c99a45c1530fb2133
1017sawtooth-validator | [2021-01-05 07:51:11.306 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001432657241821 seconds - beginning heartbeat pings.
1018sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1019sawtooth-validator | [2021-01-05 07:51:21.318 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003546237945557 seconds - beginning heartbeat pings.
1020sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3a04d1aa35de4a91a9083e6f23e0bd6d
1021sawtooth-validator | [2021-01-05 07:51:51.343 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000925302505493 seconds - beginning heartbeat pings.
1022sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1023sawtooth-validator | [2021-01-05 07:52:01.348 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000574111938477 seconds - beginning heartbeat pings.
1024sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d17df5189538417fa4afcf99d690e2b0
1025sawtooth-validator | [2021-01-05 07:52:11.359 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008131742477417 seconds - beginning heartbeat pings.
1026sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1027sawtooth-validator | [2021-01-05 07:52:41.381 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007383823394775 seconds - beginning heartbeat pings.
1028sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8f7eee3dd4ad4800b37ee55a8fbdef44
1029sawtooth-validator | [2021-01-05 07:53:01.388 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.99411129951477 seconds - beginning heartbeat pings.
1030sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1031sawtooth-validator | [2021-01-05 07:53:31.414 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007200002670288 seconds - beginning heartbeat pings.
1032sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 953c163019434234972ce113c0eac9b2
1033sawtooth-validator | [2021-01-05 07:53:41.425 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009171962738037 seconds - beginning heartbeat pings.
1034sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1035sawtooth-validator | [2021-01-05 07:53:51.436 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007463455200195 seconds - beginning heartbeat pings.
1036sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b7c7fb95e53f4740b29fa3c48b287a76
1037sawtooth-validator | [2021-01-05 07:54:01.440 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000916004180908 seconds - beginning heartbeat pings.
1038sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1039sawtooth-validator | [2021-01-05 07:54:11.451 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007566213607788 seconds - beginning heartbeat pings.
1040sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 86a75a62f5024093bcacc0745b15bf57
1041sawtooth-validator | [2021-01-05 07:54:41.475 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003756284713745 seconds - beginning heartbeat pings.
1042sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1043sawtooth-validator | [2021-01-05 07:54:51.486 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007564544677734 seconds - beginning heartbeat pings.
1044sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a19e5903766549468d24b38dd15502a9
1045sawtooth-validator | [2021-01-05 07:55:01.490 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000623941421509 seconds - beginning heartbeat pings.
1046sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1047sawtooth-validator | [2021-01-05 07:56:01.523 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.995495796203613 seconds - beginning heartbeat pings.
1048sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: de2d48074ee54372bc83ba2b9ce8e5ee
1049sawtooth-validator | [2021-01-05 07:56:11.533 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008671998977661 seconds - beginning heartbeat pings.
1050sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1051sawtooth-validator | [2021-01-05 07:56:21.544 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000786781311035 seconds - beginning heartbeat pings.
1052sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ff977977039b488fa962affff62defa7
1053sawtooth-validator | [2021-01-05 07:56:31.555 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.0056791305542 seconds - beginning heartbeat pings.
1054sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1055sawtooth-validator | [2021-01-05 07:56:41.559 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002683639526367 seconds - beginning heartbeat pings.
1056sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8a8283f41f6b4b8a8abc7ae32c48a08e
1057sawtooth-validator | [2021-01-05 07:56:51.565 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003934144973755 seconds - beginning heartbeat pings.
1058sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1059sawtooth-validator | [2021-01-05 07:57:01.569 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001654386520386 seconds - beginning heartbeat pings.
1060sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3823ad72f72541a7bd2af4d143912b93
1061sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1062sawtooth-validator | [2021-01-05 07:57:11.580 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009121179580688 seconds - beginning heartbeat pings.
1063sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f304f40758f841f58a4ed6b270ed7404
1064sawtooth-validator | [2021-01-05 07:57:21.591 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008850336074829 seconds - beginning heartbeat pings.
1065sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1066sawtooth-validator | [2021-01-05 07:57:31.602 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009156703948975 seconds - beginning heartbeat pings.
1067sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2f7fd2627db44a828d540c03978c3fe6
1068sawtooth-validator | [2021-01-05 07:57:41.612 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006214141845703 seconds - beginning heartbeat pings.
1069sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1070sawtooth-validator | [2021-01-05 07:58:01.621 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.998052835464478 seconds - beginning heartbeat pings.
1071sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fa603291b55d44fda1eb064a1dd7451a
1072sawtooth-validator | [2021-01-05 07:58:31.641 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006481647491455 seconds - beginning heartbeat pings.
1073sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1074sawtooth-validator | [2021-01-05 07:58:41.653 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00749158859253 seconds - beginning heartbeat pings.
1075sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e896c56be4a1445ea1686ce8c4416abd
1076sawtooth-validator | [2021-01-05 07:59:31.695 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004672765731812 seconds - beginning heartbeat pings.
1077sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1078sawtooth-validator | [2021-01-05 07:59:41.707 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000615119934082 seconds - beginning heartbeat pings.
1079sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b7f6110a47974fdd9cab99d77d2622f5
1080sawtooth-validator | [2021-01-05 07:59:51.718 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007753610610962 seconds - beginning heartbeat pings.
1081sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1082sawtooth-validator | [2021-01-05 08:00:01.723 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000368595123291 seconds - beginning heartbeat pings.
1083sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6df0f302fa214f748b52a2235a5cd6b1
1084sawtooth-validator | [2021-01-05 08:00:11.732 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000532627105713 seconds - beginning heartbeat pings.
1085sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1086sawtooth-validator | [2021-01-05 08:00:21.744 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00761604309082 seconds - beginning heartbeat pings.
1087sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c9e32ad94721477aacaad070cba72f48
1088sawtooth-validator | [2021-01-05 08:01:11.780 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007619857788086 seconds - beginning heartbeat pings.
1089sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1090sawtooth-validator | [2021-01-05 08:01:21.792 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000423908233643 seconds - beginning heartbeat pings.
1091sawtooth-validator | [2021-01-05 08:01:31.803 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002686977386475 seconds - beginning heartbeat pings.
1092sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: cd5493d353d94cbb949e1057ff7df8c2
1093sawtooth-validator | [2021-01-05 08:01:41.813 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006278276443481 seconds - beginning heartbeat pings.
1094sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1095sawtooth-validator | [2021-01-05 08:01:51.824 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007171630859375 seconds - beginning heartbeat pings.
1096sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 25404c8c8bd54693b429fe12011d37d6
1097sawtooth-validator | [2021-01-05 08:02:01.827 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001821994781494 seconds - beginning heartbeat pings.
1098sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1099sawtooth-validator | [2021-01-05 08:02:11.838 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002284288406372 seconds - beginning heartbeat pings.
1100sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: aee38e7d34304309a3e4d7e7de00c741
1101sawtooth-validator | [2021-01-05 08:02:21.848 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007224798202515 seconds - beginning heartbeat pings.
1102sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1103sawtooth-validator | [2021-01-05 08:02:31.860 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005115509033203 seconds - beginning heartbeat pings.
1104sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3d128ba9824c42769be9c0f70115f227
1105sawtooth-validator | [2021-01-05 08:02:41.871 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.0078604221344 seconds - beginning heartbeat pings.
1106sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1107sawtooth-validator | [2021-01-05 08:02:51.883 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008305549621582 seconds - beginning heartbeat pings.
1108sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7e0954d9aa7f469c970261da41e41f64
1109sawtooth-validator | [2021-01-05 08:03:01.888 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001806497573853 seconds - beginning heartbeat pings.
1110sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1111sawtooth-validator | [2021-01-05 08:03:11.899 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008069276809692 seconds - beginning heartbeat pings.
1112sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 72899c8481d24a928488a5fafdb7decd
1113sawtooth-validator | [2021-01-05 08:04:01.929 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001261472702026 seconds - beginning heartbeat pings.
1114sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1115sawtooth-validator | [2021-01-05 08:04:11.940 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005037784576416 seconds - beginning heartbeat pings.
1116sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4e6af8c6ae3f4aec821d6352f71261e3
1117sawtooth-validator | [2021-01-05 08:04:21.951 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00918459892273 seconds - beginning heartbeat pings.
1118sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1119sawtooth-validator | [2021-01-05 08:04:51.981 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006611347198486 seconds - beginning heartbeat pings.
1120sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: cb2519ff450540f7b14fea77f653ca3e
1121sawtooth-validator | [2021-01-05 08:05:22.005 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008699893951416 seconds - beginning heartbeat pings.
1122sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1123sawtooth-validator | [2021-01-05 08:05:32.016 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002113580703735 seconds - beginning heartbeat pings.
1124sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8f6591e41ed7426d9141156250e14e1b
1125sawtooth-validator | [2021-01-05 08:05:42.027 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007107496261597 seconds - beginning heartbeat pings.
1126sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1127sawtooth-validator | [2021-01-05 08:05:52.037 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009117841720581 seconds - beginning heartbeat pings.
1128sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0ecd0678f6e846d2a6b892b4ff822cd4
1129sawtooth-validator | [2021-01-05 08:06:22.061 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007920503616333 seconds - beginning heartbeat pings.
1130sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1131sawtooth-validator | [2021-01-05 08:06:32.072 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00080132484436 seconds - beginning heartbeat pings.
1132sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fceb152957b24f7280b5227cf9b270b0
1133sawtooth-validator | [2021-01-05 08:06:42.083 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005736589431763 seconds - beginning heartbeat pings.
1134sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1135sawtooth-validator | [2021-01-05 08:06:52.094 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009033679962158 seconds - beginning heartbeat pings.
1136sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 782277a5deed4971bedeb0e9449594e0
1137sawtooth-validator | [2021-01-05 08:07:02.097 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00141429901123 seconds - beginning heartbeat pings.
1138sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1139sawtooth-validator | [2021-01-05 08:07:12.107 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008627891540527 seconds - beginning heartbeat pings.
1140sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0d0b56728ac1459e8f8b839f88058e67
1141sawtooth-validator | [2021-01-05 08:07:22.117 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001636505126953 seconds - beginning heartbeat pings.
1142sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1143sawtooth-validator | [2021-01-05 08:07:32.128 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004620790481567 seconds - beginning heartbeat pings.
1144sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 83c31cfb4a3d487d84bbb0ac5fc205df
1145sawtooth-validator | [2021-01-05 08:07:42.139 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006652116775513 seconds - beginning heartbeat pings.
1146sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1147sawtooth-validator | [2021-01-05 08:08:12.162 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00873351097107 seconds - beginning heartbeat pings.
1148sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 986f1441ed284e859f55f3eca78a59b6
1149sawtooth-validator | [2021-01-05 08:08:22.172 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008687257766724 seconds - beginning heartbeat pings.
1150sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1151sawtooth-validator | [2021-01-05 08:08:52.196 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000702857971191 seconds - beginning heartbeat pings.
1152sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2fccb21d56324614bf2743b745cc4eb5
1153sawtooth-validator | [2021-01-05 08:09:12.200 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.996187448501587 seconds - beginning heartbeat pings.
1154sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1155sawtooth-validator | [2021-01-05 08:09:42.222 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006123065948486 seconds - beginning heartbeat pings.
1156sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c3f8aa459f0b4925ae87f014dfe04caf
1157sawtooth-validator | [2021-01-05 08:10:02.230 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.996789932250977 seconds - beginning heartbeat pings.
1158sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1159sawtooth-validator | [2021-01-05 08:10:12.240 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00385332107544 seconds - beginning heartbeat pings.
1160sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 17f8fd64d4b6468fb733f24233bf77cc
1161sawtooth-validator | [2021-01-05 08:10:22.251 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001955032348633 seconds - beginning heartbeat pings.
1162sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1163sawtooth-validator | [2021-01-05 08:10:52.279 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008841037750244 seconds - beginning heartbeat pings.
1164sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: eb8e22e851a448f7aa345a28001813c9
1165sawtooth-validator | [2021-01-05 08:11:22.301 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007359743118286 seconds - beginning heartbeat pings.
1166sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1167sawtooth-validator | [2021-01-05 08:11:32.306 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001043558120728 seconds - beginning heartbeat pings.
1168sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fc3a25d99d7d4b8ea228d7c7968cad37
1169sawtooth-validator | [2021-01-05 08:12:02.319 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001707315444946 seconds - beginning heartbeat pings.
1170sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1171sawtooth-validator | [2021-01-05 08:12:12.325 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002481698989868 seconds - beginning heartbeat pings.
1172sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 55eac03e284d46eea459bc1359c874fd
1173sawtooth-validator | [2021-01-05 08:12:52.343 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.999034643173218 seconds - beginning heartbeat pings.
1174sawtooth-validator | [2021-01-05 08:13:12.347 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 19.993200302124023 seconds - beginning heartbeat pings.
1175sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1176sawtooth-validator | [2021-01-05 08:14:02.386 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000708103179932 seconds - beginning heartbeat pings.
1177sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: af28adaba171456dbc7223d159701a90
1178sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1179sawtooth-validator | [2021-01-05 08:14:12.398 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00760006904602 seconds - beginning heartbeat pings.
1180sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ac17677f74074a6ea298b68a1b1f9488
1181sawtooth-validator | [2021-01-05 08:14:22.408 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006524085998535 seconds - beginning heartbeat pings.
1182sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1183sawtooth-validator | [2021-01-05 08:14:32.420 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000318050384521 seconds - beginning heartbeat pings.
1184sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3ef13d522abf42169549bfd4a0ce7031
1185sawtooth-validator | [2021-01-05 08:14:42.432 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002127408981323 seconds - beginning heartbeat pings.
1186sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1187sawtooth-validator | [2021-01-05 08:15:32.468 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003749132156372 seconds - beginning heartbeat pings.
1188sawtooth-validator | [2021-01-05 08:15:42.480 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007807731628418 seconds - beginning heartbeat pings.
1189sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 901be3f052b6487bb7b84ca96ef281a1
1190sawtooth-validator | [2021-01-05 08:15:52.492 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00762128829956 seconds - beginning heartbeat pings.
1191sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1192sawtooth-validator | [2021-01-05 08:16:22.517 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00562334060669 seconds - beginning heartbeat pings.
1193sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 32a9b1145a9c4cbb9b4e4d2aeb60868f
1194sawtooth-validator | [2021-01-05 08:16:32.528 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008233070373535 seconds - beginning heartbeat pings.
1195sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1196sawtooth-validator | [2021-01-05 08:16:42.539 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00688910484314 seconds - beginning heartbeat pings.
1197sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0dc85db974504ae296987944f34d26ee
1198sawtooth-validator | [2021-01-05 08:16:52.550 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00313425064087 seconds - beginning heartbeat pings.
1199sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1200sawtooth-validator | [2021-01-05 08:17:22.576 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007350206375122 seconds - beginning heartbeat pings.
1201sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0197cf88a75c46f0af0e8e872ca11500
1202sawtooth-validator | [2021-01-05 08:17:32.587 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00795578956604 seconds - beginning heartbeat pings.
1203sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1204sawtooth-validator | [2021-01-05 08:17:42.598 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002972841262817 seconds - beginning heartbeat pings.
1205sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b1238aec03394e278fbda2bc2bcd921c
1206sawtooth-validator | [2021-01-05 08:17:52.611 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008049249649048 seconds - beginning heartbeat pings.
1207sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1208sawtooth-validator | [2021-01-05 08:18:02.616 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000078916549683 seconds - beginning heartbeat pings.
1209sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 00b19538c42544a2944c95e25f116f75
1210sawtooth-validator | [2021-01-05 08:18:12.626 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006903409957886 seconds - beginning heartbeat pings.
1211sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1212sawtooth-validator | [2021-01-05 08:18:22.637 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00879693031311 seconds - beginning heartbeat pings.
1213sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6b7ef23f61c24476af06bdb4e72801db
1214sawtooth-validator | [2021-01-05 08:18:32.648 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008838415145874 seconds - beginning heartbeat pings.
1215sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1216sawtooth-validator | [2021-01-05 08:18:42.658 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002055644989014 seconds - beginning heartbeat pings.
1217sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c834c8f4395a4c809e1d101c97bd86e1
1218sawtooth-validator | [2021-01-05 08:18:52.669 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002109289169312 seconds - beginning heartbeat pings.
1219sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1220sawtooth-validator | [2021-01-05 08:19:42.705 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001508474349976 seconds - beginning heartbeat pings.
1221sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 72ce32956b594db592dd9da7b79034c0
1222sawtooth-validator | [2021-01-05 08:19:52.710 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.003897428512573 seconds - beginning heartbeat pings.
1223sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1224sawtooth-validator | [2021-01-05 08:20:22.731 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008938550949097 seconds - beginning heartbeat pings.
1225sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b89c2ef74b15463a9e2f044f69103d2d
1226sawtooth-validator | [2021-01-05 08:20:32.742 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001810312271118 seconds - beginning heartbeat pings.
1227sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1228sawtooth-validator | [2021-01-05 08:20:42.748 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004664421081543 seconds - beginning heartbeat pings.
1229sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3191b11fa66145389283cf69c7b833d1
1230sawtooth-validator | [2021-01-05 08:20:52.759 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002860307693481 seconds - beginning heartbeat pings.
1231sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1232sawtooth-validator | [2021-01-05 08:21:22.781 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007684469223022 seconds - beginning heartbeat pings.
1233sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 67ba5e3b75e44e97aaca6d3f8a89d5da
1234sawtooth-validator | [2021-01-05 08:21:32.792 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008872747421265 seconds - beginning heartbeat pings.
1235sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1236sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7584ff96a4c14d93a95c67130960efc5
1237sawtooth-validator | [2021-01-05 08:21:42.802 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008751630783081 seconds - beginning heartbeat pings.
1238sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1239sawtooth-validator | [2021-01-05 08:21:52.813 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008944988250732 seconds - beginning heartbeat pings.
1240sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f25872b3b8104ae9a8d390736e1ce300
1241sawtooth-validator | [2021-01-05 08:22:22.837 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008743047714233 seconds - beginning heartbeat pings.
1242sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1243sawtooth-validator | [2021-01-05 08:22:32.847 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.009197473526001 seconds - beginning heartbeat pings.
1244sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0b677320ac7c4421aee022fc9e7f0d33
1245sawtooth-validator | [2021-01-05 08:22:42.859 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008947372436523 seconds - beginning heartbeat pings.
1246sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1247sawtooth-validator | [2021-01-05 08:22:52.869 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002872228622437 seconds - beginning heartbeat pings.
1248sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 264f302c3e544fda8ba0771d8b9d2f73
1249sawtooth-validator | [2021-01-05 08:23:02.873 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.000448226928711 seconds - beginning heartbeat pings.
1250sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1251sawtooth-validator | [2021-01-05 08:23:12.884 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008265018463135 seconds - beginning heartbeat pings.
1252sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 747b790c6e4542fdba7a0726f8d19c4d
1253sawtooth-validator | [2021-01-05 08:23:22.895 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006476879119873 seconds - beginning heartbeat pings.
1254sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1255sawtooth-validator | [2021-01-05 08:23:32.905 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002909421920776 seconds - beginning heartbeat pings.
1256sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 40c5410c884143209118cde559d118e9
1257sawtooth-validator | [2021-01-05 08:23:42.917 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007826566696167 seconds - beginning heartbeat pings.
1258sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1259sawtooth-validator | [2021-01-05 08:23:52.928 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00803804397583 seconds - beginning heartbeat pings.
1260sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: f339634b3e2a43f2896897062051650e
1261sawtooth-validator | [2021-01-05 08:24:02.934 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001631259918213 seconds - beginning heartbeat pings.
1262sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1263sawtooth-validator | [2021-01-05 08:24:12.942 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002989292144775 seconds - beginning heartbeat pings.
1264sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 627160f904584817be8701b7a748b1cc
1265sawtooth-validator | [2021-01-05 08:24:42.968 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007355690002441 seconds - beginning heartbeat pings.
1266sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1267sawtooth-validator | [2021-01-05 08:24:52.979 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.002735614776611 seconds - beginning heartbeat pings.
1268sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3742f012220a4369abbc7ea61d912417
1269sawtooth-validator | [2021-01-05 08:25:23.002 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00648307800293 seconds - beginning heartbeat pings.
1270sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1271sawtooth-validator | [2021-01-05 08:25:33.011 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004950046539307 seconds - beginning heartbeat pings.
1272sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0f4ec3db40fd4d91bbe5f50c08837063
1273sawtooth-validator | [2021-01-05 08:26:03.027 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.0020592212677 seconds - beginning heartbeat pings.
1274sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1275sawtooth-validator | [2021-01-05 08:26:13.038 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.005956172943115 seconds - beginning heartbeat pings.
1276sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e8b13ce069744f47ba484920e000b3cc
1277sawtooth-validator | [2021-01-05 08:26:23.048 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006463050842285 seconds - beginning heartbeat pings.
1278sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1279sawtooth-validator | [2021-01-05 08:26:33.060 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007963418960571 seconds - beginning heartbeat pings.
1280sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 950b2bdfe2cd48af86326a3cc8ac04ce
1281sawtooth-validator | [2021-01-05 08:27:03.076 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001192808151245 seconds - beginning heartbeat pings.
1282sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1283sawtooth-validator | [2021-01-05 08:27:13.081 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.00049614906311 seconds - beginning heartbeat pings.
1284sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4f05164defc24b04a88e43f57885860a
1285sawtooth-validator | [2021-01-05 08:27:23.092 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008657217025757 seconds - beginning heartbeat pings.
1286sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1287sawtooth-validator | [2021-01-05 08:27:33.104 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007606744766235 seconds - beginning heartbeat pings.
1288sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0313e5ebbd534b70ac06cbf39e4820a3
1289sawtooth-validator | [2021-01-05 08:27:43.115 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007581233978271 seconds - beginning heartbeat pings.
1290sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1291sawtooth-validator | [2021-01-05 08:28:13.137 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007854223251343 seconds - beginning heartbeat pings.
1292sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a185c4660634446081522e81c8a92284
1293sawtooth-validator | [2021-01-05 08:28:23.148 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007318496704102 seconds - beginning heartbeat pings.
1294sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1295sawtooth-validator | [2021-01-05 08:28:33.159 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.006478548049927 seconds - beginning heartbeat pings.
1296sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c5ed4aa14c9849c79a94ec33cf2ea417
1297sawtooth-validator | [2021-01-05 08:28:43.166 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.004469633102417 seconds - beginning heartbeat pings.
1298sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1299sawtooth-validator | [2021-01-05 08:28:53.177 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.007950782775879 seconds - beginning heartbeat pings.
1300sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 69bb0b5f71cb4145bfecd2fa0f477cfe
1301sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1302sawtooth-validator | [2021-01-05 08:29:03.183 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.001416206359863 seconds - beginning heartbeat pings.
1303sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4dd9097002e54fc7a8904c90c98afdd5
1304sawtooth-validator | [2021-01-05 08:29:13.195 DEBUG interconnect] No response from da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934 in 10.008673667907715 seconds - beginning heartbeat pings.
1305sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1306sawtooth-validator | [2021-01-05 08:29:26.552 INFO processor_handlers] try to unregister all transaction processor capabilities for connection_id da5661e924d41dcd433d70ca78c04e5d3a54068d8d4490242295f7b33dac7e8261ce52c0c30a3edd55989a5e452faef1c4162e9d940ab6999f7bfac9bbdba934
1307sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 47f3f25913f04dff9cccee6b2b5fb0cd
1308sawtooth-validator | [2021-01-05 08:29:36.761 DEBUG dispatch] Removed send_message function for connection ServerThread
1309sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1310sawtooth-validator | [2021-01-05 08:29:36.762 DEBUG dispatch] Removed send_last_message function for connection ServerThread
1311sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c1ae627b4245442e87f5563cbde69887
1312sawtooth-validator | [2021-01-05 08:29:36.762 DEBUG dispatch] Removed send_message function for connection ServerThread
1313sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1314sawtooth-validator | [2021-01-05 08:29:36.763 DEBUG dispatch] Removed send_last_message function for connection ServerThread
1315sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 925c71b7667342ee866ff17418f5abed
1316sawtooth-validator | [2021-01-05 08:29:36.764 DEBUG dispatch] Removed send_message function for connection ServerThread
1317sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1318sawtooth-validator | [2021-01-05 08:29:36.765 DEBUG dispatch] Removed send_last_message function for connection ServerThread
1319sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 380b819a5a304fb6889f1d86ccba5d85
1320sawtooth-validator | [2021-01-05 08:29:36.864 WARNING (unknown file)] [src/journal/publisher.rs: 595] PublisherThread exiting
1321sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1322sawtooth-validator | [2021-01-05 08:29:39.104 WARNING dispatch] Attempted to remove send_message function for connection ServerThread, but no send_message function was registered
1323sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2d76030ab5f24ac2bdc0f4ab849820c3
1324sawtooth-validator | [2021-01-05 08:29:39.105 WARNING dispatch] Attempted to remove send_last_message function for connection ServerThread, but no send_last_message function was registered
1325sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1326sawtooth-validator | [2021-01-05 08:29:42.921 WARNING dispatch] Attempted to remove send_message function for connection ServerThread, but no send_message function was registered
1327sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 632c23ab41394522bdc4964cc97ab036
1328sawtooth-validator | [2021-01-05 08:29:42.921 WARNING dispatch] Attempted to remove send_last_message function for connection ServerThread, but no send_last_message function was registered
1329sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1330sawtooth-validator | [2021-01-05 08:29:43.222 WARNING dispatch] Attempted to remove send_message function for connection ServerThread, but no send_message function was registered
1331sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 43244614bf4941b0bd5a3e744a5bcc06
1332sawtooth-validator | [2021-01-05 08:29:43.223 WARNING dispatch] Attempted to remove send_last_message function for connection ServerThread, but no send_last_message function was registered
1333sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1334sawtooth-validator | [2021-01-05 14:28:24.548 WARNING (unknown file)] [src/pylogger.rs: 40] Started logger at level DEBUG
1335sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 5c39dd310b474360a266940b5492c5fe
1336sawtooth-validator | [2021-01-05 14:28:25.198 DEBUG ffi] loading library libsawtooth_validator.so
1337sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1338sawtooth-validator | [2021-01-05 14:28:25.242 DEBUG ffi] loading library libsawtooth_validator.so
1339sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1555ce73345f483297989886a43e7de0
1340sawtooth-validator | [2021-01-05 14:28:25.663 INFO path] Skipping path loading from non-existent config file: /etc/sawtooth/path.toml
1341sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1342sawtooth-validator | [2021-01-05 14:28:25.664 INFO validator] Skipping validator config loading from non-existent config file: /etc/sawtooth/validator.toml
1343sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3c22354f57db4554806ecadd0500ae06
1344sawtooth-validator | [2021-01-05 14:28:25.666 INFO keys] Loading signing key: /etc/sawtooth/keys/validator.priv
1345sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1346sawtooth-validator | [2021-01-05 14:28:25.672 INFO cli] sawtooth-validator (Hyperledger Sawtooth) version 1.2.6
1347sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8dd2f8ef311c43e2984b6d0634b2bf2b
1348sawtooth-validator | [2021-01-05 14:28:25.672 INFO cli] config [path]: config_dir = "/etc/sawtooth"; config [path]: key_dir = "/etc/sawtooth/keys"; config [path]: data_dir = "/var/lib/sawtooth"; config [path]: log_dir = "/var/log/sawtooth"; config [path]: policy_dir = "/etc/sawtooth/policy"
1349sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1350sawtooth-validator | [2021-01-05 14:28:25.673 WARNING cli] Network key pair is not configured, Network communications between validators will not be authenticated or encrypted.
1351sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 15ffda23f4b74fd4a4d5ee857a31c5c1
1352sawtooth-validator | [2021-01-05 14:28:25.679 DEBUG state_verifier] verifying state in /var/lib/sawtooth/merkle-00.lmdb
1353sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1354sawtooth-validator | [2021-01-05 14:28:25.689 DEBUG state_verifier] block store file is /var/lib/sawtooth/block-00.lmdb
1355sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ce2c55571f1e45c89b13353e68f29778
1356sawtooth-validator | [2021-01-05 14:28:25.700 INFO state_verifier] Skipping state verification: chain head's state root is present
1357sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1358sawtooth-validator | [2021-01-05 14:28:25.701 INFO cli] Starting validator with parallel scheduler
1359sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9f8d9f8b5c3a4f828e2f10087548e07f
1360sawtooth-validator | [2021-01-05 14:28:25.701 DEBUG core] global state database file is /var/lib/sawtooth/merkle-00.lmdb
1361sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1362sawtooth-validator | [2021-01-05 14:28:25.702 DEBUG core] txn receipt store file is /var/lib/sawtooth/txn_receipts-00.lmdb
1363sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 01b37408c776446091b3eb9a7525950c
1364sawtooth-validator | [2021-01-05 14:28:25.703 DEBUG core] block store file is /var/lib/sawtooth/block-00.lmdb
1365sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1366sawtooth-validator | [2021-01-05 14:28:25.705 DEBUG threadpool] Creating thread pool executor Component
1367sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 04dd1326669240aba098bc8b5db06a5b
1368sawtooth-validator | [2021-01-05 14:28:25.705 DEBUG threadpool] Creating thread pool executor Network
1369sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1370sawtooth-validator | [2021-01-05 14:28:25.706 DEBUG threadpool] Creating thread pool executor Client
1371sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0b45ab9ef40e4ff492fae8684f954ac7
1372sawtooth-validator | [2021-01-05 14:28:25.706 DEBUG threadpool] Creating thread pool executor Signature
1373sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1374sawtooth-validator | [2021-01-05 14:28:25.707 DEBUG threadpool] Creating thread pool executor FutureCallback
1375sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 77687ef02fe249ae9fd0b4131aae6361
1376sawtooth-validator | [2021-01-05 14:28:25.707 DEBUG threadpool] Creating thread pool executor FutureCallback
1377sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1378sawtooth-validator | [2021-01-05 14:28:25.710 DEBUG threadpool] Creating thread pool executor Executing
1379sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d3cd0fe8e29445f7a8bb2fbaf58188fe
1380sawtooth-validator | [2021-01-05 14:28:25.710 DEBUG threadpool] Creating thread pool executor Consensus
1381sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1382sawtooth-validator | [2021-01-05 14:28:25.711 DEBUG threadpool] Creating thread pool executor FutureCallback
1383sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 988ef227b6624f5e91c9446536831bc2
1384sawtooth-validator | [2021-01-05 14:28:25.719 INFO ffi] [src/journal/chain.rs: 946] Chain controller initialized with chain head: Block(id: d4e678e43ad2c46410f70fae7191f7838bdb88d6d8db543c9e17853700a68b381ac99dd6c53205a8a5172c7f2fa90c9886d22663783ec789af613eab7c896b5b, block_num: 0, state_root_hash: 5df3d236c938285171693a97645868934fb8e43f0e27cfbc5d79fc9c375c0494, previous_block_id: 0000000000000000)
1385sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1386sawtooth-validator | [2021-01-05 14:28:25.720 INFO ffi] [src/journal/publisher.rs: 172] Now building on top of block, Block(id: d4e678e43ad2c46410f70fae7191f7838bdb88d6d8db543c9e17853700a68b381ac99dd6c53205a8a5172c7f2fa90c9886d22663783ec789af613eab7c896b5b, block_num: 0, state_root_hash: 5df3d236c938285171693a97645868934fb8e43f0e27cfbc5d79fc9c375c0494, previous_block_id: 0000000000000000)
1387sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 02102bd5b07f4abbb17acc4250c4db78
1388sawtooth-validator | [2021-01-05 14:28:25.728 DEBUG selector_events] Using selector: ZMQSelector
1389sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1390sawtooth-validator | [2021-01-05 14:28:25.735 INFO interconnect] Listening on tcp://eth0:4004
1391sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ad7fa287ba21432fa91090d058ee62dc
1392sawtooth-validator | [2021-01-05 14:28:25.735 DEBUG dispatch] Added send_message function for connection ServerThread
1393sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1394sawtooth-validator | [2021-01-05 14:28:25.736 DEBUG dispatch] Added send_last_message function for connection ServerThread
1395sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: cd18d1207c2a419f95986c9349b716fa
1396sawtooth-validator | [2021-01-05 14:28:25.738 DEBUG genesis] genesis_batch_file: not found
1397sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1398sawtooth-validator | [2021-01-05 14:28:25.739 DEBUG genesis] chain_head: d4e678e43ad2c46410f70fae7191f7838bdb88d6d8db543c9e17853700a68b381ac99dd6c53205a8a5172c7f2fa90c9886d22663783ec789af613eab7c896b5b (block_num:0, state:5df3d236c938285171693a97645868934fb8e43f0e27cfbc5d79fc9c375c0494, previous_block_id:0000000000000000)
1399sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 70ac22508b474c5181e7e6db3a1be993
1400sawtooth-validator | [2021-01-05 14:28:25.742 DEBUG genesis] block_chain_id: d4e678e43ad2c46410f70fae7191f7838bdb88d6d8db543c9e17853700a68b381ac99dd6c53205a8a5172c7f2fa90c9886d22663783ec789af613eab7c896b5b
1401sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1402sawtooth-validator | [2021-01-05 14:28:25.743 DEBUG selector_events] Using selector: ZMQSelector
1403sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a53fcd572ff843cc97eda3a4265ba34f
1404sawtooth-validator | [2021-01-05 14:28:25.745 INFO interconnect] Listening on tcp://eth0:5050
1405sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1406sawtooth-validator | [2021-01-05 14:28:25.746 DEBUG dispatch] Added send_message function for connection ServerThread
1407sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2aabea6b69dd40eda1b7d65242615680
1408sawtooth-validator | [2021-01-05 14:28:25.746 DEBUG dispatch] Added send_last_message function for connection ServerThread
1409sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1410sawtooth-validator | [2021-01-05 14:28:25.749 DEBUG selector_events] Using selector: ZMQSelector
1411sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1c06b4419e23440e9d335f19da467744
1412sawtooth-validator | [2021-01-05 14:28:25.751 INFO interconnect] Listening on tcp://eth0:8800
1413sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1414sawtooth-validator | [2021-01-05 14:28:25.751 DEBUG dispatch] Added send_message function for connection ServerThread
1415sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 81e57892d06f4e02b3ccdb83b6f597c2
1416sawtooth-validator | [2021-01-05 14:28:25.752 DEBUG dispatch] Added send_last_message function for connection ServerThread
1417sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1418sawtooth-validator | [2021-01-05 14:28:25.755 INFO ffi] [src/journal/chain.rs: 946] Chain controller initialized with chain head: Block(id: d4e678e43ad2c46410f70fae7191f7838bdb88d6d8db543c9e17853700a68b381ac99dd6c53205a8a5172c7f2fa90c9886d22663783ec789af613eab7c896b5b, block_num: 0, state_root_hash: 5df3d236c938285171693a97645868934fb8e43f0e27cfbc5d79fc9c375c0494, previous_block_id: 0000000000000000)
1419sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 75b02dbfc05a469c9bbf58078abf368d
1420sawtooth-validator | [2021-01-05 14:28:25.756 INFO ffi] [src/journal/publisher.rs: 172] Now building on top of block, Block(id: d4e678e43ad2c46410f70fae7191f7838bdb88d6d8db543c9e17853700a68b381ac99dd6c53205a8a5172c7f2fa90c9886d22663783ec789af613eab7c896b5b, block_num: 0, state_root_hash: 5df3d236c938285171693a97645868934fb8e43f0e27cfbc5d79fc9c375c0494, previous_block_id: 0000000000000000)
1421sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1422sawtooth-validator | [2021-01-05 14:28:25.761 WARNING processor_handlers] Max occupancy was not provided by transaction processor: b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037. Using default max occupancy: 10
1423sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e459129815e54fb0afdf8be62e57e303
1424sawtooth-validator | [2021-01-05 14:28:25.763 INFO processor_handlers] registered transaction processor: connection_id=b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037, family=sawtooth_settings, version=1.0, namespaces=['000000'], max_occupancy=10
1425sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1426sawtooth-validator | [2021-01-05 14:28:25.809 INFO handlers] Consensus engine registered: Devmode 0.1 (additional protocols: [])
1427sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e8e8bf117f3b489cac0d9702418f0659
1428sawtooth-validator | [2021-01-05 14:28:25.815 INFO proxy] Consensus engine activated: Devmode 0.1
1429sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1430sawtooth-validator | [2021-01-05 14:28:45.746 DEBUG interconnect] No response from b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037 in 19.98914623260498 seconds - beginning heartbeat pings.
1431sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 06c64e182de34e5ebca8ccafa50eefe7
1432sawtooth-validator | [2021-01-05 14:29:25.767 DEBUG interconnect] No response from b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037 in 19.993990182876587 seconds - beginning heartbeat pings.
1433sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1434sawtooth-validator | [2021-01-05 14:29:35.785 DEBUG interconnect] No response from b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037 in 10.007291793823242 seconds - beginning heartbeat pings.
1435sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 3939d8627b8b445a8e63bbeaf60dad8b
1436sawtooth-validator | [2021-01-05 14:29:45.789 DEBUG interconnect] No response from b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037 in 10.001820087432861 seconds - beginning heartbeat pings.
1437sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1438sawtooth-validator | [2021-01-05 14:29:55.799 DEBUG interconnect] No response from b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037 in 10.008761167526245 seconds - beginning heartbeat pings.
1439sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d17915206ce441bfb9bf57fd50341029
1440sawtooth-validator | [2021-01-05 14:30:05.809 DEBUG interconnect] No response from b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037 in 10.008824825286865 seconds - beginning heartbeat pings.
1441sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1442sawtooth-validator | [2021-01-05 14:30:15.820 DEBUG interconnect] No response from b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037 in 10.007266759872437 seconds - beginning heartbeat pings.
1443sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 95410aca934549b0a3d65f45115a0e04
1444sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1445sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: ebdc0ac48171424883a99ad72b9c11f1
1446sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1447sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e0f53b0904dd4d9db43d83b64ce75732
1448sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1449sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 2ae0ab18ad164fc6a8819ea6bc9a0b8d
1450sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1451sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 81bb0aa870734ef9944780747b57db91
1452sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1453sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d665cd4ce08c48718c33ba0d1c48e37a
1454sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1455sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4ee8443f05f6446192e7382f1df01790
1456sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1457sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fef17bd5513d446a9303886ee9b3b2d6
1458sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1459sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 33ab62761ea6436c868cbb5aa9105718
1460sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1461sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 46f0197b397946a09117632a46a598da
1462sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1463sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: d2271f4b1836497fb0cd64b32dbb46a4
1464sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1465sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 56027df4dd144e07b6b452abe535157d
1466sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1467sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 784ff78869d8458aa13cd106353794e0
1468sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1469sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 724a7725e6014dbc9059c90cc64d74c6
1470sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1471sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7379505a03484088978a6f1b41a60c9d
1472sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1473sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: e252fd2fc71b482488a0499f8177e5c0
1474sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1475sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 92f36e93077c40558fad494a897312ca
1476sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1477sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 983b7ac9370047b0b3981fb481bd1d21
1478sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1479sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fecaf3d759414c15b418469ed0012f1e
1480sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1481sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0f72d4e0f43f45d9ae1ccdde391bf22c
1482sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1483sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 82d258f5ee1544779d1f63198bd8c672
1484sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1485sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 35bbd521978a4e95a57a5887d5aa7188
1486sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1487sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9e2dd8e0e1c94ae5bff8fd1288bd28e3
1488sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1489sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 86cb055e56dc4c81b513b1b4406297c9
1490sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1491sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 19ae3b6d30014fdabd25734bc58f754c
1492sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1493sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 685a6f6c4c9a4602a6ff1e4466bb5d04
1494sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1495sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b54cf4fe952447a19d7ac30b035380fa
1496sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1497sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a3bfce84132e493789573bad7d219cad
1498sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1499sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 75e9e735d5d34e76bbb5c9a1badc0c90
1500sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1501sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 31a4d4e338ec406b873e6aa780ecc5f8
1502sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1503sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: a895981f12124e168e0e4c856280f61f
1504sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1505sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 8167e62a64a9475791fe250671801968
1506sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1507sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: fda0875f19774c76ac1cfeac0c726f84
1508sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1509sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9ffeaf3332ac4c67be09cec6b9ec696f
1510sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1511sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c032212cf6124737b272b0d0a1df0a6a
1512sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1513sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 13f57b6076dd4a0399c35ddee8d9d299
1514sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1515sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 7c77f6b5c2ee4177812a655d52615634
1516sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1517sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 612ddad43f704f78bdb382e4bcd2fe85
1518sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1519sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: b6b607230f9f495582d02c16b1fddd7f
1520sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1521sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 086973356ef64abd93f3cc04c70adafa
1522sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1523sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9638dd18c99440f8959bc326edfd052c
1524sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1525sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: da2c60671a4c44c7956d3f2d67ce9d87
1526sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1527sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: bb2f2dd5aac54986b3e5ff9527cb3fd7
1528sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1529sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4edce15470df40289f2d7f2971212d5f
1530sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1531sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 6373cae943214bd7b53f802a10ea150f
1532sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1533sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9478641060e34cc29d7fd907e83bed06
1534sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1535sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending TpUnregisterRequest
1536sawtooth-settings-tp | ERROR | sawtooth_sdk::messag | Failed to send disconnect: sending on a closed channel
1537sawtooth-settings-tp | DEBUG | sawtooth_sdk::messag | Exited stream
1538sawtooth-settings-tp | INFO | settings_tp:95 | Console logging level: DEBUG
1539sawtooth-settings-tp | INFO | sawtooth_sdk::proces | connecting to endpoint: tcp://validator:4004
1540sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending TpRegisterRequest: sawtooth_settings 1.0
1541sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 734055a78b584047b47448f86fa17d1e
1542sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1543sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 19bb29a6c23b48279ca994c9b588e61e
1544sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1545sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 4a2da1af61914ecdbf33d2d6ede6bcc8
1546sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1547sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: c5767deb9e134e42843d3aa273a2d9df
1548sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1549sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1cc9d82a6ee74c5eb16ff5a4264429d0
1550sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1551sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 367ff43ea97148c598d2d103bf77f084
1552sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1553sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 1f5597aa20b549b1b39367f6141aa0f9
1554sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1555sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 386702292aed4e3fbdca8c486723f91b
1556sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1557sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 0715ae7652204cddbd85b199963506eb
1558sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1559sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 34c3dc697999434baecd5d560fa3e7f1
1560sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1561simple-supply-subscriber | Traceback (most recent call last):
1562simple-supply-subscriber | File "/project/sawtooth-simple-supply/bin/simple-supply-subscriber", line 27, in <module>
1563simple-supply-subscriber | from simple_supply_subscriber.main import main
1564simple-supply-subscriber | File "/project/sawtooth-simple-supply/subscriber/simple_supply_subscriber/main.py", line 22, in <module>
1565simple-supply-subscriber | from simple_supply_subscriber.event_handling import get_events_handler
1566simple-supply-subscriber | File "/project/sawtooth-simple-supply/subscriber/simple_supply_subscriber/event_handling.py", line 25, in <module>
1567simple-supply-subscriber | from simple_supply_subscriber.decoding import deserialize_data
1568simple-supply-subscriber | File "/project/sawtooth-simple-supply/subscriber/simple_supply_subscriber/decoding.py", line 18, in <module>
1569simple-supply-subscriber | from simple_supply_protobuf.agent_pb2 import AgentContainer
1570simple-supply-subscriber | File "/project/sawtooth-simple-supply/protobuf/simple_supply_protobuf/agent_pb2.py", line 21, in <module>
1571simple-supply-subscriber | create_key=_descriptor._internal_create_key,
1572simple-supply-subscriber | AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
1573simple-supply-rest-api | Traceback (most recent call last):
1574simple-supply-rest-api | File "/project/sawtooth-simple-supply/bin/simple-supply-rest-api", line 27, in <module>
1575simple-supply-rest-api | from simple_supply_rest_api.main import main
1576simple-supply-rest-api | File "/project/sawtooth-simple-supply/rest_api/simple_supply_rest_api/main.py", line 29, in <module>
1577simple-supply-rest-api | from simple_supply_rest_api.messaging import Messenger
1578simple-supply-rest-api | File "/project/sawtooth-simple-supply/rest_api/simple_supply_rest_api/messaging.py", line 26, in <module>
1579simple-supply-rest-api | from simple_supply_rest_api.transaction_creation import \
1580simple-supply-rest-api | File "/project/sawtooth-simple-supply/rest_api/simple_supply_rest_api/transaction_creation.py", line 23, in <module>
1581simple-supply-rest-api | from simple_supply_protobuf import payload_pb2
1582simple-supply-rest-api | File "/project/sawtooth-simple-supply/protobuf/simple_supply_protobuf/payload_pb2.py", line 21, in <module>
1583simple-supply-rest-api | create_key=_descriptor._internal_create_key,
1584simple-supply-rest-api | AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
1585simple-supply-tp | Traceback (most recent call last):
1586simple-supply-tp | File "/project/sawtooth-simple-supply/bin/simple-supply-tp", line 27, in <module>
1587simple-supply-tp | from simple_supply_tp.main import main
1588simple-supply-tp | File "/project/sawtooth-simple-supply/processor/simple_supply_tp/main.py", line 22, in <module>
1589simple-supply-tp | from simple_supply_tp.handler import SimpleSupplyHandler
1590simple-supply-tp | File "/project/sawtooth-simple-supply/processor/simple_supply_tp/handler.py", line 24, in <module>
1591simple-supply-tp | from simple_supply_protobuf import payload_pb2
1592simple-supply-tp | File "/project/sawtooth-simple-supply/protobuf/simple_supply_protobuf/payload_pb2.py", line 21, in <module>
1593simple-supply-tp | create_key=_descriptor._internal_create_key,
1594simple-supply-tp | AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
1595simple-supply-rest-api exited with code 1
1596simple-supply-tp exited with code 1
1597simple-supply-subscriber | Traceback (most recent call last):
1598simple-supply-subscriber | File "/project/sawtooth-simple-supply/bin/simple-supply-subscriber", line 27, in <module>
1599simple-supply-subscriber | from simple_supply_subscriber.main import main
1600simple-supply-subscriber | File "/project/sawtooth-simple-supply/subscriber/simple_supply_subscriber/main.py", line 22, in <module>
1601simple-supply-subscriber | from simple_supply_subscriber.event_handling import get_events_handler
1602simple-supply-subscriber | File "/project/sawtooth-simple-supply/subscriber/simple_supply_subscriber/event_handling.py", line 25, in <module>
1603simple-supply-subscriber | from simple_supply_subscriber.decoding import deserialize_data
1604simple-supply-subscriber | File "/project/sawtooth-simple-supply/subscriber/simple_supply_subscriber/decoding.py", line 18, in <module>
1605simple-supply-subscriber | from simple_supply_protobuf.agent_pb2 import AgentContainer
1606simple-supply-subscriber | File "/project/sawtooth-simple-supply/protobuf/simple_supply_protobuf/agent_pb2.py", line 21, in <module>
1607simple-supply-subscriber | create_key=_descriptor._internal_create_key,
1608simple-supply-subscriber | AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
1609simple-supply-subscriber exited with code 1
1610sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 77fe454c19c1449bbf2edbba04811e01
1611sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1612sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 293855e5770b46f3985c0918dc059b56
1613sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1614
1615
1616
1617
1618sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 51c9da6f68904ce5b40581ae49cbf302
1619sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1620sawtooth-validator | [2021-01-05 14:31:45.858 DEBUG interconnect] No response from b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037 in 10.000461339950562 seconds - beginning heartbeat pings.
1621sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 70f1ab41701d42a2b2ce65f2b5ffe84f
1622sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1623sawtooth-validator | [2021-01-05 14:32:15.875 DEBUG interconnect] No response from b948798a2bdd69f8a342e037a33d90ebfdf95f98ac9cdd9aab34141c61b750faa84c0b308f64d92e2cd491bd8c833ae0b49350f44c2f542e391c09f632ce8037 in 10.009095191955566 seconds - beginning heartbeat pings.
1624sawtooth-settings-tp | INFO | sawtooth_sdk::proces | Message: 9eb203c72925486e8e2062f5228885ed
1625sawtooth-settings-tp | INFO | sawtooth_sdk::proces | sending PingResponse
1626