[jira] [Closed] (TS-3892) ATS doesn't free up TLS connection until 60 seconds after it is closed

2015-09-03 Thread Bryan Call (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Call closed TS-3892.
--
Resolution: Invalid

SSLNetVConnection::free() is being called...

> ATS doesn't free up TLS connection until 60 seconds after it is closed
> --
>
> Key: TS-3892
> URL: https://issues.apache.org/jira/browse/TS-3892
> Project: Traffic Server
>  Issue Type: Bug
>  Components: SSL
>Reporter: Bryan Call
>
> ATS doesn't free up the VC because recursion is set to 1.
> {code}
> [bcall@homer trafficserver]$ sudo /usr/local/bin/traffic_server -T bcall
> traffic_server: using root directory '/usr/local'
> [Sep  3 20:18:37.024] Server {0x7ffb63cfc700} DEBUG:  (do_blocking_accept)> (bcall) mutex 0x7ffb2801bd98
> [Sep  3 20:18:37.036] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) event 102
> [Sep  3 20:18:37.036] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) event 100
> [Sep  3 20:18:37.036] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) event 100
> [Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) event 104
> [Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) recursion 1
> [Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) recursion: 1
> [Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) x
> [Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) 0 1 0x7ffb6c786c30 
> 0x7ffb6c783010 0x7ffb6c783010
> [Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) close vc
> [Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) x
> [Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) event 104
> [Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) x
> [Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) 0 1 0x7ffb6c786c30 
> 0x7ffb6c783010 0x7ffb6c783010
> [Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) close vc
> [Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) x
> [Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG: 
>  (bcall) 0x7ffb3c056558
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TS-3892) ATS doesn't free up TLS connection until 60 seconds after it is closed

2015-09-03 Thread Bryan Call (JIRA)
Bryan Call created TS-3892:
--

 Summary: ATS doesn't free up TLS connection until 60 seconds after 
it is closed
 Key: TS-3892
 URL: https://issues.apache.org/jira/browse/TS-3892
 Project: Traffic Server
  Issue Type: Bug
  Components: SSL
Reporter: Bryan Call


ATS doesn't free up the VC because recursion is set to 1.
{code}
[bcall@homer trafficserver]$ sudo /usr/local/bin/traffic_server -T bcall
traffic_server: using root directory '/usr/local'
[Sep  3 20:18:37.024] Server {0x7ffb63cfc700} DEBUG:  (bcall) mutex 0x7ffb2801bd98
[Sep  3 20:18:37.036] Server {0x7ffb6bd78700} DEBUG:  (bcall) event 102
[Sep  3 20:18:37.036] Server {0x7ffb6bd78700} DEBUG:  (bcall) event 100
[Sep  3 20:18:37.036] Server {0x7ffb6bd78700} DEBUG:  (bcall) event 100
[Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG:  (bcall) event 104
[Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG:  (bcall) recursion 1
[Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG:  (bcall) recursion: 1
[Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG:  (bcall) x
[Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG:  (bcall) 0 1 0x7ffb6c786c30 0x7ffb6c783010 0x7ffb6c783010
[Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG:  (bcall) close vc
[Sep  3 20:18:37.037] Server {0x7ffb6bd78700} DEBUG:  (bcall) x
[Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG:  (bcall) event 104
[Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG:  (bcall) x
[Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG:  (bcall) 0 1 0x7ffb6c786c30 0x7ffb6c783010 0x7ffb6c783010
[Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG:  (bcall) close vc
[Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG:  (bcall) x
[Sep  3 20:19:37.094] Server {0x7ffb6bd78700} DEBUG: 
 (bcall) 0x7ffb3c056558
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3866) Browser always prompts for authentication (NTLM) - Regression?

2015-09-03 Thread Aaron McClimont (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14730016#comment-14730016
 ] 

Aaron McClimont commented on TS-3866:
-

Lief,

I have tested against the 5.3.0 and 5.3.1 LTS release builds provided via the 
trafficserver website in .tar.bz2 format. I will work on testing against the 
6.0.x branch and provide feedback.

The source server we are using is IIS 7.5 on MS Server 2008 R2 if this helps. 
The application being accessed doesn't appear relevant, as all that require 
NTLM authentication are affected.  The application's Authentication typically 
has Anonymous Authentication disabled, and Windows Authentication enabled with 
the providers Negotiate and NTLM.  Given this, a simple site in IIS configured 
with Windows Authentication containing a single index page should be sufficient 
to test the scenario.  I will double check this when testing against the 6.0.x 
branch.

As for bisecting the code, I am not familiar enough with the language to 
effectively manage this.

Regards,
Aaron.



> Browser always prompts for authentication (NTLM) - Regression?
> --
>
> Key: TS-3866
> URL: https://issues.apache.org/jira/browse/TS-3866
> Project: Traffic Server
>  Issue Type: Bug
>Affects Versions: 5.3.0, 5.3.1
> Environment: RHEL 6.5 64-bit
>Reporter: Aaron McClimont
> Fix For: 6.1.0
>
>
> NTLM authentication through Apache TrafficServer version 5.3.1 appears to be 
> broken, with the authentication prompt being displayed repeatedly.
> Version 4.1.2 (using the same configuration files) works successfully.
> Notes:
> * HTTPS does not resolve the issue in version 5.3.1 like it does with version 
> 4.1.2
> * proxy.config.http.share_server_sessions is set to 0 (default: 2)
> * proxy.config.http.auth_server_session_private is set to 1
> This issue appears to be related to TS-1491 identified in the 3.2 releases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread Phil Sorber (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Sorber updated TS-3889:

Backport to Version: 6.0.0  (was: 5.3.2, 6.0.0)

> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
>  Labels: crash
> Fix For: 5.3.2, 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread Phil Sorber (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Sorber updated TS-3889:

Fix Version/s: 5.3.2

> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
>  Labels: crash
> Fix For: 5.3.2, 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729878#comment-14729878
 ] 

ASF subversion and git services commented on TS-3889:
-

Commit be61a7b014fd70a401881711fc22a8dfe1e97174 in trafficserver's branch 
refs/heads/5.3.x from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=be61a7b ]

TS-3889 Avoid reenabling the txn before we release the mbuf

(cherry picked from commit 59da9685d5e494dae6a348540ca4e6541ac285c3)


> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
>  Labels: crash
> Fix For: 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729876#comment-14729876
 ] 

ASF subversion and git services commented on TS-3461:
-

Commit d3b3adbb4ed7f14fb97b62ec2126d2a265172693 in trafficserver's branch 
refs/heads/5.3.x from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=d3b3adb ]

TS-3461 changes sizeof() to not use non-static member variables

(cherry picked from commit 0315f6db4c4ef915fb2e2c716d9d83114d72449a)


> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 5.3.2, 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729877#comment-14729877
 ] 

ASF subversion and git services commented on TS-3461:
-

Commit 24429942bc10d46159a4c918ae7cb4c9b441c815 in trafficserver's branch 
refs/heads/5.3.x from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=2442994 ]

TS-3461: Update CHANGES


> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 5.3.2, 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729879#comment-14729879
 ] 

ASF subversion and git services commented on TS-3889:
-

Commit fc18910a857912d0290a04013eefa4edbb0d6cdd in trafficserver's branch 
refs/heads/5.3.x from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=fc18910 ]

TS-3889: Update CHANGES


> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
>  Labels: crash
> Fix For: 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread Phil Sorber (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Sorber updated TS-3461:

Backport to Version: 6.0.0  (was: 5.3.2, 6.0.0)

> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 5.3.2, 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread Phil Sorber (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Sorber updated TS-3461:

Fix Version/s: 5.3.2

> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 5.3.2, 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Jenkins build is still unstable: tsqa-lint #541

2015-09-03 Thread jenkins
See 



Build failed in Jenkins: tsqa-master #843

2015-09-03 Thread jenkins
See 

--
Started by upstream project "out_of_tree-master" build number 1149
originally caused by:
 Started by an SCM change
Started by upstream project "in_tree-master" build number 1368
originally caused by:
 Started by an SCM change
Building remotely on QA3 (qa) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/trafficserver.git # timeout=10
Cleaning workspace
 > /usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > /usr/bin/git reset --hard # timeout=10
 > /usr/bin/git clean -fdx # timeout=10
ERROR: Error fetching remote repo 'origin'
ERROR: Error fetching remote repo 'origin'
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to QA3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:978)
at hudson.FilePath.act(FilePath.java:967)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
at hudson.model.Run.execute(Run.java:1775)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


Jenkins build is still unstable: tsqa-lint #540

2015-09-03 Thread jenkins
See 



[jira] [Resolved] (TS-3891) Allow "make clang-format" to be parallelized

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom resolved TS-3891.
---
Resolution: Fixed

> Allow "make clang-format" to be parallelized
> 
>
> Key: TS-3891
> URL: https://issues.apache.org/jira/browse/TS-3891
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Build
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> This cuts down the amount of time to run clang-format by 3-4x.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3891) Allow "make clang-format" to be parallelized

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729753#comment-14729753
 ] 

ASF subversion and git services commented on TS-3891:
-

Commit c2fef0214bf982cbdad9bdbe607ac647c76db85f in trafficserver's branch 
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=c2fef02 ]

TS-3891 Split clang-format target into sub-trees


> Allow "make clang-format" to be parallelized
> 
>
> Key: TS-3891
> URL: https://issues.apache.org/jira/browse/TS-3891
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Build
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> This cuts down the amount of time to run clang-format by 3-4x.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3891) Allow "make clang-format" to be parallelized

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-3891:
--
Fix Version/s: 6.1.0

> Allow "make clang-format" to be parallelized
> 
>
> Key: TS-3891
> URL: https://issues.apache.org/jira/browse/TS-3891
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Build
>Reporter: Leif Hedstrom
> Fix For: 6.1.0
>
>
> This cuts down the amount of time to run clang-format by 3-4x.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TS-3891) Allow "make clang-format" to be parallelized

2015-09-03 Thread Leif Hedstrom (JIRA)
Leif Hedstrom created TS-3891:
-

 Summary: Allow "make clang-format" to be parallelized
 Key: TS-3891
 URL: https://issues.apache.org/jira/browse/TS-3891
 Project: Traffic Server
  Issue Type: Improvement
  Components: Build
Reporter: Leif Hedstrom


This cuts down the amount of time to run clang-format by 3-4x.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (TS-3891) Allow "make clang-format" to be parallelized

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom reassigned TS-3891:
-

Assignee: Leif Hedstrom

> Allow "make clang-format" to be parallelized
> 
>
> Key: TS-3891
> URL: https://issues.apache.org/jira/browse/TS-3891
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Build
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> This cuts down the amount of time to run clang-format by 3-4x.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Jenkins build is back to normal : ubuntu_15_04-master » clang,ubuntu_15_04,release #374

2015-09-03 Thread jenkins
See 




[jira] [Updated] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-3889:
--
Backport to Version: 5.3.2, 6.0.0

> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
>  Labels: crash
> Fix For: 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Jenkins build is back to normal : ubuntu_15_04-master » clang,ubuntu_15_04,debug #374

2015-09-03 Thread jenkins
See 




Jenkins build is back to normal : fedora_22-master » clang,fedora_22,debug #259

2015-09-03 Thread jenkins
See 




Jenkins build is back to normal : freebsd_10-master » clang,freebsd_10,release #375

2015-09-03 Thread jenkins
See 




Jenkins build is back to normal : clang-analyzer #1343

2015-09-03 Thread jenkins
See 



Jenkins build is still unstable: tsqa-lint #538

2015-09-03 Thread jenkins
See 



Build failed in Jenkins: tsqa-master #842

2015-09-03 Thread jenkins
See 

--
Started by upstream project "in_tree-master" build number 1367
originally caused by:
 Started by an SCM change
Building remotely on QA3 (qa) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/trafficserver.git # timeout=10
Cleaning workspace
 > /usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > /usr/bin/git reset --hard # timeout=10
 > /usr/bin/git clean -fdx # timeout=10
ERROR: Error fetching remote repo 'origin'
ERROR: Error fetching remote repo 'origin'
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to QA3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:978)
at hudson.FilePath.act(FilePath.java:967)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
at hudson.model.Run.execute(Run.java:1775)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


Build failed in Jenkins: tsqa-master #841

2015-09-03 Thread jenkins
See 

--
Started by upstream project "out_of_tree-master" build number 1148
originally caused by:
 Started by an SCM change
Building remotely on QA3 (qa) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/trafficserver.git # timeout=10
Cleaning workspace
 > /usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > /usr/bin/git reset --hard # timeout=10
 > /usr/bin/git clean -fdx # timeout=10
ERROR: Error fetching remote repo 'origin'
ERROR: Error fetching remote repo 'origin'
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to QA3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:978)
at hudson.FilePath.act(FilePath.java:967)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
at hudson.model.Run.execute(Run.java:1775)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


Jenkins build is still unstable: tsqa-lint #539

2015-09-03 Thread jenkins
See 



Jenkins build is back to normal : ubuntu_15_04-master » clang,ubuntu_15_04,spdy #374

2015-09-03 Thread jenkins
See 




Jenkins build is back to normal : fedora_22-master » clang,fedora_22,release #259

2015-09-03 Thread jenkins
See 




Jenkins build is back to normal : freebsd_10-master » clang,freebsd_10,debug #375

2015-09-03 Thread jenkins
See 




Jenkins build is back to normal : clang-format #232

2015-09-03 Thread jenkins
See 



Build failed in Jenkins: tsqa-master #840

2015-09-03 Thread jenkins
See 

--
Started by upstream project "out_of_tree-master" build number 1147
originally caused by:
 Started by an SCM change
Started by upstream project "in_tree-master" build number 1366
originally caused by:
 Started by an SCM change
Building remotely on QA3 (qa) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/trafficserver.git # timeout=10
Cleaning workspace
 > /usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > /usr/bin/git reset --hard # timeout=10
 > /usr/bin/git clean -fdx # timeout=10
ERROR: Error fetching remote repo 'origin'
ERROR: Error fetching remote repo 'origin'
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to QA3(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:978)
at hudson.FilePath.act(FilePath.java:967)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
at hudson.model.Run.execute(Run.java:1775)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


Jenkins build is still unstable: tsqa-lint #537

2015-09-03 Thread jenkins
See 



[jira] [Commented] (TS-3877) Add a tracking ClassAllocator to keep track of where the allocation happened

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729655#comment-14729655
 ] 

ASF subversion and git services commented on TS-3877:
-

Commit a1a503dbcc0f341233ca6b0d25a77242bc2ee53d in trafficserver's branch 
refs/heads/master from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=a1a503d ]

TS-3877: clang-format


> Add a tracking ClassAllocator to keep track of where the allocation happened
> 
>
> Key: TS-3877
> URL: https://issues.apache.org/jira/browse/TS-3877
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Core
>Reporter: Bryan Call
>Assignee: Bryan Call
> Fix For: 6.1.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Build failed in Jenkins: clang-analyzer #1342

2015-09-03 Thread jenkins
See 

Changes:

[Bryan Call] TS-3890: Errors in the huffman tree for HTTP/2

--
[...truncated 2402 lines...]
reading sources... [ 96%] 
sdk/plugin-management/reading-trafficserver-settings-and-statistics.en
reading sources... [ 96%] sdk/preface.en
reading sources... [ 97%] sdk/preface/how-to-use-this-book.en
reading sources... [ 97%] sdk/preface/typographical-conventions.en
reading sources... [ 97%] sdk/remap-plugin.en
reading sources... [ 98%] sdk/remap-plugin/example-query-remap.en
reading sources... [ 98%] sdk/sample-source-code.en
reading sources... [ 98%] sdk/trafficserver-timers.en
reading sources... [ 98%] sdk/troubleshooting-tips.en
reading sources... [ 99%] sdk/troubleshooting-tips/debugging-memory-leaks.en
reading sources... [ 99%] sdk/troubleshooting-tips/unable-to-debug-tags.en
reading sources... [ 99%] sdk/troubleshooting-tips/unable-to-load-plugins.en
reading sources... [100%] sdk/troubleshooting-tips/using-a-debugger.en

:350:
 WARNING: malformed hyperlink target.
:2940:
 ERROR: Malformed table.
Column span alignment problem in table line 5.

= 
Value Effect
= 
0 Decouple inbound connections and cache initialization. Connections will 
be accepted as soon as
  possible and Traffic Server will run regardless of the results of cache 
initialization.

1 Do not accept inbound connections until cache initialization has 
finished. Traffic server will run
  regardless of the results of cache initialization.

2 Do not accept inbound connections until cache initialization has finished 
and been sufficiently
  successful that cache is enabled. This means at least one cache span is 
usable. If there are no
  spans in :configfile:`storage.config` or none of the spans can be 
successfully parsed and
  initialized then Traffic Server will shut down.

3 Do not accept inbound connections until cache initialization has finished 
and been completely
  successful. This requires at least one cache span in 
:configfile:`storage.config` and that every
  span specified is valid and successfully initialized. Any error will 
cause Traffic Server to shut
  down.
= 
:154:
 WARNING: Title underline too short.

CLIENT-URL, URL, URL-FROM, and URL-TO
-
:154:
 WARNING: Title underline too short.

CLIENT-URL, URL, URL-FROM, and URL-TO
-
:222:
 ERROR: Unexpected indentation.
:63:
 WARNING: toctree contains reference to nonexisting document 
u'reference/plugins/Cache Promotion: provides additional control over when an 
object should be'
:784:
 WARNING: Title underline too short.

ts.http.get_cache_lookup_url
-
:784:
 WARNING: Title underline too short.

ts.http.get_cache_lookup_url
-
:809:
 WARNING: Title underline too short.

ts.http.set_cache_lookup_url
-
:809:
 WARNING: Title underline too short.

ts.http.set_cache_lookup_url
-
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... TSAPI.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_NONE
None:None: WARNING: c:data reference target not found: TS_EVENT_NONE
None:None: WARNING: c:data reference target not found: TS_VC_CLOSE_ABORT
None:None: WARNING: c:data reference target not found: TS_URL_SCHEME_FILE
None:None: WARNING: c:data reference target not found: TS_MIME_FIELD_ACCEPT
None:None: WARNING: u'file' reference target not found: 
{CONFIG_DIR}/plugin.config
None:None: WARNING: u'file' reference target not found: 
{CONFIG_DIR}/records.config
TSActionCancel.3ts { } TSActionDone.3ts { } TSCacheRead.3ts { } None:None: 
WARNING: c:data reference target not found: TS_EVENT_CACHE_OPEN_READ
None:None: WARNING: c:data reference target not 

Build failed in Jenkins: clang-format #231

2015-09-03 Thread jenkins
See 

--
[...truncated 4249 lines...]
+ clang-format -i src/proxy/UserNameCacheTest.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ICP.h
src/proxy/ICP.h
+ clang-format -i src/proxy/ICP.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ProxyClientSession.h
src/proxy/ProxyClientSession.h
+ clang-format -i src/proxy/ProxyClientSession.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/CacheControl.h
src/proxy/CacheControl.h
+ clang-format -i src/proxy/CacheControl.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/InkAPITestTool.cc
src/proxy/InkAPITestTool.cc
+ clang-format -i src/proxy/InkAPITestTool.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ControlBase.cc
src/proxy/ControlBase.cc
+ clang-format -i src/proxy/ControlBase.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ClientSession.cc
src/proxy/http2/Http2ClientSession.cc
+ clang-format -i src/proxy/http2/Http2ClientSession.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ConnectionState.h
src/proxy/http2/Http2ConnectionState.h
+ clang-format -i src/proxy/http2/Http2ConnectionState.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/test_Huffmancode.cc
src/proxy/http2/test_Huffmancode.cc
+ clang-format -i src/proxy/http2/test_Huffmancode.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2SessionAccept.h
src/proxy/http2/Http2SessionAccept.h
+ clang-format -i src/proxy/http2/Http2SessionAccept.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HuffmanCodec.h
src/proxy/http2/HuffmanCodec.h
+ clang-format -i src/proxy/http2/HuffmanCodec.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ConnectionState.cc
src/proxy/http2/Http2ConnectionState.cc
+ clang-format -i src/proxy/http2/Http2ConnectionState.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HTTP2.cc
src/proxy/http2/HTTP2.cc
+ clang-format -i src/proxy/http2/HTTP2.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ClientSession.h
src/proxy/http2/Http2ClientSession.h
+ clang-format -i src/proxy/http2/Http2ClientSession.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HPACK.h
src/proxy/http2/HPACK.h
+ clang-format -i src/proxy/http2/HPACK.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HTTP2.h
src/proxy/http2/HTTP2.h
+ clang-format -i src/proxy/http2/HTTP2.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HuffmanCodec.cc
src/proxy/http2/HuffmanCodec.cc
+ clang-format -i src/proxy/http2/HuffmanCodec.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2SessionAccept.cc
src/proxy/http2/Http2SessionAccept.cc
+ clang-format -i src/proxy/http2/Http2SessionAccept.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HPACK.cc
src/proxy/http2/HPACK.cc
+ clang-format -i src/proxy/http2/HPACK.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Main.cc
src/proxy/Main.cc
+ clang-format -i src/proxy/Main.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/UDPAPIClientTest.cc
src/proxy/UDPAPIClientTest.cc
+ clang-format -i src/proxy/UDPAPIClientTest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Plugin.cc
src/proxy/Plugin.cc
+ clang-format -i src/proxy/Plugin.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/TestClock.cc
src/proxy/TestClock.cc
+ clang-format -i src/proxy/TestClock.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/UDPAPIClientTest.h
src/proxy/UDPAPIClientTest.h
+ clang-format -i src/proxy/UDPAPIClientTe

Build failed in Jenkins: clang-format #230

2015-09-03 Thread jenkins
See 

Changes:

[Bryan Call] TS-3877: Add a tracking ClassAllocator to keep track of where the 
allocation happened

--
[...truncated 4260 lines...]
+ clang-format -i src/proxy/UserNameCacheTest.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ICP.h
src/proxy/ICP.h
+ clang-format -i src/proxy/ICP.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ProxyClientSession.h
src/proxy/ProxyClientSession.h
+ clang-format -i src/proxy/ProxyClientSession.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/CacheControl.h
src/proxy/CacheControl.h
+ clang-format -i src/proxy/CacheControl.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/InkAPITestTool.cc
src/proxy/InkAPITestTool.cc
+ clang-format -i src/proxy/InkAPITestTool.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ControlBase.cc
src/proxy/ControlBase.cc
+ clang-format -i src/proxy/ControlBase.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ClientSession.cc
src/proxy/http2/Http2ClientSession.cc
+ clang-format -i src/proxy/http2/Http2ClientSession.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ConnectionState.h
src/proxy/http2/Http2ConnectionState.h
+ clang-format -i src/proxy/http2/Http2ConnectionState.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/test_Huffmancode.cc
src/proxy/http2/test_Huffmancode.cc
+ clang-format -i src/proxy/http2/test_Huffmancode.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2SessionAccept.h
src/proxy/http2/Http2SessionAccept.h
+ clang-format -i src/proxy/http2/Http2SessionAccept.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HuffmanCodec.h
src/proxy/http2/HuffmanCodec.h
+ clang-format -i src/proxy/http2/HuffmanCodec.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ConnectionState.cc
src/proxy/http2/Http2ConnectionState.cc
+ clang-format -i src/proxy/http2/Http2ConnectionState.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HTTP2.cc
src/proxy/http2/HTTP2.cc
+ clang-format -i src/proxy/http2/HTTP2.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ClientSession.h
src/proxy/http2/Http2ClientSession.h
+ clang-format -i src/proxy/http2/Http2ClientSession.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HPACK.h
src/proxy/http2/HPACK.h
+ clang-format -i src/proxy/http2/HPACK.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HTTP2.h
src/proxy/http2/HTTP2.h
+ clang-format -i src/proxy/http2/HTTP2.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HuffmanCodec.cc
src/proxy/http2/HuffmanCodec.cc
+ clang-format -i src/proxy/http2/HuffmanCodec.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2SessionAccept.cc
src/proxy/http2/Http2SessionAccept.cc
+ clang-format -i src/proxy/http2/Http2SessionAccept.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HPACK.cc
src/proxy/http2/HPACK.cc
+ clang-format -i src/proxy/http2/HPACK.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Main.cc
src/proxy/Main.cc
+ clang-format -i src/proxy/Main.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/UDPAPIClientTest.cc
src/proxy/UDPAPIClientTest.cc
+ clang-format -i src/proxy/UDPAPIClientTest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Plugin.cc
src/proxy/Plugin.cc
+ clang-format -i src/proxy/Plugin.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/TestClock.cc
src/proxy/TestClock.cc
+ clang-format -i src/proxy/TestClock.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/

Build failed in Jenkins: tsqa-master #837

2015-09-03 Thread jenkins
See 

Changes:

[Bryan Call] TS-3890: Errors in the huffman tree for HTTP/2

--
[...truncated 491 lines...]
INFO 2015-09-03 19:30:24,874 - Client disconnected
INFO 2015-09-03 19:30:25,078 - Environment prefix is /tmp/tsqa.env.d8DNsb
INFO 2015-09-03 19:30:26,869 - Client disconnected
Verify that we get 502s from an origin which just did a bind ... ok
Verify that we get 200s from origins that delayed_accept_after_connect ... ok
Verify that we get 504s from origins that die_on_connect ... ok
Verify that we get 502s from origins that bind + listen ... ok
Verify that we get 504s from origins that return a partial_response ... ok
Verify that we get 502s from origins that reset_after_accept, once any bytes 
are sent to origin we assume we cannot re-dispatch ... ok
INFO 2015-09-03 19:30:35,401 - Environment prefix is /tmp/tsqa.env.oxnhqi
test_log_field (test_custom_log.TestCustomLogField) ... ok
INFO 2015-09-03 19:32:18,996 - Environment prefix is /tmp/tsqa.env.pnust8
test_default_404 (test_example.TestBootstrap) ... ok
Test that traffic_line works, and verify that the values for proxy.config ... ok
INFO 2015-09-03 19:32:48,702 - Starting build 
(1b6c9541459e058351cd39ec55dcb772): configure {'enable-spdy': None, 
'enable-ccache': None, 'enable-experimental-plugins': None, 
'enable-example-plugins': None, 'enable-test-tools': None, 
'disable-dependency-tracking': None}
INFO 2015-09-03 19:33:41,446 - Build completed 
(1b6c9541459e058351cd39ec55dcb772): configure {'enable-spdy': None, 
'enable-ccache': None, 'enable-experimental-plugins': None, 
'enable-example-plugins': None, 'enable-test-tools': None, 
'disable-dependency-tracking': None}
INFO 2015-09-03 19:33:41,512 - Environment prefix is /tmp/tsqa.env.zxCV4F
test_spdy (test_example.TestConfigureFlags) ... ok
INFO 2015-09-03 19:33:44,941 - Environment prefix is /tmp/tsqa.env.obZpMV
test_basic_proxy (test_example.TestDynamicHTTPEndpointCase) ... 127.0.0.1 - - 
[03/Sep/2015 19:33:48] "GET /test HTTP/1.1" 404 0
ok
INFO 2015-09-03 19:33:48,376 - Environment prefix is /tmp/tsqa.env.3HP8vN
test_logs_exist (test_example.TestLogRefCounting) ... 127.0.0.1 - - 
[03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 19:33:51] "GET / HTTP/1.1" 404 0
FAIL
INFO 2015-09-03 19:34:01,986 - Environment prefix is /tmp/tsqa.env.aDVldH
test_logs_exist (test_example.TestLogs) ... ok
SKIP: Skip the entire class
INFO 2015-09-03 19:34:15,502 - Environment prefix is /tmp/tsqa.env.nWEn8e
test_basic_intercept (test_example.TestServerIntercept) ... 127.0.0.1 - - 
[03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 19:34:18] "GET / HTTP/1.1" 200 5
ok
INFO 2015-09-03 19:34:18,947 - Environment prefix is /tmp/tsqa.env.0XdcJO
INFO 2015-09-03 19:34:18,949 - map / http://127.0.0.1:51219/
test_head_request_without_timout 
(test_headrequest.TestHeadRequestWithoutTimeout) ... INFO 2015-09-03 
19:34:22,175 - HTTP/1.1 200 OK
Server: ATS/6.1.0
Vary: Accept-Encoding
Date: Thu, 03 Sep 2015 19:34:22 GMT
Age: 0
Connection: close


INFO 2015-09-03 19:34:22,175 - head request with case(TE) costs 0.002228 
seconds while the timout is 5.00 seconds.
INFO 2015-09-03 19:34:22,176 - HTTP/1.1 200 OK
Server: ATS/6.1.0
Content-Length: 123
Vary: Accept-Encoding
Date: Thu, 03 Sep 2015 19:34:22 GMT
Age: 0
Connection: close


INFO 2015-09-03 19:34:22,176 - head request with case(CL) costs 0.001086 
seconds while the timout is 5.00 seconds.
INFO 2015-09-03 19:34:22,177 - HTTP/1.1 200 OK
Server: ATS/6.1.0
Vary: Accept-Encoding
Date: Thu, 03 Sep 2015 19:34:22 GMT
Age: 0
Connection: close


INFO 2015-09-03 19:34:22,178 - head request with case() costs 0.000968 seconds 
while the timout is 5.00 seconds.
ok
INFO 2015-09-03 19:34:22,361 - Environment prefix is /tmp/tsqa.env._rWDjb
test_working (test_hostdb.TestHostDBBadResolvConf) ... ok
INFO 2015-09-03 19:34:25,811 - Environment prefix is /tmp/tsqa.env.Yi7Lqy
test_lookup_timeout (tes

Jenkins build is still unstable: tsqa-lint #536

2015-09-03 Thread jenkins
See 



[jira] [Commented] (TS-3877) Add a tracking ClassAllocator to keep track of where the allocation happened

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729644#comment-14729644
 ] 

ASF subversion and git services commented on TS-3877:
-

Commit ec72b44350acca832fa824930e24799bdc3d9f8e in trafficserver's branch 
refs/heads/master from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=ec72b44 ]

TS-3877: Add a tracking ClassAllocator to keep track of where the allocation 
happened
Fixed a build issue


> Add a tracking ClassAllocator to keep track of where the allocation happened
> 
>
> Key: TS-3877
> URL: https://issues.apache.org/jira/browse/TS-3877
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Core
>Reporter: Bryan Call
>Assignee: Bryan Call
> Fix For: 6.1.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Jenkins build is still unstable: tsqa-lint #535

2015-09-03 Thread jenkins
See 



Jenkins build is back to normal : clang-format #229

2015-09-03 Thread jenkins
See 



[jira] [Commented] (TS-3890) Errors in the huffman tree for HTTP/2

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729635#comment-14729635
 ] 

ASF subversion and git services commented on TS-3890:
-

Commit 328620e4b6ee201882bcd1056965ddb2ae891b15 in trafficserver's branch 
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=328620e ]

TS-3890 clang-format


> Errors in the huffman tree for HTTP/2
> -
>
> Key: TS-3890
> URL: https://issues.apache.org/jira/browse/TS-3890
> Project: Traffic Server
>  Issue Type: Bug
>  Components: HTTP/2
>Affects Versions: 5.3.0
>Reporter: Bryan Call
>Assignee: Bryan Call
>  Labels: yahoo
> Fix For: 6.0.0
>
>
> The tree was copied incorrectly from the HPACK spec.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3890) Errors in the huffman tree for HTTP/2

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729632#comment-14729632
 ] 

ASF subversion and git services commented on TS-3890:
-

Commit 03fec13971a9b789292608951a79d9013079f98d in trafficserver's branch 
refs/heads/master from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=03fec13 ]

TS-3890: Errors in the huffman tree for HTTP/2
Update to the unit test


> Errors in the huffman tree for HTTP/2
> -
>
> Key: TS-3890
> URL: https://issues.apache.org/jira/browse/TS-3890
> Project: Traffic Server
>  Issue Type: Bug
>  Components: HTTP/2
>Affects Versions: 5.3.0
>Reporter: Bryan Call
>Assignee: Bryan Call
>  Labels: yahoo
> Fix For: 6.0.0
>
>
> The tree was copied incorrectly from the HPACK spec.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Build failed in Jenkins: clang-format #227

2015-09-03 Thread jenkins
See 

Changes:

[Bryan Call] TS-3890: Errors in the huffman tree for HTTP/2

--
[...truncated 4339 lines...]
+ clang-format -i src/proxy/TestClock.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/UDPAPIClientTest.h
src/proxy/UDPAPIClientTest.h
+ clang-format -i src/proxy/UDPAPIClientTest.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ICPProcessor.h
src/proxy/ICPProcessor.h
+ clang-format -i src/proxy/ICPProcessor.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/InkAPITest.cc
src/proxy/InkAPITest.cc
+ clang-format -i src/proxy/InkAPITest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/EventName.cc
src/proxy/EventName.cc
+ clang-format -i src/proxy/EventName.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/CompletionUtil.h
src/proxy/CompletionUtil.h
+ clang-format -i src/proxy/CompletionUtil.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ReverseProxy.h
src/proxy/ReverseProxy.h
+ clang-format -i src/proxy/ReverseProxy.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Prefetch.cc
src/proxy/Prefetch.cc
+ clang-format -i src/proxy/Prefetch.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/TestPreProc.h
src/proxy/TestPreProc.h
+ clang-format -i src/proxy/TestPreProc.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/InkPool_r.h
src/proxy/InkPool_r.h
+ clang-format -i src/proxy/InkPool_r.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/DynamicStats.h
src/proxy/DynamicStats.h
+ clang-format -i src/proxy/DynamicStats.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/StatSystem.cc
src/proxy/StatSystem.cc
+ clang-format -i src/proxy/StatSystem.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/StatPages.h
src/proxy/StatPages.h
+ clang-format -i src/proxy/StatPages.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/CacheControl.cc
src/proxy/CacheControl.cc
+ clang-format -i src/proxy/CacheControl.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ICP.cc
src/proxy/ICP.cc
+ clang-format -i src/proxy/ICP.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ControlBase.h
src/proxy/ControlBase.h
+ clang-format -i src/proxy/ControlBase.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/URL.cc
src/proxy/hdrs/URL.cc
+ clang-format -i src/proxy/hdrs/URL.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/MIME.h
src/proxy/hdrs/MIME.h
+ clang-format -i src/proxy/hdrs/MIME.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrTest.h
src/proxy/hdrs/HdrTest.h
+ clang-format -i src/proxy/hdrs/HdrTest.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrTest.cc
src/proxy/hdrs/HdrTest.cc
+ clang-format -i src/proxy/hdrs/HdrTest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HTTP.cc
src/proxy/hdrs/HTTP.cc
+ clang-format -i src/proxy/hdrs/HTTP.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HttpCompat.cc
src/proxy/hdrs/HttpCompat.cc
+ clang-format -i src/proxy/hdrs/HttpCompat.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrUtils.h
src/proxy/hdrs/HdrUtils.h
+ clang-format -i src/proxy/hdrs/HdrUtils.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrUtils.cc
src/proxy/hdrs/HdrUtils.cc
+ clang-format -i src/proxy/hdrs/HdrUtils.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrToken.cc
src/proxy/hdrs/HdrToken.cc
+ clang-format -i src/proxy/hdrs/HdrToken.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fg

Build failed in Jenkins: clang-format #228

2015-09-03 Thread jenkins
See 

--
[...truncated 4339 lines...]
+ clang-format -i src/proxy/TestClock.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/UDPAPIClientTest.h
src/proxy/UDPAPIClientTest.h
+ clang-format -i src/proxy/UDPAPIClientTest.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ICPProcessor.h
src/proxy/ICPProcessor.h
+ clang-format -i src/proxy/ICPProcessor.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/InkAPITest.cc
src/proxy/InkAPITest.cc
+ clang-format -i src/proxy/InkAPITest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/EventName.cc
src/proxy/EventName.cc
+ clang-format -i src/proxy/EventName.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/CompletionUtil.h
src/proxy/CompletionUtil.h
+ clang-format -i src/proxy/CompletionUtil.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ReverseProxy.h
src/proxy/ReverseProxy.h
+ clang-format -i src/proxy/ReverseProxy.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Prefetch.cc
src/proxy/Prefetch.cc
+ clang-format -i src/proxy/Prefetch.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/TestPreProc.h
src/proxy/TestPreProc.h
+ clang-format -i src/proxy/TestPreProc.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/InkPool_r.h
src/proxy/InkPool_r.h
+ clang-format -i src/proxy/InkPool_r.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/DynamicStats.h
src/proxy/DynamicStats.h
+ clang-format -i src/proxy/DynamicStats.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/StatSystem.cc
src/proxy/StatSystem.cc
+ clang-format -i src/proxy/StatSystem.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/StatPages.h
src/proxy/StatPages.h
+ clang-format -i src/proxy/StatPages.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/CacheControl.cc
src/proxy/CacheControl.cc
+ clang-format -i src/proxy/CacheControl.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ICP.cc
src/proxy/ICP.cc
+ clang-format -i src/proxy/ICP.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ControlBase.h
src/proxy/ControlBase.h
+ clang-format -i src/proxy/ControlBase.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/URL.cc
src/proxy/hdrs/URL.cc
+ clang-format -i src/proxy/hdrs/URL.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/MIME.h
src/proxy/hdrs/MIME.h
+ clang-format -i src/proxy/hdrs/MIME.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrTest.h
src/proxy/hdrs/HdrTest.h
+ clang-format -i src/proxy/hdrs/HdrTest.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrTest.cc
src/proxy/hdrs/HdrTest.cc
+ clang-format -i src/proxy/hdrs/HdrTest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HTTP.cc
src/proxy/hdrs/HTTP.cc
+ clang-format -i src/proxy/hdrs/HTTP.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HttpCompat.cc
src/proxy/hdrs/HttpCompat.cc
+ clang-format -i src/proxy/hdrs/HttpCompat.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrUtils.h
src/proxy/hdrs/HdrUtils.h
+ clang-format -i src/proxy/hdrs/HdrUtils.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrUtils.cc
src/proxy/hdrs/HdrUtils.cc
+ clang-format -i src/proxy/hdrs/HdrUtils.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrToken.cc
src/proxy/hdrs/HdrToken.cc
+ clang-format -i src/proxy/hdrs/HdrToken.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrTSOnly.cc
src

Jenkins build is still unstable: tsqa-lint #533

2015-09-03 Thread jenkins
See 



Jenkins build is still unstable: tsqa-lint #534

2015-09-03 Thread jenkins
See 



[jira] [Commented] (TS-3890) Errors in the huffman tree for HTTP/2

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729624#comment-14729624
 ] 

ASF subversion and git services commented on TS-3890:
-

Commit 6f151efcf4282587b4e7edbfaa9222d477b8adfc in trafficserver's branch 
refs/heads/master from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=6f151ef ]

TS-3890: Errors in the huffman tree for HTTP/2


> Errors in the huffman tree for HTTP/2
> -
>
> Key: TS-3890
> URL: https://issues.apache.org/jira/browse/TS-3890
> Project: Traffic Server
>  Issue Type: Bug
>  Components: HTTP/2
>Affects Versions: 5.3.0
>Reporter: Bryan Call
>Assignee: Bryan Call
>  Labels: yahoo
> Fix For: 6.0.0
>
>
> The tree was copied incorrectly from the HPACK spec.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TS-3890) Errors in the huffman tree for HTTP/2

2015-09-03 Thread Bryan Call (JIRA)
Bryan Call created TS-3890:
--

 Summary: Errors in the huffman tree for HTTP/2
 Key: TS-3890
 URL: https://issues.apache.org/jira/browse/TS-3890
 Project: Traffic Server
  Issue Type: Bug
  Components: HTTP/2
Reporter: Bryan Call


The tree was copied incorrectly from the HPACK spec.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3890) Errors in the huffman tree for HTTP/2

2015-09-03 Thread Bryan Call (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Call updated TS-3890:
---
   Assignee: Bryan Call
  Affects Version/s: 5.3.0
Backport to Version: 6.0.0, 5.3.3
 Labels: yahoo  (was: )
  Fix Version/s: 6.0.0

> Errors in the huffman tree for HTTP/2
> -
>
> Key: TS-3890
> URL: https://issues.apache.org/jira/browse/TS-3890
> Project: Traffic Server
>  Issue Type: Bug
>  Components: HTTP/2
>Affects Versions: 5.3.0
>Reporter: Bryan Call
>Assignee: Bryan Call
>  Labels: yahoo
> Fix For: 6.0.0
>
>
> The tree was copied incorrectly from the HPACK spec.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Build failed in Jenkins: tsqa-master #836

2015-09-03 Thread jenkins
See 

Changes:

[Leif Hedstrom] TS-3889 Avoid reenabling the txn before we release the mbuf

--
[...truncated 492 lines...]
INFO 2015-09-03 18:44:07,199 - Client disconnected
INFO 2015-09-03 18:44:07,386 - Environment prefix is /tmp/tsqa.env.BBzkyd
INFO 2015-09-03 18:44:09,185 - Client disconnected
Verify that we get 502s from an origin which just did a bind ... ok
Verify that we get 200s from origins that delayed_accept_after_connect ... ok
Verify that we get 504s from origins that die_on_connect ... ok
Verify that we get 502s from origins that bind + listen ... ok
Verify that we get 504s from origins that return a partial_response ... ok
Verify that we get 502s from origins that reset_after_accept, once any bytes 
are sent to origin we assume we cannot re-dispatch ... ok
INFO 2015-09-03 18:44:18,712 - Environment prefix is /tmp/tsqa.env.FVnH_P
test_log_field (test_custom_log.TestCustomLogField) ... ok
INFO 2015-09-03 18:46:02,305 - Environment prefix is /tmp/tsqa.env.kpajKo
test_default_404 (test_example.TestBootstrap) ... ok
Test that traffic_line works, and verify that the values for proxy.config ... ok
INFO 2015-09-03 18:46:35,171 - Starting build 
(1b6c9541459e058351cd39ec55dcb772): configure {'enable-spdy': None, 
'enable-ccache': None, 'enable-experimental-plugins': None, 
'enable-example-plugins': None, 'enable-test-tools': None, 
'disable-dependency-tracking': None}
INFO 2015-09-03 18:49:13,657 - Build completed 
(1b6c9541459e058351cd39ec55dcb772): configure {'enable-spdy': None, 
'enable-ccache': None, 'enable-experimental-plugins': None, 
'enable-example-plugins': None, 'enable-test-tools': None, 
'disable-dependency-tracking': None}
INFO 2015-09-03 18:49:13,718 - Environment prefix is /tmp/tsqa.env.XzEfuR
test_spdy (test_example.TestConfigureFlags) ... ok
INFO 2015-09-03 18:49:17,154 - Environment prefix is /tmp/tsqa.env.3eYCKX
test_basic_proxy (test_example.TestDynamicHTTPEndpointCase) ... 127.0.0.1 - - 
[03/Sep/2015 18:49:20] "GET /test HTTP/1.1" 404 0
ok
INFO 2015-09-03 18:49:20,621 - Environment prefix is /tmp/tsqa.env.5eIdT5
test_logs_exist (test_example.TestLogRefCounting) ... 127.0.0.1 - - 
[03/Sep/2015 18:49:23] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:49:23] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:49:23] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:49:23] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:49:24] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:49:24] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:49:24] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:49:24] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:49:24] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:49:24] "GET / HTTP/1.1" 404 0
FAIL
INFO 2015-09-03 18:49:34,248 - Environment prefix is /tmp/tsqa.env.uHQZql
test_logs_exist (test_example.TestLogs) ... ok
SKIP: Skip the entire class
INFO 2015-09-03 18:49:47,819 - Environment prefix is /tmp/tsqa.env.7dcUzF
test_basic_intercept (test_example.TestServerIntercept) ... 127.0.0.1 - - 
[03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:49:51] "GET / HTTP/1.1" 200 5
ok
INFO 2015-09-03 18:49:51,381 - Environment prefix is /tmp/tsqa.env.ZO2NJb
INFO 2015-09-03 18:49:51,383 - map / http://127.0.0.1:51873/
test_head_request_without_timout 
(test_headrequest.TestHeadRequestWithoutTimeout) ... INFO 2015-09-03 
18:49:54,716 - HTTP/1.1 200 OK
Server: ATS/6.1.0
Vary: Accept-Encoding
Date: Thu, 03 Sep 2015 18:49:54 GMT
Age: 0
Connection: close


INFO 2015-09-03 18:49:54,716 - head request with case(TE) costs 0.002441 
seconds while the timout is 5.00 seconds.
INFO 2015-09-03 18:49:54,718 - HTTP/1.1 200 OK
Server: ATS/6.1.0
Content-Length: 123
Vary: Accept-Encoding
Date: Thu, 03 Sep 2015 18:49:54 GMT
Age: 0
Connection: close


INFO 2015-09-03 18:49:54,718 - head request with case(CL) costs 0.001147 
seconds while the timout is 5.00 seconds.
INFO 2015-09-03 18:49:54,728 - HTTP/1.1 200 OK
Server: ATS/6.1.0
Vary: Accept-Encoding
Date: Thu, 03 Sep 2015 18:49:54 GMT
Age: 0
Connection: close


INFO 2015-09-03 18:49:54,729 - head request with case() costs 0.010666 seconds 
while the timout is 5.00 seconds.
ok
INFO 2015-09-03 18:49:54,920 - Environment prefix is /tmp/tsqa.env.3ID8kj
test_working (test_hostdb.TestHostDBBadResolvConf) ... ok
INFO 2015-09-03 18:49:58,479 - Environment prefix is /tmp/tsqa.env.YWu0xc
test_loo

Build failed in Jenkins: tsqa-master #835

2015-09-03 Thread jenkins
See 

Changes:

[Bryan Call] TS-3877: Add a tracking ClassAllocator to keep track of where the 
allocation happened

[Bryan Call] clang-format

[Leif Hedstrom] TS-3848 clang-format

[Leif Hedstrom] TS-3461 changes sizeof() to not use non-static member variables

[Bryan Call] TS-3877: Add a tracking ClassAllocator to keep track of where the 
allocation happened

--
[...truncated 491 lines...]
INFO 2015-09-03 18:37:07,133 - Client disconnected
INFO 2015-09-03 18:37:07,326 - Environment prefix is /tmp/tsqa.env.MqR7fY
INFO 2015-09-03 18:37:09,128 - Client disconnected
Verify that we get 502s from an origin which just did a bind ... ok
Verify that we get 200s from origins that delayed_accept_after_connect ... ok
Verify that we get 504s from origins that die_on_connect ... ok
Verify that we get 502s from origins that bind + listen ... ok
Verify that we get 504s from origins that return a partial_response ... ok
Verify that we get 502s from origins that reset_after_accept, once any bytes 
are sent to origin we assume we cannot re-dispatch ... ok
INFO 2015-09-03 18:37:18,627 - Environment prefix is /tmp/tsqa.env.IsDYby
test_log_field (test_custom_log.TestCustomLogField) ... ok
INFO 2015-09-03 18:39:02,208 - Environment prefix is /tmp/tsqa.env.MVGlZi
test_default_404 (test_example.TestBootstrap) ... ok
Test that traffic_line works, and verify that the values for proxy.config ... ok
INFO 2015-09-03 18:39:31,834 - Starting build 
(1b6c9541459e058351cd39ec55dcb772): configure {'enable-spdy': None, 
'enable-ccache': None, 'enable-experimental-plugins': None, 
'enable-example-plugins': None, 'enable-test-tools': None, 
'disable-dependency-tracking': None}
INFO 2015-09-03 18:41:50,955 - Build completed 
(1b6c9541459e058351cd39ec55dcb772): configure {'enable-spdy': None, 
'enable-ccache': None, 'enable-experimental-plugins': None, 
'enable-example-plugins': None, 'enable-test-tools': None, 
'disable-dependency-tracking': None}
INFO 2015-09-03 18:41:51,023 - Environment prefix is /tmp/tsqa.env.oMFUdu
test_spdy (test_example.TestConfigureFlags) ... ok
INFO 2015-09-03 18:41:54,448 - Environment prefix is /tmp/tsqa.env.2jEOHi
test_basic_proxy (test_example.TestDynamicHTTPEndpointCase) ... 127.0.0.1 - - 
[03/Sep/2015 18:41:57] "GET /test HTTP/1.1" 404 0
ok
INFO 2015-09-03 18:41:57,916 - Environment prefix is /tmp/tsqa.env.IqU3Jv
test_logs_exist (test_example.TestLogRefCounting) ... 127.0.0.1 - - 
[03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
127.0.0.1 - - [03/Sep/2015 18:42:01] "GET / HTTP/1.1" 404 0
FAIL
INFO 2015-09-03 18:42:11,474 - Environment prefix is /tmp/tsqa.env.sMmqQG
test_logs_exist (test_example.TestLogs) ... ok
SKIP: Skip the entire class
INFO 2015-09-03 18:42:24,996 - Environment prefix is /tmp/tsqa.env.qph9rr
test_basic_intercept (test_example.TestServerIntercept) ... 127.0.0.1 - - 
[03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
127.0.0.1 - - [03/Sep/2015 18:42:28] "GET / HTTP/1.1" 200 5
ok
INFO 2015-09-03 18:42:28,537 - Environment prefix is /tmp/tsqa.env.tGtQTp
INFO 2015-09-03 18:42:28,539 - map / http://127.0.0.1:54871/
test_head_request_without_timout 
(test_headrequest.TestHeadRequestWithoutTimeout) ... INFO 2015-09-03 
18:42:31,769 - HTTP/1.1 200 OK
Server: ATS/6.1.0
Vary: Accept-Encoding
Date: Thu, 03 Sep 2015 18:42:31 GMT
Age: 0
Connection: close


INFO 2015-09-03 18:42:31,769 - head request with case(TE) costs 0.002328 
seconds while the timout is 5.00 seconds.
INFO 2015-09-03 18:42:31,781 - HTTP/1.1 200 OK
Server: ATS/6.1.0
Content-Length: 123
Vary: Accept-Encoding
Date: Thu, 03 Sep 2015 18:42:31 GMT
Age: 0
Connection: close


INFO 2015-09-03 18:42:31,781 - head request with case(CL) costs 0.011993 
seconds while the timout is 5.00 seconds.
INFO 2015-09-03 18:42:31,782 - HTTP/1.1 200 OK
Server: ATS/6.1.0
Vary: Accept-Encoding
Date: Thu, 03 Sep 2015 18:42:31 GMT
Age: 0
Connection: close


INFO 2015-09-03 18:42:31,782 - head request with case() costs 0.

Build failed in Jenkins: ubuntu_15_04-master » clang,ubuntu_15_04,release #373

2015-09-03 Thread jenkins
See 


--
[...truncated 946 lines...]
Making all in lib
make[1]: Entering directory 
'
make  all-recursive
make[2]: Entering directory 
'
Making all in ts
make[3]: Entering directory 
'
depbase=`echo Arena.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Arena.lo -MD -MP -MF $depbase.Tpo -c -o 
Arena.lo ../../../lib/ts/Arena.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo Bitops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Bitops.lo -MD -MP -MF $depbase.Tpo -c -o 
Bitops.lo ../../../lib/ts/Bitops.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo ConsistentHash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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
depbase=`echo Diags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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
depbase=`echo EventNotify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF $depbase.Tpo -c -o Hash.lo 
../../../lib/ts/Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL

Build failed in Jenkins: ubuntu_15_04-master » clang,ubuntu_15_04,debug #373

2015-09-03 Thread jenkins
See 


--
[...truncated 954 lines...]
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo Bitops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/tcl8.6 -I/usr/include/libxml2  -Qunused-arguments -std=c++11 
-std=c++11 -ggdb3 -pipe -Wall -Wno-deprecated-declarations -Werror 
-Wno-invalid-offsetof -mcx16 -MT Bitops.lo -MD -MP -MF $depbase.Tpo -c -o 
Bitops.lo ../../../lib/ts/Bitops.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo ConsistentHash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/tcl8.6 -I/usr/include/libxml2  -Qunused-arguments -std=c++11 
-std=c++11 -ggdb3 -pipe -Wall -Wno-deprecated-declarations -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
depbase=`echo Diags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/tcl8.6 -I/usr/include/libxml2  -Qunused-arguments -std=c++11 
-std=c++11 -ggdb3 -pipe -Wall -Wno-deprecated-declarations -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
depbase=`echo EventNotify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/tcl8.6 -I/usr/include/libxml2  -Qunused-arguments -std=c++11 
-std=c++11 -ggdb3 -pipe -Wall -Wno-deprecated-declarations -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
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/tcl8.6 -I/usr/include/libxml2  -Qunused-arguments -std=c++11 
-std=c++11 -ggdb3 -pipe -Wall -Wno-deprecated-declarations -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF $depbase.Tpo -c -o Hash.lo 
../../../lib/ts/Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -DDEBUG -D_DEBUG -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2 -Qunused-arguments -std=c++11 -std=c++11 -ggdb3 -pipe 
-Wall -Wno-deprecated-declarations -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:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -DDEBUG -D_DEBUG -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2 -Qunused-arguments -std=c++11 -std=c++11 -ggdb3 -pipe 
-Wall -Wno-deprecated-declarations -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:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -DDEBUG -D_DEBUG -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2 -Qunused-arguments -std=c++11 -std=c++

Build failed in Jenkins: fedora_22-master » clang,fedora_22,debug #258

2015-09-03 Thread jenkins
See 


--
[...truncated 960 lines...]
Making all in lib
make[1]: Entering directory 
'
make  all-recursive
make[2]: Entering directory 
'
Making all in ts
make[3]: Entering directory 
'
depbase=`echo Arena.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN  
-Qunused-arguments -std=c++11 -std=c++11 -ggdb3 -pipe -Wall 
-Wno-deprecated-declarations -Werror -Wno-invalid-offsetof -mcx16 -MT Arena.lo 
-MD -MP -MF $depbase.Tpo -c -o Arena.lo ../../../lib/ts/Arena.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo Bitops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN  
-Qunused-arguments -std=c++11 -std=c++11 -ggdb3 -pipe -Wall 
-Wno-deprecated-declarations -Werror -Wno-invalid-offsetof -mcx16 -MT Bitops.lo 
-MD -MP -MF $depbase.Tpo -c -o Bitops.lo ../../../lib/ts/Bitops.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo ConsistentHash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN  
-Qunused-arguments -std=c++11 -std=c++11 -ggdb3 -pipe -Wall 
-Wno-deprecated-declarations -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
depbase=`echo Diags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN  
-Qunused-arguments -std=c++11 -std=c++11 -ggdb3 -pipe -Wall 
-Wno-deprecated-declarations -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
depbase=`echo EventNotify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN  
-Qunused-arguments -std=c++11 -std=c++11 -ggdb3 -pipe -Wall 
-Wno-deprecated-declarations -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
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN  
-Qunused-arguments -std=c++11 -std=c++11 -ggdb3 -pipe -Wall 
-Wno-deprecated-declarations -Werror -Wno-invalid-offsetof -mcx16 -MT Hash.lo 
-MD -MP -MF $depbase.Tpo -c -o Hash.lo ../../../lib/ts/Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -DDEBUG -D_DEBUG -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -Qunused-arguments -std=c++11 
-std=c++11 -ggdb3 -pipe -Wall -Wno-deprecated-declarations -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
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../

Jenkins build is still unstable: tsqa-lint #532

2015-09-03 Thread jenkins
See 



Build failed in Jenkins: freebsd_10-master » clang,freebsd_10,release #374

2015-09-03 Thread jenkins
See 


--
[...truncated 990 lines...]
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -I/usr/local/include -Dfreebsd 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/local/include/tcl8.6  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe 
-Wall -Wno-deprecated-declarations -O3 -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
depbase=`echo EventNotify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -I/usr/local/include -Dfreebsd 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/local/include/tcl8.6  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe 
-Wall -Wno-deprecated-declarations -O3 -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
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -I/usr/local/include -Dfreebsd 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/local/include/tcl8.6  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe 
-Wall -Wno-deprecated-declarations -O3 -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF $depbase.Tpo -c -o Hash.lo 
../../../lib/ts/Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 
-Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 
-Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 
-Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 
-Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c 
../../../lib/ts/Hash.cc  -fPIC -DPIC -o .libs/Hash.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6 
-Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/t

Build failed in Jenkins: ubuntu_15_04-master » clang,ubuntu_15_04,spdy #373

2015-09-03 Thread jenkins
See 


--
[...truncated 944 lines...]
make[2]: Entering directory 
'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory 
'
make[1]: Leaving directory 
'
Making all in lib
make[1]: Entering directory 
'
make  all-recursive
make[2]: Entering directory 
'
Making all in ts
make[3]: Entering directory 
'
depbase=`echo Arena.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Arena.lo -MD -MP -MF $depbase.Tpo -c -o 
Arena.lo ../../../lib/ts/Arena.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo Bitops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Bitops.lo -MD -MP -MF $depbase.Tpo -c -o 
Bitops.lo ../../../lib/ts/Bitops.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo ConsistentHash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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
depbase=`echo Diags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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
depbase=`echo EventNotify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/include/libxml2  -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/tcl8.6 
-I/usr/in

Build failed in Jenkins: fedora_22-master » clang,fedora_22,release #258

2015-09-03 Thread jenkins
See 


--
[...truncated 975 lines...]
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN  -Qunused-arguments -std=c++11 
-std=c++11 -g -pipe -Wall -Wno-deprecated-declarations -O3 -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
depbase=`echo EventNotify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN  -Qunused-arguments -std=c++11 
-std=c++11 -g -pipe -Wall -Wno-deprecated-declarations -O3 -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
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN  -Qunused-arguments -std=c++11 
-std=c++11 -g -pipe -Wall -Wno-deprecated-declarations -O3 -fno-strict-aliasing 
-Werror -Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF $depbase.Tpo -c -o 
Hash.lo ../../../lib/ts/Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -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
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c 
../../../lib/ts/Hash.cc  -fPIC -DPIC -o .libs/Hash.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -Qunused-arguments -std=c++11 -std=c++11 -g -pipe -Wall 
-Wno-deprecated-declarations -O3 -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Bitops.lo -MD -MP -MF .deps/Bitops.Tpo -c 
../../../lib

Build failed in Jenkins: freebsd_10-master » clang,freebsd_10,debug #374

2015-09-03 Thread jenkins
See 


--
[...truncated 991 lines...]
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -I/usr/local/include -Dfreebsd 
-DDEBUG -D_DEBUG -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6  -Qunused-arguments 
-std=c++11 -std=c++11 -ggdb3 -pipe -Wall -Wno-deprecated-declarations -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
depbase=`echo EventNotify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -I/usr/local/include -Dfreebsd 
-DDEBUG -D_DEBUG -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6  -Qunused-arguments 
-std=c++11 -std=c++11 -ggdb3 -pipe -Wall -Wno-deprecated-declarations -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
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. 
-I../../../lib/ts -I../../lib  -I../../../lib -I/usr/local/include -Dfreebsd 
-DDEBUG -D_DEBUG -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include/tcl8.6  -Qunused-arguments 
-std=c++11 -std=c++11 -ggdb3 -pipe -Wall -Wno-deprecated-declarations -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF $depbase.Tpo -c -o Hash.lo 
../../../lib/ts/Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/local/include/tcl8.6 -Qunused-arguments -std=c++11 -std=c++11 -ggdb3 
-pipe -Wall -Wno-deprecated-declarations -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:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/local/include/tcl8.6 -Qunused-arguments -std=c++11 -std=c++11 -ggdb3 
-pipe -Wall -Wno-deprecated-declarations -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:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/local/include/tcl8.6 -Qunused-arguments -std=c++11 -std=c++11 -ggdb3 
-pipe -Wall -Wno-deprecated-declarations -Werror -Wno-invalid-offsetof -mcx16 
-MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c ../../../lib/ts/Hash.cc  -fPIC -DPIC 
-o .libs/Hash.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/local/include/tcl8.6 -Qunused-arguments -std=c++11 -std=c++11 -ggdb3 
-pipe -Wall -Wno-deprecated-declarations -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
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -I/usr/local/include -Dfreebsd -DDEBUG -D_DEBUG 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/local/include/tcl8.6 -Qunused-arguments -std=c++11 -std=c++11 -ggdb3 
-pipe -Wall -Wno-deprecated-declarations -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
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 

[jira] [Commented] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729514#comment-14729514
 ] 

ASF subversion and git services commented on TS-3889:
-

Commit 59da9685d5e494dae6a348540ca4e6541ac285c3 in trafficserver's branch 
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=59da968 ]

TS-3889 Avoid reenabling the txn before we release the mbuf


> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
>  Labels: crash
> Fix For: 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom resolved TS-3889.
---
Resolution: Fixed

> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
>  Labels: crash
> Fix For: 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Jenkins build is still unstable: tsqa-lint #531

2015-09-03 Thread jenkins
See 



Jenkins build is back to normal : out_of_tree-master #1141

2015-09-03 Thread jenkins
See 



Jenkins build is back to normal : in_tree-master #1360

2015-09-03 Thread jenkins
See 



[jira] [Updated] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-3889:
--
Labels: crash  (was: )

> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>  Labels: crash
> Fix For: 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom reassigned TS-3889:
-

Assignee: Leif Hedstrom

> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>Assignee: Leif Hedstrom
>  Labels: crash
> Fix For: 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-3889:
--
Fix Version/s: 6.1.0

> authproxy plugin reenables the TXN before releasing the mbuffer
> ---
>
> Key: TS-3889
> URL: https://issues.apache.org/jira/browse/TS-3889
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Leif Hedstrom
>  Labels: crash
> Fix For: 6.1.0
>
>
> I'm not 100% certain that this fixes the crasher we're seeing, but at a 
> minimum it's better to change the order here. With some luck, it'll also fix 
> the assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom resolved TS-3461.
---
Resolution: Fixed

> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-3461:
--
Backport to Version: 5.3.2, 6.0.0

> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TS-3889) authproxy plugin reenables the TXN before releasing the mbuffer

2015-09-03 Thread Leif Hedstrom (JIRA)
Leif Hedstrom created TS-3889:
-

 Summary: authproxy plugin reenables the TXN before releasing the 
mbuffer
 Key: TS-3889
 URL: https://issues.apache.org/jira/browse/TS-3889
 Project: Traffic Server
  Issue Type: Bug
  Components: Plugins
Reporter: Leif Hedstrom


I'm not 100% certain that this fixes the crasher we're seeing, but at a minimum 
it's better to change the order here. With some luck, it'll also fix the 
assertion that happens when mbuf is invalidated before we release it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3877) Add a tracking ClassAllocator to keep track of where the allocation happened

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729509#comment-14729509
 ] 

ASF subversion and git services commented on TS-3877:
-

Commit 208e5385a944d6386a2f66d0998ff3a81a954639 in trafficserver's branch 
refs/heads/master from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=208e538 ]

TS-3877: Add a tracking ClassAllocator to keep track of where the allocation 
happened
Fixed a build issue


> Add a tracking ClassAllocator to keep track of where the allocation happened
> 
>
> Key: TS-3877
> URL: https://issues.apache.org/jira/browse/TS-3877
> Project: Traffic Server
>  Issue Type: Improvement
>  Components: Core
>Reporter: Bryan Call
>Assignee: Bryan Call
> Fix For: 6.1.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Jenkins build is still unstable: tsqa-lint #530

2015-09-03 Thread jenkins
See 



Build failed in Jenkins: out_of_tree-master #1140

2015-09-03 Thread jenkins
See 

Changes:

[Leif Hedstrom] TS-3461 changes sizeof() to not use non-static member variables

--
[...truncated 982 lines...]
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -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 Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF $depbase.Tpo -c -o Hash.lo 
../../../lib/ts/Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashFNV.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashFNV.lo -MD -MP -MF $depbase.Tpo -c -o 
HashFNV.lo ../../../lib/ts/HashFNV.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashMD5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashMD5.lo -MD -MP -MF $depbase.Tpo -c -o 
HashMD5.lo ../../../lib/ts/HashMD5.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashSip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashSip.lo -MD -MP -MF $depbase.Tpo -c -o 
HashSip.lo ../../../lib/ts/HashSip.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HostLookup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HostLookup.lo -MD -MP -MF $depbase.Tpo -c -o 
HostLookup.lo ../../../lib/ts/HostLookup.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c 
../../../lib/ts/Hash.cc  -fPIC -DPIC -o .libs/Hash.o
depbase=`echo IpMap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT IpMap.lo -MD -MP -MF $depbase.Tpo -c -o 
IpMap.lo ../../../lib/ts/IpMap.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I

Build failed in Jenkins: in_tree-master #1359

2015-09-03 Thread jenkins
See 

Changes:

[Leif Hedstrom] TS-3461 changes sizeof() to not use non-static member variables

--
[...truncated 1005 lines...]
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Bitops.lo -MD -MP -MF .deps/Bitops.Tpo -c 
Bitops.cc  -fPIC -DPIC -o .libs/Bitops.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT EventNotify.lo -MD -MP -MF 
.deps/EventNotify.Tpo -c EventNotify.cc  -fPIC -DPIC -o .libs/EventNotify.o
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP 
-MF $depbase.Tpo -c -o Hash.lo Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashFNV.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HashFNV.lo -MD 
-MP -MF $depbase.Tpo -c -o HashFNV.lo HashFNV.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashMD5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HashMD5.lo -MD 
-MP -MF $depbase.Tpo -c -o HashMD5.lo HashMD5.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashSip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HashSip.lo -MD 
-MP -MF $depbase.Tpo -c -o HashSip.lo HashSip.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HostLookup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HostLookup.lo -MD 
-MP -MF $depbase.Tpo -c -o HostLookup.lo HostLookup.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c Hash.cc  
-fPIC -DPIC -o .libs/Hash.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashMD5.lo -MD -MP -MF .deps/HashMD5.Tpo -c 
HashMD

[jira] [Commented] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729493#comment-14729493
 ] 

ASF subversion and git services commented on TS-3461:
-

Commit 0315f6db4c4ef915fb2e2c716d9d83114d72449a in trafficserver's branch 
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=0315f6d ]

TS-3461 changes sizeof() to not use non-static member variables


> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Jenkins build is back to normal : clang-format #223

2015-09-03 Thread jenkins
See 



Jenkins build is still unstable: tsqa-lint #529

2015-09-03 Thread jenkins
See 



Build failed in Jenkins: out_of_tree-master #1139

2015-09-03 Thread jenkins
See 

Changes:

[Leif Hedstrom] TS-3848 clang-format

--
[...truncated 982 lines...]
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -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 Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF $depbase.Tpo -c -o Hash.lo 
../../../lib/ts/Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashFNV.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashFNV.lo -MD -MP -MF $depbase.Tpo -c -o 
HashFNV.lo ../../../lib/ts/HashFNV.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashMD5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashMD5.lo -MD -MP -MF $depbase.Tpo -c -o 
HashMD5.lo ../../../lib/ts/HashMD5.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashSip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashSip.lo -MD -MP -MF $depbase.Tpo -c -o 
HashSip.lo ../../../lib/ts/HashSip.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HostLookup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HostLookup.lo -MD -MP -MF $depbase.Tpo -c -o 
HostLookup.lo ../../../lib/ts/HostLookup.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashFNV.lo -MD -MP -MF .deps/HashFNV.Tpo -c 
../../../lib/ts/HashFNV.cc  -fPIC -DPIC -o .libs/HashFNV.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c 
../../../lib/ts/Hash.cc  -fPIC -DPIC -o .libs/Hash.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMI

Build failed in Jenkins: in_tree-master #1358

2015-09-03 Thread jenkins
See 

Changes:

[Leif Hedstrom] TS-3848 clang-format

--
[...truncated 1005 lines...]
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Arena.lo -MD -MP -MF .deps/Arena.Tpo -c 
Arena.cc  -fPIC -DPIC -o .libs/Arena.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Diags.lo -MD -MP -MF .deps/Diags.Tpo -c 
Diags.cc  -fPIC -DPIC -o .libs/Diags.o
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP 
-MF $depbase.Tpo -c -o Hash.lo Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashFNV.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HashFNV.lo -MD 
-MP -MF $depbase.Tpo -c -o HashFNV.lo HashFNV.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashMD5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HashMD5.lo -MD 
-MP -MF $depbase.Tpo -c -o HashMD5.lo HashMD5.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashSip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HashSip.lo -MD 
-MP -MF $depbase.Tpo -c -o HashSip.lo HashSip.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HostLookup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HostLookup.lo -MD 
-MP -MF $depbase.Tpo -c -o HostLookup.lo HostLookup.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c Hash.cc  
-fPIC -DPIC -o .libs/Hash.o
depbase=`echo IpMap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT IpMap.lo -MD -MP 
-MF $depb

[jira] [Commented] (TS-3848) ATS runs without cache or partial cache on disk errors

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729483#comment-14729483
 ] 

ASF subversion and git services commented on TS-3848:
-

Commit 50210f9e989e00ef6b03a86f5a74ed9676560d4c in trafficserver's branch 
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=50210f9 ]

TS-3848 clang-format


> ATS runs without cache or partial cache on disk errors
> --
>
> Key: TS-3848
> URL: https://issues.apache.org/jira/browse/TS-3848
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Cache
>Reporter: Pushkar Pradhan
>Assignee: Alan M. Carroll
> Fix For: 6.1.0
>
>
> Problem:
> If ATS fails to initialize the cache (none of the disks were accessible), the 
> behavior depends on proxy.config.http.wait_for_cache:
> If wait_for_cache = 0, it will listen for requests and serve the requests (by 
> fetching from origin/parent/peer). 
> If wait_for_cache = 1, it will never listen for requests. This is almost like 
> a hang.
> We would like to change this so that we can take some action when the cache 
> fails to initialize (even partially):
> Proposed Solution:
> Define a new variable: proxy.config.http.cache.required
> Value range: 0-2
> 0 (default) - Do nothing
> 1 - Abort trafficserver if it failed to initialize all the disks/volumes
> 2 - Abort trafficserver if it failed to initialize even one of the disks or 
> volumes.
> Preconditions for this new behavior are:
> proxy.config.http.cache.required = 1 (HTTP caching enabled) and 
> proxy.config.http.wait_for_cache = 1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729453#comment-14729453
 ] 

Leif Hedstrom commented on TS-3461:
---

We got sort of lucky on master that this works, because we enable C++11 when 
possible, and this feature of TLS is only available on such platforms. But this 
is a real problem, and we shouldn't use C++11 constructs.

Thanks Felix!

> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-3461:
--
Fix Version/s: 6.1.0

> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom reassigned TS-3461:
-

Assignee: Leif Hedstrom

> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (TS-3461) Max OS X 10.6.8: invalid use of non-static data member

2015-09-03 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom reopened TS-3461:
---

> Max OS X 10.6.8: invalid use of non-static data member
> --
>
> Key: TS-3461
> URL: https://issues.apache.org/jira/browse/TS-3461
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Felix Buenemann
>Assignee: Leif Hedstrom
> Fix For: 6.1.0
>
>
> Build of current master (3535b30d9225ff17dc9c77ba1b5283334b9ea35c) fails on 
> Max OS X Snow Leopard 10.6.8. It seems that the problem is code that depends 
> on C+\+11 although configure detected that C+\+11 support is not present:
> {noformat}
> uname -a
> Darwin snowleopard-vm.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
> xcodebuild -version
> Xcode 4.2
> Build version 4C199
> llvm-g++ --version
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> configure
> checking whether llvm-g++ supports C++11 features by default... no
> checking whether llvm-g++ supports C++11 features with -std=c++11... no
> checking whether llvm-g++ supports C++11 features with -std=c++0x... no
> configure: disabling features that depend on C++11 support
> make
> …
> P_SSLCertLookup.h: In function 'ssl_ticket_key_block* 
> ssl_context_enable_tickets(SSL_CTX*, const char*)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:571: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:572: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h:37: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::aes_key'
> SSLUtils.cc:573: error: from this location
> P_SSLCertLookup.h: In function 'int ssl_callback_session_ticket(SSL*, 
> unsigned char*, unsigned char*, EVP_CIPHER_CTX*, HMAC_CTX*, int)':
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:1996: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:1999: error: from this location
> P_SSLCertLookup.h:35: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::key_name'
> SSLUtils.cc:2006: error: from this location
> P_SSLCertLookup.h:36: error: invalid use of non-static data member 
> 'ssl_ticket_key_t::hmac_secret'
> SSLUtils.cc:2008: error: from this location
> make[2]: *** [SSLUtils.o] Error 1
> {noformat}
> Compilation works fine on 5.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Build failed in Jenkins: clang-format #222

2015-09-03 Thread jenkins
See 

Changes:

[Bryan Call] clang-format

--
[...truncated 4255 lines...]
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ICP.h
src/proxy/ICP.h
+ clang-format -i src/proxy/ICP.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ProxyClientSession.h
src/proxy/ProxyClientSession.h
+ clang-format -i src/proxy/ProxyClientSession.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/CacheControl.h
src/proxy/CacheControl.h
+ clang-format -i src/proxy/CacheControl.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/InkAPITestTool.cc
src/proxy/InkAPITestTool.cc
+ clang-format -i src/proxy/InkAPITestTool.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ControlBase.cc
src/proxy/ControlBase.cc
+ clang-format -i src/proxy/ControlBase.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ClientSession.cc
src/proxy/http2/Http2ClientSession.cc
+ clang-format -i src/proxy/http2/Http2ClientSession.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ConnectionState.h
src/proxy/http2/Http2ConnectionState.h
+ clang-format -i src/proxy/http2/Http2ConnectionState.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/test_Huffmancode.cc
src/proxy/http2/test_Huffmancode.cc
+ clang-format -i src/proxy/http2/test_Huffmancode.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2SessionAccept.h
src/proxy/http2/Http2SessionAccept.h
+ clang-format -i src/proxy/http2/Http2SessionAccept.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HuffmanCodec.h
src/proxy/http2/HuffmanCodec.h
+ clang-format -i src/proxy/http2/HuffmanCodec.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ConnectionState.cc
src/proxy/http2/Http2ConnectionState.cc
+ clang-format -i src/proxy/http2/Http2ConnectionState.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HTTP2.cc
src/proxy/http2/HTTP2.cc
+ clang-format -i src/proxy/http2/HTTP2.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2ClientSession.h
src/proxy/http2/Http2ClientSession.h
+ clang-format -i src/proxy/http2/Http2ClientSession.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HPACK.h
src/proxy/http2/HPACK.h
+ clang-format -i src/proxy/http2/HPACK.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HTTP2.h
src/proxy/http2/HTTP2.h
+ clang-format -i src/proxy/http2/HTTP2.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HuffmanCodec.cc
src/proxy/http2/HuffmanCodec.cc
+ clang-format -i src/proxy/http2/HuffmanCodec.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/Http2SessionAccept.cc
src/proxy/http2/Http2SessionAccept.cc
+ clang-format -i src/proxy/http2/Http2SessionAccept.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/http2/HPACK.cc
src/proxy/http2/HPACK.cc
+ clang-format -i src/proxy/http2/HPACK.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Main.cc
src/proxy/Main.cc
+ clang-format -i src/proxy/Main.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/UDPAPIClientTest.cc
src/proxy/UDPAPIClientTest.cc
+ clang-format -i src/proxy/UDPAPIClientTest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Plugin.cc
src/proxy/Plugin.cc
+ clang-format -i src/proxy/Plugin.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/TestClock.cc
src/proxy/TestClock.cc
+ clang-format -i src/proxy/TestClock.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/UDPAPIClientTest.h
src/proxy/UDPAPIClientTest.h
+ clang-format -i src/proxy/UDPAPIClientTest.h

Jenkins build is still unstable: tsqa-lint #528

2015-09-03 Thread jenkins
See 



Build failed in Jenkins: out_of_tree-master #1138

2015-09-03 Thread jenkins
See 

Changes:

[Bryan Call] clang-format

--
[...truncated 982 lines...]
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -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 Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF $depbase.Tpo -c -o Hash.lo 
../../../lib/ts/Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashFNV.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashFNV.lo -MD -MP -MF $depbase.Tpo -c -o 
HashFNV.lo ../../../lib/ts/HashFNV.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashMD5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashMD5.lo -MD -MP -MF $depbase.Tpo -c -o 
HashMD5.lo ../../../lib/ts/HashMD5.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashSip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashSip.lo -MD -MP -MF $depbase.Tpo -c -o 
HashSip.lo ../../../lib/ts/HashSip.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HostLookup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN 
-I/usr/include/libxml2  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HostLookup.lo -MD -MP -MF $depbase.Tpo -c -o 
HostLookup.lo ../../../lib/ts/HostLookup.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c 
../../../lib/ts/Hash.cc  -fPIC -DPIC -o .libs/Hash.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../../lib/ts -I../../lib 
-I../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashFNV.lo -MD -MP -MF .deps/HashFNV.Tpo -c 
../../../lib/ts/HashFNV.cc  -fPIC -DPIC -o .libs/HashFNV.o
depbase=`echo IpMap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../../lib/ts -I../../lib  -I../../../lib -Dlinux 
-D_LAR

Build failed in Jenkins: in_tree-master #1357

2015-09-03 Thread jenkins
See 

Changes:

[Bryan Call] clang-format

--
[...truncated 1005 lines...]
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT EventNotify.lo -MD -MP -MF 
.deps/EventNotify.Tpo -c EventNotify.cc  -fPIC -DPIC -o .libs/EventNotify.o
depbase=`echo Hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP 
-MF $depbase.Tpo -c -o Hash.lo Hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT ConsistentHash.lo -MD -MP -MF 
.deps/ConsistentHash.Tpo -c ConsistentHash.cc  -fPIC -DPIC -o 
.libs/ConsistentHash.o
depbase=`echo HashFNV.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HashFNV.lo -MD 
-MP -MF $depbase.Tpo -c -o HashFNV.lo HashFNV.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashMD5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HashMD5.lo -MD 
-MP -MF $depbase.Tpo -c -o HashMD5.lo HashMD5.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HashSip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HashSip.lo -MD 
-MP -MF $depbase.Tpo -c -o HashSip.lo HashSip.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo HostLookup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile ccache c++ -DHAVE_CONFIG_H 
-I. -I../../lib  -I../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2  
-std=c++11 -g -pipe -Wall -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Werror -Wno-invalid-offsetof -mcx16 -MT HostLookup.lo -MD 
-MP -MF $depbase.Tpo -c -o HostLookup.lo HostLookup.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT HashMD5.lo -MD -MP -MF .deps/HashMD5.Tpo -c 
HashMD5.cc  -fPIC -DPIC -o .libs/HashMD5.o
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. -I../../lib -I../../lib 
-Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-DOPENSSL_NO_SSL_INTERN -I/usr/include/libxml2 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c Hash.cc  
-fPIC -DPIC 

[jira] [Updated] (TS-3874) Header-rewrite doesn't support multiple header values in conditionals

2015-09-03 Thread Sudheer Vinukonda (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sudheer Vinukonda updated TS-3874:
--
Fix Version/s: 6.1.0

> Header-rewrite doesn't support multiple header values in conditionals
> -
>
> Key: TS-3874
> URL: https://issues.apache.org/jira/browse/TS-3874
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Thomas Jackson
>Assignee: Thomas Jackson
> Fix For: 6.1.0
>
>
> Lets say we have the following rule
> {code}
> cond %{HEADER:foo} /bar/
> add-header Baz1 1
> cond %{HEADER:foo} =bar
> add-header Baz2 2
> {code}
> There are some weird interactions with how this works today, so lets start 
> with that:
> some request headers, and outcomes
> {code}
> # matches 1 and 2
> foo: bar
> # matches both 1 and 2
> foo: bar
> foo: baz
> # matches nothing
> foo: baz
> foo: bar
> {code}
> So the main problem we see here is that the second value is completely 
> ignored all of the time-- which is bad ;)
> And when we get more complicated there are some more issues. In HTTP headers 
> have to be collapsible into a single line 
> (http://tools.ietf.org/html/rfc2616#section-4.2). This means that 2 headers 
> with values `foo` and `bar` *must* be equivalent to a single header with 
> value `foo,bar`. With that information, lets assume the downstream actually 
> sent the values in the same header (which is completely valid-- and has to be 
> treated the same according to the RFC).
> {code}
> # matches 1
> foo: bar,baz
> # matches 1
> foo: baz,bar
> {code}
> So this means we can boil down the problem into 2 pieces: (1) duplicate 
> headers are ignored and (2) collapsed headers are treated differently than 
> separate headers.
> So, I have a PR open on github 
> (https://github.com/apache/trafficserver/pull/284) which combines the headers 
> (according to the RFC) before passing it to the conditional's matcher. Here 
> are the outcomes of the same set of headers
> {code}
> # matches 1 and 2
> foo: bar
> # matches 1
> foo: bar
> foo: baz
> # matches 1
> foo: baz
> foo: bar
> # matches 1
> foo: bar,baz
> # matches 1
> foo: baz,bar
> {code}
> And with this we have fixed both (1) taking the second header value as well 
> as (2) treating collapsed and non-collapsed the same.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3874) Header-rewrite doesn't support multiple header values in conditionals

2015-09-03 Thread Thomas Jackson (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729368#comment-14729368
 ] 

Thomas Jackson commented on TS-3874:


Awesome, thanks!

On Mon, Aug 31, 2015 at 8:40 AM, Sudheer Vinukonda (JIRA) 



> Header-rewrite doesn't support multiple header values in conditionals
> -
>
> Key: TS-3874
> URL: https://issues.apache.org/jira/browse/TS-3874
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Plugins
>Reporter: Thomas Jackson
>Assignee: Thomas Jackson
>
> Lets say we have the following rule
> {code}
> cond %{HEADER:foo} /bar/
> add-header Baz1 1
> cond %{HEADER:foo} =bar
> add-header Baz2 2
> {code}
> There are some weird interactions with how this works today, so lets start 
> with that:
> some request headers, and outcomes
> {code}
> # matches 1 and 2
> foo: bar
> # matches both 1 and 2
> foo: bar
> foo: baz
> # matches nothing
> foo: baz
> foo: bar
> {code}
> So the main problem we see here is that the second value is completely 
> ignored all of the time-- which is bad ;)
> And when we get more complicated there are some more issues. In HTTP headers 
> have to be collapsible into a single line 
> (http://tools.ietf.org/html/rfc2616#section-4.2). This means that 2 headers 
> with values `foo` and `bar` *must* be equivalent to a single header with 
> value `foo,bar`. With that information, lets assume the downstream actually 
> sent the values in the same header (which is completely valid-- and has to be 
> treated the same according to the RFC).
> {code}
> # matches 1
> foo: bar,baz
> # matches 1
> foo: baz,bar
> {code}
> So this means we can boil down the problem into 2 pieces: (1) duplicate 
> headers are ignored and (2) collapsed headers are treated differently than 
> separate headers.
> So, I have a PR open on github 
> (https://github.com/apache/trafficserver/pull/284) which combines the headers 
> (according to the RFC) before passing it to the conditional's matcher. Here 
> are the outcomes of the same set of headers
> {code}
> # matches 1 and 2
> foo: bar
> # matches 1
> foo: bar
> foo: baz
> # matches 1
> foo: baz
> foo: bar
> # matches 1
> foo: bar,baz
> # matches 1
> foo: baz,bar
> {code}
> And with this we have fixed both (1) taking the second header value as well 
> as (2) treating collapsed and non-collapsed the same.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3887) Use snprintf() instead of sprintf() in UrlPrintHack

2015-09-03 Thread Bryan Call (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Call updated TS-3887:
---
Fix Version/s: (was: 6.1.0)
   6.0.0

> Use snprintf() instead of sprintf() in UrlPrintHack
> ---
>
> Key: TS-3887
> URL: https://issues.apache.org/jira/browse/TS-3887
> Project: Traffic Server
>  Issue Type: Bug
>  Components: HTTP
>Reporter: Leif Hedstrom
>Assignee: Phil Sorber
> Fix For: 5.3.2, 6.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-3887) Use snprintf() instead of sprintf() in UrlPrintHack

2015-09-03 Thread Bryan Call (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Call updated TS-3887:
---
Backport to Version:   (was: 6.0.0)

> Use snprintf() instead of sprintf() in UrlPrintHack
> ---
>
> Key: TS-3887
> URL: https://issues.apache.org/jira/browse/TS-3887
> Project: Traffic Server
>  Issue Type: Bug
>  Components: HTTP
>Reporter: Leif Hedstrom
>Assignee: Phil Sorber
> Fix For: 5.3.2, 6.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3888) Initialize memory if our buffer is big enough

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729362#comment-14729362
 ] 

ASF subversion and git services commented on TS-3888:
-

Commit 55cf073b5ecfa935b14ec4765e73a220e1daaf74 in trafficserver's branch 
refs/heads/6.0.x from [~maskit]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=55cf073 ]

TS-3888: Initialize memory if buffer is large enough

(cherry picked from commit 340d9cb0e6dde185665dc3addbc809aa40fecae9)


> Initialize memory if our buffer is big enough
> -
>
> Key: TS-3888
> URL: https://issues.apache.org/jira/browse/TS-3888
> Project: Traffic Server
>  Issue Type: Bug
>Reporter: Phil Sorber
>Assignee: Phil Sorber
>  Labels: 6.0.0
> Fix For: 5.3.2, 6.1.0
>
>
> Initialize memory if our buffer is big enough, not just the exact size



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TS-3887) Use snprintf() instead of sprintf() in UrlPrintHack

2015-09-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729361#comment-14729361
 ] 

ASF subversion and git services commented on TS-3887:
-

Commit f547a472b1360b08c9979923eba01080f9460d4f in trafficserver's branch 
refs/heads/6.0.x from Masa Sekimura
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=f547a47 ]

TS-3887: Use snprintf() instead of sprintf() in UrlPrintHack

(cherry picked from commit 98ab90758e3f28a71beb011afb3e83260e77289d)


> Use snprintf() instead of sprintf() in UrlPrintHack
> ---
>
> Key: TS-3887
> URL: https://issues.apache.org/jira/browse/TS-3887
> Project: Traffic Server
>  Issue Type: Bug
>  Components: HTTP
>Reporter: Leif Hedstrom
>Assignee: Phil Sorber
> Fix For: 5.3.2, 6.1.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Build failed in Jenkins: clang-format #221

2015-09-03 Thread jenkins
See 

Changes:

[Bryan Call] TS-3877: Add a tracking ClassAllocator to keep track of where the 
allocation happened

--
[...truncated 4327 lines...]
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Main.cc
src/proxy/Main.cc
+ clang-format -i src/proxy/Main.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/UDPAPIClientTest.cc
src/proxy/UDPAPIClientTest.cc
+ clang-format -i src/proxy/UDPAPIClientTest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Plugin.cc
src/proxy/Plugin.cc
+ clang-format -i src/proxy/Plugin.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/TestClock.cc
src/proxy/TestClock.cc
+ clang-format -i src/proxy/TestClock.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/UDPAPIClientTest.h
src/proxy/UDPAPIClientTest.h
+ clang-format -i src/proxy/UDPAPIClientTest.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ICPProcessor.h
src/proxy/ICPProcessor.h
+ clang-format -i src/proxy/ICPProcessor.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/InkAPITest.cc
src/proxy/InkAPITest.cc
+ clang-format -i src/proxy/InkAPITest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/EventName.cc
src/proxy/EventName.cc
+ clang-format -i src/proxy/EventName.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/CompletionUtil.h
src/proxy/CompletionUtil.h
+ clang-format -i src/proxy/CompletionUtil.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ReverseProxy.h
src/proxy/ReverseProxy.h
+ clang-format -i src/proxy/ReverseProxy.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/Prefetch.cc
src/proxy/Prefetch.cc
+ clang-format -i src/proxy/Prefetch.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/TestPreProc.h
src/proxy/TestPreProc.h
+ clang-format -i src/proxy/TestPreProc.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/InkPool_r.h
src/proxy/InkPool_r.h
+ clang-format -i src/proxy/InkPool_r.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/DynamicStats.h
src/proxy/DynamicStats.h
+ clang-format -i src/proxy/DynamicStats.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/StatSystem.cc
src/proxy/StatSystem.cc
+ clang-format -i src/proxy/StatSystem.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/StatPages.h
src/proxy/StatPages.h
+ clang-format -i src/proxy/StatPages.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/CacheControl.cc
src/proxy/CacheControl.cc
+ clang-format -i src/proxy/CacheControl.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ICP.cc
src/proxy/ICP.cc
+ clang-format -i src/proxy/ICP.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/ControlBase.h
src/proxy/ControlBase.h
+ clang-format -i src/proxy/ControlBase.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/URL.cc
src/proxy/hdrs/URL.cc
+ clang-format -i src/proxy/hdrs/URL.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/MIME.h
src/proxy/hdrs/MIME.h
+ clang-format -i src/proxy/hdrs/MIME.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrTest.h
src/proxy/hdrs/HdrTest.h
+ clang-format -i src/proxy/hdrs/HdrTest.h
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HdrTest.cc
src/proxy/hdrs/HdrTest.cc
+ clang-format -i src/proxy/hdrs/HdrTest.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/proxy/hdrs/HTTP.cc
src/proxy/hdrs/HTTP.cc
+ clang-format -i src/proxy/hdrs/HTTP.cc
+ for f in '`find src -iname \*.[ch] -o -iname \*.cc | fgrep -v -e lib/luajit 
-e lib/tsconfig`'
+ echo src/prox

Jenkins build is still unstable: tsqa-lint #527

2015-09-03 Thread jenkins
See 



  1   2   >