Skip to content

Instantly share code, notes, and snippets.

@alco
Created October 26, 2015 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alco/4fbce560e0387a747d2d to your computer and use it in GitHub Desktop.
Save alco/4fbce560e0387a747d2d to your computer and use it in GitHub Desktop.
881d09a20b0d0533ee4f8d7c93b213500031532e, Erlang/OTP 18 [erts-7.1]
APP cowlib.app.src
APP ranch.app.src
APP ct_helper.app.src
APP gun.app.src
GEN test-dir
test/spdy_SUITE.erl:378: Warning: a term is constructed, but never used
test/spdy_SUITE.erl:378: Warning: the result of the expression is ignored (suppress the warning by assigning the expression to the _ variable)
test/spdy_SUITE.erl:378: Warning: variable 'Host' is unused
test/spdy_server.erl:126: Warning: variable 'DeltaWindowSize' is unused
test/spdy_server.erl:126: Warning: variable 'StreamID' is unused
GEN ct
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.39.0>},
{id,alarm_handler},
{mfargs,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.40.0>},
{id,overload},
{mfargs,{overload,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.38.0>},
{id,sasl_safe_sup},
{mfargs,
{supervisor,start_link,
[{local,sasl_safe_sup},sasl,safe]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.41.0>},
{id,release_handler},
{mfargs,{release_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
application: sasl
started_at: 'ct@Alexs-MacBook-Pro'
Converting "test" to "/Users/alco/git/gun/test" and re-inserting with add_patha/1
Common Test v1.11 starting (cwd is /Users/alco/git/gun)
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
supervisor: {local,ranch_sup}
started: [{pid,<0.65.0>},
{id,ranch_server},
{mfargs,{ranch_server,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
application: ranch
started_at: 'ct@Alexs-MacBook-Pro'
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
application: crypto
started_at: 'ct@Alexs-MacBook-Pro'
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
application: cowlib
started_at: 'ct@Alexs-MacBook-Pro'
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
application: asn1
started_at: 'ct@Alexs-MacBook-Pro'
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
application: public_key
started_at: 'ct@Alexs-MacBook-Pro'
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
supervisor: {local,ssl_sup}
started: [{pid,<0.74.0>},
{id,ssl_manager},
{mfargs,{ssl_manager,start_link,[[]]}},
{restart_type,permanent},
{shutdown,4000},
{child_type,worker}]
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
supervisor: {local,ssl_sup}
started: [{pid,<0.75.0>},
{id,tls_connection},
{mfargs,{tls_connection_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,4000},
{child_type,supervisor}]
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
supervisor: {local,ssl_sup}
started: [{pid,<0.76.0>},
{id,ssl_socket},
{mfargs,{ssl_listen_tracker_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,4000},
{child_type,supervisor}]
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
application: ssl
started_at: 'ct@Alexs-MacBook-Pro'
=PROGRESS REPORT==== 26-Oct-2015::17:19:48 ===
application: gun
started_at: 'ct@Alexs-MacBook-Pro'
CWD set to: "/Users/alco/git/gun/logs/ct_run.ct@Alexs-MacBook-Pro.2015-10-26_17.19.48"
TEST INFO: 3 test(s), 24 case(s) in 3 suite(s)
Testing git.gun.spdy_SUITE: Starting test, 22 test cases
=PROGRESS REPORT==== 26-Oct-2015::17:19:50 ===
supervisor: {local,inet_gethost_native_sup}
started: [{pid,<0.231.0>},{mfa,{inet_gethost_native,init,[[]]}}]
=PROGRESS REPORT==== 26-Oct-2015::17:19:50 ===
supervisor: {local,kernel_safe_sup}
started: [{pid,<0.229.0>},
{id,inet_gethost_native_sup},
{mfargs,{inet_gethost_native,start_link,[]}},
{restart_type,temporary},
{shutdown,1000},
{child_type,worker}]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:coalesce_multiple_identical_rst_stream failed on line 316
Reason: {badmatch,[{rst_stream,1,invalid_stream},{rst_stream,1,inval...}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:reject_data_on_closed_stream failed on line 271
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:reject_stream_duplicate_streamid failed on line 208
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:goaway_last_good_streamid failed on line 289
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:reject_associated_to_streamid_0 failed on line 351
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:syn_stream_ignore_unknown_flags failed on line 334
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:ignore_data_on_non_existing_stream_after_goaway failed on line 109
Reason: {badmatch,[]}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:syn_reply_ignore_unknown_flags failed on line 369
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:reject_duplicate_syn_reply failed on line 384
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:reject_data_before_syn_reply failed on line 125
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:reject_syn_stream_decreasing_streamid failed on line 192
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:goaway_on_close failed on line 67
Reason: {badmatch,[]}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:goaway_on_shutdown failed on line 77
Reason: {badmatch,[]}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:reject_streamid_0 failed on line 147
Reason: {badmatch,[{syn_stream,1,0,true,false,0,<<"GET">>,<<...>>,.....}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Testing git.gun.spdy_SUITE: *** FAILED test case 2 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 5 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 6 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 7 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 8 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 9 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 10 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 11 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 14 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 15 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 16 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 17 of 22 ***
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
spdy_SUITE:streamid_does_not_wrap failed on line 173
Reason: {badmatch,{error,timeout}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Testing git.gun.spdy_SUITE: *** FAILED test case 18 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 21 of 22 ***
Testing git.gun.spdy_SUITE: *** FAILED test case 22 of 22 ***
Testing git.gun.spdy_SUITE: TEST COMPLETE, 7 ok, 15 failed of 22 test cases
Testing git.gun.twitter_SUITE: Starting test, 1 test cases
=ERROR REPORT==== 26-Oct-2015::17:19:57 ===
Ignored SETTINGS control frame false [{initial_window_size,65536,false,false}]
----------------------------------------------------
2015-10-26 17:19:57.555
response 200 [{<<"cache-control">>,
<<"no-cache, no-store, must-revalidate, pre-check=0, post-check=0">>},
{<<"content-encoding">>,<<"gzip">>},
{<<"content-length">>,<<"14395">>},
{<<"content-type">>,<<"text/html;charset=utf-8">>},
{<<"date">>,<<"Mon, 26 Oct 2015 15:19:57 GMT">>},
{<<"expires">>,<<"Tue, 31 Mar 1981 05:00:00 GMT">>},
{<<"last-modified">>,<<"Mon, 26 Oct 2015 15:19:57 GMT">>},
{<<"pragma">>,<<"no-cache">>},
{<<"server">>,<<"tsa_b">>},
{<<"set-cookie">>,
<<95,116,119,105,116,116,101,114,95,115,101,115,115,61,66,65,
104,55,67,83,73,75,90,109,120,104,99,50,104,74,81,122,111,
110,81,87,78,48,97,87,57,117,81,50,57,117,100,72,74,118,98,
71,120,108,99,106,111,54,82,109,120,104,99,50,103,54,79,107,
90,115,89,88,78,111,37,50,53,48,65,83,71,70,122,97,72,115,65,
66,106,111,75,81,72,86,122,90,87,82,55,65,68,111,80,89,51,74,
108,89,88,82,108,90,70,57,104,100,71,119,114,67,65,81,72,118,
75,82,81,65,84,111,77,89,51,78,121,90,108,57,112,37,50,53,48,
65,90,67,73,108,89,122,85,50,89,109,85,53,79,84,89,49,79,87,
73,121,89,122,73,51,78,106,99,53,89,122,81,122,89,50,78,104,
79,68,90,105,79,68,81,49,77,84,77,54,66,50,108,107,73,105,86,
105,90,68,89,52,37,50,53,48,65,79,84,85,121,77,50,69,49,77,
50,73,49,78,87,73,52,89,84,74,107,89,109,69,121,77,122,85,48,
78,109,81,50,77,68,103,122,77,103,37,50,53,51,68,37,50,53,51,
68,45,45,49,49,50,55,48,57,50,100,50,98,57,49,51,53,54,52,99,
51,101,55,55,100,48,101,101,48,55,100,100,56,48,48,97,102,54,
55,48,56,51,102,59,32,80,97,116,104,61,47,59,32,68,111,109,
97,105,110,61,46,116,119,105,116,116,101,114,46,99,111,109,
59,32,83,101,99,117,114,101,59,32,72,84,84,80,79,110,108,121,
0,103,117,101,115,116,95,105,100,61,118,49,37,51,65,49,52,52,
53,56,55,50,55,57,55,52,52,52,53,55,51,49,53,59,32,68,111,
109,97,105,110,61,46,116,119,105,116,116,101,114,46,99,111,
109,59,32,80,97,116,104,61,47,59,32,69,120,112,105,114,101,
115,61,87,101,100,44,32,50,53,45,79,99,116,45,50,48,49,55,32,
49,53,58,49,57,58,53,55,32,85,84,67>>},
{<<"status">>,<<"200 OK">>},
{<<"strict-transport-security">>,<<"max-age=631138519">>},
{<<"x-connection-hash">>,<<"fbc8958a5960e6ee93ae80e2854f8435">>},
{<<"x-content-type-options">>,<<"nosniff">>},
{<<"x-frame-options">>,<<"SAMEORIGIN">>},
{<<"x-response-time">>,<<"19">>},
{<<"x-transaction">>,<<"385ca43cd27b6017">>},
{<<"x-twitter-response-tags">>,<<"BouncerCompliant">>},
{<<"x-ua-compatible">>,<<"IE=edge,chrome=1">>},
{<<"x-xss-protection">>,<<"1; mode=block">>}]
----------------------------------------------------
2015-10-26 17:19:57.559
data <<31,139,8,0,0,0,0,0,0,0,236,125,107,115,28,215,117,224,119,252,138,102,
83,161,129,16,61,131,55,65,130,128,76,130,148,72,139,47,19,160,148,20,
69,79,221,233,190,51,211,68,79,119,171,31,24,66,18,171,40,219,137,107,
119,157,141,179,78,236,117,86,107,201,178,108,43,138,44,43,138,99,75,
178,36,126,96,246,131,82,187,85,114,109,202,146,75,149,42,216,114,121,
55,202,186,240,23,246,156,251,232,190,253,152,153,30,16,162,229,24,148,
10,211,125,251,222,115,207,61,247,188,238,185,175,227,7,78,93,92,93,255,
227,75,167,181,78,212,117,86,198,142,31,48,140,171,118,75,59,123,90,91,
188,182,114,28,19,53,211,33,97,184,172,59,145,97,211,233,41,205,166,139,
186,230,16,183,189,172,83,87,215,44,18,17,35,52,3,187,73,141,128,90,177,
73,45,131,152,145,237,185,198,99,49,141,233,178,30,5,49,213,87,142,31,
184,74,93,203,110,93,51,140,76,53,71,251,86,115,116,207,170,105,71,178,
38,72,16,213,237,6,180,97,100,192,107,218,241,14,37,22,62,104,90,133,63,
199,187,52,34,154,217,33,65,72,163,101,61,142,90,198,162,206,75,139,28,
144,199,245,16,21,63,90,225,185,59,81,228,27,244,177,216,222,92,214,3,
218,10,104,216,209,53,211,115,35,234,2,136,169,37,237,202,229,115,203,
152,41,60,86,175,119,189,166,237,208,90,212,179,163,136,6,53,211,235,
214,237,186,235,93,15,27,129,23,67,202,253,62,137,58,203,127,48,243,0,
52,166,158,84,148,193,242,56,79,212,108,11,235,11,61,103,147,54,108,215,
177,93,218,0,218,216,1,53,163,80,215,92,207,53,129,46,46,109,206,174,
219,225,103,205,233,147,157,11,135,187,167,87,187,15,93,57,220,91,94,22,
141,26,111,197,46,163,227,248,196,19,242,81,107,194,203,38,9,52,178,220,
179,93,203,235,213,28,207,36,248,165,214,129,246,213,186,36,50,59,227,
245,131,227,181,137,241,218,31,78,220,87,159,88,10,104,20,7,174,70,14,
29,34,87,167,175,1,244,3,58,62,206,92,171,5,212,119,136,73,199,235,159,
123,180,94,159,212,245,137,155,73,53,230,120,115,226,9,187,53,126,160,
57,193,203,31,152,94,106,46,91,212,244,44,122,229,242,217,241,166,82,
248,224,147,143,214,239,99,229,39,106,145,119,206,235,209,96,149,132,
116,60,169,186,41,208,34,19,247,55,143,29,152,78,107,177,32,73,180,198,
132,199,37,192,49,215,170,177,164,30,189,222,33,97,39,34,237,186,126,
152,40,152,210,132,32,64,154,18,8,10,0,40,89,32,154,23,70,135,117,6,114,
169,240,13,234,59,176,172,3,181,172,241,178,111,181,48,110,134,81,48,62,
157,107,246,196,77,142,79,253,115,87,137,241,248,148,113,180,113,231,
150,113,231,107,119,254,171,113,231,71,119,94,51,238,220,254,199,91,198,
59,127,254,206,87,141,119,254,242,157,175,25,239,124,253,157,111,188,
243,223,222,249,246,59,47,188,243,131,119,94,253,167,255,240,79,255,233,
159,126,242,63,111,25,255,235,7,191,120,237,150,241,139,159,220,126,247,
150,241,191,111,255,243,45,227,159,191,247,203,31,63,107,252,242,199,
183,63,250,198,45,227,163,191,126,230,103,127,97,252,236,246,123,79,25,
239,125,254,189,47,26,239,253,201,123,95,122,239,43,198,123,47,190,247,
138,241,222,15,119,94,250,47,198,206,75,47,236,188,244,34,252,252,104,
231,165,215,224,231,205,157,151,222,222,249,254,45,99,231,251,79,237,
124,255,11,240,243,197,157,239,255,41,252,252,249,251,95,49,222,255,235,
247,159,53,126,254,204,207,95,54,62,248,234,7,127,101,124,240,244,7,223,
52,62,120,225,131,23,141,15,126,240,193,27,198,7,111,126,112,251,95,190,
98,252,203,237,237,231,158,221,126,238,57,99,251,185,151,182,191,253,
188,177,253,109,128,247,21,99,231,229,191,219,249,193,87,141,157,31,190,
181,243,15,240,246,163,63,223,249,17,84,254,227,47,237,252,248,21,248,
249,201,206,235,240,243,250,15,119,94,255,145,177,243,147,55,127,121,
235,203,219,175,61,101,108,191,246,198,246,235,183,140,237,215,255,243,
47,190,8,109,252,210,237,15,191,248,138,241,225,159,254,201,71,223,121,
214,248,232,59,183,63,122,229,150,241,155,111,254,224,55,223,124,197,
248,205,51,183,119,222,254,150,177,115,251,233,15,63,255,45,227,195,47,
188,241,225,23,222,132,159,183,119,222,250,174,177,243,246,51,59,111,
189,178,243,38,212,250,230,55,118,222,132,92,111,190,177,243,214,83,198,
206,91,127,253,225,83,79,25,31,126,254,107,31,126,254,27,240,243,205,15,
191,114,203,248,213,143,110,255,10,232,249,175,183,111,127,244,244,45,
227,223,158,190,253,111,255,29,126,158,125,102,231,89,32,201,11,207,124,
120,235,11,31,222,250,147,15,111,253,228,218,31,98,159,237,119,216,239,
78,135,237,203,216,239,92,151,29,190,175,62,182,132,246,65,104,85,98,89,
167,55,193,32,159,179,67,176,203,96,103,251,164,143,235,168,118,193,1,
112,219,84,159,164,147,7,166,39,142,201,172,81,68,204,14,203,157,88,0,
37,109,92,247,220,76,217,137,155,19,80,63,26,236,122,106,198,85,227,29,
246,236,86,212,224,126,76,131,249,49,119,101,182,187,104,233,200,147,79,
142,39,118,155,34,94,19,75,104,99,73,106,99,73,45,178,187,52,140,72,215,
95,30,119,105,79,59,69,34,58,81,107,211,104,29,210,1,229,3,144,131,4,
240,14,54,188,22,6,230,105,135,118,89,163,199,229,135,101,53,157,85,96,
121,102,140,47,53,249,32,62,34,216,19,81,4,158,27,120,55,227,250,48,71,
14,236,59,179,180,205,101,89,213,82,175,3,14,211,120,243,208,161,230,
129,101,9,124,172,214,244,172,45,230,61,52,33,95,251,2,233,82,32,206,9,
93,180,18,252,136,102,205,39,1,100,189,0,222,196,205,155,208,175,196,
113,244,201,16,104,196,9,242,24,62,61,1,233,220,99,210,39,137,244,37,14,
76,221,76,90,147,103,15,70,93,14,132,212,252,128,17,248,20,109,145,216,
97,52,137,60,255,82,224,249,164,205,44,184,72,57,219,237,130,91,6,52,86,
63,41,29,120,19,241,177,161,35,107,126,28,162,7,179,4,88,153,196,7,92,
168,133,120,221,164,78,72,53,72,180,219,174,199,211,198,18,100,21,87,
199,29,191,111,226,9,31,58,176,229,5,227,220,63,152,154,108,2,45,90,87,
201,181,37,114,248,48,167,173,181,124,31,163,26,82,119,98,146,46,91,53,
211,241,66,96,8,160,145,62,113,117,234,218,18,39,235,150,143,52,53,29,
219,220,0,255,132,242,194,237,229,251,106,216,137,227,116,82,103,173,15,
245,137,73,123,185,125,232,80,187,198,178,78,94,95,62,64,153,207,227,66,
167,8,175,204,156,120,242,73,76,85,221,71,244,27,177,35,236,67,135,174,
79,60,145,115,126,150,121,230,37,116,163,109,55,134,30,180,106,192,68,
237,54,72,232,125,156,175,199,106,45,251,6,184,144,19,55,69,89,38,78,39,
24,41,62,139,188,84,235,145,240,1,7,72,74,173,101,232,211,132,76,30,10,
141,164,144,102,187,218,117,198,72,4,26,139,60,50,33,235,92,226,140,120,
29,137,39,243,155,203,83,75,230,241,102,205,161,110,59,234,44,153,64,83,
200,14,62,56,5,212,219,64,192,180,122,125,50,30,111,94,53,175,1,130,105,
221,208,59,79,152,14,37,1,138,26,56,252,227,237,98,111,81,217,91,146,11,
175,130,102,209,15,55,175,45,187,177,227,164,176,30,27,67,129,103,194,
45,123,51,145,241,172,12,65,39,167,114,242,228,147,224,69,231,156,104,
108,126,13,7,51,15,209,173,20,8,75,13,59,64,85,72,6,14,64,2,233,153,207,
205,164,163,15,29,58,208,44,246,122,14,22,178,148,248,102,77,128,14,197,
222,83,115,96,13,14,105,82,232,4,198,108,45,144,226,172,254,0,90,233,12,
221,150,100,199,177,68,86,33,167,80,58,39,183,206,90,144,3,243,1,99,110,
2,145,147,106,184,44,73,146,219,64,242,235,75,215,161,26,19,180,140,133,
186,34,188,106,131,0,0,245,161,240,230,248,117,165,100,162,29,146,30,8,
198,201,36,140,97,154,181,102,108,110,160,86,92,66,102,225,98,220,84,
198,15,161,28,131,52,151,65,218,19,94,66,222,35,19,200,35,203,4,254,36,
67,153,180,96,132,5,185,2,196,177,85,170,0,83,253,71,198,202,20,160,70,
150,8,116,191,170,2,19,160,49,142,187,56,51,95,189,182,36,145,63,116,
200,228,136,235,87,129,215,68,226,97,253,26,144,91,124,224,42,97,98,137,
235,144,102,202,91,17,244,230,100,11,70,49,147,237,73,123,18,169,153,24,
24,208,218,233,139,65,84,205,146,81,45,109,16,120,22,93,192,134,160,164,
119,199,39,210,225,223,163,225,225,122,123,82,175,97,215,67,70,219,18,
57,150,90,203,245,171,159,59,120,13,108,125,45,66,5,198,181,198,196,253,
186,54,174,31,230,47,135,245,9,253,152,174,47,89,203,159,210,63,5,105,
182,11,106,124,157,222,136,20,240,46,3,175,161,88,48,184,135,33,43,99,
20,192,203,170,138,151,165,224,101,193,155,232,149,156,164,53,107,27,
116,107,21,58,4,172,169,181,188,6,249,221,118,173,21,120,221,213,14,9,
48,125,60,201,49,113,88,215,142,105,250,97,107,226,166,232,1,235,112,
235,240,56,232,75,253,160,126,216,158,56,204,116,103,251,126,168,255,
112,123,236,24,142,141,151,174,39,221,120,61,25,26,155,181,235,158,237,
142,99,251,82,38,216,76,89,146,89,245,190,170,65,50,37,244,151,237,250,
113,132,3,251,156,80,98,127,234,19,216,161,29,106,110,52,189,27,122,90,
79,111,23,245,68,208,59,192,184,68,127,242,201,74,213,98,126,200,59,150,
207,32,98,48,96,124,35,210,116,68,94,140,19,137,193,115,153,243,51,217,
92,158,166,115,147,38,140,172,199,175,126,238,209,218,181,195,143,214,
38,254,80,132,107,30,197,120,205,125,245,73,11,190,66,39,213,129,247,
175,10,46,158,212,33,1,172,144,203,159,192,53,8,67,254,24,251,250,53,
144,142,171,215,38,219,76,129,131,181,60,0,90,103,249,9,105,226,143,193,
39,97,217,241,145,251,35,248,4,214,8,126,82,133,177,1,218,202,89,114,
192,64,108,92,91,218,40,24,8,103,236,218,114,119,169,189,28,242,182,160,
117,81,188,12,168,117,250,38,104,171,165,62,214,114,249,9,46,242,225,
177,235,147,45,180,154,199,220,73,48,105,60,71,120,204,155,76,173,41,
198,87,134,249,182,64,40,223,11,109,230,218,130,240,71,119,231,218,18,
230,218,10,141,83,11,139,46,165,237,26,74,141,64,120,214,207,10,191,55,
51,16,2,218,245,54,233,16,32,19,55,85,191,54,239,9,78,60,209,247,211,
184,218,122,104,124,128,222,37,142,36,150,170,21,161,174,165,143,77,54,
177,68,9,157,121,156,210,177,221,13,45,160,14,140,34,162,45,135,66,183,
208,72,215,80,225,45,235,50,214,72,154,33,6,26,187,109,22,102,36,245,
233,185,185,249,185,197,169,153,233,153,186,25,134,245,104,186,46,248,
186,97,2,243,129,202,119,45,240,99,224,147,232,138,61,174,4,184,169,77,
173,6,240,101,182,170,49,25,87,141,236,200,161,43,143,80,7,32,81,45,242,
180,117,94,82,51,180,115,94,27,140,165,23,104,107,32,41,90,236,31,175,
243,204,178,40,11,196,162,235,177,172,7,94,211,195,0,104,18,129,189,112,
241,226,169,75,172,73,106,54,176,244,140,160,216,211,105,222,85,15,204,
131,25,105,80,113,71,219,242,98,240,65,2,27,250,35,212,14,129,1,91,58,
184,8,237,90,210,136,107,105,94,212,1,204,90,36,52,109,23,92,86,183,173,
249,212,243,161,81,218,131,20,68,192,53,224,187,209,245,176,183,1,95,
224,47,26,106,104,209,59,208,178,14,100,15,225,135,96,70,104,32,152,46,
172,172,166,157,0,192,61,244,143,52,238,91,107,177,219,242,28,107,18,61,
5,80,136,142,134,182,116,82,67,123,129,57,130,45,64,165,13,117,50,42,
142,169,205,235,134,196,247,65,51,49,111,218,88,7,15,226,108,151,192,
176,52,109,106,190,235,90,100,211,70,95,182,14,10,98,209,136,160,132,1,
125,89,243,221,182,94,95,25,2,123,213,115,192,49,75,97,31,156,154,2,3,
105,97,65,64,43,101,163,46,9,55,12,172,69,215,66,251,113,26,130,67,233,
110,141,192,81,144,136,28,37,80,173,133,155,109,172,20,234,134,42,231,
231,161,74,170,51,1,225,85,114,176,125,219,41,161,192,31,93,112,121,199,
11,34,51,134,94,97,40,50,63,69,183,145,110,245,27,28,237,149,92,115,92,
187,5,157,39,91,80,151,9,181,235,33,207,156,99,58,166,116,13,24,4,82,3,
19,244,52,12,160,38,38,100,132,126,118,35,189,40,242,38,1,93,10,244,119,
242,164,83,167,21,56,199,167,133,136,3,95,92,166,137,177,16,159,92,185,
97,88,124,244,122,215,144,90,193,32,16,247,179,76,144,103,101,24,28,156,
238,25,6,7,242,12,133,67,42,224,67,42,224,115,157,12,135,3,121,134,183,
43,172,208,174,112,56,28,139,14,135,99,209,225,112,236,129,93,206,225,
64,158,225,112,172,10,112,172,225,112,252,10,248,248,21,240,217,240,134,
195,129,60,67,225,68,21,248,39,170,192,63,65,60,28,14,228,25,10,199,29,
40,236,28,14,228,25,10,167,101,87,0,132,153,134,66,234,86,224,232,110,5,
142,126,188,99,68,189,225,160,120,182,42,208,204,10,42,132,103,27,10,
173,99,15,7,5,121,134,247,94,5,174,116,43,112,101,184,57,28,14,228,169,
192,5,85,152,160,130,54,170,160,29,173,10,218,209,175,192,148,126,5,158,
236,84,144,182,78,5,105,107,85,104,87,171,66,187,58,21,180,117,167,130,
182,142,43,104,163,184,130,54,138,58,21,180,90,167,2,62,27,21,240,217,
24,14,199,172,64,103,179,2,157,219,21,224,180,171,88,233,10,124,72,43,
240,33,173,192,135,180,2,31,154,21,116,172,89,65,199,182,43,180,171,93,
161,93,65,5,61,22,84,208,99,212,53,218,205,42,142,30,102,27,10,109,179,
130,54,219,172,160,205,154,21,12,71,179,130,213,104,87,232,253,118,133,
222,239,86,144,250,110,21,169,175,32,29,81,5,233,216,168,64,159,141,100,
220,83,10,140,77,133,65,121,24,66,119,40,142,108,61,215,217,210,96,40,
78,169,203,198,213,227,93,114,195,232,217,86,212,57,166,45,204,77,249,
55,38,242,117,150,44,161,146,99,164,65,195,20,28,107,90,129,103,91,6,
140,94,1,12,148,75,96,136,47,178,57,117,54,240,186,31,10,53,194,192,92,
142,122,240,247,15,230,79,183,61,15,6,219,127,112,100,53,234,153,164,
235,67,138,40,23,82,143,165,182,3,72,235,192,152,63,55,78,12,41,9,204,
142,28,80,42,131,231,186,231,83,151,127,85,226,17,135,111,116,19,113,85,
114,212,88,50,139,123,44,235,34,52,146,54,252,99,8,216,116,189,128,54,
166,139,113,161,143,167,162,153,92,84,8,99,94,114,237,222,113,156,238,
144,203,15,35,168,134,26,48,236,215,120,68,201,240,96,196,206,122,140,
15,162,253,142,23,121,70,72,213,68,93,27,99,33,190,150,23,155,6,131,195,
198,218,161,28,125,59,30,177,108,183,173,143,105,150,29,224,10,199,32,
109,107,97,198,94,100,110,216,174,133,253,136,145,143,106,177,77,252,
151,153,193,73,231,22,150,251,164,31,214,113,6,32,243,173,100,70,61,223,
44,157,197,12,25,246,117,117,9,225,113,203,222,100,13,1,136,186,164,167,
130,28,251,46,201,236,249,77,18,104,215,67,131,63,73,177,86,178,180,29,
175,73,28,168,114,83,75,31,13,195,165,189,115,172,103,46,198,145,92,187,
73,249,36,63,244,118,151,129,110,64,78,93,65,170,0,209,96,19,53,105,47,
40,153,48,62,66,108,55,203,253,99,199,227,100,129,42,34,4,120,11,96,124,
78,22,12,105,224,161,228,192,71,155,79,194,243,240,75,46,151,136,117,
168,159,16,27,38,213,18,62,127,97,13,203,148,22,95,68,179,136,204,126,
61,52,4,70,145,231,57,145,237,227,163,181,5,61,101,155,50,73,128,99,19,
75,93,22,252,105,122,81,228,117,19,61,32,50,176,48,177,11,25,12,22,37,
186,17,241,58,25,57,121,14,120,202,224,129,28,236,19,87,34,115,22,202,
105,248,199,48,154,118,96,137,71,7,227,226,184,228,20,179,150,150,99,
147,44,43,103,0,174,154,233,120,157,48,130,213,29,187,15,225,72,211,67,
46,16,80,196,91,25,233,248,167,18,218,221,5,209,68,117,98,209,138,222,
104,130,137,218,232,79,73,150,61,79,74,21,175,82,154,156,192,12,125,137,
114,188,30,227,162,109,133,125,253,216,113,140,192,110,119,68,104,47,
199,184,32,42,158,107,145,96,139,49,13,218,212,24,181,26,24,26,159,205,
47,37,177,121,89,72,126,65,2,245,203,206,72,202,137,114,48,140,125,223,
11,34,106,53,100,238,80,207,195,2,10,183,193,214,49,154,103,147,84,109,
17,118,137,227,172,156,19,80,142,1,13,88,66,150,72,0,194,140,3,156,135,
78,176,211,87,78,187,109,199,14,59,130,106,160,223,19,217,38,1,197,40,
79,189,153,32,206,169,153,87,2,9,90,208,241,113,31,21,150,228,97,80,53,
73,115,197,96,170,136,178,76,6,91,133,173,175,104,89,81,232,147,89,232,
168,124,222,227,117,64,66,121,133,14,102,214,163,132,240,106,5,172,87,
87,146,142,74,98,103,156,25,241,205,192,181,209,60,230,38,252,128,179,
174,5,76,28,218,196,213,21,130,39,108,192,236,116,42,67,250,202,73,210,
33,33,209,146,98,72,93,41,189,3,241,232,134,164,136,8,75,20,152,156,39,
14,217,26,9,137,243,20,74,196,149,49,192,177,80,30,1,76,19,245,175,62,
78,209,199,170,82,255,63,126,153,254,143,111,69,182,91,189,245,86,73,
227,173,180,237,167,136,107,135,21,43,135,188,225,70,245,138,105,73,197,
52,169,248,65,176,167,85,187,254,20,141,163,208,236,84,174,90,140,209,
242,181,139,100,129,192,201,192,142,160,233,154,16,232,106,152,136,204,
218,149,135,170,35,83,210,249,52,237,252,53,127,132,30,56,13,210,122,
231,239,60,167,114,229,44,102,154,175,157,37,138,234,31,176,29,219,183,
49,200,87,165,126,153,187,122,253,65,73,245,65,90,59,40,215,170,172,255,
64,64,220,59,223,35,118,88,185,114,59,42,81,64,81,170,128,34,226,84,214,
62,34,115,245,150,99,60,47,95,57,166,137,202,207,196,110,155,4,149,171,
63,79,218,91,36,168,92,185,91,210,235,110,218,233,167,226,168,42,213,47,
80,139,6,240,217,170,78,118,100,166,66,229,94,82,249,5,47,232,209,118,
229,150,67,246,17,148,142,95,210,112,63,109,248,37,175,186,168,67,222,
112,195,174,94,115,9,179,249,145,82,115,16,197,237,152,134,180,106,237,
44,255,157,23,171,211,61,40,161,123,144,210,253,178,135,115,188,85,201,
14,185,239,60,231,254,227,23,70,208,52,101,138,70,209,51,110,117,53,183,
22,123,221,234,148,15,55,139,53,99,154,84,176,61,106,85,175,121,147,130,
141,171,110,93,55,75,90,189,153,182,250,97,155,178,101,165,85,123,125,
221,254,197,27,183,221,182,246,176,253,139,159,124,41,170,140,69,84,162,
101,163,84,203,174,199,193,70,101,10,172,223,121,51,216,184,243,61,90,
157,237,74,20,93,144,42,186,203,113,88,221,199,123,247,217,159,126,225,
167,79,253,244,169,119,223,120,247,181,119,95,175,140,66,188,81,68,1,
211,4,10,87,54,2,24,116,87,71,226,219,239,190,241,211,91,239,190,242,
211,175,191,251,22,32,243,101,64,230,21,237,221,55,223,125,251,221,87,
223,125,165,186,254,47,113,127,58,169,251,115,134,54,3,218,171,134,208,
123,207,253,236,135,239,253,197,207,94,121,239,5,248,253,198,123,47,86,
198,129,148,240,5,73,249,226,68,64,154,182,89,13,135,247,191,247,243,47,
190,255,250,251,127,247,254,11,63,255,143,239,255,77,117,173,80,226,125,
182,82,239,243,18,13,170,51,199,207,159,122,255,123,128,192,223,127,240,
229,234,174,127,9,1,186,129,226,248,7,36,194,137,210,42,213,111,63,255,
242,246,243,175,108,63,255,246,246,243,207,110,127,231,86,117,70,40,81,
17,157,84,69,156,193,88,92,85,12,94,223,126,254,246,246,243,47,108,127,
231,207,182,159,255,238,40,72,52,221,34,18,152,38,125,97,10,222,136,83,
21,141,239,190,180,253,221,183,183,191,251,249,237,239,190,10,15,149,
113,104,151,40,138,118,170,40,30,140,175,99,119,84,69,226,197,175,111,
255,237,83,219,47,62,189,253,226,43,219,47,190,189,253,226,243,219,127,
91,157,28,81,9,91,70,41,91,174,147,46,186,200,149,240,120,249,249,237,
151,95,222,126,249,246,246,203,63,220,254,193,159,85,198,96,163,164,67,
54,210,14,121,136,184,46,193,97,90,37,28,94,253,171,237,87,95,216,254,
251,63,195,191,175,126,171,58,21,58,37,84,232,164,84,232,144,170,157,
241,218,179,219,175,189,186,253,218,223,224,223,215,191,184,253,218,215,
183,95,123,174,58,41,74,252,150,141,212,111,121,200,11,104,85,21,241,
155,191,122,250,163,127,248,254,255,251,218,15,43,87,126,189,132,19,174,
167,156,240,25,2,195,179,202,230,251,215,95,255,206,175,159,126,233,255,
190,248,205,202,213,139,53,31,121,12,68,178,244,96,236,174,239,216,45,
155,90,218,106,199,174,142,206,255,121,249,214,175,222,250,234,175,94,
251,254,175,191,246,165,81,48,194,53,45,37,24,97,178,100,141,128,88,108,
193,47,113,70,68,233,245,167,254,245,111,255,178,31,74,60,226,40,159,
149,72,148,26,26,3,112,124,118,36,141,201,165,0,90,94,208,213,100,92,
182,30,82,240,61,112,193,36,223,217,216,192,61,90,78,138,105,52,109,176,
252,9,32,173,75,163,142,103,129,93,186,184,182,158,13,183,177,165,252,
98,26,172,99,91,22,46,246,227,43,35,177,52,70,221,250,231,144,103,27,84,
133,72,226,168,67,221,200,54,237,104,171,17,121,27,248,101,147,56,120,
88,196,220,194,244,17,74,91,139,173,35,86,139,88,139,51,100,122,206,156,
107,209,197,133,163,173,217,230,212,220,204,212,188,101,146,153,230,140,
74,147,58,54,178,132,172,73,232,155,81,157,39,13,10,232,10,106,166,1,90,
30,26,228,169,234,4,91,89,120,55,159,141,101,149,156,87,119,112,145,244,
8,161,92,45,121,15,237,182,107,75,84,216,51,99,58,53,12,206,129,231,24,
159,199,123,207,144,77,170,17,23,56,198,244,98,55,186,191,60,14,76,187,
126,135,224,170,95,232,230,115,94,91,179,93,17,54,45,198,85,139,17,213,
76,24,56,207,203,153,80,112,218,40,236,176,76,147,10,49,241,1,160,50,17,
227,1,113,226,36,130,61,44,56,156,15,10,231,107,150,56,218,4,40,109,224,
68,95,14,77,158,189,132,216,5,176,121,9,46,155,172,151,66,157,176,11,91,
97,255,0,22,75,84,131,228,10,41,207,190,23,70,58,212,148,157,62,17,172,
209,0,165,224,224,76,137,204,64,29,49,39,195,250,97,108,37,55,119,152,
212,103,112,17,78,223,227,16,167,237,211,121,52,246,93,52,144,11,58,155,
119,17,41,74,255,210,46,1,135,67,164,43,83,52,162,6,246,153,63,203,76,
98,85,54,167,197,85,89,113,195,11,26,44,243,53,153,15,116,137,135,13,
118,104,4,249,65,0,69,58,155,121,234,120,142,69,3,80,119,29,160,199,36,
175,6,183,42,36,237,96,153,235,92,73,176,206,170,76,10,31,190,247,188,
192,202,144,66,16,33,249,166,146,32,77,44,180,95,207,181,86,102,189,166,
231,154,161,214,57,12,225,0,250,184,219,164,1,188,180,189,100,246,142,
237,225,76,84,153,138,116,178,67,76,170,226,233,84,189,115,72,13,156,90,
205,204,182,173,92,22,159,180,252,220,163,82,79,70,254,66,234,163,19,
236,129,244,29,234,130,81,240,162,165,76,193,100,118,177,197,209,78,166,
11,185,76,213,155,20,25,90,18,168,17,128,97,134,182,241,54,106,50,249,
254,100,154,47,33,145,218,210,48,110,118,237,116,226,147,191,106,205,
200,213,252,192,238,162,53,192,103,212,233,34,163,32,8,87,141,201,162,
255,65,246,16,55,204,129,101,107,132,161,147,20,231,231,32,21,176,201,
22,229,27,240,113,67,14,239,228,225,70,183,65,90,98,11,143,157,154,209,
122,255,210,163,26,218,254,54,187,148,141,114,213,200,226,177,13,220,19,
5,54,206,10,229,68,182,213,26,12,9,101,40,45,222,8,41,181,138,80,69,178,
100,221,185,185,249,197,35,51,71,142,30,153,155,159,41,175,80,122,13,
121,245,220,9,202,116,187,106,10,98,159,109,117,138,125,20,179,130,37,
200,230,79,51,26,184,96,6,141,206,5,218,83,54,80,149,27,9,197,117,40,
181,16,12,170,92,53,209,140,163,200,75,157,11,165,74,193,217,177,209,4,
199,112,3,126,81,229,172,226,190,75,182,120,68,52,6,152,93,47,212,95,52,
37,60,183,106,75,74,75,36,182,37,49,233,37,57,87,196,94,177,98,179,179,
174,4,79,42,26,231,124,82,214,151,78,92,110,49,193,159,104,129,92,214,
228,81,60,200,140,217,9,107,100,63,182,120,73,184,21,121,79,39,249,158,
174,125,145,93,113,194,247,87,249,134,33,77,235,5,196,247,105,96,200,
141,67,217,70,142,177,127,153,54,42,92,196,109,126,2,95,203,189,27,45,
92,182,32,153,2,241,201,101,72,84,86,1,102,179,173,200,94,183,157,253,
104,243,109,105,184,206,174,176,85,171,201,23,226,53,176,229,245,205,
233,250,233,43,141,249,218,117,191,13,194,230,68,201,194,165,114,27,37,
176,35,169,241,44,124,236,241,157,134,234,42,162,190,153,12,190,214,67,
237,151,206,116,201,94,197,218,241,58,164,171,217,252,149,1,155,10,63,
169,27,10,143,215,253,190,203,25,178,84,106,18,115,163,29,128,217,180,
152,28,19,151,45,243,234,81,10,149,149,80,62,151,71,174,224,193,37,123,
35,244,127,194,78,126,118,41,78,138,114,50,40,50,91,36,136,61,199,171,
227,46,228,56,172,207,45,206,47,78,31,5,187,180,176,48,55,181,48,63,63,
123,36,245,149,16,35,222,209,202,50,192,115,4,136,233,226,64,96,82,91,7,
98,127,250,28,216,206,32,194,225,186,6,244,254,244,201,181,245,51,91,22,
189,68,130,141,99,234,90,149,148,130,41,150,57,215,246,46,49,77,161,173,
227,59,227,34,70,73,173,185,37,28,162,180,25,159,150,224,229,168,171,28,
213,93,97,99,163,8,112,226,217,108,101,92,82,235,220,177,233,5,237,210,
121,205,208,22,180,207,196,206,150,54,51,53,61,151,84,173,170,201,61,
228,145,233,81,121,196,115,156,45,48,216,224,118,16,71,182,119,126,118,
113,122,102,122,122,97,225,200,236,236,145,153,163,71,142,206,12,225,
147,245,14,113,55,66,248,167,157,191,114,225,236,234,25,60,100,68,3,12,
81,146,113,133,42,152,79,100,162,3,200,68,93,173,137,22,14,198,95,90,15,
164,85,51,3,242,248,22,254,187,43,6,218,85,51,70,99,34,181,138,138,140,
52,42,86,253,153,105,122,230,216,212,156,118,2,185,105,102,81,187,224,
109,222,19,110,90,24,89,227,116,2,59,116,168,229,216,110,34,60,71,231,
102,102,23,23,23,143,130,232,204,29,93,56,178,176,56,132,153,30,244,144,
97,52,60,60,128,162,150,1,13,15,218,198,113,180,174,23,184,200,81,142,
231,182,107,218,42,244,14,232,121,13,134,65,54,168,111,205,142,14,29,
156,61,186,4,92,197,204,192,253,218,193,181,45,203,165,91,240,27,187,
128,21,189,59,5,181,139,134,141,168,163,210,26,170,170,169,209,112,234,
207,92,139,199,230,167,57,111,205,78,221,59,85,53,55,42,115,93,242,44,
182,162,98,122,42,85,204,139,48,16,153,95,156,157,158,154,155,158,159,
95,152,27,198,91,39,206,156,56,112,87,124,176,11,28,70,99,131,180,130,
138,92,48,26,70,3,52,204,212,177,233,105,110,175,166,103,239,29,23,204,
140,202,5,151,105,123,205,135,113,57,120,140,169,74,133,102,194,80,116,
102,97,118,6,88,127,110,97,110,152,138,9,188,59,207,16,112,100,218,224,
200,156,188,243,102,208,166,1,158,93,160,61,30,119,181,131,231,73,12,
175,76,227,192,224,238,206,155,24,126,153,157,154,170,77,77,77,105,39,
105,24,99,213,46,184,166,8,4,62,157,2,219,199,162,146,142,3,238,164,101,
83,32,193,227,168,151,0,122,20,64,75,93,173,67,154,212,173,221,21,227,
237,166,217,163,113,158,82,67,69,214,27,17,167,254,188,119,244,216,172,
96,189,163,247,204,182,205,142,202,120,93,48,52,97,72,26,161,221,5,119,
38,17,182,133,185,217,35,96,211,23,143,204,47,204,30,93,156,90,28,230,
43,157,167,129,105,107,62,14,133,28,102,177,108,19,157,32,36,206,167,97,
64,211,141,45,139,108,225,222,48,205,165,34,135,23,55,193,198,5,4,227,
111,218,221,233,175,93,54,98,52,78,202,86,82,145,153,70,199,108,152,183,
196,24,106,81,59,79,202,53,89,49,80,209,103,172,204,227,203,133,185,1,
22,216,24,125,178,65,206,25,150,206,48,20,217,92,82,94,107,217,212,177,
114,129,188,164,131,139,115,3,253,103,7,42,206,15,84,159,33,232,63,71,
48,210,44,129,152,39,200,245,6,59,190,44,233,15,135,222,48,120,138,12,
69,171,189,193,11,224,252,81,250,166,68,27,143,71,86,17,144,33,66,210,
197,184,147,220,178,34,42,210,148,50,173,98,96,242,174,230,39,84,216,
187,159,176,72,80,201,109,193,168,71,214,48,34,36,243,180,89,64,60,242,
57,82,84,95,1,154,13,242,103,201,197,67,253,25,164,121,101,229,120,195,
115,160,60,167,93,12,47,88,87,137,236,202,73,21,163,165,206,207,200,25,
26,69,26,249,187,204,174,106,205,93,204,222,176,108,212,18,249,169,218,
49,3,39,116,114,83,58,163,77,234,236,245,180,78,78,4,119,63,15,51,202,
76,204,221,206,197,220,147,217,24,57,169,49,220,96,196,126,214,96,196,
62,7,208,153,89,57,30,70,144,220,46,78,84,136,244,244,160,55,200,60,86,
205,202,136,216,116,137,141,201,132,172,89,28,157,167,138,53,2,57,243,
83,108,81,137,217,81,205,77,217,100,107,113,58,72,78,39,129,194,191,138,
143,160,199,186,228,6,63,73,120,89,159,153,202,169,181,7,98,112,190,213,
121,240,114,23,112,116,220,50,134,110,8,158,194,200,101,49,59,205,44,
233,110,177,170,48,69,205,170,198,63,141,138,58,127,168,168,230,38,10,
197,142,207,123,39,51,67,236,8,90,9,193,145,248,24,27,45,199,35,209,229,
204,126,69,33,16,44,172,40,196,101,44,111,52,146,249,70,101,78,36,125,
82,175,147,41,153,232,32,44,178,36,209,237,204,174,172,167,194,5,156,
186,1,195,196,14,37,155,91,232,178,104,94,75,251,12,217,36,107,12,32,8,
233,172,40,230,175,156,109,177,144,148,73,92,23,212,42,117,153,167,98,
227,196,4,159,251,104,6,94,15,186,246,83,33,152,76,218,162,184,119,137,
134,147,172,76,23,188,212,14,91,223,2,35,71,118,242,35,189,225,83,156,
43,129,225,1,158,220,13,197,51,115,150,120,26,132,122,16,132,190,194,15,
135,0,98,70,44,214,37,39,50,18,119,55,165,193,88,127,18,40,211,91,174,
103,152,158,183,97,211,144,125,21,250,107,40,109,68,35,53,81,86,18,8,
200,115,201,161,4,242,8,186,136,239,121,226,168,164,1,82,64,167,82,225,
43,163,199,192,27,213,103,218,203,243,144,110,252,62,32,3,70,19,156,129,
142,203,37,129,153,181,138,98,127,180,220,193,76,178,75,177,192,194,194,
112,98,211,102,19,202,90,206,230,42,243,159,25,136,117,177,201,53,219,
43,103,168,227,239,9,124,169,247,155,96,253,178,85,156,132,148,61,171,2,
106,224,99,175,108,29,107,44,109,79,27,194,122,32,115,150,9,46,30,163,
65,168,175,124,198,107,238,77,93,245,200,3,112,235,52,232,238,17,60,240,
117,55,137,9,126,242,37,254,240,241,177,78,29,3,84,166,67,195,58,140,94,
143,76,205,79,207,233,43,171,82,166,118,87,233,46,170,157,155,159,6,33,
177,80,76,91,222,158,213,91,236,122,118,106,116,189,25,16,215,50,0,52,
141,160,219,78,226,219,30,17,152,88,25,134,174,179,179,137,241,152,155,
229,182,99,68,61,254,63,251,108,16,107,19,39,57,67,138,13,23,143,123,43,
193,113,136,83,168,57,9,59,41,82,119,223,189,185,38,179,243,134,178,117,
156,199,164,61,2,111,209,205,44,240,83,116,147,58,30,24,173,61,227,79,
187,206,221,126,47,216,2,6,241,90,96,222,128,45,78,201,180,187,106,72,
102,209>>
----------------------------------------------------
2015-10-26 17:19:57.703
data <<170,231,111,137,245,174,135,240,121,9,3,70,243,210,213,200,149,207,46,
122,201,46,126,201,185,133,133,215,65,126,35,113,128,213,140,46,112,0,
158,142,160,169,171,179,68,162,97,5,164,151,12,81,213,178,34,3,95,117,
80,242,1,124,204,208,182,18,119,90,109,187,204,193,157,194,194,176,178,
116,9,148,114,144,10,187,63,69,60,35,195,197,93,232,129,176,107,135,201,
233,109,7,243,99,96,9,101,211,14,99,226,56,91,162,165,208,175,172,92,
126,88,76,50,78,76,102,33,17,35,105,214,155,105,99,24,62,216,50,188,77,
220,117,188,133,45,226,69,148,60,15,242,60,5,98,137,116,222,166,117,118,
112,74,82,190,79,78,190,250,168,212,207,205,209,172,235,89,196,97,46,46,
127,226,132,195,19,66,240,129,227,210,231,176,26,149,198,226,180,154,98,
63,230,169,185,138,133,82,90,202,167,212,101,46,48,145,108,20,211,27,74,
195,75,115,93,32,155,90,250,104,24,120,33,80,249,73,49,74,46,60,250,12,
60,191,66,74,174,248,0,74,224,234,242,115,180,21,149,80,163,164,100,108,
112,106,60,44,104,147,11,66,93,130,74,109,47,14,51,194,155,63,206,36,
203,140,234,18,220,81,200,227,170,179,10,163,147,199,205,77,74,12,34,15,
27,58,237,9,125,46,64,173,31,3,109,216,20,130,42,88,185,213,129,25,89,
229,194,146,151,102,41,142,108,109,32,55,12,70,7,51,169,107,242,114,0,
217,225,76,120,60,26,142,174,197,102,131,156,116,170,11,250,114,122,20,
191,11,201,101,59,60,52,208,197,237,54,187,91,163,68,29,39,208,168,178,
22,241,94,168,7,174,130,247,70,63,72,180,11,13,147,43,109,83,78,232,204,
102,115,176,93,94,184,148,3,3,92,68,67,159,192,115,217,176,151,245,85,
58,104,206,198,47,202,42,203,109,7,41,102,200,30,150,198,242,176,224,87,
46,22,150,118,125,255,232,189,40,194,94,228,154,94,49,71,33,163,52,106,
120,41,19,150,89,67,135,18,63,227,64,149,31,122,143,141,191,30,119,125,
65,4,222,118,93,195,83,59,120,212,121,89,191,18,230,112,79,13,26,183,
188,56,140,101,97,103,233,226,100,54,252,32,54,4,187,35,101,88,6,157,
119,178,8,197,22,138,138,141,70,5,182,205,237,238,41,159,118,205,238,
239,201,138,176,200,202,49,71,143,30,216,95,28,55,151,199,129,65,96,59,
251,100,19,12,200,31,59,81,168,34,54,0,82,90,46,36,155,20,254,178,131,
34,197,177,82,200,144,108,234,37,243,137,49,46,11,114,20,96,152,36,162,
109,112,41,57,231,106,185,114,130,157,215,48,85,147,169,73,96,35,118,
170,225,105,71,180,27,230,65,39,97,10,233,28,58,118,117,104,90,57,17,
216,183,161,71,224,113,197,82,194,47,43,3,245,198,101,118,127,76,226,19,
151,186,139,158,184,91,132,193,230,167,123,54,169,213,220,26,218,33,252,
184,64,233,57,38,7,40,178,70,61,22,131,237,72,18,217,155,17,122,113,96,
210,36,209,10,69,13,141,228,216,81,210,180,93,139,222,88,214,141,105,
125,69,153,223,40,243,229,217,151,209,122,51,125,143,60,31,55,95,32,212,
177,221,119,35,131,162,246,95,129,166,119,73,169,164,170,6,191,188,41,
37,156,104,64,142,100,130,92,133,83,253,82,231,123,183,4,19,83,83,97,86,
9,200,212,97,132,100,104,51,117,142,114,174,190,243,3,117,121,72,90,164,
227,157,71,145,156,153,146,55,170,123,1,203,48,172,71,4,66,60,153,237,
67,117,96,244,169,24,254,74,221,84,185,39,74,187,16,187,71,224,81,186,
157,128,108,66,174,128,221,43,51,59,147,221,33,144,147,255,180,93,156,
118,208,40,3,35,59,253,156,75,220,249,192,39,98,10,222,95,238,160,67,
112,190,248,14,115,169,40,250,233,157,36,35,127,101,222,84,209,191,41,
186,166,15,203,114,130,18,169,199,82,162,138,242,208,146,245,43,199,195,
149,79,67,214,149,227,77,118,208,226,32,31,182,112,188,231,0,54,207,48,
70,9,147,27,201,253,58,215,211,103,125,229,222,72,183,172,47,35,0,10,79,
73,109,185,146,110,168,207,109,233,222,157,70,12,168,107,25,242,90,83,
197,212,221,141,126,204,193,228,154,114,36,50,50,93,135,96,26,18,76,31,
250,22,109,135,74,155,209,124,20,174,153,24,135,232,85,252,164,180,36,
237,250,17,116,112,220,110,211,48,61,166,87,211,214,120,10,200,3,194,14,
51,78,216,110,123,140,35,8,32,51,42,89,166,86,113,83,238,153,90,150,72,
245,215,203,2,211,223,134,110,30,65,59,143,174,159,181,252,218,16,108,
183,193,231,108,52,112,182,248,59,22,103,231,30,100,18,84,247,15,23,168,
148,158,54,208,31,186,120,179,236,16,233,108,169,224,216,230,42,199,235,
13,133,216,223,162,124,242,109,202,238,172,74,49,82,146,243,66,71,80,
135,9,219,227,69,137,43,133,3,56,62,78,103,236,147,34,249,67,29,178,125,
193,223,23,252,127,119,130,159,56,146,37,130,95,88,141,86,9,162,213,197,
8,37,16,48,36,202,241,255,187,85,32,57,104,252,187,62,98,35,115,146,94,
6,51,29,214,228,133,123,148,161,126,33,232,172,116,116,230,180,163,220,
252,93,134,210,253,119,183,39,241,230,128,138,5,234,236,111,46,230,124,
153,127,60,197,82,181,97,17,104,22,174,49,68,76,52,221,120,28,13,154,
166,202,212,96,40,49,236,253,232,117,133,232,181,160,30,223,128,24,121,
98,251,58,83,118,192,146,247,15,8,98,151,197,159,57,11,240,47,30,240,
169,27,130,246,201,118,16,123,102,231,16,217,225,35,118,212,241,226,104,
213,235,226,174,247,228,222,6,81,208,224,151,54,156,176,64,129,225,70,
91,118,67,74,173,214,39,78,158,173,69,100,63,233,221,232,111,91,114,228,
102,188,204,67,214,250,202,69,95,156,219,38,0,177,85,121,162,138,18,189,
169,224,193,73,144,103,44,37,95,26,25,119,120,184,80,212,169,113,151,34,
3,166,233,221,208,2,27,172,50,222,113,238,5,197,83,48,114,87,160,75,103,
35,244,1,58,179,129,50,133,171,17,164,40,11,180,51,36,186,177,19,217,
184,142,44,137,137,14,60,18,3,255,237,199,237,247,227,246,251,113,251,
253,184,253,126,220,126,63,110,191,31,183,223,143,219,239,199,237,247,
227,246,251,113,251,253,184,189,50,100,216,15,223,253,190,134,239,246,
227,246,251,113,251,125,193,255,61,20,252,253,184,253,61,137,219,23,222,
251,134,63,197,46,209,216,48,91,89,25,45,4,42,229,197,216,249,168,122,
232,179,32,152,209,180,193,147,75,163,105,37,83,9,125,145,224,129,229,
116,129,179,120,20,241,230,220,250,248,254,24,138,40,124,46,146,154,81,
7,126,159,123,90,11,57,243,65,226,152,157,98,44,67,182,236,77,95,153,
158,155,42,5,36,230,6,4,168,252,153,32,114,22,132,159,96,160,103,167,16,
178,144,6,34,37,224,156,96,96,206,241,104,116,33,236,219,79,227,136,194,
229,148,192,127,162,174,60,58,165,185,7,32,121,23,40,14,65,112,189,34,
122,197,163,84,10,209,234,220,164,86,58,227,213,95,206,210,251,211,41,
158,151,80,62,165,245,113,76,98,237,79,88,85,157,176,58,17,80,118,150,
64,24,139,135,30,113,217,89,154,188,203,248,68,22,227,162,65,147,87,123,
171,7,203,55,116,168,250,78,221,212,83,94,130,171,108,149,0,69,125,99,
18,215,164,242,70,117,165,35,87,89,122,201,233,66,131,85,150,96,114,161,
177,86,78,177,215,60,148,10,71,157,43,114,243,88,12,142,169,225,7,30,
186,208,121,193,249,44,126,188,196,191,125,140,19,194,159,100,89,218,
227,157,141,119,37,73,162,39,20,137,41,17,152,65,12,222,103,38,54,203,3,
155,54,237,229,58,184,172,144,216,143,153,213,241,118,43,0,71,54,103,13,
74,107,225,57,177,63,108,215,142,108,38,79,102,28,230,39,76,97,180,7,
227,1,144,115,118,215,110,238,35,3,209,244,2,182,211,105,170,80,20,15,
176,207,35,88,231,245,86,55,66,67,101,41,221,198,199,182,102,237,106,31,
223,191,55,161,249,100,25,160,147,216,47,251,166,101,176,105,225,204,43,
45,139,32,217,200,134,5,155,132,255,143,165,13,99,27,92,169,151,140,246,
139,151,126,101,54,227,82,111,141,135,71,100,182,243,153,43,196,112,157,
66,201,164,98,255,27,195,202,152,176,236,190,176,126,185,10,3,21,53,46,
158,14,72,69,25,108,168,235,69,6,63,76,200,50,182,168,34,120,157,153,21,
190,52,70,206,20,36,203,119,152,46,15,249,201,106,34,179,114,219,195,35,
29,202,15,21,231,3,49,118,105,69,10,100,82,30,8,161,133,145,7,3,98,126,
233,132,252,90,59,116,112,118,102,41,1,245,199,252,28,40,45,132,34,102,
39,69,196,115,235,94,171,37,15,54,162,4,190,165,71,170,18,167,71,182,66,
126,14,20,94,110,193,135,200,138,7,199,218,144,192,2,227,132,199,96,212,
82,206,203,31,228,83,114,188,11,212,27,119,195,250,204,194,226,244,84,
29,212,85,96,211,176,126,100,113,126,102,30,123,27,213,224,178,222,104,
58,196,221,208,87,206,1,131,160,130,10,250,29,158,158,213,231,131,244,
29,246,23,30,22,104,64,134,156,68,232,43,235,240,65,37,81,127,153,234,
11,27,121,193,245,122,8,155,223,223,183,114,193,139,52,72,25,40,91,165,
33,6,85,109,101,4,75,242,90,78,174,254,157,73,21,15,172,38,115,108,9,
221,50,91,164,211,118,178,236,103,139,155,163,75,14,215,203,238,151,102,
197,217,226,49,162,185,212,110,119,192,191,232,120,158,133,39,195,226,
17,114,229,19,225,54,218,193,54,133,70,217,166,145,206,127,170,243,191,
106,140,78,105,87,122,227,35,139,141,166,193,184,76,206,36,23,187,121,
52,229,218,86,139,71,185,210,134,51,47,42,19,190,46,34,42,44,133,192,
143,177,57,74,191,36,110,133,64,87,217,81,7,13,223,243,149,211,30,115,
62,143,118,137,231,186,132,153,86,147,59,140,12,92,85,215,180,3,107,15,
125,162,93,157,135,0,137,64,192,150,125,227,119,214,81,234,231,76,140,
50,188,104,177,163,250,226,46,42,193,81,143,67,144,71,9,240,62,211,243,
87,111,149,148,85,253,172,18,94,45,186,91,217,240,247,40,195,92,92,45,
96,240,51,110,195,142,237,223,59,7,253,247,235,112,142,187,230,193,63,
102,174,4,116,86,184,55,67,219,124,191,39,4,206,143,250,74,24,143,227,
97,200,96,181,188,36,250,28,231,218,67,29,208,92,182,191,52,58,95,230,
217,18,15,39,19,11,80,238,49,91,202,163,177,246,249,114,24,95,174,6,148,
68,148,249,4,61,198,23,187,103,207,177,2,127,138,181,226,249,158,82,143,
236,45,63,31,92,71,71,69,0,225,51,136,231,108,188,27,141,224,49,222,234,
93,172,220,75,74,56,142,229,237,119,38,177,60,56,151,103,74,206,233,85,
175,203,69,58,5,245,226,81,167,35,33,204,87,242,250,50,148,153,188,100,
49,71,140,192,101,36,41,242,106,57,129,106,6,212,241,186,44,83,194,58,
32,180,190,56,84,238,10,248,186,129,54,61,53,165,153,29,18,192,200,23,
84,196,164,24,220,36,119,105,149,183,153,53,52,164,81,121,195,41,56,130,
150,218,114,150,160,156,205,201,19,138,178,198,235,14,83,41,27,74,67,31,
239,224,48,13,188,182,62,179,232,50,227,21,243,175,162,187,197,11,167,
27,240,39,213,83,202,102,160,201,158,231,137,37,103,200,39,55,35,112,
133,176,114,137,101,196,121,235,228,140,67,237,132,187,229,185,148,13,
57,249,188,62,143,93,98,109,137,236,100,15,152,31,222,100,164,98,68,247,
172,205,25,112,73,163,121,106,177,141,60,61,219,200,139,174,179,37,79,
88,198,21,0,52,12,7,55,83,177,11,146,147,250,202,148,162,32,216,170,124,
201,101,131,20,48,139,231,192,136,83,140,102,197,229,148,108,197,164,
156,156,229,139,78,88,10,91,96,195,118,35,8,197,166,158,94,109,149,28,
39,57,154,231,133,33,165,77,24,56,25,108,120,240,9,140,140,254,238,123,
254,119,111,222,246,232,232,179,61,89,161,144,57,125,84,50,143,186,52,
129,63,167,189,150,119,229,6,142,48,70,26,99,228,76,123,31,220,138,124,
52,242,28,66,70,98,240,172,87,54,208,55,34,239,94,79,104,239,251,133,35,
250,133,208,87,26,11,202,176,59,51,246,108,74,174,132,7,250,76,201,249,
3,138,216,110,24,5,177,41,188,10,188,43,247,202,229,115,120,26,62,223,
60,202,228,200,198,243,236,193,50,215,52,214,22,155,77,205,83,18,218,96,
212,194,14,222,118,201,2,206,226,130,228,236,61,196,170,127,150,216,171,
12,223,226,42,115,151,200,41,138,204,84,159,22,3,91,7,202,5,89,120,255,
177,229,129,49,45,184,112,69,90,86,144,41,69,162,112,252,103,237,139,
210,39,89,148,52,181,143,132,112,157,198,164,62,179,221,67,224,224,105,
219,94,9,156,135,49,125,111,68,148,87,100,130,59,153,103,31,63,155,165,
76,22,113,34,40,109,88,50,17,212,163,77,188,40,3,239,175,67,113,198,67,
59,113,198,5,43,145,82,218,255,172,243,186,229,153,97,157,213,105,201,
106,195,252,116,137,188,126,35,135,35,167,87,31,28,217,199,223,2,142,37,
27,214,101,88,177,216,17,138,170,49,122,1,241,125,133,233,138,185,197,
209,189,90,230,205,72,215,37,246,43,144,15,32,245,101,159,65,213,208,32,
240,50,18,225,15,169,235,76,183,59,137,68,70,101,76,66,126,106,43,232,
146,46,106,76,179,35,123,32,164,1,20,172,13,29,27,240,73,132,128,70,1,
160,130,21,130,105,192,123,230,219,192,194,247,39,18,173,78,168,101,26,
153,215,248,5,242,23,23,117,148,40,244,18,90,229,70,191,101,121,108,215,
116,98,16,56,31,64,185,145,156,78,87,237,209,160,241,227,208,210,90,191,
219,213,208,136,148,150,78,230,85,202,63,242,161,114,182,138,179,60,171,
198,179,22,214,79,230,6,196,3,93,208,44,81,76,146,191,114,175,10,49,10,
165,42,17,129,149,202,55,94,36,14,106,52,91,53,84,185,181,229,102,94,
174,11,45,82,2,207,107,183,105,79,26,52,208,242,151,120,74,178,187,190,
116,197,70,181,117,13,105,208,22,239,121,203,251,17,231,48,177,124,141,
28,56,58,200,253,171,212,141,62,6,7,131,45,80,27,232,95,40,168,37,99,
149,125,159,131,121,6,252,194,71,229,190,187,74,174,129,74,80,101,113,
207,0,95,33,83,194,206,139,105,31,170,97,198,236,42,196,17,70,167,106,
141,194,112,238,226,90,88,6,133,157,253,146,191,103,54,123,69,31,160,32,
142,130,233,250,158,11,44,181,172,11,249,144,95,40,152,43,150,206,111,
73,28,203,179,116,82,147,184,18,47,125,207,221,28,156,185,99,86,9,97,
139,148,126,247,203,42,1,238,254,183,203,86,189,91,182,223,205,178,35,
220,43,171,134,211,43,147,34,185,169,47,19,214,207,223,226,87,237,118,
215,93,93,230,58,12,97,121,235,232,3,234,237,166,199,179,17,222,93,220,
95,154,148,101,236,223,231,178,210,108,136,53,187,251,108,224,69,165,
123,123,77,169,66,34,181,165,213,238,169,77,47,166,149,4,225,26,42,113,
123,119,127,235,105,245,59,79,239,238,198,211,123,114,119,227,224,106,
146,91,43,109,224,158,40,96,231,144,20,23,254,12,132,132,50,148,22,111,
132,20,39,60,242,80,69,178,100,221,185,185,249,197,35,51,71,142,30,153,
155,159,41,175,176,202,41,110,195,84,57,219,39,166,46,19,45,186,23,252,
223,41,207,253,84,36,110,111,116,229,206,196,251,21,110,87,225,242,187,
46,207,225,18,181,220,181,96,37,23,186,174,200,155,47,15,5,228,177,216,
91,202,44,195,27,101,110,64,220,176,153,115,165,214,88,234,39,211,151,
82,113,219,119,166,178,206,84,201,125,168,149,220,169,12,77,171,249,83,
153,34,184,166,109,84,135,10,120,40,32,231,170,121,85,157,153,210,106,
229,105,83,108,73,39,212,33,111,76,150,247,194,194,136,61,118,41,40,111,
240,46,113,120,30,225,64,61,20,19,133,48,146,103,183,13,78,178,21,182,
192,157,98,146,14,6,247,56,121,72,241,218,85,223,167,120,179,104,186,40,
120,0,13,146,219,99,50,19,46,252,198,103,158,17,237,51,131,163,39,86,
111,168,160,151,223,179,150,194,19,198,10,132,82,92,75,163,8,39,179,101,
28,129,252,202,90,86,127,127,127,49,239,49,10,100,216,151,149,228,22,
106,213,216,142,166,79,115,132,171,172,80,207,244,87,165,25,144,220,247,
82,117,105,157,27,74,57,220,184,107,181,217,13,89,220,113,127,189,208,
39,86,23,174,247,60,163,71,182,180,241,144,186,22,187,123,9,196,28,60,
39,106,111,194,219,132,198,14,81,98,49,211,240,216,221,44,37,226,39,68,
9,166,104,48,120,64,87,234,56,62,177,44,182,109,106,138,191,67,19,77,
241,206,218,28,97,83,4,173,162,32,13,238,117,86,86,145,185,113,249,39,
60,103,146,45,154,79,123,0,23,69,199,97,228,117,105,16,106,94,43,253,14,
79,1,167,109,82,209,241,8,177,47,169,210,90,185,226,218,120,78,16,222,
230,139,39,33,70,150,250,113,110,10,254,203,39,142,19,119,107,34,77,148,
213,21,32,175,18,151,88,36,95,122,102,26,254,219,45,72,129,236,67,64,77,
203,235,230,161,44,46,204,205,21,176,125,24,58,175,197,70,131,23,3,226,
182,225,119,22,30,103,42,84,118,50,32,143,219,78,37,146,224,189,120,212,
153,212,214,207,158,175,0,248,12,177,35,187,18,220,83,118,219,54,17,240,
195,158,237,144,10,160,207,6,212,97,87,228,102,225,204,3,209,167,6,80,
166,10,57,206,186,236,166,216,28,224,217,169,169,2,224,147,29,188,49,88,
59,97,7,140,40,108,222,199,196,221,50,151,169,99,227,22,169,106,181,1,
106,97,177,198,197,163,139,139,71,242,137,39,254,232,236,26,235,216,117,
234,108,120,221,16,171,69,8,33,1,43,255,71,231,180,19,55,108,48,107,195,
171,213,240,198,113,80,72,203,250,140,190,114,54,34,206,86,161,155,22,
23,167,22,139,29,245,136,173,18,189,111,171,102,231,102,230,230,6,178,
105,17,8,252,74,225,61,30,161,149,44,69,220,244,28,142,248,172,162,163,
132,177,83,140,101,97,122,32,191,195,103,248,118,161,228,54,232,233,185,
153,153,5,163,227,245,112,206,185,5,4,48,112,142,42,185,52,153,169,89,
62,71,231,5,134,227,185,109,246,2,190,42,165,218,218,249,53,85,15,51,
191,213,195,89,22,141,217,247,64,92,105,157,104,230,18,162,112,82,192,3,
170,225,17,140,121,26,75,6,229,216,166,46,26,204,150,13,14,213,39,111,
121,212,239,175,13,95,229,125,66,248,162,212,61,89,141,46,123,155,4,214,
199,177,197,26,225,134,51,98,143,53,59,227,134,101,254,132,109,170,206,
54,18,120,164,75,76,210,99,68,9,5,198,10,113,196,64,1,41,198,227,47,73,
235,244,62,240,71,218,180,141,33,38,163,71,155,108,215,123,78,250,78,
192,183,71,104,243,97,248,180,127,250,193,111,93,28,229,54,215,139,173,
22,187,204,125,47,4,50,211,251,31,215,193,7,153,74,24,35,127,252,135,31,
244,108,43,234,44,235,243,71,167,252,27,249,111,29,220,214,8,214,118,
126,170,228,227,189,58,53,33,149,64,148,103,63,194,216,140,16,28,158,
240,241,219,64,209,74,142,103,53,97,130,30,227,216,137,91,225,251,75,23,
3,58,170,197,43,20,26,34,102,156,194,234,20,136,186,171,120,128,10,25,
176,104,78,217,215,73,182,48,0,99,48,30,51,44,26,225,124,89,78,69,94,
226,121,46,98,150,125,29,249,91,215,145,39,227,45,237,130,215,219,35,
229,232,208,32,183,186,166,51,135,107,145,106,181,154,182,230,225,4,48,
70,54,122,24,2,239,5,224,91,215,180,75,224,225,0,97,34,185,156,8,195,
151,115,149,220,128,62,139,195,203,178,22,121,142,179,232,41,198,161,
225,174,150,95,167,139,175,217,70,47,131,71,53,128,172,93,138,247,109,
12,245,203,37,68,9,6,119,108,220,53,16,51,14,72,241,80,166,161,197,152,
129,98,123,70,170,22,45,227,188,75,20,92,95,92,41,118,81,172,97,203,39,
24,184,46,88,145,96,141,207,154,249,50,155,92,198,198,5,41,123,250,72,1,
150,75,111,68,197,26,68,161,216,240,189,240,1,251,6,63,74,218,101,123,
212,74,78,235,235,43,172,120,228,192,57,218,138,250,47,166,24,114,190,
39,134,86,196,74,205,22,168,127,54,149,175,10,178,178,99,102,0,5,13,213,
234,12,204,40,132,97,85,153,245,146,74,164,66,79,41,203,24,75,120,127,
72,217,130,6,29,148,153,41,143,177,17,36,45,15,81,157,110,229,207,25,4,
132,91,53,224,22,26,190,182,22,215,160,200,177,142,152,165,45,126,88,81,
221,152,225,144,173,110,25,216,92,170,2,51,211,198,180,161,44,52,235,
123,158,219,180,29,167,112,27,14,176,14,11,171,128,154,140,186,14,71,
172,207,108,52,122,138,6,142,133,148,131,135,129,155,121,138,152,130,
126,226,208,99,177,23,45,137,141,248,103,80,0,195,211,252,120,16,254,
229,24,54,113,82,228,202,245,102,54,99,139,56,161,204,217,33,225,67,212,
109,198,129,123,26,124,111,51,186,232,174,129,226,119,232,217,46,105,
211,146,252,45,178,217,0,147,21,68,13,156,154,43,201,208,4,35,241,128,
23,155,171,216,16,241,157,255,132,61,187,149,236,32,226,73,178,12,16,42,
41,115,1,72,94,181,32,27,93,174,225,231,34,13,0,20,141,194,147,128,206,
37,18,117,50,0,249,180,216,163,245,71,235,164,25,98,240,169,219,198,208,
19,188,62,90,199,169,254,185,197,169,153,233,153,71,235,153,186,24,188,
135,129,234,48,60,125,136,110,101,0,206,79,207,207,205,207,102,178,83,
119,211,6,195,137,214,44,147,21,58,208,226,203,176,51,217,113,146,239,
132,178,36,98,29,87,68,100,10,86,93,96,145,1,11,22,162,77,173,179,101,
29,197,15,219,70,106,139,143,110,236,56,18,27,120,44,255,130,234,241,
172,85,76,111,199,52,140,146,15,252,71,89,53,1,79,71,102,167,231,179,4,
197,77,163,39,172,16,84,79,136,219,114,237,199,73,74,22,181,39,249,26,
150,147,49,14,14,215,236,199,37,86,179,146,217,129,83,21,100,69,11,112,
65,91,166,186,144,50,170,87,201,201,234,187,68,80,248,113,231,176,200,
254,196,77,241,61,160,38,241,35,179,67,78,248,246,149,192,233,195,90,
189,94,175,214,246,60,144,37,206,91,73,41,96,51,223,126,180,126,61,84,
210,26,228,58,185,81,187,30,102,240,176,113,146,18,8,115,153,66,195,105,
80,66,116,234,245,151,236,228,116,228,83,160,70,100,19,4,229,197,17,209,
217,84,218,79,155,224,225,49,206,103,99,138,81,211,254,245,241,147,218,
75,179,169,176,236,174,45,5,98,65,18,148,93,178,113,78,94,213,49,12,43,
89,202,234,174,170,167,82,15,42,198,240,148,229,216,189,79,107,226,98,
169,161,165,100,95,224,41,213,34,253,234,181,20,133,19,21,72,169,194,
185,107,90,170,217,112,67,213,169,243,248,181,132,60,204,85,92,39,237,
189,195,80,233,198,17,16,92,235,120,189,43,120,241,8,94,48,184,74,220,
243,2,175,146,236,224,20,227,186,249,43,170,142,49,166,147,126,19,55,26,
48,96,149,123,219,15,40,24,76,103,180,66,252,134,171,223,130,120,32,182,
20,20,194,57,69,76,230,167,166,74,132,103,78,226,10,102,216,180,105,144,
88,235,123,203,130,213,17,94,80,212,39,116,114,101,1,148,197,192,83,233,
68,164,125,239,36,109,120,183,72,212,192,40,158,197,211,213,168,117,234,
100,153,165,5,9,224,205,21,178,184,230,153,48,120,195,33,0,12,62,250,20,
88,151,234,123,29,121,177,74,137,83,180,25,183,207,186,45,175,228,59,96,
184,222,9,188,40,202,168,10,105,136,133,134,184,232,66,93,125,105,4,224,
33,151,9,45,5,171,4,78,169,180,194,73,103,243,108,178,154,190,217,152,
247,46,90,210,191,95,164,7,114,158,68,108,23,212,89,119,21,215,19,133,
37,232,115,97,69,237,242,128,237,68,5,183,56,195,68,86,55,203,62,174,23,
217,45,59,107,120,50,236,205,102,35,109,24,13,70,141,46,185,145,116,189,
252,236,57,78,67,108,110,202,2,198,195,22,249,216,185,193,50,217,5,114,
72,24,224,123,135,209,8,153,172,56,80,253,36,204,148,100,3,20,75,33,45,
96,158,155,146,8,189,14,88,51,60,15,130,90,108,238,28,117,99,89,219,227,
176,195,150,109,92,2,7,43,199,249,105,149,1,142,123,114,141,23,131,20,
145,200,127,164,55,125,51,15,189,216,161,24,76,79,198,199,25,32,7,209,
215,75,131,28,60,81,118,109,0,182,206,181,78,5,158,127,169,227,69,222,
21,31,71,12,69,232,56,1,93,138,89,98,102>>
----------------------------------------------------
2015-10-26 17:19:57.714
data <<80,82,113,204,128,44,133,154,97,43,151,157,231,184,255,177,101,118,18,
225,33,210,245,151,48,180,14,14,151,149,129,36,131,67,171,56,251,245,32,
184,187,41,40,5,31,139,154,208,9,121,227,4,227,44,47,128,110,194,69,223,
142,189,81,54,20,107,198,206,198,21,113,167,74,95,205,197,227,84,13,137,
74,195,204,114,143,10,79,156,226,218,200,156,249,87,146,15,119,2,110,
210,70,153,232,168,205,234,50,78,4,209,109,180,2,10,148,114,205,45,96,
203,6,184,225,158,107,201,2,10,139,115,77,222,96,110,75,3,20,125,67,42,
221,34,108,158,245,60,14,254,46,108,117,97,68,16,8,79,144,93,129,224,
166,195,196,12,222,224,45,175,177,45,176,113,64,19,111,179,47,225,58,
143,177,33,48,231,162,50,213,96,119,129,80,120,131,168,197,231,11,26,
177,221,0,169,111,48,159,190,204,30,97,104,234,12,139,246,42,144,139,21,
119,135,85,140,58,201,69,15,105,109,203,53,251,155,44,148,129,181,32,
126,208,110,149,193,8,188,118,128,187,67,160,35,225,23,72,216,232,235,
223,136,99,189,173,6,219,43,140,27,3,218,216,171,253,243,247,151,108,62,
178,226,119,85,128,100,197,101,108,205,243,92,166,48,74,166,86,49,171,
10,173,11,148,0,131,135,225,19,186,198,38,212,202,77,223,153,168,235,
204,63,66,155,38,233,22,161,244,104,179,225,211,160,21,121,61,224,78,
192,187,132,153,51,121,162,168,44,220,128,89,194,32,206,64,80,209,192,
239,49,235,211,6,223,103,81,14,66,100,97,164,46,230,80,191,54,194,116,
40,156,122,92,214,150,75,186,182,201,244,58,140,173,251,178,135,24,91,
242,3,177,214,58,182,239,67,159,246,205,13,52,124,120,230,180,107,249,
30,148,235,15,20,247,69,248,14,217,98,46,254,89,119,93,40,157,114,120,
93,226,63,140,33,58,183,148,92,18,148,216,228,9,63,74,247,170,210,226,
97,132,37,4,174,236,248,141,254,206,160,136,87,39,81,206,50,223,128,222,
128,46,182,25,56,169,139,19,99,37,203,149,168,242,204,152,219,35,33,32,
147,120,25,37,223,146,128,97,255,44,81,150,110,165,21,112,51,31,130,139,
43,179,45,76,101,152,228,148,215,5,27,153,177,92,252,131,186,216,42,99,
174,210,201,218,98,196,32,253,214,223,101,179,187,76,119,131,11,24,176,
137,158,100,184,204,127,47,129,71,183,238,93,166,96,13,194,78,166,226,
11,100,211,110,39,250,226,154,244,0,61,92,159,35,96,96,208,67,118,6,0,
160,143,211,83,48,28,104,122,208,29,165,26,146,239,219,186,140,187,185,
78,88,155,184,38,208,74,118,178,149,40,146,13,219,63,1,12,167,46,245,46,
211,76,29,47,118,0,40,219,67,199,243,162,139,192,0,151,209,195,61,125,
131,187,34,107,180,68,218,193,77,102,226,119,94,210,105,33,149,98,177,
116,64,213,162,79,72,159,34,202,57,86,143,80,7,122,146,42,27,93,53,131,
239,43,196,157,137,98,77,125,206,195,81,226,143,106,60,169,235,89,113,
14,58,241,253,71,235,232,117,133,143,214,89,164,204,79,226,194,210,195,
32,48,140,3,165,88,244,244,49,172,219,96,1,237,134,91,8,234,70,224,135,
161,43,231,104,60,70,137,241,115,141,111,67,101,78,30,179,95,70,72,213,
196,76,189,150,103,150,0,87,90,195,60,83,246,49,83,113,150,231,1,106,35,
241,39,251,34,123,194,103,231,26,227,108,168,38,14,160,48,138,113,67,52,
12,80,152,49,115,206,197,186,121,147,239,212,27,176,213,79,78,150,178,
96,119,211,243,34,131,119,71,50,3,0,213,242,158,72,59,162,255,174,60,54,
55,193,64,113,40,64,191,168,147,128,146,251,66,50,225,239,186,89,103,37,
234,84,236,73,20,211,103,236,248,69,190,120,100,88,185,58,50,110,109,
106,122,234,200,244,60,33,139,243,205,249,133,153,69,171,57,61,179,64,
142,146,230,226,17,122,116,154,30,153,165,71,172,35,83,205,121,179,118,
29,55,239,133,224,197,224,132,29,171,6,234,253,255,0,0,0,255,255,3,0,54,
77,79,25,131,17,1,0>>
----------------------------------------------------
2015-10-26 17:19:57.715
data <<>>
end
Testing git.gun.twitter_SUITE: TEST COMPLETE, 1 ok, 0 failed of 1 test cases
Testing git.gun.ws_SUITE: Starting test, 1 test cases
----------------------------------------------------
2015-10-26 17:19:59.061
Skipping the autobahn group because the Autobahn Test Suite is not installed.
To install it, please follow the instructions on this page:
http://autobahn.ws/testsuite/installation.html
Testing git.gun.ws_SUITE: *** SKIPPED {ws_SUITE,init_per_group} ***
Testing git.gun.ws_SUITE: TEST COMPLETE, 0 ok, 0 failed, 1 skipped of 1 test cases
Updating /Users/alco/git/gun/logs/index.html... done
Updating /Users/alco/git/gun/logs/all_runs.html... done
make: *** [ct] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment