1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522 | ==> Starting build()...
scons: Reading SConscript files ...
C++11 build environment partially enabled
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/release/broadcast_server/broadcast_server.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/broadcast_server/broadcast_server.cpp
g++ -o build/release/broadcast_server/broadcast_server build/release/broadcast_server/broadcast_server.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/debug_client/debug_client.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/debug_client/debug_client.cpp
g++ -o build/release/debug_client/debug_client build/release/debug_client/debug_client.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt -lssl -lcrypto
g++ -o build/release/debug_server/debug_server.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/debug_server/debug_server.cpp
g++ -o build/release/debug_server/debug_server build/release/debug_server/debug_server.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/echo_server/echo_server.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/echo_server/echo_server.cpp
g++ -o build/release/echo_server/echo_server build/release/echo_server/echo_server.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/echo_server_both/echo_server_both.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/echo_server_both/echo_server_both.cpp
g++ -o build/release/echo_server_both/echo_server_both build/release/echo_server_both/echo_server_both.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt -lssl -lcrypto
g++ -o build/release/echo_server_tls/echo_server_tls.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/echo_server_tls/echo_server_tls.cpp
g++ -o build/release/echo_server_tls/echo_server_tls build/release/echo_server_tls/echo_server_tls.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt -lssl -lcrypto
g++ -o build/release/iostream_server/iostream_server.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/iostream_server/iostream_server.cpp
g++ -o build/release/iostream_server/iostream_server build/release/iostream_server/iostream_server.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/print_server/print_server.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/print_server/print_server.cpp
g++ -o build/release/print_server/print_server build/release/print_server/print_server.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/subprotocol_server/subprotocol_server.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/subprotocol_server/subprotocol_server.cpp
g++ -o build/release/subprotocol_server/subprotocol_server build/release/subprotocol_server/subprotocol_server.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/telemetry_client/telemetry_client.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/telemetry_client/telemetry_client.cpp
g++ -o build/release/telemetry_client/telemetry_client build/release/telemetry_client/telemetry_client.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/telemetry_server/telemetry_server.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/telemetry_server/telemetry_server.cpp
g++ -o build/release/telemetry_server/telemetry_server build/release/telemetry_server/telemetry_server.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/testee_client/testee_client.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/testee_client/testee_client.cpp
g++ -o build/release/testee_client/testee_client build/release/testee_client/testee_client.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/testee_server/testee_server.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/testee_server/testee_server.cpp
g++ -o build/release/testee_server/testee_server build/release/testee_server/testee_server.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/release/utility_client/utility_client.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. examples/utility_client/utility_client.cpp
g++ -o build/release/utility_client/utility_client build/release/utility_client/utility_client.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/connection/connection_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/connection/connection.cpp
g++ -o build/test/connection/connection_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/connection/connection.cpp
g++ -o build/test/connection/connection_tu2_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/connection/connection_tu2.cpp
g++ -o build/test/connection/connection_tu2_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/connection/connection_tu2.cpp
g++ -o build/test/connection/test_connection_boost build/test/connection/connection_boost.o build/test/connection/connection_tu2_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/connection/test_connection_stl build/test/connection/connection_stl.o build/test/connection/connection_tu2_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/endpoint/endpoint_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/endpoint/endpoint.cpp
g++ -o build/test/endpoint/endpoint_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/endpoint/endpoint.cpp
g++ -o build/test/endpoint/test_endpoint_boost build/test/endpoint/endpoint_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lssl -lcrypto
g++ -o build/test/endpoint/test_endpoint_stl build/test/endpoint/endpoint_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lssl -lcrypto
g++ -o build/test/extension/extension_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/extension/extension.cpp
g++ -o build/test/extension/extension_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/extension/extension.cpp
g++ -o build/test/extension/permessage_deflate_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/extension/permessage_deflate.cpp
g++ -o build/test/extension/permessage_deflate_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/extension/permessage_deflate.cpp
g++ -o build/test/extension/test_extension_boost build/test/extension/extension_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lz
g++ -o build/test/extension/test_extension_stl build/test/extension/extension_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt -lz
g++ -o build/test/extension/test_permessage_deflate_boost build/test/extension/permessage_deflate_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lz
g++ -o build/test/extension/test_permessage_deflate_stl build/test/extension/permessage_deflate_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt -lz
g++ -o build/test/http/parser_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/http/parser.cpp
g++ -o build/test/http/parser_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/http/parser.cpp
g++ -o build/test/http/test_http_boost build/test/http/parser_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/http/test_http_stl build/test/http/parser_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/logger/logger_basic_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/logger/basic.cpp
g++ -o build/test/logger/logger_basic_boost build/test/logger/logger_basic_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/logger/logger_basic_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/logger/basic.cpp
g++ -o build/test/logger/logger_basic_stl build/test/logger/logger_basic_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/message_buffer/alloc_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/message_buffer/alloc.cpp
g++ -o build/test/message_buffer/alloc_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/message_buffer/alloc.cpp
g++ -o build/test/message_buffer/message_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/message_buffer/message.cpp
g++ -o build/test/message_buffer/message_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/message_buffer/message.cpp
g++ -o build/test/message_buffer/test_alloc_boost build/test/message_buffer/alloc_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/message_buffer/test_alloc_stl build/test/message_buffer/alloc_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/message_buffer/test_message_boost build/test/message_buffer/message_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/message_buffer/test_message_stl build/test/message_buffer/message_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/processors/test_extension_permessage_compress_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/processors/extension_permessage_compress.cpp
g++ -o build/test/processors/test_extension_permessage_compress_boost build/test/processors/test_extension_permessage_compress_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lz -lz
g++ -o build/test/processors/test_extension_permessage_compress_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/processors/extension_permessage_compress.cpp
g++ -o build/test/processors/test_extension_permessage_compress_stl build/test/processors/test_extension_permessage_compress_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt -lz -lz
g++ -o build/test/processors/test_hybi00_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/processors/hybi00.cpp
g++ -o build/test/processors/test_hybi00_boost build/test/processors/test_hybi00_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lz
g++ -o build/test/processors/test_hybi00_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/processors/hybi00.cpp
g++ -o build/test/processors/test_hybi00_stl build/test/processors/test_hybi00_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt -lz
g++ -o build/test/processors/test_hybi07_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/processors/hybi07.cpp
g++ -o build/test/processors/test_hybi07_boost build/test/processors/test_hybi07_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lz
g++ -o build/test/processors/test_hybi07_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/processors/hybi07.cpp
g++ -o build/test/processors/test_hybi07_stl build/test/processors/test_hybi07_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt -lz
g++ -o build/test/processors/test_hybi08_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/processors/hybi08.cpp
g++ -o build/test/processors/test_hybi08_boost build/test/processors/test_hybi08_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lz
g++ -o build/test/processors/test_hybi08_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/processors/hybi08.cpp
g++ -o build/test/processors/test_hybi08_stl build/test/processors/test_hybi08_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt -lz
g++ -o build/test/processors/test_hybi13_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/processors/hybi13.cpp
g++ -o build/test/processors/test_hybi13_boost build/test/processors/test_hybi13_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lz
g++ -o build/test/processors/test_hybi13_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/processors/hybi13.cpp
g++ -o build/test/processors/test_hybi13_stl build/test/processors/test_hybi13_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt -lz
g++ -o build/test/processors/test_processor_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/processors/processor.cpp
g++ -o build/test/processors/test_processor_boost build/test/processors/test_processor_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lz
g++ -o build/test/processors/test_processor_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/processors/processor.cpp
g++ -o build/test/processors/test_processor_stl build/test/processors/test_processor_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt -lz
g++ -o build/test/random/random_device_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/random/random_device.cpp
g++ -o build/test/random/random_device_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/random/random_device.cpp
g++ -o build/test/random/random_none_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/random/none.cpp
g++ -o build/test/random/random_none_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/random/none.cpp
g++ -o build/test/random/test_random_device_boost build/test/random/random_device_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_random.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/random/test_random_device_stl build/test/random/random_device_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/random/test_random_none_boost build/test/random/random_none_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_random.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/random/test_random_none_stl build/test/random/random_none_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/roles/client_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/roles/client.cpp
g++ -o build/test/roles/client_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/roles/client.cpp
g++ -o build/test/roles/server_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/roles/server.cpp
g++ -o build/test/roles/server_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/roles/server.cpp
g++ -o build/test/roles/test_client_boost build/test/roles/client_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a /usr/lib/libboost_random.a -lpthread -lrt
g++ -o build/test/roles/test_client_stl build/test/roles/client_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/roles/test_server_boost build/test/roles/server_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a /usr/lib/libboost_random.a -lpthread -lrt
g++ -o build/test/roles/test_server_stl build/test/roles/server_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/transport/asio/base_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/transport/asio/base.cpp
g++ -o build/test/transport/asio/base_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/transport/asio/base.cpp
g++ -o build/test/transport/asio/test_base_boost build/test/transport/asio/base_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a /usr/lib/libboost_thread.a /usr/lib/libboost_chrono.a -lpthread -lrt -lssl -lcrypto
g++ -o build/test/transport/asio/test_base_stl build/test/transport/asio/base_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lssl -lcrypto
g++ -o build/test/transport/asio/timers_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/transport/asio/timers.cpp
g++ -o build/test/transport/asio/test_timers_boost build/test/transport/asio/timers_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a /usr/lib/libboost_thread.a /usr/lib/libboost_chrono.a -lpthread -lrt -lssl -lcrypto
g++ -o build/test/transport/asio/timers_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/transport/asio/timers.cpp
g++ -o build/test/transport/asio/test_timers_stl build/test/transport/asio/timers_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lssl -lcrypto
g++ -o build/test/transport/boost_integration.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/transport/integration.cpp
g++ -o build/test/transport/iostream/iostream_base_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/transport/iostream/base.cpp
g++ -o build/test/transport/iostream/iostream_base_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/transport/iostream/base.cpp
g++ -o build/test/transport/iostream/iostream_connection_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/transport/iostream/connection.cpp
g++ -o build/test/transport/iostream/iostream_connection_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/transport/iostream/connection.cpp
g++ -o build/test/transport/iostream/iostream_endpoint_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/transport/iostream/endpoint.cpp
g++ -o build/test/transport/iostream/iostream_endpoint_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/transport/iostream/endpoint.cpp
g++ -o build/test/transport/iostream/test_iostream_base_boost build/test/transport/iostream/iostream_base_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/transport/iostream/test_iostream_base_stl build/test/transport/iostream/iostream_base_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/transport/iostream/test_iostream_connection_boost build/test/transport/iostream/iostream_connection_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/transport/iostream/test_iostream_connection_stl build/test/transport/iostream/iostream_connection_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/transport/iostream/test_iostream_endpoint_boost build/test/transport/iostream/iostream_endpoint_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/transport/iostream/test_iostream_endpoint_stl build/test/transport/iostream/iostream_endpoint_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/transport/stl_integration.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/transport/integration.cpp
g++ -o build/test/transport/test_boost_integration build/test/transport/boost_integration.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a /usr/lib/libboost_thread.a /usr/lib/libboost_random.a /usr/lib/libboost_chrono.a -lpthread -lrt -lssl -lcrypto
g++ -o build/test/transport/test_stl_integration build/test/transport/stl_integration.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt -lssl -lcrypto
g++ -o build/test/utility/close_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/utility/close.cpp
g++ -o build/test/utility/close_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/utility/close.cpp
g++ -o build/test/utility/error_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/utility/error.cpp
g++ -o build/test/utility/error_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/utility/error.cpp
g++ -o build/test/utility/frame.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/utility/frame.cpp
g++ -o build/test/utility/sha1_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/utility/sha1.cpp
g++ -o build/test/utility/sha1_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/utility/sha1.cpp
g++ -o build/test/utility/test_close_boost build/test/utility/close_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/utility/test_close_stl build/test/utility/close_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/utility/test_error_boost build/test/utility/error_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/utility/test_error_stl build/test/utility/error_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/utility/test_frame build/test/utility/frame.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/utility/test_sha1_boost build/test/utility/sha1_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/utility/test_sha1_stl build/test/utility/sha1_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/utility/uri_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/utility/uri.cpp
g++ -o build/test/utility/test_uri_boost build/test/utility/uri_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/utility/uri_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/utility/uri.cpp
g++ -o build/test/utility/test_uri_stl build/test/utility/uri_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
g++ -o build/test/utility/utilities_boost.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -I. test/utility/utilities.cpp
g++ -o build/test/utility/test_utility_boost build/test/utility/utilities_boost.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a /usr/lib/libboost_system.a -lpthread -lrt
g++ -o build/test/utility/utilities_stl.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++0x -O1 -fomit-frame-pointer -Wall -Wcast-align -Wshadow -Wunused-parameter -isystem /usr/include/boost -DNDEBUG -D_WEBSOCKETPP_CPP11_STL_ -I. test/utility/utilities.cpp
g++ -o build/test/utility/test_utility_stl build/test/utility/utilities_stl.o -L/usr/lib -L/usr/local/lib -L/usr/lib /usr/lib/libboost_unit_test_framework.a -lpthread -lrt
scons: done building targets.
-- The C compiler identification is GNU 5.2.0
-- The CXX compiler identification is GNU 5.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
** websocketpp
=========== Used Build Configuration =============
-- ENABLE_CPP11 = ON
-- BUILD_EXAMPLES = OFF
-- BUILD_TESTS = OFF
-- WEBSOCKETPP_ROOT = /tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git
-- WEBSOCKETPP_BIN = /tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/bin
-- WEBSOCKETPP_LIB = /tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/lib
-- Install prefix = /usr
-- WEBSOCKETPP_BOOST_LIBS =
-- WEBSOCKETPP_PLATFORM_LIBS =
-- WEBSOCKETPP_PLATFORM_TSL_LIBS =
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build
==> Starting check()...
scons: Reading SConscript files ...
C++11 build environment partially enabled
scons: done reading SConscript files.
scons: Building targets ...
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_uri_boost
Running 20 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_utility_boost
Running 5 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_frame
Running 20 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_close_boost
Running 6 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_sha1_boost
Running 3 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_error_boost
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_utility_stl
Running 5 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_uri_stl
Running 20 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_close_stl
Running 6 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_sha1_stl
Running 3 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/utility/test_error_stl
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/http/test_http_boost
Running 41 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/http/test_http_stl
Running 41 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/logger/logger_basic_boost
Running 4 test cases...
[2015-10-22 03:31:18] [info] Information
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/logger/logger_basic_stl
Running 5 test cases...
[2015-10-22 03:31:18] [info] Information
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/random/test_random_none_boost
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/random/test_random_device_boost
Running 1 test case...
551022396
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/random/test_random_none_stl
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/random/test_random_device_stl
Running 1 test case...
1566102500
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_processor_boost
Running 10 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_hybi13_boost
Running 36 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_hybi08_boost
Running 6 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_hybi07_boost
Running 6 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_hybi00_boost
Running 12 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_extension_permessage_compress_boost
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_processor_stl
Running 10 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_hybi13_stl
Running 36 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_hybi08_stl
Running 6 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_hybi07_stl
Running 6 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_hybi00_stl
Running 12 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/processors/test_extension_permessage_compress_stl
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/message_buffer/test_message_boost
Running 2 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/message_buffer/test_alloc_boost
Running 2 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/message_buffer/test_message_stl
Running 2 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/message_buffer/test_alloc_stl
Running 2 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/extension/test_extension_boost
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/extension/test_permessage_deflate_boost
Running 37 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/extension/test_extension_stl
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/extension/test_permessage_deflate_stl
Running 37 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/iostream/test_iostream_base_boost
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/iostream/test_iostream_connection_boost
Running 25 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/iostream/test_iostream_endpoint_boost
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/iostream/test_iostream_base_stl
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/iostream/test_iostream_connection_stl
Running 25 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/iostream/test_iostream_endpoint_stl
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/asio/test_base_boost
Running 2 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/asio/test_timers_boost
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/asio/test_base_stl
Running 2 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/asio/test_timers_stl
Running 1 test case...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/roles/test_client_boost
Running 7 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/roles/test_server_boost
Running 8 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/roles/test_client_stl
Running 7 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/roles/test_server_stl
Running 8 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/endpoint/test_endpoint_boost
Running 7 test cases...
[2015-10-22 03:31:20] [info] asio listen error: system:98 (Address already in use)
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/endpoint/test_endpoint_stl
Running 8 test cases...
[2015-10-22 03:31:20] [info] asio listen error: system:98 (Address already in use)
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/connection/test_connection_boost
Running 17 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/connection/test_connection_stl
Running 17 test cases...
*** No errors detected
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/test_boost_integration
Running 13 test cases...
test/transport/integration.cpp(327): error in "client_open_handshake_timeout": check con->get_ec() == ec failed [websocketpp.transport.asio:3 != websocketpp:22]
terminate called after throwing an instance of 'websocketpp::exception'
what(): Underlying Transport Error
unknown location(0): fatal error in "server_open_handshake_timeout": signal: SIGABRT (application abort requested)
test/transport/integration.cpp(327): last checkpoint
terminate called recursively
*** stack smashing detected ***: /tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/test_boost_integration terminated
unknown location(0): fatal error in "client_self_initiated_close_handshake_timeout": signal: SIGABRT (application abort requested)
test/transport/integration.cpp(178): last checkpoint
======= Backtrace: =========
/usr/lib/libc.so.6(+0x69923)[0xb711b923]
/usr/lib/libc.so.6(__fortify_fail+0x37)[0xb71ace77]
/usr/lib/libc.so.6(+0xfae38)[0xb71ace38]
/tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/test_boost_integration[0x809e292]
/usr/lib/libgcc_s.so.1(+0x15fa3)[0xb7281fa3]
======= Memory map: ========
08048000-08148000 r-xp 00000000 00:21 4233 /tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/test_boost_integration
08148000-08149000 rw-p 000ff000 00:21 4233 /tmp/yaourt-tmp-etm/aur-websocketpp-git/src/websocketpp-git/build/test/transport/test_boost_integration
08149000-0814a000 rw-p 00000000 00:00 0
09781000-097a6000 rw-p 00000000 00:00 0 [heap]
b2afb000-b2afc000 ---p 00000000 00:00 0
b2afc000-b32fc000 rw-p 00000000 00:00 0 [stack:2399]
b32fc000-b32fd000 ---p 00000000 00:00 0
b32fd000-b3afd000 rw-p 00000000 00:00 0 [stack:2398]
b3afd000-b3afe000 ---p 00000000 00:00 0
b3afe000-b42fe000 rw-p 00000000 00:00 0
b42fe000-b42ff000 ---p 00000000 00:00 0
b42ff000-b4aff000 rw-p 00000000 00:00 0 [stack:2396]
b4aff000-b4b00000 ---p 00000000 00:00 0
b4b00000-b5300000 rw-p 00000000 00:00 0
b5300000-b5321000 rw-p 00000000 00:00 0
b5321000-b5400000 ---p 00000000 00:00 0
b5500000-b5521000 rw-p 00000000 00:00 0
b5521000-b5600000 ---p 00000000 00:00 0
b56fe000-b56ff000 ---p 00000000 00:00 0
b56ff000-b5eff000 rw-p 00000000 00:00 0 [stack:2392]
b5eff000-b5f00000 ---p 00000000 00:00 0
b5f00000-b6700000 rw-p 00000000 00:00 0 [stack:2393]
b6700000-b6721000 rw-p 00000000 00:00 0
b6721000-b6800000 ---p 00000000 00:00 0
b6891000-b6892000 ---p 00000000 00:00 0
b6892000-b7095000 rw-p 00000000 00:00 0 [stack:2390]
b7095000-b70ab000 r-xp 00000000 fe:00 25433411 /usr/lib/libz.so.1.2.8
b70ab000-b70ac000 r--p 00015000 fe:00 25433411 /usr/lib/libz.so.1.2.8
b70ac000-b70ad000 rw-p 00016000 fe:00 25433411 /usr/lib/libz.so.1.2.8
b70ad000-b70b0000 r-xp 00000000 fe:00 25434779 /usr/lib/libdl-2.22.so
b70b0000-b70b1000 r--p 00002000 fe:00 25434779 /usr/lib/libdl-2.22.so
b70b1000-b70b2000 rw-p 00003000 fe:00 25434779 /usr/lib/libdl-2.22.so
b70b2000-b7265000 r-xp 00000000 fe:00 25432757 /usr/lib/libc-2.22.so
b7265000-b7266000 ---p 001b3000 fe:00 25432757 /usr/lib/libc-2.22.so
b7266000-b7268000 r--p 001b3000 fe:00 25432757 /usr/lib/libc-2.22.so
b7268000-b7269000 rw-p 001b5000 fe:00 25432757 /usr/lib/libc-2.22.so
b7269000-b726c000 rw-p 00000000 00:00 0
b726c000-b7288000 r-xp 00000000 fe:00 25433191 /usr/lib/libgcc_s.so.1
b7288000-b7289000 rw-p 0001b000 fe:00 25433191 /usr/lib/libgcc_s.so.1
b7289000-b72d5000 r-xp 00000000 fe:00 25434780 /usr/lib/libm-2.22.so
b72d5000-b72d6000 r--p 0004b000 fe:00 25434780 /usr/lib/libm-2.22.so
b72d6000-b72d7000 rw-p 0004c000 fe:00 25434780 /usr/lib/libm-2.22.so
b72d7000-b72d8000 rw-p 00000000 00:00 0
b72d8000-b7444000 r-xp 00000000 fe:00 25433353 /usr/lib/libstdc++.so.6.0.21
b7444000-b7445000 ---p 0016c000 fe:00 25433353 /usr/lib/libstdc++.so.6.0.21
b7445000-b744a000 r--p 0016c000 fe:00 25433353 /usr/lib/libstdc++.so.6.0.21
b744a000-b744b000 rw-p 00171000 fe:00 25433353 /usr/lib/libstdc++.so.6.0.21
b744b000-b744e000 rw-p 00000000 00:00 0
b744e000-b7646000 r-xp 00000000 fe:00 25433145 /usr/lib/libcrypto.so.1.0.0
b7646000-b7656000 r--p 001f7000 fe:00 25433145 /usr/lib/libcrypto.so.1.0.0
b7656000-b765d000 rw-p 00207000 fe:00 25433145 /usr/lib/libcrypto.so.1.0.0
b765d000-b7660000 rw-p 00000000 00:00 0
b7660000-b76d5000 r-xp 00000000 fe:00 25433351 /usr/lib/libssl.so.1.0.0
b76d5000-b76d8000 r--p 00074000 fe:00 25433351 /usr/lib/libssl.so.1.0.0
b76d8000-b76dc000 rw-p 00077000 fe:00 25433351 /usr/lib/libssl.so.1.0.0
b76dc000-b76e3000 r-xp 00000000 fe:00 25434904 /usr/lib/librt-2.22.so
b76e3000-b76e4000 r--p 00006000 fe:00 25434904 /usr/lib/librt-2.22.so
b76e4000-b76e5000 rw-p 00007000 fe:00 25434904 /usr/lib/librt-2.22.so
b76e5000-b76fe000 r-xp 00000000 fe:00 25432739 /usr/lib/libpthread-2.22.so
b76fe000-b76ff000 ---p 00019000 fe:00 25432739 /usr/lib/libpthread-2.22.so
b76ff000-b7700000 r--p 00019000 fe:00 25432739 /usr/lib/libpthread-2.22.so
b7700000-b7701000 rw-p 0001a000 fe:00 25432739 /usr/lib/libpthread-2.22.so
b7701000-b7703000 rw-p 00000000 00:00 0
b7725000-b7726000 rw-p 00000000 00:00 0
b7726000-b7731000 r-xp 00000000 fe:00 25433363 /usr/libterminate called recursively
/libnss_files-2.22.so
b7731000-b7732000 r--p 0000a000 fe:00 25433363 /usr/lib/libnss_files-2.22.so
b7732000-b7733000 rw-p 0000b000 fe:00 25433363 /usr/lib/libnss_files-2.22.so
b7733000-b773b000 rw-p 00000000 00:00 0
b773b000-b773d000 r--p 00000000 00:00 0 [vvar]
b773d000-b773e000 r-xp 00000000 00:00 0 [vdso]
b773e000-b7760000 r-xp 00000000 fe:00 25432756 /usr/lib/ld-2.22.so
b7760000-b7761000 r--p 00021000 fe:00 25432756 /usr/lib/ld-2.22.so
b7761000-b7762000 rw-p 00022000 fe:00 25432756 /usr/lib/ld-2.22.so
bfb43000-bfb64000 rw-p 00000000 00:00 0 [stack]
scons: *** [test] Error -6
scons: building terminated because of errors.
|