experiment-errors 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. DEBUG:root:Starting client protocol (id: 55, desc: ('127.0.0.1', 9118) -> 16: ['test003r', 'test030target', 'test048e'])
  2. DEBUG:root:Starting client protocol (id: 5, desc: ('127.0.0.1', 9068) -> 17: ['test006r', 'test030target', 'test047e'])
  3. DEBUG:root:Starting client protocol (id: 7, desc: ('127.0.0.1', 9070) -> 18: ['test003r', 'test030target', 'test048e'])
  4. DEBUG:root:Starting client protocol (id: 15, desc: ('127.0.0.1', 9078) -> 17: ['test024r', 'test030target', 'test059e'])
  5. DEBUG:root:Circuit 17 (CONTROLLER, controller=('127.0.0.1', 8068)) CLOSED: FINISHED; None
  6. ERROR:root:Client protocol id: 55 had an error (07:23:07.419891)
  7. ERROR:root:Client protocol id: 5 had an error (07:24:56.158961)
  8. ERROR:root:Client protocol id: 7 had an error (07:24:56.194669)
  9. ERROR:root:Client protocol id: 15 had an error (07:24:57.395246)
  10. DEBUG:root:Stream 74 (None, controller=('127.0.0.1', 8119)) FAILED: TIMEOUT; None
  11. Starting client protocol
  12. Socket 2565 connected
  13. ERROR:root:Client protocol id: 55 had an error (07:23:07.419891)
  14. Feb 12 07:23:07.184 [info] connection_edge_process_relay_cell_not_open(): 'connected' received for circid 2355205080 streamid 34331 after 8 seconds.
  15. Feb 12 07:23:07.184 [info] exit circ (length 3): $5AFB76E7105B036D4A5297712ED84F2B4D1D7AF0(open) $C0DE6D7DDCDB12B59FF33E123BA7AB3CA58D7CEA(open) $3A73C6B8BDC470EFBC0BF55D56B59001006E1483(open)
  16. Feb 12 07:23:07.416 [info] handle_relay_cell_command(): 34: end cell (connection reset) for stream 34331. Removing stream.
  17. Feb 12 07:23:40.710 [info] connection_edge_process_relay_cell_not_open(): 'connected' received for circid 2818801185 streamid 24523 after 3 seconds.
  18. Feb 12 07:23:40.710 [info] exit circ (length 3): $E4E39348FCB5CC9494CFA3FBD6386630B64662A6(open) $C0DE6D7DDCDB12B59FF33E123BA7AB3CA58D7CEA(open) $335338CD4C5E48852859E29D8371FACB4A2155DE(open)
  19. Feb 12 07:25:27.298 [info] channelpadding_send_padding_cell_for_callback(): Sending netflow keepalive on 16 to 172.19.156.16:5021 (9AB7F01CA3AA2749B2115C49B5CE4596B9169E1B) after 6060 ms. Delta 3ms
  20. Feb 12 07:25:27.395 [info] channelpadding_send_padding_cell_for_callback(): Sending netflow keepalive on 13 to 172.19.156.16:5009 (9B20E5578F75081B63326B7C8A762DBE081C8256) after 5716 ms. Delta 1ms
  21. Feb 12 07:25:28.742 [info] handle_relay_cell_command(): 37: end cell (connection reset) for stream 24523. Removing stream.
  22. Feb 12 07:25:29.558 [info] channelpadding_send_padding_cell_for_callback(): Sending netflow keepalive on 8 to 172.19.156.16:5027 (03813EFF1620E9F45CAB94808011FA966C2A8869) after 6872 ms. Delta 1ms
  23. Feb 12 07:25:29.940 [info] connection_handle_listener_read(): New SOCKS connection opened from 127.0.0.1
  24. ERROR:root:Client protocol id: 514 had an error (07:25:28.743687)
  25. Traceback (most recent call last):
  26. File "/home/sengler/code/working/tor-benchmarking/dev/experiment_client.py", line 245, in _run_client
  27. protocol.run()
  28. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  29. finished = self._run_iteration()
  30. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 130, in _run_iteration
  31. if self.protocols[self.current_protocol] is None or self.protocols[self.current_protocol].run():
  32. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  33. finished = self._run_iteration()
  34. File "/home/sengler/code/working/tor-benchmarking/dev/throughput_protocols.py", line 30, in _run_iteration
  35. if self.sub_protocol.run():
  36. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  37. finished = self._run_iteration()
  38. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 434, in _run_iteration
  39. if self.protocol_helper.recv(self.socket, response_size):
  40. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 39, in recv
  41. raise ProtocolException('The socket was closed.')
  42. basic_protocols.ProtocolException: The socket was closed.
  43. WARNING:root:Client protocol with error successfully added self to global queue
  44. ERROR:root:Client protocol id: 55 had an error (07:23:07.419891)
  45. Traceback (most recent call last):
  46. File "/home/sengler/code/working/tor-benchmarking/dev/experiment_client.py", line 245, in _run_client
  47. protocol.run()
  48. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  49. finished = self._run_iteration()
  50. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 130, in _run_iteration
  51. if self.protocols[self.current_protocol] is None or self.protocols[self.current_protocol].run():
  52. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  53. finished = self._run_iteration()
  54. File "/home/sengler/code/working/tor-benchmarking/dev/throughput_protocols.py", line 30, in _run_iteration
  55. if self.sub_protocol.run():
  56. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  57. finished = self._run_iteration()
  58. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 434, in _run_iteration
  59. if self.protocol_helper.recv(self.socket, response_size):
  60. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 39, in recv
  61. raise ProtocolException('The socket was closed.')
  62. basic_protocols.ProtocolException: The socket was closed.
  63. WARNING:root:Client protocol with error successfully added self to global queue
  64. DEBUG:root:Starting client protocol (id: 1379, desc: ('127.0.0.1', 9092) -> 26: ['test002r', 'test030target', 'test043e'])
  65. ERROR:root:Client protocol id: 1379 had an error (07:27:50.439308)
  66. Traceback (most recent call last):
  67. File "/home/sengler/code/working/tor-benchmarking/dev/experiment_client.py", line 245, in _run_client
  68. protocol.run()
  69. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  70. finished = self._run_iteration()
  71. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 130, in _run_iteration
  72. if self.protocols[self.current_protocol] is None or self.protocols[self.current_protocol].run():
  73. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  74. finished = self._run_iteration()
  75. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 172, in _run_iteration
  76. raise ProtocolException('Could not connect to SOCKS proxy, msg: %x'%(response[1],))
  77. basic_protocols.ProtocolException: Could not connect to SOCKS proxy, msg: 5b
  78. Feb 12 07:27:50.386 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.
  79. Feb 12 07:27:50.414 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.
  80. Feb 12 07:27:50.414 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.
  81. Feb 12 07:27:50.438 [notice] Tried for 120 seconds to get a connection to 127.0.0.1:12353. Giving up. (waiting for controller)
  82. Feb 12 07:27:50.440 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.
  83. Feb 12 07:27:50.440 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.
  84. Feb 12 07:27:50.466 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.
  85. DEBUG:root:Starting client protocol (id: 545, desc: ('127.0.0.1', 9158) -> 20: ['test000a', 'test030target', 'test054e'])
  86. ERROR:root:Client protocol id: 545 had an error (07:25:41.147103)
  87. Traceback (most recent call last):
  88. File "/home/sengler/code/working/tor-benchmarking/dev/experiment_client.py", line 245, in _run_client
  89. protocol.run()
  90. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  91. finished = self._run_iteration()
  92. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 130, in _run_iteration
  93. if self.protocols[self.current_protocol] is None or self.protocols[self.current_protocol].run():
  94. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  95. finished = self._run_iteration()
  96. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 172, in _run_iteration
  97. raise ProtocolException('Could not connect to SOCKS proxy, msg: %x'%(response[1],))
  98. basic_protocols.ProtocolException: Could not connect to SOCKS proxy, msg: 5b
  99. Feb 12 07:25:38.260 [info] channelpadding_send_padding_cell_for_callback(): Sending netflow keepalive on 9 to 172.19.156.16:5017 (A1986143EF2C1F7EF93742DDBB0AD5119EC33156) after 5924 ms. Delta 0ms
  100. Feb 12 07:25:38.755 [info] channelpadding_send_padding_cell_for_callback(): Sending netflow keepalive on 5 to 172.19.156.16:5009 (9B20E5578F75081B63326B7C8A762DBE081C8256) after 6728 ms. Delta 3ms
  101. Feb 12 07:25:41.146 [notice] Tried for 120 seconds to get a connection to 127.0.0.1:12353. Giving up. (waiting for controller)
  102. Feb 12 07:25:41.666 [info] channelpadding_send_padding_cell_for_callback(): Sending netflow keepalive on 8 to 172.19.156.16:5006 (296F6955D60EBE2EEF910CED0C4F1F00D178951D) after 6848 ms. Delta 3ms
  103. Feb 12 07:25:41.846 [info] channelpadding_send_padding_cell_for_callback(): Sending netflow keepalive on 12 to 172.19.156.16:5010 (EB9D945D3E554868A8E5F15B375D129D20449E77) after 6028 ms. Delta 4ms
  104. Feb 12 07:25:43.166 [info] channelpadding_send_padding_cell_for_callback(): Sending netflow keepalive on 11 to 172.19.156.16:5000 (CC455FEC9679E29B17762238281AB07727FEBF47) after 6412 ms. Delta 3ms
  105. See: connection_ap_expire_beginning()
  106. Feb 12 22:28:22.429 [info] connection_handle_listener_read(): New SOCKS connection opened from 127.0.0.1.
  107. Feb 12 22:28:22.638 [info] connection_edge_process_inbuf(): data from edge while in 'waiting for controller' state. Leaving it on buffer.
  108. Feb 12 22:28:22.658 [info] rep_hist_note_used_port(): New port prediction added. Will continue predictive circ building for 3394 more seconds.
  109. Feb 12 22:28:22.658 [info] link_apconn_to_circ(): Looks like completed circuit to hidden service doesn't allow optimistic data for connection to 127.0.0.1
  110. Feb 12 22:28:22.658 [info] connection_ap_handshake_send_begin(): Sending relay cell 0 on circ 4294765208 to begin stream 5930.
  111. Feb 12 22:28:22.658 [info] connection_ap_handshake_send_begin(): Address/port sent, ap socket 40, n_circ_id 4294765208
  112. Feb 12 22:28:51.633 [info] circuit_mark_for_close_(): Circuit 4294765208 (id: 24) marked for close at src/core/or/circuituse.c:1507 (orig reason: 9, new reason: 0)
  113. DEBUG:root:Starting client protocol (id: 844, desc: ('127.0.0.1', 9157) -> 24: ['test028r', 'test030target', 'test036e'])
  114. ERROR:root:Client protocol id: 844 had an error (22:30:22.999643)
  115. Traceback (most recent call last):
  116. File "/home/sengler/code/working/tor-benchmarking/dev/experiment_client.py", line 246, in _run_client
  117. protocol.run()
  118. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  119. finished = self._run_iteration()
  120. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 130, in _run_iteration
  121. if self.protocols[self.current_protocol] is None or self.protocols[self.current_protocol].run():
  122. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  123. finished = self._run_iteration()
  124. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 172, in _run_iteration
  125. raise ProtocolException('Could not connect to SOCKS proxy, msg: %x'%(response[1],))
  126. basic_protocols.ProtocolException: Could not connect to SOCKS proxy, msg: 5b
  127. DEBUG:root:Starting client protocol (id: 1245, desc: ('127.0.0.1', 9108) -> 24: ['test014r', 'test030target', 'test045e'])
  128. ERROR:root:Client protocol id: 1245 had an error (23:19:45.882900)
  129. Traceback (most recent call last):
  130. File "/home/sengler/code/working/tor-benchmarking/dev/experiment_client.py", line 246, in _run_client
  131. protocol.run()
  132. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  133. finished = self._run_iteration()
  134. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 130, in _run_iteration
  135. if self.protocols[self.current_protocol] is None or self.protocols[self.current_protocol].run():
  136. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  137. finished = self._run_iteration()
  138. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 172, in _run_iteration
  139. raise ProtocolException('Could not connect to SOCKS proxy, msg: %x'%(response[1],))
  140. basic_protocols.ProtocolException: Could not connect to SOCKS proxy, msg: 5b
  141. Feb 12 23:17:45.684 [info] connection_ap_handshake_send_begin(): Sending relay cell 0 on circ 2533565025 to begin stream 56942.
  142. Feb 12 23:17:45.684 [info] connection_ap_handshake_send_begin(): Address/port sent, ap socket 15, n_circ_id 2533565025
  143. Feb 12 23:17:55.194 [info] update_consensus_networkstatus_downloads(): Launching microdesc standard networkstatus consensus download.
  144. Feb 12 23:17:55.194 [info] select_primary_guard_for_circuit(): Selected primary guard test006r ($C296AF35EAD984D5419333340E1DE30AE71D8E48) for circuit.
  145. Feb 12 23:17:55.194 [info] connection_ap_make_link(): Making internal direct tunnel to 172.19.156.16:5006 ...
  146. Feb 12 23:17:55.194 [info] connection_ap_make_link(): ... application connection created and linked.
  147. Feb 12 23:17:55.194 [info] directory_send_command(): Downloading consensus from 172.19.156.16:5006 using /tor/status-vote/current/consensus-microdesc/58BF94+BAF767.z
  148. Feb 12 23:17:55.194 [warn] connection_ap_expire_beginning(): Bug: circuit->purpose == CIRCUIT_PURPOSE_C_GENERAL failed. The purpose on the circuit was Circuit made by controller; it was in state open, path_state new. (on Tor 0.4.2.6 971a6beff5a53434)
  149. Feb 12 23:17:55.194 [info] connection_ap_expire_beginning(): We tried for 10 seconds to connect to '127.0.0.1' using exit $514B92EF502BA1FD644BBDEEDF35E2CC8F2EF5AA~test045e at 172.19.156.16. Retrying on a new circuit
  150. Feb 12 23:18:18.285 [info] circuit_expire_old_circuits_clientside(): Closing n_circ_id 2533565025 (dirty 633 sec ago, purpose 22)
  151. Feb 12 23:18:18.286 [info] circuit_mark_for_close_(): Circuit 2533565025 (id: 24) marked for close at src/core/or/circuituse.c:1507 (orig reason: 9, new reason: 0)
  152. Feb 12 23:19:45.881 [notice] Tried for 120 seconds to get a connection to 127.0.0.1:12353. Giving up. (waiting for controller)
  153. DEBUG:root:Starting client protocol (id: 336, desc: ('127.0.0.1', 9099) -> 18: ['test002r', 'test030target', 'test058e'])
  154. ERROR:root:Client protocol id: 336 had an error (01:05:33.670825)
  155. Traceback (most recent call last):
  156. File "/home/sengler/code/working/tor-benchmarking/dev/experiment_client.py", line 246, in _run_client
  157. protocol.run()
  158. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  159. finished = self._run_iteration()
  160. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 130, in _run_iteration
  161. if self.protocols[self.current_protocol] is None or self.protocols[self.current_protocol].run():
  162. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  163. finished = self._run_iteration()
  164. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 172, in _run_iteration
  165. raise ProtocolException('Could not connect to SOCKS proxy, msg: %x'%(response[1],))
  166. basic_protocols.ProtocolException: Could not connect to SOCKS proxy, msg: 5b
  167. Feb 13 01:03:23.054 [info] connection_handle_listener_read(): New SOCKS connection opened from 127.0.0.1.
  168. Feb 13 01:03:23.132 [info] connection_edge_process_inbuf(): data from edge while in 'waiting for controller' state. Leaving it on buffer.
  169. Feb 13 01:03:23.146 [info] channelpadding_send_padding_cell_for_callback(): Sending netflow keepalive on 8 to 172.19.156.16:5015 (0ADE7252BDDA535282B306B0A82CBCC9FEDE2C50) after 5108 ms. Delta 2ms
  170. Feb 13 01:03:23.152 [info] rep_hist_note_used_port(): New port prediction added. Will continue predictive circ building for 1998 more seconds.
  171. Feb 13 01:03:23.152 [info] link_apconn_to_circ(): Looks like completed circuit to hidden service doesn't allow optimistic data for connection to 127.0.0.1
  172. Feb 13 01:03:23.152 [info] connection_ap_handshake_send_begin(): Sending relay cell 0 on circ 3126016833 to begin stream 24424.
  173. Feb 13 01:03:23.152 [info] connection_ap_handshake_send_begin(): Address/port sent, ap socket 36, n_circ_id 3126016833
  174. Feb 13 01:05:32.666 [info] connection_ap_expire_beginning(): Controller circuit has tried for 129 seconds to connect to '127.0.0.1' using exit $56D109A57085FEAF4B7EBC789C30E13EECEDBCC8~test058e at 17
  175. 2.19.156.16. But not giving up!
  176. Feb 13 01:05:33.478 [info] connection_ap_process_end_not_open(): Address '127.0.0.1' refused due to 'misc error'. Considering retrying.
  177. Feb 13 01:05:33.478 [info] client_dns_incr_failures(): Address 127.0.0.1 now has 1 resolve failures.
  178. Feb 13 01:05:33.478 [info] exit circ (length 3): $610EC312C40076330EBB4C72522995C03D8C442A(open) $B8F98F5966E41AAB5DCDEED7ECEF637644ACF11C(open) $56D109A57085FEAF4B7EBC789C30E13EECEDBCC8(open)
  179. Feb 13 01:05:33.670 [notice] Tried for 130 seconds to get a connection to 127.0.0.1:12353. Giving up. (waiting for controller)
  180. Feb 13 01:06:01.782 [info] circuit_expire_old_circuits_clientside(): Closing n_circ_id 3126016833 (dirty 758 sec ago, purpose 22)
  181. Feb 13 01:06:01.782 [info] circuit_mark_for_close_(): Circuit 3126016833 (id: 18) marked for close at src/core/or/circuituse.c:1507 (orig reason: 9, new reason: 0)
  182. DEBUG:root:Starting client protocol (id: 1084, desc: ('127.0.0.1', 9097) -> 23: ['test021r', 'test030target', 'test045e'])
  183. ERROR:root:Client protocol id: 1084 had an error (22:13:40.143767)
  184. Traceback (most recent call last):
  185. File "/home/sengler/code/working/tor-benchmarking/dev/experiment_client.py", line 257, in _run_client
  186. protocol.run()
  187. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  188. finished = self._run_iteration()
  189. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 130, in _run_iteration
  190. if self.protocols[self.current_protocol] is None or self.protocols[self.current_protocol].run():
  191. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 71, in run
  192. finished = self._run_iteration()
  193. File "/home/sengler/code/working/tor-benchmarking/dev/basic_protocols.py", line 172, in _run_iteration
  194. raise ProtocolException('Could not connect to SOCKS proxy, msg: %x'%(response[1],))
  195. basic_protocols.ProtocolException: Could not connect to SOCKS proxy, msg: 5b
  196. Feb 15 22:11:40.074 [info] connection_handle_listener_read(): New SOCKS connection opened from 127.0.0.1.
  197. Feb 15 22:11:40.288 [info] connection_edge_process_inbuf(): data from edge while in 'waiting for controller' state. Leaving it on buffer.
  198. Feb 15 22:11:40.308 [info] rep_hist_note_used_port(): New port prediction added. Will continue predictive circ building for 3043 more seconds.
  199. Feb 15 22:11:40.308 [info] link_apconn_to_circ(): Looks like completed circuit to hidden service doesn't allow optimistic data for connection to 127.0.0.1
  200. Feb 15 22:11:40.308 [info] connection_ap_handshake_send_begin(): Sending relay cell 0 on circ 3202562382 to begin stream 29645.
  201. Feb 15 22:11:40.308 [info] connection_ap_handshake_send_begin(): Address/port sent, ap socket 4, n_circ_id 3202562382
  202. Feb 15 22:12:16.809 [info] circuit_expire_old_circuits_clientside(): Closing n_circ_id 3202562382 (dirty 636 sec ago, purpose 22)
  203. Feb 15 22:12:16.809 [info] circuit_mark_for_close_(): Circuit 3202562382 (id: 23) marked for close at src/core/or/circuituse.c:1507 (orig reason: 9, new reason: 0)
  204. Feb 15 22:12:16.810 [info] circuit_free_(): Circuit 0 (id: 23) has been freed.
  205. Feb 15 22:13:40.141 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.
  206. Feb 15 22:13:40.141 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.
  207. Feb 15 22:13:40.142 [notice] Tried for 120 seconds to get a connection to 127.0.0.1:12353. Giving up. (waiting for controller)
  208. Feb 15 22:13:40.147 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.
  209. Feb 15 22:13:40.147 [info] connection_edge_package_raw_inbuf(): called with package_window 0. Skipping.