[GitHub] trafficserver pull request #1499: -h help arguments are now ordered by name

2017-02-25 Thread cnwalker
GitHub user cnwalker opened a pull request:

https://github.com/apache/trafficserver/pull/1499

-h help arguments are now ordered by name

References TS-3838 on JIRA

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cnwalker/trafficserver master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1499.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1499


commit facf6ca9f1c296c3372695b9b81ab6921f3dac78
Author: Christopher Walker 
Date:   2017-02-26T04:07:45Z

-h help arguments are now ordered by name




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1498: Problems with ASAN builds in 7.1

2017-02-25 Thread shinrich
GitHub user shinrich opened an issue:

https://github.com/apache/trafficserver/issues/1498

Problems with ASAN builds in 7.1

When running ASAN builds with the 7.1.x codebase I no longer see nice 
use-after-free reports (for the most part).  Instead I see repeats of the 
following pair of lines.

{code}
==22259==ERROR: AddressSanitizer failed to deallocate 0x8000 (32768) bytes 
at address 0x7ffd87426000
==22259==AddressSanitizer CHECK failed: 
../../../../libsanitizer/sanitizer_common/sanitizer_posix.cc:77 "(("unable to 
unmap" && 0)) != (0)" (0x0, 0x0)
{code}

Is anyone else seeing this?  Any ideas on how to fix?






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1401: Segfault in write_to_net_io with 7.1.x

2017-02-25 Thread shinrich
Github user shinrich commented on the issue:

https://github.com/apache/trafficserver/issues/1401
  
Finally get a use-after-free ASAN stack in this area.  Anyone else having 
problems with ASAN in newer builds?

Looks like it is showing a use after free in the case of the error 
bubbling.  

{code}
==30868==ERROR: AddressSanitizer: heap-use-after-free on address 
0x624001933448 at pc 0x5afa20 bp 0x7fffeaefe7e0 sp 0x7fffeaefe7d8
READ of size 8 at 0x624001933448 thread T17 ([ET_NET 15])
#0 0x5afa1f in Continuation::handleEvent(int, void*) 
../../../../trafficserver/iocore/eventsystem/I_Continuation.h:153
#1 0xae0c33 in write_signal_and_update 
../../../../trafficserver/iocore/net/UnixNetVConnection.cc:176
#2 0xae10ac in write_signal_done 
../../../../trafficserver/iocore/net/UnixNetVConnection.cc:218
#3 0xae11b2 in write_signal_error 
../../../../trafficserver/iocore/net/UnixNetVConnection.cc:237
#4 0xae2a1e in write_to_net_io(NetHandler*, UnixNetVConnection*, 
EThread*) ../../../../trafficserver/iocore/net/UnixNetVConnection.cc:458
#5 0xae25e5 in write_to_net(NetHandler*, UnixNetVConnection*, EThread*) 
../../../../trafficserver/iocore/net/UnixNetVConnection.cc:430
#6 0xace638 in NetHandler::mainNetEvent(int, Event*) 
../../../../trafficserver/iocore/net/UnixNet.cc:526
#7 0x5afb30 in Continuation::handleEvent(int, void*) 
../../../../trafficserver/iocore/eventsystem/I_Continuation.h:153
#8 0xb32866 in EThread::process_event(Event*, int) 
../../../../trafficserver/iocore/eventsystem/UnixEThread.cc:143
#9 0xb33487 in EThread::execute() 
../../../../trafficserver/iocore/eventsystem/UnixEThread.cc:270
#10 0xb3101b in spawn_thread_internal 
../../../../trafficserver/iocore/eventsystem/Thread.cc:84
#11 0x7568aaa0 in start_thread (/lib64/libpthread.so.0+0x7aa0)
#12 0x74fbd93c in clone (/lib64/libc.so.6+0xe893c)

0x624001933448 is located 4936 bytes inside of 7728-byte region 
[0x624001932100,0x624001933f30)
freed by thread T17 ([ET_NET 15]) here:
#0 0x549cb7 in free (/home/y/bin64/traffic_server+0x549cb7)
#1 0x77b96c79 in ats_memalign_free 
../../../../trafficserver/lib/ts/ink_memory.cc:141
#2 0x77b989be in malloc_free 
../../../../trafficserver/lib/ts/ink_queue.cc:322
#3 0x77b986e8 in ink_freelist_free 
../../../../trafficserver/lib/ts/ink_queue.cc:276
#4 0x75bc20 in ClassAllocator::free(HttpSM*) 
/var/builds/workspace/163866-v3-component/BUILD_CONTAINER/rhel6-gcc5_5/label/DOCKER-HIGH/app_root/_build/asan_build/../../trafficserver/lib/ts/Allocator.h:135
#5 0x708afe in HttpSM::destroy() 
../../../../trafficserver/proxy/http/HttpSM.cc:365
#6 0x7459ad in HttpSM::kill_this() 
../../../../trafficserver/proxy/http/HttpSM.cc:6951
#7 0x71dcb9 in HttpSM::main_handler(int, void*) 
../../../../trafficserver/proxy/http/HttpSM.cc:2678
#8 0x5afb30 in Continuation::handleEvent(int, void*) 
../../../../trafficserver/iocore/eventsystem/I_Continuation.h:153
#9 0x7f50f6 in HttpTunnel::main_handler(int, void*) 
../../../../trafficserver/proxy/http/HttpTunnel.cc:1662
#10 0x5afb30 in Continuation::handleEvent(int, void*) 
../../../../trafficserver/iocore/eventsystem/I_Continuation.h:153
#11 0xae0c33 in write_signal_and_update 
../../../../trafficserver/iocore/net/UnixNetVConnection.cc:176
#12 0xae10ac in write_signal_done 
../../../../trafficserver/iocore/net/UnixNetVConnection.cc:218
#13 0xae3588 in write_to_net_io(NetHandler*, UnixNetVConnection*, 
EThread*) ../../../../trafficserver/iocore/net/UnixNetVConnection.cc:596
#14 0xae25e5 in write_to_net(NetHandler*, UnixNetVConnection*, 
EThread*) ../../../../trafficserver/iocore/net/UnixNetVConnection.cc:430
#15 0xace638 in NetHandler::mainNetEvent(int, Event*) 
../../../../trafficserver/iocore/net/UnixNet.cc:526
#16 0x5afb30 in Continuation::handleEvent(int, void*) 
../../../../trafficserver/iocore/eventsystem/I_Continuation.h:153
#17 0xb32866 in EThread::process_event(Event*, int) 
../../../../trafficserver/iocore/eventsystem/UnixEThread.cc:143
#18 0xb33487 in EThread::execute() 
../../../../trafficserver/iocore/eventsystem/UnixEThread.cc:270
#19 0xb3101b in spawn_thread_internal 
../../../../trafficserver/iocore/eventsystem/Thread.cc:84
#20 0x7568aaa0 in start_thread (/lib64/libpthread.so.0+0x7aa0)

previously allocated by thread T17 ([ET_NET 15]) here:
#0 0x54a42b in posix_memalign (/home/y/bin64/traffic_server+0x54a42b)
#1 0x77b96afa in ats_memalign 
../../../../trafficserver/lib/ts/ink_memory.cc:102
#2 0x77b984a5 in malloc_new 
../../../../trafficserver/lib/ts/ink_queue.cc:260
#3 0x77b97e57 in ink_freelist_new 
../../../../trafficserver/lib/ts/ink_queue.cc:183
#4 0x648f31 in 

[GitHub] trafficserver issue #1497: Doc: change .svg to .png.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1497
  
clang-analyzer build *successful*! See 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/188/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1497: Doc: change .svg to .png.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1497
  
Linux build *successful*! See 
https://ci.trafficserver.apache.org/job/linux-github/1518/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1496: Ubuntu build problem fix.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1496
  
clang-analyzer build *successful*! See 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/187/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1497: Doc: change .svg to .png.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1497
  
Intel CC build *successful*! See 
https://ci.trafficserver.apache.org/job/icc-github/56/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1497: Doc: change .svg to .png.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1497
  
FreeBSD build *successful*! See 
https://ci.trafficserver.apache.org/job/freebsd-github/1623/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1497: Doc: change .svg to .png.

2017-02-25 Thread SolidWallOfCode
GitHub user SolidWallOfCode opened a pull request:

https://github.com/apache/trafficserver/pull/1497

Doc: change .svg to .png.

There is a bug with .svg images - 
https://github.com/sphinx-doc/sphinx/issues/3266
If we use .svg then we also need to require Sphinx 1.5.1.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/SolidWallOfCode/trafficserver doc-svg

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1497.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1497


commit 020a8b8690eb265b96cff61fe703d5b57a433bf2
Author: Alan M. Carroll 
Date:   2017-02-26T00:46:36Z

Doc: change .svg to .png.
There is a bug with .svg images - 
https://github.com/sphinx-doc/sphinx/issues/3266




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1496: Ubuntu build problem fix.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1496
  
Linux build *successful*! See 
https://ci.trafficserver.apache.org/job/linux-github/1517/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1496: Ubuntu build problem fix.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1496
  
Intel CC build *successful*! See 
https://ci.trafficserver.apache.org/job/icc-github/55/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1496: Ubuntu build problem fix.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1496
  
FreeBSD build *successful*! See 
https://ci.trafficserver.apache.org/job/freebsd-github/1622/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1479: Add static type checking to configuration overrid...

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1479
  
clang-analyzer build *successful*! See 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/185/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1209: Remove unused and never to be used classes from M...

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1209
  
clang-analyzer build *successful*! See 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/186/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1496: Ubuntu build problem fix.

2017-02-25 Thread SolidWallOfCode
GitHub user SolidWallOfCode opened a pull request:

https://github.com/apache/trafficserver/pull/1496

Ubuntu build problem fix.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425
For the record, I think (void) not suppressing "warning unused" is a poor 
choice.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/SolidWallOfCode/trafficserver 
i-agree-with-phil-6

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1496.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1496


commit 960ece9d99be5a7f1dbfbfc322db4106a431fcf6
Author: Alan M. Carroll 
Date:   2017-02-26T00:15:47Z

Ubuntu build problem fix.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425
For the record, I think (void) not suppressing "warning unused" is a poor 
choice.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1209: Remove unused and never to be used classes from M...

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1209
  
FreeBSD build *successful*! See 
https://ci.trafficserver.apache.org/job/freebsd-github/1621/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1479: Add static type checking to configuration overrid...

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1479
  
Intel CC build *successful*! See 
https://ci.trafficserver.apache.org/job/icc-github/53/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1479: Add static type checking to configuration overrid...

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1479
  
Linux build *successful*! See 
https://ci.trafficserver.apache.org/job/linux-github/1515/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1479: Add static type checking to configuration overrid...

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1479
  
FreeBSD build *successful*! See 
https://ci.trafficserver.apache.org/job/freebsd-github/1620/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1209: Remove unused and never to be used classes from M...

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1209
  
Intel CC build *failed*! See 
https://ci.trafficserver.apache.org/job/icc-github/54/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1209: Remove unused and never to be used classes from M...

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1209
  
Linux build *failed*! See 
https://ci.trafficserver.apache.org/job/linux-github/1516/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1495: TS-4976: Fix casts and standardize add-header.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1495
  
clang-analyzer build *successful*! See 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/184/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1495: TS-4976: Fix casts and standardize add-header.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1495
  
Linux build *successful*! See 
https://ci.trafficserver.apache.org/job/linux-github/1514/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1495: TS-4976: Fix casts and standardize add-header.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1495
  
Intel CC build *successful*! See 
https://ci.trafficserver.apache.org/job/icc-github/52/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1495: TS-4976: Fix casts and standardize add-header.

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1495
  
FreeBSD build *successful*! See 
https://ci.trafficserver.apache.org/job/freebsd-github/1619/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1495: TS-4976: Fix casts and standardize add-hea...

2017-02-25 Thread SolidWallOfCode
GitHub user SolidWallOfCode opened a pull request:

https://github.com/apache/trafficserver/pull/1495

TS-4976: Fix casts and standardize add-header.

This is the first of hopefully many. This contains the standardization 
requested by @jpeach .

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/SolidWallOfCode/trafficserver 
ts-4976-add-header

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1495.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1495


commit f1c0518cb5e0bd273568f26ba5e6672a7e313ddf
Author: Alan M. Carroll 
Date:   2017-02-25T21:47:23Z

TS-4976: Fix casts and standardize add-header.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: ubuntu_16_10-master » gcc,ubuntu_16_10,release #145

2017-02-25 Thread jenkins
See 


--
[...truncated 225.58 KB...]
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT ConsistentHash.lo -MD -MP -MF 
.deps/ConsistentHash.Tpo -c ../../../lib/ts/ConsistentHash.cc  -fPIC -DPIC -o 
.libs/ConsistentHash.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Arena.lo -MD -MP -MF .deps/Arena.Tpo -c 
../../../lib/ts/Arena.cc  -fPIC -DPIC -o .libs/Arena.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT BaseLogFile.lo -MD -MP -MF 
.deps/BaseLogFile.Tpo -c ../../../lib/ts/BaseLogFile.cc  -fPIC -DPIC -o 
.libs/BaseLogFile.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Bitops.lo -MD -MP -MF .deps/Bitops.Tpo -c 
../../../lib/ts/Bitops.cc  -fPIC -DPIC -o .libs/Bitops.o
depbase=`echo ContFlags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16  -MT ContFlags.lo -MD -MP -MF $depbase.Tpo -c -o 
ContFlags.lo ../../../lib/ts/ContFlags.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT ContFlags.lo -MD -MP -MF .deps/ContFlags.Tpo 
-c ../../../lib/ts/ContFlags.cc  -fPIC -DPIC -o .libs/ContFlags.o
depbase=`echo Diags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe 

Build failed in Jenkins: ubuntu_14_04-master » gcc,ubuntu_14_04,release #2461

2017-02-25 Thread jenkins
See 


--
[...truncated 225.10 KB...]
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo ConsistentHash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib  -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16  -MT ConsistentHash.lo -MD -MP -MF $depbase.Tpo -c 
-o ConsistentHash.lo ../../../lib/ts/ConsistentHash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT ConsistentHash.lo -MD -MP -MF 
.deps/ConsistentHash.Tpo -c ../../../lib/ts/ConsistentHash.cc  -fPIC -DPIC -o 
.libs/ConsistentHash.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT BaseLogFile.lo -MD -MP -MF 
.deps/BaseLogFile.Tpo -c ../../../lib/ts/BaseLogFile.cc  -fPIC -DPIC -o 
.libs/BaseLogFile.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Arena.lo -MD -MP -MF .deps/Arena.Tpo -c 
../../../lib/ts/Arena.cc  -fPIC -DPIC -o .libs/Arena.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Bitops.lo -MD -MP -MF .deps/Bitops.Tpo -c 
../../../lib/ts/Bitops.cc  -fPIC -DPIC -o .libs/Bitops.o
depbase=`echo ContFlags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib  -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16  -MT ContFlags.lo -MD -MP -MF $depbase.Tpo -c -o 
ContFlags.lo ../../../lib/ts/ContFlags.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 

Build failed in Jenkins: ubuntu_16_04-master » gcc,ubuntu_16_04,release #594

2017-02-25 Thread jenkins
See 


--
[...truncated 227.54 KB...]
depbase=`echo ContFlags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16  -MT ContFlags.lo -MD -MP -MF $depbase.Tpo -c -o 
ContFlags.lo ../../../lib/ts/ContFlags.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT ContFlags.lo -MD -MP -MF .deps/ContFlags.Tpo 
-c ../../../lib/ts/ContFlags.cc  -fPIC -DPIC -o .libs/ContFlags.o
depbase=`echo Diags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16  -MT Diags.lo -MD -MP -MF $depbase.Tpo -c -o 
Diags.lo ../../../lib/ts/Diags.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Diags.lo -MD -MP -MF .deps/Diags.Tpo -c 
../../../lib/ts/Diags.cc  -fPIC -DPIC -o .libs/Diags.o
depbase=`echo EventNotify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16  -MT EventNotify.lo -MD -MP -MF $depbase.Tpo -c -o 
EventNotify.lo ../../../lib/ts/EventNotify.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.6 
-I
 -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall -Wextra 
-Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT EventNotify.lo -MD -MP -MF 
.deps/EventNotify.Tpo -c ../../../lib/ts/EventNotify.cc  -fPIC -DPIC -o 
.libs/EventNotify.o
depbase=`echo fastlz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CC   --mode=compile ccache cc -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 

Build failed in Jenkins: ubuntu_12_04-master » gcc,ubuntu_12_04,release #2233

2017-02-25 Thread jenkins
See 


--
[...truncated 230.02 KB...]
libtool: compile:  ccache /usr/bin/g++-4.9 -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.5 
-I
 -D_GNU_SOURCE -I/usr/include -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall 
-Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Bitops.lo -MD -MP -MF .deps/Bitops.Tpo -c 
../../../lib/ts/Bitops.cc  -fPIC -DPIC -o .libs/Bitops.o
libtool: compile:  ccache /usr/bin/g++-4.9 -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.5 
-I
 -D_GNU_SOURCE -I/usr/include -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall 
-Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT BaseLogFile.lo -MD -MP -MF 
.deps/BaseLogFile.Tpo -c ../../../lib/ts/BaseLogFile.cc  -fPIC -DPIC -o 
.libs/BaseLogFile.o
libtool: compile:  ccache /usr/bin/g++-4.9 -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.5 
-I
 -D_GNU_SOURCE -I/usr/include -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall 
-Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Arena.lo -MD -MP -MF .deps/Arena.Tpo -c 
../../../lib/ts/Arena.cc  -fPIC -DPIC -o .libs/Arena.o
libtool: compile:  ccache /usr/bin/g++-4.9 -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.5 
-I
 -D_GNU_SOURCE -I/usr/include -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall 
-Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT ConsistentHash.lo -MD -MP -MF 
.deps/ConsistentHash.Tpo -c ../../../lib/ts/ConsistentHash.cc  -fPIC -DPIC -o 
.libs/ConsistentHash.o
depbase=`echo ContFlags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache 
/usr/bin/g++-4.9 -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib  -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.5 
-I
 -D_GNU_SOURCE -I/usr/include -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall 
-Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16  -MT ContFlags.lo -MD -MP -MF $depbase.Tpo -c -o 
ContFlags.lo ../../../lib/ts/ContFlags.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache /usr/bin/g++-4.9 -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -I/usr/include/tcl8.5 
-I
 -D_GNU_SOURCE -I/usr/include -DOPENSSL_NO_SSL_INTERN -std=c++11 -g -pipe -Wall 
-Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT ContFlags.lo -MD -MP -MF .deps/ContFlags.Tpo 
-c ../../../lib/ts/ContFlags.cc  -fPIC -DPIC -o .libs/ContFlags.o
depbase=`echo Diags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile ccache 
/usr/bin/g++-4.9 -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib  -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 

[GitHub] trafficserver pull request #1492: Fix for ignored return value in Ubuntu bui...

2017-02-25 Thread SolidWallOfCode
Github user SolidWallOfCode closed the pull request at:

https://github.com/apache/trafficserver/pull/1492


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1491: MemView: Fix strlen issue for OmniOS.

2017-02-25 Thread SolidWallOfCode
Github user SolidWallOfCode closed the pull request at:

https://github.com/apache/trafficserver/pull/1491


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1493: strlen() is defined in strings.h

2017-02-25 Thread postwait
Github user postwait closed the pull request at:

https://github.com/apache/trafficserver/pull/1493


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1493: strlen() is defined in strings.h

2017-02-25 Thread postwait
Github user postwait commented on the issue:

https://github.com/apache/trafficserver/pull/1493
  
The proposed fix in #1491 fixes the issue as well.  


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1493: strlen() is defined in strings.h

2017-02-25 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the issue:

https://github.com/apache/trafficserver/pull/1493
  
Can you see if #1491 fixes the issue? That's my preferred solution. @zwoop 
was concerned about just including `strings.h` and preferred `ink_platform.h`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1494: Allow configure option: --enable-system-luajit

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1494
  
clang-analyzer build *successful*! See 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/183/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1494: Allow configure option: --enable-system-luajit

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1494
  
Linux build *successful*! See 
https://ci.trafficserver.apache.org/job/linux-github/1513/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1494: Allow configure option: --enable-system-luajit

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1494
  
Intel CC build *successful*! See 
https://ci.trafficserver.apache.org/job/icc-github/51/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1494: Allow configure option: --enable-system-luajit

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1494
  
FreeBSD build *successful*! See 
https://ci.trafficserver.apache.org/job/freebsd-github/1618/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1494: Allow configure option: --enable-system-lu...

2017-02-25 Thread postwait
GitHub user postwait opened a pull request:

https://github.com/apache/trafficserver/pull/1494

Allow configure option: --enable-system-luajit

This option will elide the internal libluajit build and use
a system installed one assuming that it can be found based
on appropriate LDFLAGS and CPPFLAGS when configuring.  The
default remains unchanged: use the in-tree libluajit.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/postwait/trafficserver system_libluajit

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1494.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1494


commit 77a8daebc38f6172c0d148f4478307e2e173b449
Author: Theo Schlossnagle 
Date:   2017-02-25T15:47:35Z

Allow configure option: --enable-system-luajit

This option will elide the internal libluajit build and use
a system installed one assuming that it can be found based
on appropriate LDFLAGS and CPPFLAGS when configuring.  The
default remains unchanged: use the in-tree libluajit.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1493: strlen() is defined in strings.h

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1493
  
clang-analyzer build *successful*! See 
https://ci.trafficserver.apache.org/job/clang-analyzer-github/182/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1493: strlen() is defined in strings.h

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1493
  
Linux build *successful*! See 
https://ci.trafficserver.apache.org/job/linux-github/1512/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1493: strlen() is defined in strings.h

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1493
  
FreeBSD build *successful*! See 
https://ci.trafficserver.apache.org/job/freebsd-github/1617/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1493: strlen() is defined in strings.h

2017-02-25 Thread atsci
Github user atsci commented on the issue:

https://github.com/apache/trafficserver/pull/1493
  
Intel CC build *successful*! See 
https://ci.trafficserver.apache.org/job/icc-github/50/ for details.
 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1493: strlen() is defined in strings.h

2017-02-25 Thread postwait
GitHub user postwait opened a pull request:

https://github.com/apache/trafficserver/pull/1493

strlen() is defined in strings.h



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/postwait/trafficserver strlen_from_strings

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1493.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1493


commit b53d557f6a5a6b13b610de8769d80ad18b672fcc
Author: Theo Schlossnagle 
Date:   2017-02-25T14:34:11Z

strlen() is defined in strings.h




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---