[jira] [Commented] (TS-3486) Segfault in do_io_write with plugin (??)

2015-07-10 Thread bettydramit (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14621988#comment-14621988
 ] 

bettydramit commented on TS-3486:
-

why not backport to 5.3.1?

 Segfault in do_io_write with plugin (??)
 

 Key: TS-3486
 URL: https://issues.apache.org/jira/browse/TS-3486
 Project: Traffic Server
  Issue Type: Bug
Affects Versions: 5.2.0, 5.3.0
Reporter: Qiang Li
Assignee: Susan Hinrichs
  Labels: crash
 Fix For: 6.0.0

 Attachments: ts-3266-2.diff, ts-3266-complete.diff, 
 ts3486-ptrace.txt.gz


 {code}
 (gdb) bt
 #0  0x005bdb8b in HttpServerSession::do_io_write (this=value 
 optimized out, c=0x2aaadccc4bf0, nbytes=576, buf=0x2aaafc2ffee8, owner=false)
 at HttpServerSession.cc:104
 #1  0x005acc1d in HttpSM::setup_server_send_request 
 (this=0x2aaadccc4bf0) at HttpSM.cc:5686
 #2  0x005b3f85 in HttpSM::handle_api_return (this=0x2aaadccc4bf0) at 
 HttpSM.cc:1520
 #3  0x005b45f8 in HttpSM::state_api_callout (this=0x2aaadccc4bf0, 
 event=6, data=0x0) at HttpSM.cc:1455
 #4  0x005b980b in HttpSM::state_api_callback (this=0x2aaadccc4bf0, 
 event=6, data=0x0) at HttpSM.cc:1275
 #5  0x004d7a1b in TSHttpTxnReenable (txnp=0x2aaadccc4bf0, 
 event=TS_EVENT_HTTP_CONTINUE) at InkAPI.cc:5614
 #6  0x2ba118441c89 in cachefun (contp=value optimized out, event=value 
 optimized out, edata=0x2aaadccc4bf0) at main.cpp:1876
 #7  0x005b4466 in HttpSM::state_api_callout (this=0x2aaadccc4bf0, 
 event=value optimized out, data=value optimized out) at HttpSM.cc:1381
 #8  0x005b627d in HttpSM::do_http_server_open (this=0x2aaadccc4bf0, 
 raw=value optimized out) at HttpSM.cc:4639
 #9  0x005baa04 in HttpSM::set_next_state (this=0x2aaadccc4bf0) at 
 HttpSM.cc:7021
 #10 0x005b25a3 in HttpSM::state_cache_open_write 
 (this=0x2aaadccc4bf0, event=1108, data=0x2aab1c3b6800) at HttpSM.cc:2442
 #11 0x005b5b28 in HttpSM::main_handler (this=0x2aaadccc4bf0, 
 event=1108, data=0x2aab1c3b6800) at HttpSM.cc:2554
 #12 0x0059338a in handleEvent (this=0x2aaadccc6618, event=value 
 optimized out, data=0x2aab1c3b6800) at 
 ../../iocore/eventsystem/I_Continuation.h:145
 #13 HttpCacheSM::state_cache_open_write (this=0x2aaadccc6618, event=value 
 optimized out, data=0x2aab1c3b6800) at HttpCacheSM.cc:167
 #14 0x00697223 in handleEvent (this=0x2aab1c3b6800, event=value 
 optimized out) at ../../iocore/eventsystem/I_Continuation.h:145
 #15 CacheVC::callcont (this=0x2aab1c3b6800, event=value optimized out) at 
 ../../iocore/cache/P_CacheInternal.h:662
 #16 0x00715940 in Cache::open_write (this=value optimized out, 
 cont=value optimized out, key=0x2ba0ff762d70, info=value optimized out, 
 apin_in_cache=46914401429576, type=CACHE_FRAG_TYPE_HTTP, 
 hostname=0x2aaadd281078 
 www.mifangba.comhttpapi.phpwww.mifangba.comhttp://www.mifangba.com/api.php?op=countid=4modelid=12;,
  host_len=16) at CacheWrite.cc:1788
 #17 0x006e5765 in open_write (this=value optimized out, 
 cont=0x2aaadccc6618, expected_size=value optimized out, url=0x2aaadccc5310, 
 cluster_cache_local=value optimized out, request=value optimized out, 
 old_info=0x0, pin_in_cache=0, type=CACHE_FRAG_TYPE_HTTP) at 
 P_CacheInternal.h:1093
 #18 CacheProcessor::open_write (this=value optimized out, 
 cont=0x2aaadccc6618, expected_size=value optimized out, url=0x2aaadccc5310, 
 cluster_cache_local=value optimized out, request=value optimized out, 
 old_info=0x0, pin_in_cache=0, type=CACHE_FRAG_TYPE_HTTP) at Cache.cc:3622
 #19 0x005936f0 in HttpCacheSM::open_write (this=0x2aaadccc6618, 
 url=value optimized out, request=value optimized out, old_info=value 
 optimized out, 
 pin_in_cache=value optimized out, retry=value optimized out, 
 allow_multiple=false) at HttpCacheSM.cc:298
 #20 0x005a022e in HttpSM::do_cache_prepare_action 
 (this=0x2aaadccc4bf0, c_sm=0x2aaadccc6618, object_read_info=0x0, retry=true, 
 allow_multiple=false) at HttpSM.cc:4511
 #21 0x005babd9 in do_cache_prepare_write (this=0x2aaadccc4bf0) at 
 HttpSM.cc:4436
 #22 HttpSM::set_next_state (this=0x2aaadccc4bf0) at HttpSM.cc:7098
 #23 0x005b3f5f in HttpSM::handle_api_return (this=0x2aaadccc4bf0) at 
 HttpSM.cc:1517
 #24 0x005b45f8 in HttpSM::state_api_callout (this=0x2aaadccc4bf0, 
 event=0, data=0x0) at HttpSM.cc:1455
 #25 0x005ba712 in HttpSM::set_next_state (this=0x2aaadccc4bf0) at 
 HttpSM.cc:6876
 #26 0x005ba702 in HttpSM::set_next_state (this=0x2aaadccc4bf0) at 
 HttpSM.cc:6919
 #27 0x005b3f5f in HttpSM::handle_api_return (this=0x2aaadccc4bf0) at 
 HttpSM.cc:1517
 #28 0x005b45f8 in HttpSM::state_api_callout (this=0x2aaadccc4bf0, 
 event=6, data=0x0) at 

[jira] [Updated] (TS-3753) High CPU iowait with null-transform on a content from the cache.

2015-07-10 Thread Pavel Vazharov (JIRA)

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

Pavel Vazharov updated TS-3753:
---
Affects Version/s: 5.3.0

 High CPU iowait with null-transform on a content from the cache.
 

 Key: TS-3753
 URL: https://issues.apache.org/jira/browse/TS-3753
 Project: Traffic Server
  Issue Type: Bug
  Components: Plugins, TS API
Affects Versions: 5.3.0
Reporter: Pavel Vazharov
 Attachments: null-transform-cache.patch, usi.png


 Hi,
 I'm trying to calculate some stats doing null-transform on a content served 
 from the cache. However, I observed high CPU iowait when doing this. I 
 isolated the issue to be related to the case when we do transformation on a 
 content served from the cache. Please, see the attached few lines patch which 
 when applied to the null-transform plugin causes high CPU iowait. Note also 
 that when I tried the original null-transform plugin I didn't observe such 
 increased CPU iowait. Please, see also the attached picture where you can see 
 the increased  CPU iowait (between 15:30 and 16:30 in red) when I started the 
 test with null-transform from cache.



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


[jira] [Updated] (TS-3753) High CPU iowait with null-transform on a content from the cache.

2015-07-10 Thread Pavel Vazharov (JIRA)

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

Pavel Vazharov updated TS-3753:
---
Attachment: usi.png
null-transform-cache.patch

 High CPU iowait with null-transform on a content from the cache.
 

 Key: TS-3753
 URL: https://issues.apache.org/jira/browse/TS-3753
 Project: Traffic Server
  Issue Type: Bug
  Components: Plugins, TS API
Reporter: Pavel Vazharov
 Attachments: null-transform-cache.patch, usi.png


 Hi,
 I'm trying to calculate some stats doing null-transform on a content served 
 from the cache. However, I observed high CPU iowait when doing this. I 
 isolated the issue to be related to the case when we do transformation on a 
 content served from the cache. Please, see the attached few lines patch which 
 when applied to the null-transform plugin causes high CPU iowait. Note also 
 that when I tried the original null-transform plugin I didn't observe such 
 increased CPU iowait. Please, see also the attached picture where you can see 
 the increased  CPU iowait (between 15:30 and 16:30 in red) when I started the 
 test with null-transform from cache.



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


[jira] [Created] (TS-3753) High CPU iowait with null-transform on a content from the cache.

2015-07-10 Thread Pavel Vazharov (JIRA)
Pavel Vazharov created TS-3753:
--

 Summary: High CPU iowait with null-transform on a content from the 
cache.
 Key: TS-3753
 URL: https://issues.apache.org/jira/browse/TS-3753
 Project: Traffic Server
  Issue Type: Bug
  Components: Plugins, TS API
Reporter: Pavel Vazharov


Hi,

I'm trying to calculate some stats doing null-transform on a content served 
from the cache. However, I observed high CPU iowait when doing this. I isolated 
the issue to be related to the case when we do transformation on a content 
served from the cache. Please, see the attached few lines patch which when 
applied to the null-transform plugin causes high CPU iowait. Note also that 
when I tried the original null-transform plugin I didn't observe such increased 
CPU iowait. Please, see also the attached picture where you can see the 
increased  CPU iowait (between 15:30 and 16:30 in red) when I started the test 
with null-transform from cache.



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


Build failed in Jenkins: clang-analyzer #1087

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/clang-analyzer/1087/

--
[...truncated 2304 lines...]
reading sources... [ 81%] 
sdk/getting-started/plugin-registration-and-version-checking.en
reading sources... [ 82%] sdk/header-based-plugin-examples.en
reading sources... [ 82%] 
sdk/header-based-plugin-examples/basic-authorization-plugin.en
reading sources... [ 82%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/working-with-http-headers.en
reading sources... [ 83%] sdk/header-based-plugin-examples/blacklist-plugin.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.en
reading sources... [ 85%] sdk/how-to-create-trafficserver-plugins.en
reading sources... [ 85%] 
sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en
reading sources... [ 85%] sdk/http-headers.en
reading sources... [ 85%] 
sdk/http-headers/guide-to-trafficserver-http-header-system.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en
reading sources... [ 86%] sdk/http-headers/http-headers.en
reading sources... [ 87%] sdk/http-headers/marshal-buffers.en
reading sources... [ 87%] sdk/http-headers/mime-headers.en
reading sources... [ 87%] sdk/http-headers/urls.en
reading sources... [ 88%] sdk/http-hooks-and-transactions.en
reading sources... [ 88%] sdk/http-hooks-and-transactions/adding-hooks.en
reading sources... [ 88%] 
sdk/http-hooks-and-transactions/http-alternate-selection.en
reading sources... [ 88%] sdk/http-hooks-and-transactions/http-sessions.en
reading sources... [ 89%] sdk/http-hooks-and-transactions/http-transactions.en
reading sources... [ 89%] 
sdk/http-hooks-and-transactions/initiate-http-connection.en
reading sources... [ 89%] 
sdk/http-hooks-and-transactions/intercepting-http-transactions.en
reading sources... [ 90%] sdk/http-transformation-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/append-transform-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/sample-null-transformation-plugin.en
reading sources... [ 91%] sdk/index.en
reading sources... [ 91%] sdk/io-guide.en
reading sources... [ 91%] sdk/io-guide/guide-to-cache-api.en
reading sources... [ 91%] sdk/io-guide/guide-to-cache-api/errors.en
reading sources... [ 92%] sdk/io-guide/guide-to-cache-api/example.en
reading sources... [ 92%] 
sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en
reading sources... [ 92%] 
sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en
reading sources... [ 93%] sdk/io-guide/io-buffers.en
reading sources... [ 93%] sdk/io-guide/net-vconnections.en
reading sources... [ 93%] sdk/io-guide/transformations.en
reading sources... [ 93%] sdk/io-guide/vios.en
reading sources... [ 94%] sdk/misc-interface-guide.en
reading sources... [ 94%] sdk/misc-interface-guide/memory-allocation.en
reading sources... [ 94%] sdk/misc-interface-guide/thread-functions.en
reading sources... [ 95%] sdk/misc-interface-guide/tsfopen-family.en
reading sources... [ 95%] sdk/mutex-guide.en
reading sources... [ 95%] sdk/new-protocol-plugins.en
reading sources... [ 95%] sdk/plugin-configurations.en
reading sources... [ 96%] sdk/plugin-management.en
reading sources... [ 96%] sdk/plugin-management/guide-to-the-logging-api.en
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%] 

[jira] [Commented] (TS-3534) Wiretracing for SSL connections

2015-07-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622190#comment-14622190
 ] 

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

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

TS-3534: Wiretracing SSL Connections. This closes #246.


 Wiretracing for SSL connections
 ---

 Key: TS-3534
 URL: https://issues.apache.org/jira/browse/TS-3534
 Project: Traffic Server
  Issue Type: New Feature
  Components: Logging, Tools
Reporter: Eric Schwartz
Assignee: Eric Schwartz
 Fix For: 6.1.0


 Opening a ticket for discussion of the wiretracing change I made on our 
 internal version of ATS.
 The change allows for tracing requests through ATS for: a small percentage of 
 traffic, traffic from a certain IP and/or traffic to a specific origin. These 
 settings can be combined.
 The main updates are to SSLNetVConnection and UnixNetVConnection (adding the 
 trace logic) and to the Logging APIs (to add the special trace logs). One 
 change is made to HttpSM to allow client and server traces to be associated 
 with one another.
 [~dcarlin] has some notes from the summit on the initial discussion.
 I'll add a pull request with actual code for people to look at shortly.



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


[jira] [Commented] (TS-3534) Wiretracing for SSL connections

2015-07-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622191#comment-14622191
 ] 

ASF GitHub Bot commented on TS-3534:


Github user asfgit closed the pull request at:

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


 Wiretracing for SSL connections
 ---

 Key: TS-3534
 URL: https://issues.apache.org/jira/browse/TS-3534
 Project: Traffic Server
  Issue Type: New Feature
  Components: Logging, Tools
Reporter: Eric Schwartz
Assignee: Eric Schwartz
 Fix For: 6.1.0


 Opening a ticket for discussion of the wiretracing change I made on our 
 internal version of ATS.
 The change allows for tracing requests through ATS for: a small percentage of 
 traffic, traffic from a certain IP and/or traffic to a specific origin. These 
 settings can be combined.
 The main updates are to SSLNetVConnection and UnixNetVConnection (adding the 
 trace logic) and to the Logging APIs (to add the special trace logs). One 
 change is made to HttpSM to allow client and server traces to be associated 
 with one another.
 [~dcarlin] has some notes from the summit on the initial discussion.
 I'll add a pull request with actual code for people to look at shortly.



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


Build failed in Jenkins: centos_7-master » gcc,centos_7,debug #972

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/972/

--
[...truncated 3550 lines...]
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/972/build/BUILDS/mgmt/api'
make[2]: Entering directory 

Build failed in Jenkins: fedora_21-master » gcc,fedora_21,debug #662

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/662/

--
[...truncated 3556 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/662/build/BUILDS/mgmt'
Making 

Build failed in Jenkins: osx-master » clang,osx,release #206

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/206/changes

Changes:

[shinrich] [TS-3476] Add a log tag for application protocol.  This closes #244.

[shinrich] TS-3435 Make Log.cc:PERIODIC_TASKS_INTERVAL configurable. This 
closes #243.

[shinrich] Fix compiler working.  Apply clang-format changes.

--
[...truncated 1416 lines...]
  CXXLDremap_header_add.la
  CXXLDssl-sni.la
  CXXLDssl-sni-whitelist.la
  CCLD thread-1.la
  CCLD txn-data-sink.la
  CCLD version.la
Making all in rc
make[1]: Nothing to be done for `all'.
Making all in doc
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all-am'.
+ make test
Making check in proxy/api/ts
make[1]: Nothing to be done for `check'.
Making check in iocore
Making check in eventsystem
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_Buffer test_Event
  CXX  test_Buffer-test_Buffer.o
  CXXLDtest_Buffer
  CXX  test_Event-test_Event.o
  CXXLDtest_Event
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_Buffer
PASS: test_Event
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in net
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_certlookup
  CXX  test_certlookup.o
  CXXLDtest_certlookup
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_certlookup
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in aio
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_AIO
  CXX  test_AIO-test_AIO.o
  CXXLDtest_AIO
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_AIO.sample
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in dns
make[2]: Nothing to be done for `check'.
Making check in hostdb
make[2]: Nothing to be done for `check'.
Making check in utils
make[2]: Nothing to be done for `check'.
Making check in cache
make[2]: Nothing to be done for `check'.
Making check in cluster
make[2]: Nothing to be done for `check'.
make[2]: Nothing to be done for `check-am'.
Making check in lib
Making check in ts
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_arena test_atomic 
test_freelist test_geometry test_List test_Map test_Regex test_Vec 
test_X509HostnameValidator
  CXX  test_arena.o
  CXXLDtest_arena
  CXX  test_atomic.o
  CXXLDtest_atomic
  CXX  test_freelist.o
  CXXLDtest_freelist
  CXX  test_geometry.o
  CXXLDtest_geometry
  CXX  test_List.o
  CXXLDtest_List
  CXX  test_Map.o
  CXXLDtest_Map
  CXX  test_Regex.o
  CXXLDtest_Regex
  CXX  test_Vec.o
  CXXLDtest_Vec
  CXX  test_X509HostnameValidator.o
  CXXLDtest_X509HostnameValidator
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_arena
PASS: test_atomic
PASS: test_freelist
PASS: test_geometry
PASS: test_List
PASS: test_Map
PASS: test_Regex
PASS: test_Vec
PASS: test_X509HostnameValidator
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 9
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in records
make[2]: Nothing to be done for `check'.
Making check in tsconfig
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-am
make[3]: Nothing to be done for `check-am'.
Making check in perl
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile-pl 
INSTALLDIRS= 
PREFIX=https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/206/install
 DESTDIR=
Making all in luajit
test -d ../../lib/luajit/src || (cd ../..  git submodule 

Build failed in Jenkins: debian_jessie-master » gcc,debian_jessie,hardening #746

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/746/

--
[...truncated 2436 lines...]
libtool: link: ( cd .libs  rm -f balancer.la  ln -s ../balancer.la 
balancer.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/746/build/BUILDS/plugins/experimental/balancer'
Making all in buffer_upload
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/746/build/BUILDS/plugins/experimental/buffer_upload'
depbase=`echo buffer_upload.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/buffer_upload 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF $depbase.Tpo -c 
-o buffer_upload.lo 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc \
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. 
-I../../../../plugins/experimental/buffer_upload -I../../../lib 
-I../../../proxy/api -I../../../../proxy/api -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 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF 
.deps/buffer_upload.Tpo -c 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc  -fPIC -DPIC -o 
.libs/buffer_upload.o
/bin/bash ../../../libtool  --tag=CXX   --mode=link ccache c++  -std=c++11 -g 
-pipe -Wall -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -module -shared -avoid-version 
-export-symbols-regex 
'^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$'
  -o buffer_upload.la -rpath 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/746/install/libexec/trafficserver
 buffer_upload.lo  -lcap -lpcre -lexpat -lz -lcrypt -lpthread -ldl 
libtool: link: /usr/bin/nm -B  .libs/buffer_upload.o   | sed -n -e 's/^.*[  
 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][  
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 
's/.* //' | sort | uniq  .libs/buffer_upload.exp
libtool: link: /bin/grep -E -e 
^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$
 .libs/buffer_upload.exp  .libs/buffer_upload.expT
libtool: link: mv -f .libs/buffer_upload.expT .libs/buffer_upload.exp
libtool: link: c++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o  .libs/buffer_upload.o   -lcap 
-lpcre /usr/lib/x86_64-linux-gnu/libexpat.so -lz -lcrypt -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o  -O3 -mcx16  
 -Wl,-soname -Wl,buffer_upload.so -Wl,-retain-symbols-file 
-Wl,.libs/buffer_upload.exp -o .libs/buffer_upload.so
libtool: link: ( cd .libs  rm -f buffer_upload.la  ln -s 
../buffer_upload.la buffer_upload.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/746/build/BUILDS/plugins/experimental/buffer_upload'
Making all in cache_range_requests
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/746/build/BUILDS/plugins/experimental/cache_range_requests'
depbase=`echo cache_range_requests.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/cache_range_requests 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -I../../../lib 
-I../../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT 

Build failed in Jenkins: fedora_22-master » gcc,fedora_22,release #102

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/102/

--
[...truncated 3585 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 

Build failed in Jenkins: debian_7-master » gcc,debian_7,hardening #1223

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/1223/

--
[...truncated 3552 lines...]
make -C src
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/lib/luajit/src'
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1223/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.

[jira] [Commented] (TS-3435) Make Log.cc:PERIODIC_TASKS_INTERVAL configurable

2015-07-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622216#comment-14622216
 ] 

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

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

TS-3435 Make Log.cc:PERIODIC_TASKS_INTERVAL configurable. This closes #243.


 Make Log.cc:PERIODIC_TASKS_INTERVAL configurable
 

 Key: TS-3435
 URL: https://issues.apache.org/jira/browse/TS-3435
 Project: Traffic Server
  Issue Type: Bug
Reporter: Frank Chan
Priority: Minor
  Labels: newbie
 Fix For: sometime


 It seems proxy.config.log.max_secs_per_buffer doesn't work below 5 secs.
 Apparently, it is because Log.cc:PERIODIC_TASKS_INTERVAL is set to 5 secs.
 There are comments from the code that this may be configurable in future and 
 guess it may fix the issue.
 Thanks!



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


[jira] [Commented] (TS-3435) Make Log.cc:PERIODIC_TASKS_INTERVAL configurable

2015-07-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622217#comment-14622217
 ] 

ASF GitHub Bot commented on TS-3435:


Github user asfgit closed the pull request at:

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


 Make Log.cc:PERIODIC_TASKS_INTERVAL configurable
 

 Key: TS-3435
 URL: https://issues.apache.org/jira/browse/TS-3435
 Project: Traffic Server
  Issue Type: Bug
Reporter: Frank Chan
Priority: Minor
  Labels: newbie
 Fix For: sometime


 It seems proxy.config.log.max_secs_per_buffer doesn't work below 5 secs.
 Apparently, it is because Log.cc:PERIODIC_TASKS_INTERVAL is set to 5 secs.
 There are comments from the code that this may be configurable in future and 
 guess it may fix the issue.
 Thanks!



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


Build failed in Jenkins: debian_jessie-master » gcc,debian_jessie,release #745

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/745/

--
[...truncated 2434 lines...]
libtool: link: ( cd .libs  rm -f balancer.la  ln -s ../balancer.la 
balancer.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/745/build/BUILDS/plugins/experimental/balancer'
Making all in buffer_upload
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/745/build/BUILDS/plugins/experimental/buffer_upload'
depbase=`echo buffer_upload.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/buffer_upload 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF $depbase.Tpo -c 
-o buffer_upload.lo 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc \
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. 
-I../../../../plugins/experimental/buffer_upload -I../../../lib 
-I../../../proxy/api -I../../../../proxy/api -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 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF 
.deps/buffer_upload.Tpo -c 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc  -fPIC -DPIC -o 
.libs/buffer_upload.o
/bin/bash ../../../libtool  --tag=CXX   --mode=link ccache c++  -std=c++11 -g 
-pipe -Wall -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -module -shared -avoid-version 
-export-symbols-regex 
'^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$'
  -o buffer_upload.la -rpath 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/745/install/libexec/trafficserver
 buffer_upload.lo  -lcap -lpcre -lexpat -lz -lcrypt -lpthread -ldl 
libtool: link: /usr/bin/nm -B  .libs/buffer_upload.o   | sed -n -e 's/^.*[  
 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][  
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 
's/.* //' | sort | uniq  .libs/buffer_upload.exp
libtool: link: /bin/grep -E -e 
^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$
 .libs/buffer_upload.exp  .libs/buffer_upload.expT
libtool: link: mv -f .libs/buffer_upload.expT .libs/buffer_upload.exp
libtool: link: c++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o  .libs/buffer_upload.o   -lcap 
-lpcre /usr/lib/x86_64-linux-gnu/libexpat.so -lz -lcrypt -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o  -O3 -mcx16  
 -Wl,-soname -Wl,buffer_upload.so -Wl,-retain-symbols-file 
-Wl,.libs/buffer_upload.exp -o .libs/buffer_upload.so
libtool: link: ( cd .libs  rm -f buffer_upload.la  ln -s 
../buffer_upload.la buffer_upload.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/745/build/BUILDS/plugins/experimental/buffer_upload'
Making all in cache_range_requests
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/745/build/BUILDS/plugins/experimental/cache_range_requests'
depbase=`echo cache_range_requests.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/cache_range_requests 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -I../../../lib 
-I../../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT 

Build failed in Jenkins: osx-master » clang,osx,debug #206

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/206/changes

Changes:

[shinrich] [TS-3476] Add a log tag for application protocol.  This closes #244.

[shinrich] TS-3435 Make Log.cc:PERIODIC_TASKS_INTERVAL configurable. This 
closes #243.

[shinrich] Fix compiler working.  Apply clang-format changes.

--
[...truncated 1416 lines...]
  CXXLDremap_header_add.la
  CXXLDssl-sni.la
  CXXLDssl-sni-whitelist.la
  CCLD thread-1.la
  CCLD txn-data-sink.la
  CCLD version.la
Making all in rc
make[1]: Nothing to be done for `all'.
Making all in doc
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all-am'.
+ make test
Making check in proxy/api/ts
make[1]: Nothing to be done for `check'.
Making check in iocore
Making check in eventsystem
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_Buffer test_Event
  CXX  test_Buffer-test_Buffer.o
  CXXLDtest_Buffer
  CXX  test_Event-test_Event.o
  CXXLDtest_Event
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_Buffer
PASS: test_Event
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in net
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_certlookup
  CXX  test_certlookup.o
  CXXLDtest_certlookup
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_certlookup
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in aio
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_AIO
  CXX  test_AIO-test_AIO.o
  CXXLDtest_AIO
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_AIO.sample
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in dns
make[2]: Nothing to be done for `check'.
Making check in hostdb
make[2]: Nothing to be done for `check'.
Making check in utils
make[2]: Nothing to be done for `check'.
Making check in cache
make[2]: Nothing to be done for `check'.
Making check in cluster
make[2]: Nothing to be done for `check'.
make[2]: Nothing to be done for `check-am'.
Making check in lib
Making check in ts
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_arena test_atomic 
test_freelist test_geometry test_List test_Map test_Regex test_Vec 
test_X509HostnameValidator
  CXX  test_arena.o
  CXXLDtest_arena
  CXX  test_atomic.o
  CXXLDtest_atomic
  CXX  test_freelist.o
  CXXLDtest_freelist
  CXX  test_geometry.o
  CXXLDtest_geometry
  CXX  test_List.o
  CXXLDtest_List
  CXX  test_Map.o
  CXXLDtest_Map
  CXX  test_Regex.o
  CXXLDtest_Regex
  CXX  test_Vec.o
  CXXLDtest_Vec
  CXX  test_X509HostnameValidator.o
  CXXLDtest_X509HostnameValidator
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_arena
PASS: test_atomic
PASS: test_freelist
PASS: test_geometry
PASS: test_List
PASS: test_Map
PASS: test_Regex
PASS: test_Vec
PASS: test_X509HostnameValidator
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 9
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in records
make[2]: Nothing to be done for `check'.
Making check in tsconfig
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-am
make[3]: Nothing to be done for `check-am'.
Making check in perl
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile-pl 
INSTALLDIRS= 
PREFIX=https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/206/install
 DESTDIR=
Making all in luajit
test -d ../../lib/luajit/src || (cd ../..  git submodule update 

Build failed in Jenkins: fedora_21-master » gcc,fedora_21,release #662

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/662/

--
[...truncated 3549 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/662/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 

Build failed in Jenkins: fedora_22-master » spdy,fedora_22,release #102

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/102/

--
[...truncated 3585 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 

Build failed in Jenkins: debian_8-master » gcc,debian_8,hardening #95

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/95/

--
[...truncated 3556 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=hardening/ws/95/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 

[jira] [Commented] (TS-3476) Add a log tag for application protocol

2015-07-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622210#comment-14622210
 ] 

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

Commit 1a56241621a6a06b30e8a91eb170bf633e77951b in trafficserver's branch 
refs/heads/master from ericcarlschwartz
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=1a56241 ]

[TS-3476] Add a log tag for application protocol.  This closes #244.


 Add a log tag for application protocol
 --

 Key: TS-3476
 URL: https://issues.apache.org/jira/browse/TS-3476
 Project: Traffic Server
  Issue Type: New Feature
  Components: Logging, SSL
Reporter: Leif Hedstrom
Assignee: Eric Schwartz
 Fix For: 6.1.0


 It seems crucial to be able to log which protocol handler was negotiated with 
 ALPN (and perhaps NPN as long as we support it). This could simple be the 
 string that was negotiated by the client/server in the TLS handshake. For 
 example, with HTTP/2, it would be h2 (or h2-14 with some browsers).
 A suggested log tag name would be %alpn which seems clear enough to me and 
 easy to remember :).



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


Build failed in Jenkins: tsqa-master #674

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/tsqa-master/674/

--
Started by upstream project in_tree-master build number 1199
originally caused by:
 Started by an SCM change
Building remotely on QA3 (qa) in workspace 
https://ci.trafficserver.apache.org/job/tsqa-master/ws/
  /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
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: Test reports were found but none of them are new. Did 
tests run? 
For example, 
https://ci.trafficserver.apache.org/job/tsqa-master/ws/src/ci/tsqa/nosetests.xml
 is 7 hr 6 min old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.init(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
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: clang-analyzer #1088

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/clang-analyzer/1088/changes

Changes:

[shinrich] TS-3534: Wiretracing SSL Connections. This closes #246.

--
[...truncated 2306 lines...]
reading sources... [ 81%] 
sdk/getting-started/plugin-registration-and-version-checking.en
reading sources... [ 82%] sdk/header-based-plugin-examples.en
reading sources... [ 82%] 
sdk/header-based-plugin-examples/basic-authorization-plugin.en
reading sources... [ 82%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/working-with-http-headers.en
reading sources... [ 83%] sdk/header-based-plugin-examples/blacklist-plugin.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.en
reading sources... [ 85%] sdk/how-to-create-trafficserver-plugins.en
reading sources... [ 85%] 
sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en
reading sources... [ 85%] sdk/http-headers.en
reading sources... [ 85%] 
sdk/http-headers/guide-to-trafficserver-http-header-system.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en
reading sources... [ 86%] sdk/http-headers/http-headers.en
reading sources... [ 87%] sdk/http-headers/marshal-buffers.en
reading sources... [ 87%] sdk/http-headers/mime-headers.en
reading sources... [ 87%] sdk/http-headers/urls.en
reading sources... [ 88%] sdk/http-hooks-and-transactions.en
reading sources... [ 88%] sdk/http-hooks-and-transactions/adding-hooks.en
reading sources... [ 88%] 
sdk/http-hooks-and-transactions/http-alternate-selection.en
reading sources... [ 88%] sdk/http-hooks-and-transactions/http-sessions.en
reading sources... [ 89%] sdk/http-hooks-and-transactions/http-transactions.en
reading sources... [ 89%] 
sdk/http-hooks-and-transactions/initiate-http-connection.en
reading sources... [ 89%] 
sdk/http-hooks-and-transactions/intercepting-http-transactions.en
reading sources... [ 90%] sdk/http-transformation-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/append-transform-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/sample-null-transformation-plugin.en
reading sources... [ 91%] sdk/index.en
reading sources... [ 91%] sdk/io-guide.en
reading sources... [ 91%] sdk/io-guide/guide-to-cache-api.en
reading sources... [ 91%] sdk/io-guide/guide-to-cache-api/errors.en
reading sources... [ 92%] sdk/io-guide/guide-to-cache-api/example.en
reading sources... [ 92%] 
sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en
reading sources... [ 92%] 
sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en
reading sources... [ 93%] sdk/io-guide/io-buffers.en
reading sources... [ 93%] sdk/io-guide/net-vconnections.en
reading sources... [ 93%] sdk/io-guide/transformations.en
reading sources... [ 93%] sdk/io-guide/vios.en
reading sources... [ 94%] sdk/misc-interface-guide.en
reading sources... [ 94%] sdk/misc-interface-guide/memory-allocation.en
reading sources... [ 94%] sdk/misc-interface-guide/thread-functions.en
reading sources... [ 95%] sdk/misc-interface-guide/tsfopen-family.en
reading sources... [ 95%] sdk/mutex-guide.en
reading sources... [ 95%] sdk/new-protocol-plugins.en
reading sources... [ 95%] sdk/plugin-configurations.en
reading sources... [ 96%] sdk/plugin-management.en
reading sources... [ 96%] sdk/plugin-management/guide-to-the-logging-api.en
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%] 

Build failed in Jenkins: centos_7-master » gcc,centos_7,release #972

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/972/

--
[...truncated 3545 lines...]
make -C src
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/lib/luajit/src'
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/972/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/217/

--
[...truncated 3563 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/218/

--
[...truncated 3468 lines...]
 CFLAGS=-std=gnu99 -ggdb3 -pipe -Wall 
-Wno-deprecated-declarations -Qunused-arguments -Werror -mcx16 
-Wno-parentheses-equality -Wno-tautological-compare -DLUA_COMPAT_ALL 
-DLUA_USE_POSIX -DLUA_USE_DLOPEN LDFLAGS=
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/lib/luajit'
 Building LuaJIT 2.0.3 
gmake -C src
gmake[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/lib/luajit/src'
clang: error: unsupported option '-dumpspecs'
clang: error: no input files
gmake[4]: Nothing to be done for 'default'.
gmake[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/lib/luajit'
gmake[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/lib'
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/lib'
Making check in proxy/hdrs
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/proxy/hdrs'
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/proxy/shared'
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/proxy/shared'
Making check in mgmt
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt'
Making check in cluster
gmake[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/cluster'
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/cluster'
Making check in utils
gmake[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/utils'
gmake  test_marshall
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/utils'
gmake  check-TESTS
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/utils'
gmake[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/utils'
PASS: test_marshall
gmake[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/utils'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

gmake[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/utils'
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/218/build/BUILDS/mgmt/utils'
gmake[2]: Leaving 

Build failed in Jenkins: ubuntu_12_04-master » gcc,ubuntu_12_04,debug #1208

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/1208/

--
[...truncated 3561 lines...]
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1208/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory 

Build failed in Jenkins: in_tree-master #1198

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/in_tree-master/1198/changes

Changes:

[shinrich] TS-3435 Make Log.cc:PERIODIC_TASKS_INTERVAL configurable. This 
closes #243.

--
[...truncated 2107 lines...]
depbase=`echo HttpPages.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpPages.o -MD -MP -MF $depbase.Tpo -c -o 
HttpPages.o HttpPages.cc \
mv -f $depbase.Tpo $depbase.Po
depbase=`echo HttpProxyServerMain.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpProxyServerMain.o -MD -MP -MF $depbase.Tpo 
-c -o HttpProxyServerMain.o HttpProxyServerMain.cc \
mv -f $depbase.Tpo $depbase.Po
depbase=`echo HttpSM.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpSM.o -MD -MP -MF $depbase.Tpo -c -o 
HttpSM.o HttpSM.cc \
mv -f $depbase.Tpo $depbase.Po
depbase=`echo HttpServerSession.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpServerSession.o -MD -MP -MF $depbase.Tpo 
-c -o HttpServerSession.o HttpServerSession.cc \
mv -f $depbase.Tpo $depbase.Po
depbase=`echo HttpSessionManager.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpSessionManager.o -MD 

Build failed in Jenkins: debian_jessie-master » gcc,debian_jessie,debug #745

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/745/

--
[...truncated 2435 lines...]
libtool: link: ( cd .libs  rm -f balancer.la  ln -s ../balancer.la 
balancer.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/745/build/BUILDS/plugins/experimental/balancer'
Making all in buffer_upload
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/745/build/BUILDS/plugins/experimental/buffer_upload'
depbase=`echo buffer_upload.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/buffer_upload 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  
-std=c++11 -ggdb3 -pipe -Wall -Werror -Wno-invalid-offsetof -mcx16 -MT 
buffer_upload.lo -MD -MP -MF $depbase.Tpo -c -o buffer_upload.lo 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc \
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. 
-I../../../../plugins/experimental/buffer_upload -I../../../lib 
-I../../../proxy/api -I../../../../proxy/api -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 -std=c++11 -ggdb3 -pipe -Wall 
-Werror -Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF 
.deps/buffer_upload.Tpo -c 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc  -fPIC -DPIC -o 
.libs/buffer_upload.o
/bin/bash ../../../libtool  --tag=CXX   --mode=link ccache c++  -std=c++11 
-ggdb3 -pipe -Wall -Werror -Wno-invalid-offsetof -mcx16 -module -shared 
-avoid-version -export-symbols-regex 
'^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$'
  -o buffer_upload.la -rpath 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/745/install/libexec/trafficserver
 buffer_upload.lo  -lcap -lpcre -lexpat -lz -lcrypt -lpthread -ldl 
libtool: link: /usr/bin/nm -B  .libs/buffer_upload.o   | sed -n -e 's/^.*[  
 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][  
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 
's/.* //' | sort | uniq  .libs/buffer_upload.exp
libtool: link: /bin/grep -E -e 
^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$
 .libs/buffer_upload.exp  .libs/buffer_upload.expT
libtool: link: mv -f .libs/buffer_upload.expT .libs/buffer_upload.exp
libtool: link: c++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o  .libs/buffer_upload.o   -lcap 
-lpcre /usr/lib/x86_64-linux-gnu/libexpat.so -lz -lcrypt -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o  -mcx16   
-Wl,-soname -Wl,buffer_upload.so -Wl,-retain-symbols-file 
-Wl,.libs/buffer_upload.exp -o .libs/buffer_upload.so
libtool: link: ( cd .libs  rm -f buffer_upload.la  ln -s 
../buffer_upload.la buffer_upload.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/745/build/BUILDS/plugins/experimental/buffer_upload'
Making all in cache_range_requests
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/745/build/BUILDS/plugins/experimental/cache_range_requests'
depbase=`echo cache_range_requests.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/cache_range_requests 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  
-std=c++11 -ggdb3 -pipe -Wall -Werror 

Build failed in Jenkins: fedora_22-master » spdy,fedora_22,debug #102

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/102/

--
[...truncated 3592 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
make[1]: Leaving directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/218/

--
[...truncated 3465 lines...]
test -d ../lib/luajit/src || cp -rf ../../lib/luajit ../lib/
cd luajit  gmake  BUILDMODE=static 
PREFIX=https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/install;
 CC=clang \
 CFLAGS=-std=gnu99 -g -pipe -Wall 
-Wno-deprecated-declarations -Qunused-arguments -O3 -fno-strict-aliasing 
-Werror -mcx16 -Wno-parentheses-equality -Wno-tautological-compare 
-DLUA_COMPAT_ALL -DLUA_USE_POSIX -DLUA_USE_DLOPEN LDFLAGS=
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/lib/luajit'
 Building LuaJIT 2.0.3 
gmake -C src
gmake[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/lib/luajit/src'
clang: error: unsupported option '-dumpspecs'
clang: error: no input files
gmake[4]: Nothing to be done for 'default'.
gmake[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/lib/luajit'
gmake[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/lib'
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/lib'
Making check in proxy/hdrs
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/proxy/hdrs'
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/proxy/shared'
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/proxy/shared'
Making check in mgmt
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt'
Making check in cluster
gmake[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt/cluster'
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt/cluster'
Making check in utils
gmake[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt/utils'
gmake  test_marshall
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt/utils'
gmake  check-TESTS
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt/utils'
gmake[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt/utils'
PASS: test_marshall
gmake[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt/utils'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/218/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

gmake[4]: Leaving directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/1208/

--
[...truncated 3556 lines...]
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1208/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 

Build failed in Jenkins: debian_jessie-master » gcc,debian_jessie,debug #746

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/746/

--
[...truncated 2435 lines...]
libtool: link: ( cd .libs  rm -f balancer.la  ln -s ../balancer.la 
balancer.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/746/build/BUILDS/plugins/experimental/balancer'
Making all in buffer_upload
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/746/build/BUILDS/plugins/experimental/buffer_upload'
depbase=`echo buffer_upload.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/buffer_upload 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  
-std=c++11 -ggdb3 -pipe -Wall -Werror -Wno-invalid-offsetof -mcx16 -MT 
buffer_upload.lo -MD -MP -MF $depbase.Tpo -c -o buffer_upload.lo 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc \
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. 
-I../../../../plugins/experimental/buffer_upload -I../../../lib 
-I../../../proxy/api -I../../../../proxy/api -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 -std=c++11 -ggdb3 -pipe -Wall 
-Werror -Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF 
.deps/buffer_upload.Tpo -c 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc  -fPIC -DPIC -o 
.libs/buffer_upload.o
/bin/bash ../../../libtool  --tag=CXX   --mode=link ccache c++  -std=c++11 
-ggdb3 -pipe -Wall -Werror -Wno-invalid-offsetof -mcx16 -module -shared 
-avoid-version -export-symbols-regex 
'^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$'
  -o buffer_upload.la -rpath 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/746/install/libexec/trafficserver
 buffer_upload.lo  -lcap -lpcre -lexpat -lz -lcrypt -lpthread -ldl 
libtool: link: /usr/bin/nm -B  .libs/buffer_upload.o   | sed -n -e 's/^.*[  
 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][  
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 
's/.* //' | sort | uniq  .libs/buffer_upload.exp
libtool: link: /bin/grep -E -e 
^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$
 .libs/buffer_upload.exp  .libs/buffer_upload.expT
libtool: link: mv -f .libs/buffer_upload.expT .libs/buffer_upload.exp
libtool: link: c++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o  .libs/buffer_upload.o   -lcap 
-lpcre /usr/lib/x86_64-linux-gnu/libexpat.so -lz -lcrypt -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o  -mcx16   
-Wl,-soname -Wl,buffer_upload.so -Wl,-retain-symbols-file 
-Wl,.libs/buffer_upload.exp -o .libs/buffer_upload.so
libtool: link: ( cd .libs  rm -f buffer_upload.la  ln -s 
../buffer_upload.la buffer_upload.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/746/build/BUILDS/plugins/experimental/buffer_upload'
Making all in cache_range_requests
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/746/build/BUILDS/plugins/experimental/cache_range_requests'
depbase=`echo cache_range_requests.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/cache_range_requests 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  
-std=c++11 -ggdb3 -pipe -Wall -Werror 

Build failed in Jenkins: ubuntu_13_10-master » gcc,ubuntu_13_10,release #1210

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/1210/

--
[...truncated 3548 lines...]
make -C src
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/lib/luajit/src'
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1210/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 

Build failed in Jenkins: ubuntu_15_04-master » gcc,ubuntu_15_04,debug #217

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/217/

--
[...truncated 3553 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=debug/ws/217/build/BUILDS/mgmt'
make[1]: 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/102/

--
[...truncated 3595 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/102/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/217/

--
[...truncated 3582 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/102/

--
[...truncated 3602 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
make[1]: Leaving directory 

Build failed in Jenkins: ubuntu_15_04-master » gcc,ubuntu_15_04,release #217

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/217/

--
[...truncated 3546 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 

Build failed in Jenkins: debian_jessie-master » gcc,debian_jessie,hardening #745

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/745/

--
[...truncated 2436 lines...]
libtool: link: ( cd .libs  rm -f balancer.la  ln -s ../balancer.la 
balancer.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/745/build/BUILDS/plugins/experimental/balancer'
Making all in buffer_upload
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/745/build/BUILDS/plugins/experimental/buffer_upload'
depbase=`echo buffer_upload.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/buffer_upload 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF $depbase.Tpo -c 
-o buffer_upload.lo 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc \
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. 
-I../../../../plugins/experimental/buffer_upload -I../../../lib 
-I../../../proxy/api -I../../../../proxy/api -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 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF 
.deps/buffer_upload.Tpo -c 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc  -fPIC -DPIC -o 
.libs/buffer_upload.o
/bin/bash ../../../libtool  --tag=CXX   --mode=link ccache c++  -std=c++11 -g 
-pipe -Wall -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -module -shared -avoid-version 
-export-symbols-regex 
'^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$'
  -o buffer_upload.la -rpath 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/745/install/libexec/trafficserver
 buffer_upload.lo  -lcap -lpcre -lexpat -lz -lcrypt -lpthread -ldl 
libtool: link: /usr/bin/nm -B  .libs/buffer_upload.o   | sed -n -e 's/^.*[  
 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][  
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 
's/.* //' | sort | uniq  .libs/buffer_upload.exp
libtool: link: /bin/grep -E -e 
^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$
 .libs/buffer_upload.exp  .libs/buffer_upload.expT
libtool: link: mv -f .libs/buffer_upload.expT .libs/buffer_upload.exp
libtool: link: c++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o  .libs/buffer_upload.o   -lcap 
-lpcre /usr/lib/x86_64-linux-gnu/libexpat.so -lz -lcrypt -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o  -O3 -mcx16  
 -Wl,-soname -Wl,buffer_upload.so -Wl,-retain-symbols-file 
-Wl,.libs/buffer_upload.exp -o .libs/buffer_upload.so
libtool: link: ( cd .libs  rm -f buffer_upload.la  ln -s 
../buffer_upload.la buffer_upload.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/745/build/BUILDS/plugins/experimental/buffer_upload'
Making all in cache_range_requests
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=hardening/ws/745/build/BUILDS/plugins/experimental/cache_range_requests'
depbase=`echo cache_range_requests.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/cache_range_requests 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -I../../../lib 
-I../../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT 

Build failed in Jenkins: ubuntu_15_04-master » gcc,ubuntu_15_04,spdy #217

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/217/

--
[...truncated 3583 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: 

Build failed in Jenkins: debian_7-master » gcc,debian_7,debug #1223

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/1223/

--
[...truncated 3555 lines...]
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1223/build/BUILDS/mgmt/api'
make[2]: 

Build failed in Jenkins: fedora_22-master » gcc,fedora_22,debug #102

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/102/

--
[...truncated 3592 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/102/build/BUILDS/mgmt'
Making 

Build failed in Jenkins: debian_jessie-master » gcc,debian_jessie,release #746

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/746/

--
[...truncated 2434 lines...]
libtool: link: ( cd .libs  rm -f balancer.la  ln -s ../balancer.la 
balancer.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/746/build/BUILDS/plugins/experimental/balancer'
Making all in buffer_upload
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/746/build/BUILDS/plugins/experimental/buffer_upload'
depbase=`echo buffer_upload.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/buffer_upload 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF $depbase.Tpo -c 
-o buffer_upload.lo 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc \
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. 
-I../../../../plugins/experimental/buffer_upload -I../../../lib 
-I../../../proxy/api -I../../../../proxy/api -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 -std=c++11 -g -pipe -Wall -O3 
-feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF 
.deps/buffer_upload.Tpo -c 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc  -fPIC -DPIC -o 
.libs/buffer_upload.o
/bin/bash ../../../libtool  --tag=CXX   --mode=link ccache c++  -std=c++11 -g 
-pipe -Wall -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing -Werror 
-Wno-invalid-offsetof -mcx16 -module -shared -avoid-version 
-export-symbols-regex 
'^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$'
  -o buffer_upload.la -rpath 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/746/install/libexec/trafficserver
 buffer_upload.lo  -lcap -lpcre -lexpat -lz -lcrypt -lpthread -ldl 
libtool: link: /usr/bin/nm -B  .libs/buffer_upload.o   | sed -n -e 's/^.*[  
 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][  
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 
's/.* //' | sort | uniq  .libs/buffer_upload.exp
libtool: link: /bin/grep -E -e 
^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$
 .libs/buffer_upload.exp  .libs/buffer_upload.expT
libtool: link: mv -f .libs/buffer_upload.expT .libs/buffer_upload.exp
libtool: link: c++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o  .libs/buffer_upload.o   -lcap 
-lpcre /usr/lib/x86_64-linux-gnu/libexpat.so -lz -lcrypt -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o  -O3 -mcx16  
 -Wl,-soname -Wl,buffer_upload.so -Wl,-retain-symbols-file 
-Wl,.libs/buffer_upload.exp -o .libs/buffer_upload.so
libtool: link: ( cd .libs  rm -f buffer_upload.la  ln -s 
../buffer_upload.la buffer_upload.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/746/build/BUILDS/plugins/experimental/buffer_upload'
Making all in cache_range_requests
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/746/build/BUILDS/plugins/experimental/cache_range_requests'
depbase=`echo cache_range_requests.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/cache_range_requests 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -I../../../lib 
-I../../../../lib -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 
-D_GNU_SOURCE -D_REENTRANT 

Build failed in Jenkins: ubuntu_13_10-master » gcc,ubuntu_13_10,debug #1210

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/1210/

--
[...truncated 3557 lines...]
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/1210/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory 

Build failed in Jenkins: debian_7-master » gcc,debian_7,release #1223

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/1223/

--
[...truncated 3548 lines...]
make -C src
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/lib/luajit/src'
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/1223/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/1230/

--
[...truncated 3574 lines...]
make -C src
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/lib/luajit/src'
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1230/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 

Build failed in Jenkins: tsqa-master #673

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/tsqa-master/673/

--
Started by upstream project in_tree-master build number 1196
originally caused by:
 Started by an SCM change
Building remotely on QA3 (qa) in workspace 
https://ci.trafficserver.apache.org/job/tsqa-master/ws/
  /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
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: Test reports were found but none of them are new. Did 
tests run? 
For example, 
https://ci.trafficserver.apache.org/job/tsqa-master/ws/src/ci/tsqa/nosetests.xml
 is 6 hr 44 min old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.init(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
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: in_tree-master #1197

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/in_tree-master/1197/changes

Changes:

[shinrich] [TS-3476] Add a log tag for application protocol.  This closes #244.

--
[...truncated 2188 lines...]
depbase=`echo HttpPages.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpPages.o -MD -MP -MF $depbase.Tpo -c -o 
HttpPages.o HttpPages.cc \
mv -f $depbase.Tpo $depbase.Po
depbase=`echo HttpProxyServerMain.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpProxyServerMain.o -MD -MP -MF $depbase.Tpo 
-c -o HttpProxyServerMain.o HttpProxyServerMain.cc \
mv -f $depbase.Tpo $depbase.Po
depbase=`echo HttpSM.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpSM.o -MD -MP -MF $depbase.Tpo -c -o 
HttpSM.o HttpSM.cc \
mv -f $depbase.Tpo $depbase.Po
depbase=`echo HttpServerSession.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpServerSession.o -MD -MP -MF $depbase.Tpo 
-c -o HttpServerSession.o HttpServerSession.cc \
mv -f $depbase.Tpo $depbase.Po
depbase=`echo HttpSessionManager.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\
ccache c++ -DHAVE_CONFIG_H -I. -I../../lib  -I../../iocore/eventsystem 
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb 
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils 
-I../../iocore/dns -I../../proxy/api/ts -I../../proxy -I../../lib 
-I../../lib/records -I../../lib/ts -I../../lib/ts -I../../mgmt 
-I../../mgmt/utils -I../../proxy/hdrs -I../../proxy/shared 
-I../../proxy/http/remap -I../../proxy/logging -I../../proxy/spdy 
-I../../proxy/http2 -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 HttpSessionManager.o -MD -MP -MF 

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

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/in_tree-master/1199/changes



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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/217/

--
[...truncated 3593 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/217/build/BUILDS/mgmt/api'

Build failed in Jenkins: debian_8-master » gcc,debian_8,debug #95

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/95/

--
[...truncated 3561 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/95/build/BUILDS/mgmt'
Making check in proxy
make[1]: Entering directory 

Build failed in Jenkins: tsqa-master #685

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/tsqa-master/685/

--
[...truncated 494 lines...]
test_chunked_keepalive_client (test_chunked.TestChunked) ... INFO 2015-07-10 
23:40:02,539 - sending data back to the client
INFO 2015-07-10 23:40:05,543 - sending data back to the client
INFO 2015-07-10 23:40:08,548 - sending data back to the client
INFO 2015-07-10 23:40:10,951 - sending data back to the client
INFO 2015-07-10 23:40:13,353 - sending data back to the client
INFO 2015-07-10 23:40:17,358 - sending data back to the client
ok
test_chunked_keepalive_server (test_chunked.TestChunked) ... INFO 2015-07-10 
23:40:21,363 - sending data back to the client
INFO 2015-07-10 23:40:24,367 - sending data back to the client
ok
Test that the origin does in fact support keepalive ... INFO 2015-07-10 
23:40:25,372 - sending data back to the client
INFO 2015-07-10 23:40:28,376 - sending data back to the client
INFO 2015-07-10 23:40:29,379 - sending data back to the client
INFO 2015-07-10 23:40:31,380 - Client disconnected
INFO 2015-07-10 23:40:31,782 - sending data back to the client
INFO 2015-07-10 23:40:32,184 - sending data back to the client
INFO 2015-07-10 23:40:34,185 - Client disconnected
INFO 2015-07-10 23:40:36,188 - sending data back to the client
ok
INFO 2015-07-10 23:40:38,198 - Client disconnected
INFO 2015-07-10 23:40:38,391 - Environment prefix is /tmp/tsqa.env.w2VqOu
INFO 2015-07-10 23:40:40,193 - 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 ... FAIL
Verify that we get 200s from origins that reset_after_accept ... FAIL
INFO 2015-07-10 23:40:49,683 - Environment prefix is /tmp/tsqa.env.PYLBeS
test_default_404 (test_example.TestBootstrap) ... ok
Test that traffic_line works, and verify that the values for proxy.config ... ok
INFO 2015-07-10 23:40:53,103 - Environment prefix is /tmp/tsqa.env.RdHP2n
test_spdy (test_example.TestConfigureFlags) ... ok
INFO 2015-07-10 23:40:56,504 - Environment prefix is /tmp/tsqa.env.cOehn7
test_basic_proxy (test_example.TestDynamicHTTPEndpointCase) ... 127.0.0.1 - - 
[10/Jul/2015 23:40:59] GET /test HTTP/1.1 404 0
ok
INFO 2015-07-10 23:40:59,909 - Environment prefix is /tmp/tsqa.env.ZpXMRV
test_logs_exist (test_example.TestLogRefCounting) ... 127.0.0.1 - - 
[10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
127.0.0.1 - - [10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
127.0.0.1 - - [10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
127.0.0.1 - - [10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
127.0.0.1 - - [10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
127.0.0.1 - - [10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
127.0.0.1 - - [10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
127.0.0.1 - - [10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
127.0.0.1 - - [10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
127.0.0.1 - - [10/Jul/2015 23:41:03] GET / HTTP/1.1 404 0
FAIL
INFO 2015-07-10 23:41:13,389 - Environment prefix is /tmp/tsqa.env.EmIGg7
test_logs_exist (test_example.TestLogs) ... FAIL
SKIP: Skip the entire class
INFO 2015-07-10 23:41:26,834 - Environment prefix is /tmp/tsqa.env.WitKer
test_basic_intercept (test_example.TestServerIntercept) ... 127.0.0.1 - - 
[10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
127.0.0.1 - - [10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
127.0.0.1 - - [10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
127.0.0.1 - - [10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
127.0.0.1 - - [10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
127.0.0.1 - - [10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
127.0.0.1 - - [10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
127.0.0.1 - - [10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
127.0.0.1 - - [10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
127.0.0.1 - - [10/Jul/2015 23:41:30] GET / HTTP/1.1 200 5
ok
INFO 2015-07-10 23:41:30,288 - Environment prefix is /tmp/tsqa.env.TtWZKX
test_lookup_timeout (test_hostdb.TestHostDBFailedDNS) ... ok
INFO 2015-07-10 23:41:35,716 - Environment prefix is /tmp/tsqa.env.0tSmXv
Test basic fnctionality of hosts files ... ok
Test that changes to hosts file get loaded within host_file.interval ... ok
INFO 2015-07-10 23:41:45,184 - Environment prefix is /tmp/tsqa.env.rGY52T
SKIP: 
  begin captured logging  
root: INFO: Environment prefix is /tmp/tsqa.env.rGY52T
-  end captured logging  -
INFO 2015-07-10 23:41:46,174 - Environment prefix is /tmp/tsqa.env.xbNyPU
test_ecdsa (test_https.TestECDSA) ... ok
test_intermediate_ca_ecdsa (test_https.TestECDSA) ... ok
test_intermediate_ca_rsa (test_https.TestECDSA) ... ok
We should be served the first match, since we aren't sending SNI headers ... ok
Make sure we get the certificate we asked for if we pass in SNI 

[jira] [Created] (TS-3760) Better error output for clang-format ci test

2015-07-10 Thread Thomas Jackson (JIRA)
Thomas Jackson created TS-3760:
--

 Summary: Better error output for clang-format ci test
 Key: TS-3760
 URL: https://issues.apache.org/jira/browse/TS-3760
 Project: Traffic Server
  Issue Type: Improvement
Reporter: Thomas Jackson


We have a job to run clang-format against master 
(https://ci.trafficserver.apache.org/job/clang-format/), but the output is 
basically a success/fail. Anything past that requires looking through the 
console output. To get something better we'd need to parse the output somehow 
and then generate a format Jenkins understands (Xunit works well-- even though 
it is XML).



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


[jira] [Updated] (TS-3760) Better error output for clang-format ci test

2015-07-10 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3760:
--
Component/s: CI

 Better error output for clang-format ci test
 

 Key: TS-3760
 URL: https://issues.apache.org/jira/browse/TS-3760
 Project: Traffic Server
  Issue Type: Improvement
  Components: CI
Reporter: Thomas Jackson
 Fix For: sometime


 We have a job to run clang-format against master 
 (https://ci.trafficserver.apache.org/job/clang-format/), but the output is 
 basically a success/fail. Anything past that requires looking through the 
 console output. To get something better we'd need to parse the output somehow 
 and then generate a format Jenkins understands (Xunit works well-- even 
 though it is XML).



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


[jira] [Updated] (TS-3760) Better error output for clang-format ci test

2015-07-10 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3760:
--
Fix Version/s: sometime

 Better error output for clang-format ci test
 

 Key: TS-3760
 URL: https://issues.apache.org/jira/browse/TS-3760
 Project: Traffic Server
  Issue Type: Improvement
  Components: CI
Reporter: Thomas Jackson
 Fix For: sometime


 We have a job to run clang-format against master 
 (https://ci.trafficserver.apache.org/job/clang-format/), but the output is 
 basically a success/fail. Anything past that requires looking through the 
 console output. To get something better we'd need to parse the output somehow 
 and then generate a format Jenkins understands (Xunit works well-- even 
 though it is XML).



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


[jira] [Updated] (TS-3760) Better error output for clang-format ci test

2015-07-10 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3760:
--
Assignee: Thomas Jackson

 Better error output for clang-format ci test
 

 Key: TS-3760
 URL: https://issues.apache.org/jira/browse/TS-3760
 Project: Traffic Server
  Issue Type: Improvement
  Components: CI
Reporter: Thomas Jackson
Assignee: Thomas Jackson
 Fix For: sometime


 We have a job to run clang-format against master 
 (https://ci.trafficserver.apache.org/job/clang-format/), but the output is 
 basically a success/fail. Anything past that requires looking through the 
 console output. To get something better we'd need to parse the output somehow 
 and then generate a format Jenkins understands (Xunit works well-- even 
 though it is XML).



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


[jira] [Commented] (TS-1419) in strict round robin mode, some hostdb entry marked down(ip is down) will be used, then some request will be responsed 502

2015-07-10 Thread Alan M. Carroll (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14623124#comment-14623124
 ] 

Alan M. Carroll commented on TS-1419:
-

I don't see how the changes in TS-3725 would have any effect on this. I'm not 
sure what that refers to in ability to actually use that. DNS nameservers 
will provide multiple IP addresses to use for round robin serving.

 in strict round robin mode, some hostdb entry marked down(ip is down) will be 
 used, then some request will be responsed  502  
 --

 Key: TS-1419
 URL: https://issues.apache.org/jira/browse/TS-1419
 Project: Traffic Server
  Issue Type: Improvement
  Components: DNS
Affects Versions: 3.3.0, 3.2.0
 Environment: CONFIG proxy.config.hostdb.strict_round_robin INT 1
Reporter: Bin Chen
Assignee: Alan M. Carroll
  Labels: yahoo
 Fix For: 6.1.0


 in strict round robin mode, some hostdb entry marked down(ip is down) will be 
 used, then some request will be responsed  502. Should we skip entry which be 
 marked down? so, we can't always response by alive server(up entry).



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


[jira] [Commented] (TS-3750) HostDB: Setting DNS TTL to ignore still creates many DNS lookups

2015-07-10 Thread Adam W. Dace (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14623195#comment-14623195
 ] 

Adam W. Dace commented on TS-3750:
--

Kinda bored, so I'm attempting to dig into this further.

For some reason, this only occurs during HTTP proxy requests.  From what I can 
tell, HTTPS tunneling works fine...every time.
Still no idea why.

Back to digging.  :)

 HostDB:  Setting DNS TTL to ignore still creates many DNS lookups
 ---

 Key: TS-3750
 URL: https://issues.apache.org/jira/browse/TS-3750
 Project: Traffic Server
  Issue Type: Bug
  Components: DNS, HostDB
Affects Versions: 6.0.0
Reporter: Adam W. Dace
Priority: Minor
 Fix For: 6.1.0


 In an effort to further speed my forward-only proxy cache, I've been 
 experimenting with using a 1-4 hour internal TTL in HostDB(as opposed to the 
 default).  Many websites set their DNS TTL extremely low(i.e. 60 seconds), 
 and I'd like to bypass that behavior.
 Unfortunately, according to OpenDNS my proxy is still generating roughly 1 
 DNS lookup per HTTP request.  I don't know why.
 I've taken a look at the codebase, but frankly it's all state machines in 
 there and I don't possess the skills to identify and fix this problem.  I 
 have turned on debugging and can say there does appear to be a lot of DNS 
 activity going on.
 If someone could take a look, I'd greatly appreciate it.  I'll be happy to 
 help test, also.  Thanks!



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


[jira] [Comment Edited] (TS-3750) HostDB: Setting DNS TTL to ignore still creates many DNS lookups

2015-07-10 Thread Adam W. Dace (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14623195#comment-14623195
 ] 

Adam W. Dace edited comment on TS-3750 at 7/11/15 4:27 AM:
---

Kinda bored, so I'm attempting to dig into this further.

At first I thought it was only HTTP proxy requests.  That assumption was just 
plain wrong.

Along the way I discovered I'm getting a heck of a lot of DNS Error Code 0 
errors.
Although I'm sure this is a symptom, not a cause, I've come up with a one-line 
patch
that allows HostDB to function more effectively.

I'll probably take another look at this in a few days.



was (Author: adace):
Kinda bored, so I'm attempting to dig into this further.

For some reason, this only occurs during HTTP proxy requests.  From what I can 
tell, HTTPS tunneling works fine...every time.
Still no idea why.

Back to digging.  :)

 HostDB:  Setting DNS TTL to ignore still creates many DNS lookups
 ---

 Key: TS-3750
 URL: https://issues.apache.org/jira/browse/TS-3750
 Project: Traffic Server
  Issue Type: Bug
  Components: DNS, HostDB
Affects Versions: 6.0.0
Reporter: Adam W. Dace
Priority: Minor
 Fix For: 6.1.0


 In an effort to further speed my forward-only proxy cache, I've been 
 experimenting with using a 1-4 hour internal TTL in HostDB(as opposed to the 
 default).  Many websites set their DNS TTL extremely low(i.e. 60 seconds), 
 and I'd like to bypass that behavior.
 Unfortunately, according to OpenDNS my proxy is still generating roughly 1 
 DNS lookup per HTTP request.  I don't know why.
 I've taken a look at the codebase, but frankly it's all state machines in 
 there and I don't possess the skills to identify and fix this problem.  I 
 have turned on debugging and can say there does appear to be a lot of DNS 
 activity going on.
 If someone could take a look, I'd greatly appreciate it.  I'll be happy to 
 help test, also.  Thanks!



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


[jira] [Comment Edited] (TS-3754) IOBuffer memory leak

2015-07-10 Thread Oknet Xu (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622401#comment-14622401
 ] 

Oknet Xu edited comment on TS-3754 at 7/10/15 2:55 PM:
---

suggest fix it immediately due to the reason list at below:
- the IOBufferData alloced from ioDataAllocator and the size is calculate by 
128*2^n .
- the write_avail()  = _buf_end - _end
- write operation will overwrite the next IOBufferData object in 
ioDataAllocator and the data in IOBufferData will be corrupted if _buf_end is 
exceeded.
- the freelist in ProxyAllocator object maybe broken if the memory area belongs 
to next IOBufferData object is available to alloc or dealloc by THREAD_FREE




was (Author: oknet):
suggest fix it immediately due to the reason list at below:
- the IOBufferData alloced from ioDataAllocator and the size is calculate by 
128*2^n .
- the write_avail()  = _buf_end - _end
- write operation will overwrite the next IOBufferData object in 
ioDataAllocator and the data in IOBufferData will be corrupted if _buf_end is 
exceeded.
- the freelist in ProxyAllocator object maybe broken if the memory area belongs 
to next IOBufferData object is availabed to alloc or dealloc by THREAD_FREE



 IOBuffer memory leak
 

 Key: TS-3754
 URL: https://issues.apache.org/jira/browse/TS-3754
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Oknet Xu
Priority: Critical

 the pointer `_end_buf` exceed the IOBufferData-_data size if offset  0
 patch at below
 {code}
 diff --git a/iocore/eventsystem/P_IOBuffer.h b/iocore/eventsystem/P_IOBuffer.h
 index 3b8c323..71de17d 100644
 --- a/iocore/eventsystem/P_IOBuffer.h
 +++ b/iocore/eventsystem/P_IOBuffer.h
 @@ -477,7 +477,7 @@ IOBufferBlock::set(IOBufferData *d, int64_t len, int64_t 
 offset)
data = d;
_start = buf() + offset;
_end = _start + len;
 -  _buf_end = _start + d-block_size();
 +  _buf_end = _buf() + d-block_size();
  }
  
  TS_INLINE void
 {code}



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


[jira] [Comment Edited] (TS-3754) IOBuffer memory leak

2015-07-10 Thread Oknet Xu (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622401#comment-14622401
 ] 

Oknet Xu edited comment on TS-3754 at 7/10/15 2:53 PM:
---

suggest fix it immediately due to the reason list at below:
- the IOBufferData alloced from ioDataAllocator and the size is calculate by 
128*2^n .
- the write_avail()  = _buf_end - _end
- write operation will overwrite the next IOBufferData object in 
ioDataAllocator and the data in IOBufferData will be corrupted if _buf_end is 
exceeded.
- the freelist in ProxyAllocator object maybe broken if the memory area belongs 
to next IOBufferData object is availabed to alloc or dealloc by THREAD_FREE




was (Author: oknet):
suggest fix it immediately due to the reason list at below:
- the IOBufferData alloced from ioDataAllocator and the size is calculate by 
128*2^n .
- the write_avail()  is _buf_end - _end
- write operation will overwrite the next IOBufferData object in 
ioDataAllocator and the data in IOBufferData will be corrupted if _buf_end is 
exceeded.
- the freelist in ProxyAllocator object maybe broken if the memory area belongs 
to next IOBufferData object is availabed to alloc or dealloc by THREAD_FREE



 IOBuffer memory leak
 

 Key: TS-3754
 URL: https://issues.apache.org/jira/browse/TS-3754
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Oknet Xu
Priority: Critical

 the pointer `_end_buf` exceed the IOBufferData-_data size if offset  0
 patch at below
 {code}
 diff --git a/iocore/eventsystem/P_IOBuffer.h b/iocore/eventsystem/P_IOBuffer.h
 index 3b8c323..71de17d 100644
 --- a/iocore/eventsystem/P_IOBuffer.h
 +++ b/iocore/eventsystem/P_IOBuffer.h
 @@ -477,7 +477,7 @@ IOBufferBlock::set(IOBufferData *d, int64_t len, int64_t 
 offset)
data = d;
_start = buf() + offset;
_end = _start + len;
 -  _buf_end = _start + d-block_size();
 +  _buf_end = _buf() + d-block_size();
  }
  
  TS_INLINE void
 {code}



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


[jira] [Updated] (TS-3656) Activating follow redirection in send server response hook does not work for post

2015-07-10 Thread Susan Hinrichs (JIRA)

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

Susan Hinrichs updated TS-3656:
---
Fix Version/s: (was: 6.0.0)
   6.1.0

 Activating follow redirection in send server response hook does not work for 
 post
 -

 Key: TS-3656
 URL: https://issues.apache.org/jira/browse/TS-3656
 Project: Traffic Server
  Issue Type: Bug
  Components: HTTP
Reporter: Susan Hinrichs
Assignee: Susan Hinrichs
 Fix For: 6.1.0


 If you have a plugin on the TS_HTTP_SEND_RESPONSE_HDR_HOOK, calls 
 TSHttpTxnFollowRedirect(txn, 1), redirecting a POST request will fail.
 In the not so bad case, the POST request will be redirected to the new 
 location, but the POST data will be lost.
 In the more bad case, ATS will crash.
 The issue is that the post_redirect buffers are freed early on.  One could 
 delay the post_redirect deallocation until later in the transaction.  



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


Build failed in Jenkins: tsqa-master #676

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/tsqa-master/676/

--
Started by user Leif Hedstrom
Building remotely on QA3 (qa) in workspace 
https://ci.trafficserver.apache.org/job/tsqa-master/ws/
  /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
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: Test reports were found but none of them are new. Did 
tests run? 
For example, 
https://ci.trafficserver.apache.org/job/tsqa-master/ws/src/ci/tsqa/nosetests.xml
 is 10 hr old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.init(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
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: freebsd_10-master » clang,freebsd_10,debug #219

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/219/

--
[...truncated 3468 lines...]
 CFLAGS=-std=gnu99 -ggdb3 -pipe -Wall 
-Wno-deprecated-declarations -Qunused-arguments -Werror -mcx16 
-Wno-parentheses-equality -Wno-tautological-compare -DLUA_COMPAT_ALL 
-DLUA_USE_POSIX -DLUA_USE_DLOPEN LDFLAGS=
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/lib/luajit'
 Building LuaJIT 2.0.3 
gmake -C src
gmake[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/lib/luajit/src'
clang: error: unsupported option '-dumpspecs'
clang: error: no input files
gmake[4]: Nothing to be done for 'default'.
gmake[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/lib/luajit'
gmake[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/lib'
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/lib'
Making check in proxy/hdrs
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/proxy/hdrs'
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/proxy/shared'
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/proxy/shared'
Making check in mgmt
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt'
Making check in cluster
gmake[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/cluster'
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/cluster'
Making check in utils
gmake[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/utils'
gmake  test_marshall
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/utils'
gmake  check-TESTS
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/utils'
gmake[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/utils'
PASS: test_marshall
gmake[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/utils'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

gmake[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/utils'
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/ws/219/build/BUILDS/mgmt/utils'
gmake[2]: Leaving 

Build failed in Jenkins: clang-analyzer #1090

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/clang-analyzer/1090/

--
[...truncated 2306 lines...]
reading sources... [ 81%] 
sdk/getting-started/plugin-registration-and-version-checking.en
reading sources... [ 82%] sdk/header-based-plugin-examples.en
reading sources... [ 82%] 
sdk/header-based-plugin-examples/basic-authorization-plugin.en
reading sources... [ 82%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/working-with-http-headers.en
reading sources... [ 83%] sdk/header-based-plugin-examples/blacklist-plugin.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.en
reading sources... [ 85%] sdk/how-to-create-trafficserver-plugins.en
reading sources... [ 85%] 
sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en
reading sources... [ 85%] sdk/http-headers.en
reading sources... [ 85%] 
sdk/http-headers/guide-to-trafficserver-http-header-system.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en
reading sources... [ 86%] sdk/http-headers/http-headers.en
reading sources... [ 87%] sdk/http-headers/marshal-buffers.en
reading sources... [ 87%] sdk/http-headers/mime-headers.en
reading sources... [ 87%] sdk/http-headers/urls.en
reading sources... [ 88%] sdk/http-hooks-and-transactions.en
reading sources... [ 88%] sdk/http-hooks-and-transactions/adding-hooks.en
reading sources... [ 88%] 
sdk/http-hooks-and-transactions/http-alternate-selection.en
reading sources... [ 88%] sdk/http-hooks-and-transactions/http-sessions.en
reading sources... [ 89%] sdk/http-hooks-and-transactions/http-transactions.en
reading sources... [ 89%] 
sdk/http-hooks-and-transactions/initiate-http-connection.en
reading sources... [ 89%] 
sdk/http-hooks-and-transactions/intercepting-http-transactions.en
reading sources... [ 90%] sdk/http-transformation-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/append-transform-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/sample-null-transformation-plugin.en
reading sources... [ 91%] sdk/index.en
reading sources... [ 91%] sdk/io-guide.en
reading sources... [ 91%] sdk/io-guide/guide-to-cache-api.en
reading sources... [ 91%] sdk/io-guide/guide-to-cache-api/errors.en
reading sources... [ 92%] sdk/io-guide/guide-to-cache-api/example.en
reading sources... [ 92%] 
sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en
reading sources... [ 92%] 
sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en
reading sources... [ 93%] sdk/io-guide/io-buffers.en
reading sources... [ 93%] sdk/io-guide/net-vconnections.en
reading sources... [ 93%] sdk/io-guide/transformations.en
reading sources... [ 93%] sdk/io-guide/vios.en
reading sources... [ 94%] sdk/misc-interface-guide.en
reading sources... [ 94%] sdk/misc-interface-guide/memory-allocation.en
reading sources... [ 94%] sdk/misc-interface-guide/thread-functions.en
reading sources... [ 95%] sdk/misc-interface-guide/tsfopen-family.en
reading sources... [ 95%] sdk/mutex-guide.en
reading sources... [ 95%] sdk/new-protocol-plugins.en
reading sources... [ 95%] sdk/plugin-configurations.en
reading sources... [ 96%] sdk/plugin-management.en
reading sources... [ 96%] sdk/plugin-management/guide-to-the-logging-api.en
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%] 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/103/

--
[...truncated 3595 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=clang,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 

[jira] [Commented] (TS-1419) in strict round robin mode, some hostdb entry marked down(ip is down) will be used, then some request will be responsed 502

2015-07-10 Thread Alan M. Carroll (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622425#comment-14622425
 ] 

Alan M. Carroll commented on TS-1419:
-

As far as I can tell this is as expected. If the proxy host is down, then it 
will be retried after a while, specified by 
proxy.config.http.down_server.cache_time 
(https://docs.trafficserver.apache.org/en/latest/reference/configuration/records.config.en.html#proxy-config-http-down-server-cache-time).
 This will generate the 502. If the down server is not retried at some point, I 
don't see how it can ever be used again by ATS.

There is a complaint (and potential bug) that ATS does not failover internally 
to another round robin address if the selected one is down. I'm investigating 
that now.

 in strict round robin mode, some hostdb entry marked down(ip is down) will be 
 used, then some request will be responsed  502  
 --

 Key: TS-1419
 URL: https://issues.apache.org/jira/browse/TS-1419
 Project: Traffic Server
  Issue Type: Improvement
  Components: DNS
Affects Versions: 3.3.0, 3.2.0
 Environment: CONFIG proxy.config.hostdb.strict_round_robin INT 1
Reporter: Bin Chen
Assignee: Alan M. Carroll
  Labels: yahoo
 Fix For: 6.1.0


 in strict round robin mode, some hostdb entry marked down(ip is down) will be 
 used, then some request will be responsed  502. Should we skip entry which be 
 marked down? so, we can't always response by alive server(up entry).



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


[jira] [Commented] (TS-3486) Segfault in do_io_write with plugin (??)

2015-07-10 Thread Susan Hinrichs (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622152#comment-14622152
 ] 

Susan Hinrichs commented on TS-3486:


I think the plan was to get a 5.3.2 out pretty quickly with this fix and one 
other.  I don't think we back point to already released point releases.

 Segfault in do_io_write with plugin (??)
 

 Key: TS-3486
 URL: https://issues.apache.org/jira/browse/TS-3486
 Project: Traffic Server
  Issue Type: Bug
Affects Versions: 5.2.0, 5.3.0
Reporter: Qiang Li
Assignee: Susan Hinrichs
  Labels: crash
 Fix For: 6.0.0

 Attachments: ts-3266-2.diff, ts-3266-complete.diff, 
 ts3486-ptrace.txt.gz


 {code}
 (gdb) bt
 #0  0x005bdb8b in HttpServerSession::do_io_write (this=value 
 optimized out, c=0x2aaadccc4bf0, nbytes=576, buf=0x2aaafc2ffee8, owner=false)
 at HttpServerSession.cc:104
 #1  0x005acc1d in HttpSM::setup_server_send_request 
 (this=0x2aaadccc4bf0) at HttpSM.cc:5686
 #2  0x005b3f85 in HttpSM::handle_api_return (this=0x2aaadccc4bf0) at 
 HttpSM.cc:1520
 #3  0x005b45f8 in HttpSM::state_api_callout (this=0x2aaadccc4bf0, 
 event=6, data=0x0) at HttpSM.cc:1455
 #4  0x005b980b in HttpSM::state_api_callback (this=0x2aaadccc4bf0, 
 event=6, data=0x0) at HttpSM.cc:1275
 #5  0x004d7a1b in TSHttpTxnReenable (txnp=0x2aaadccc4bf0, 
 event=TS_EVENT_HTTP_CONTINUE) at InkAPI.cc:5614
 #6  0x2ba118441c89 in cachefun (contp=value optimized out, event=value 
 optimized out, edata=0x2aaadccc4bf0) at main.cpp:1876
 #7  0x005b4466 in HttpSM::state_api_callout (this=0x2aaadccc4bf0, 
 event=value optimized out, data=value optimized out) at HttpSM.cc:1381
 #8  0x005b627d in HttpSM::do_http_server_open (this=0x2aaadccc4bf0, 
 raw=value optimized out) at HttpSM.cc:4639
 #9  0x005baa04 in HttpSM::set_next_state (this=0x2aaadccc4bf0) at 
 HttpSM.cc:7021
 #10 0x005b25a3 in HttpSM::state_cache_open_write 
 (this=0x2aaadccc4bf0, event=1108, data=0x2aab1c3b6800) at HttpSM.cc:2442
 #11 0x005b5b28 in HttpSM::main_handler (this=0x2aaadccc4bf0, 
 event=1108, data=0x2aab1c3b6800) at HttpSM.cc:2554
 #12 0x0059338a in handleEvent (this=0x2aaadccc6618, event=value 
 optimized out, data=0x2aab1c3b6800) at 
 ../../iocore/eventsystem/I_Continuation.h:145
 #13 HttpCacheSM::state_cache_open_write (this=0x2aaadccc6618, event=value 
 optimized out, data=0x2aab1c3b6800) at HttpCacheSM.cc:167
 #14 0x00697223 in handleEvent (this=0x2aab1c3b6800, event=value 
 optimized out) at ../../iocore/eventsystem/I_Continuation.h:145
 #15 CacheVC::callcont (this=0x2aab1c3b6800, event=value optimized out) at 
 ../../iocore/cache/P_CacheInternal.h:662
 #16 0x00715940 in Cache::open_write (this=value optimized out, 
 cont=value optimized out, key=0x2ba0ff762d70, info=value optimized out, 
 apin_in_cache=46914401429576, type=CACHE_FRAG_TYPE_HTTP, 
 hostname=0x2aaadd281078 
 www.mifangba.comhttpapi.phpwww.mifangba.comhttp://www.mifangba.com/api.php?op=countid=4modelid=12;,
  host_len=16) at CacheWrite.cc:1788
 #17 0x006e5765 in open_write (this=value optimized out, 
 cont=0x2aaadccc6618, expected_size=value optimized out, url=0x2aaadccc5310, 
 cluster_cache_local=value optimized out, request=value optimized out, 
 old_info=0x0, pin_in_cache=0, type=CACHE_FRAG_TYPE_HTTP) at 
 P_CacheInternal.h:1093
 #18 CacheProcessor::open_write (this=value optimized out, 
 cont=0x2aaadccc6618, expected_size=value optimized out, url=0x2aaadccc5310, 
 cluster_cache_local=value optimized out, request=value optimized out, 
 old_info=0x0, pin_in_cache=0, type=CACHE_FRAG_TYPE_HTTP) at Cache.cc:3622
 #19 0x005936f0 in HttpCacheSM::open_write (this=0x2aaadccc6618, 
 url=value optimized out, request=value optimized out, old_info=value 
 optimized out, 
 pin_in_cache=value optimized out, retry=value optimized out, 
 allow_multiple=false) at HttpCacheSM.cc:298
 #20 0x005a022e in HttpSM::do_cache_prepare_action 
 (this=0x2aaadccc4bf0, c_sm=0x2aaadccc6618, object_read_info=0x0, retry=true, 
 allow_multiple=false) at HttpSM.cc:4511
 #21 0x005babd9 in do_cache_prepare_write (this=0x2aaadccc4bf0) at 
 HttpSM.cc:4436
 #22 HttpSM::set_next_state (this=0x2aaadccc4bf0) at HttpSM.cc:7098
 #23 0x005b3f5f in HttpSM::handle_api_return (this=0x2aaadccc4bf0) at 
 HttpSM.cc:1517
 #24 0x005b45f8 in HttpSM::state_api_callout (this=0x2aaadccc4bf0, 
 event=0, data=0x0) at HttpSM.cc:1455
 #25 0x005ba712 in HttpSM::set_next_state (this=0x2aaadccc4bf0) at 
 HttpSM.cc:6876
 #26 0x005ba702 in HttpSM::set_next_state (this=0x2aaadccc4bf0) at 
 HttpSM.cc:6919
 #27 0x005b3f5f in HttpSM::handle_api_return 

Build failed in Jenkins: clang-analyzer #1089

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/clang-analyzer/1089/changes

Changes:

[shinrich] [TS-3476] Add a log tag for application protocol.  This closes #244.

[shinrich] TS-3435 Make Log.cc:PERIODIC_TASKS_INTERVAL configurable. This 
closes #243.

[shinrich] Fix compiler working.  Apply clang-format changes.

--
[...truncated 2306 lines...]
reading sources... [ 81%] 
sdk/getting-started/plugin-registration-and-version-checking.en
reading sources... [ 82%] sdk/header-based-plugin-examples.en
reading sources... [ 82%] 
sdk/header-based-plugin-examples/basic-authorization-plugin.en
reading sources... [ 82%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/implementing-the-handler-and-getting-a-handle-to-the-transaction.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/setting-a-transaction-hook.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/basic-authorization-plugin/working-with-http-headers.en
reading sources... [ 83%] sdk/header-based-plugin-examples/blacklist-plugin.en
reading sources... [ 83%] 
sdk/header-based-plugin-examples/blacklist-plugin/accessing-the-transaction-being-processed.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/setting-a-global-hook.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en
reading sources... [ 84%] 
sdk/header-based-plugin-examples/blacklist-plugin/working-with-http-header-functions.en
reading sources... [ 85%] sdk/how-to-create-trafficserver-plugins.en
reading sources... [ 85%] 
sdk/how-to-create-trafficserver-plugins/roadmap-for-creating-plugins.en
reading sources... [ 85%] sdk/http-headers.en
reading sources... [ 85%] 
sdk/http-headers/guide-to-trafficserver-http-header-system.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/duplicate-mime-fields-are-not-coalesced.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/mime-fields-always-belong-to-an-associated-mime-header.en
reading sources... [ 86%] 
sdk/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en
reading sources... [ 86%] sdk/http-headers/http-headers.en
reading sources... [ 87%] sdk/http-headers/marshal-buffers.en
reading sources... [ 87%] sdk/http-headers/mime-headers.en
reading sources... [ 87%] sdk/http-headers/urls.en
reading sources... [ 88%] sdk/http-hooks-and-transactions.en
reading sources... [ 88%] sdk/http-hooks-and-transactions/adding-hooks.en
reading sources... [ 88%] 
sdk/http-hooks-and-transactions/http-alternate-selection.en
reading sources... [ 88%] sdk/http-hooks-and-transactions/http-sessions.en
reading sources... [ 89%] sdk/http-hooks-and-transactions/http-transactions.en
reading sources... [ 89%] 
sdk/http-hooks-and-transactions/initiate-http-connection.en
reading sources... [ 89%] 
sdk/http-hooks-and-transactions/intercepting-http-transactions.en
reading sources... [ 90%] sdk/http-transformation-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/append-transform-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en
reading sources... [ 90%] 
sdk/http-transformation-plugin/sample-null-transformation-plugin.en
reading sources... [ 91%] sdk/index.en
reading sources... [ 91%] sdk/io-guide.en
reading sources... [ 91%] sdk/io-guide/guide-to-cache-api.en
reading sources... [ 91%] sdk/io-guide/guide-to-cache-api/errors.en
reading sources... [ 92%] sdk/io-guide/guide-to-cache-api/example.en
reading sources... [ 92%] 
sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-remove.en
reading sources... [ 92%] 
sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en
reading sources... [ 93%] sdk/io-guide/io-buffers.en
reading sources... [ 93%] sdk/io-guide/net-vconnections.en
reading sources... [ 93%] sdk/io-guide/transformations.en
reading sources... [ 93%] sdk/io-guide/vios.en
reading sources... [ 94%] sdk/misc-interface-guide.en
reading sources... [ 94%] sdk/misc-interface-guide/memory-allocation.en
reading sources... [ 94%] sdk/misc-interface-guide/thread-functions.en
reading sources... [ 95%] sdk/misc-interface-guide/tsfopen-family.en
reading sources... [ 95%] sdk/mutex-guide.en
reading sources... [ 95%] sdk/new-protocol-plugins.en
reading sources... [ 95%] sdk/plugin-configurations.en
reading sources... [ 96%] sdk/plugin-management.en
reading sources... [ 96%] sdk/plugin-management/guide-to-the-logging-api.en
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%] 

[jira] [Updated] (TS-3754) IOBuffer memory leak

2015-07-10 Thread Oknet Xu (JIRA)

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

Oknet Xu updated TS-3754:
-
Priority: Critical  (was: Major)

 IOBuffer memory leak
 

 Key: TS-3754
 URL: https://issues.apache.org/jira/browse/TS-3754
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Oknet Xu
Priority: Critical

 the pointer `_end_buf` exceed the IOBufferData-_data size if offset  0
 patch at below
 {code}
 diff --git a/iocore/eventsystem/P_IOBuffer.h b/iocore/eventsystem/P_IOBuffer.h
 index 3b8c323..71de17d 100644
 --- a/iocore/eventsystem/P_IOBuffer.h
 +++ b/iocore/eventsystem/P_IOBuffer.h
 @@ -477,7 +477,7 @@ IOBufferBlock::set(IOBufferData *d, int64_t len, int64_t 
 offset)
data = d;
_start = buf() + offset;
_end = _start + len;
 -  _buf_end = _start + d-block_size();
 +  _buf_end = _buf() + d-block_size();
  }
  
  TS_INLINE void
 {code}



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


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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/1231/

--
[...truncated 3572 lines...]
make -C src
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/lib/luajit/src'
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/1231/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 

Build failed in Jenkins: ubuntu_15_04-master » gcc,ubuntu_15_04,release #218

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/218/

--
[...truncated 3546 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=release/ws/218/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 

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

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/out_of_tree-master/989/changes



Build failed in Jenkins: tsqa-master #675

2015-07-10 Thread jenkins
See https://ci.trafficserver.apache.org/job/tsqa-master/675/

--
Started by upstream project out_of_tree-master build number 989
originally caused by:
 Started by user Leif Hedstrom
Building remotely on QA3 (qa) in workspace 
https://ci.trafficserver.apache.org/job/tsqa-master/ws/
  /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
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: Test reports were found but none of them are new. Did 
tests run? 
For example, 
https://ci.trafficserver.apache.org/job/tsqa-master/ws/src/ci/tsqa/nosetests.xml
 is 9 hr 4 min old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.init(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
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: osx-master » clang,osx,debug #207

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/207/

--
[...truncated 1293 lines...]
  CXXLDremap_header_add.la
  CXXLDssl-sni.la
  CXXLDssl-sni-whitelist.la
  CCLD thread-1.la
  CCLD txn-data-sink.la
  CCLD version.la
Making all in rc
make[1]: Nothing to be done for `all'.
Making all in doc
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all-am'.
+ make test
Making check in proxy/api/ts
make[1]: Nothing to be done for `check'.
Making check in iocore
Making check in eventsystem
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_Buffer test_Event
  CXX  test_Buffer-test_Buffer.o
  CXXLDtest_Buffer
  CXX  test_Event-test_Event.o
  CXXLDtest_Event
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_Buffer
PASS: test_Event
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in net
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_certlookup
  CXX  test_certlookup.o
  CXXLDtest_certlookup
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_certlookup
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in aio
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_AIO
  CXX  test_AIO-test_AIO.o
  CXXLDtest_AIO
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_AIO.sample
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in dns
make[2]: Nothing to be done for `check'.
Making check in hostdb
make[2]: Nothing to be done for `check'.
Making check in utils
make[2]: Nothing to be done for `check'.
Making check in cache
make[2]: Nothing to be done for `check'.
Making check in cluster
make[2]: Nothing to be done for `check'.
make[2]: Nothing to be done for `check-am'.
Making check in lib
Making check in ts
/Applications/Xcode.app/Contents/Developer/usr/bin/make  test_arena test_atomic 
test_freelist test_geometry test_List test_Map test_Regex test_Vec 
test_X509HostnameValidator
  CXX  test_arena.o
  CXXLDtest_arena
  CXX  test_atomic.o
  CXXLDtest_atomic
  CXX  test_freelist.o
  CXXLDtest_freelist
  CXX  test_geometry.o
  CXXLDtest_geometry
  CXX  test_List.o
  CXXLDtest_List
  CXX  test_Map.o
  CXXLDtest_Map
  CXX  test_Regex.o
  CXXLDtest_Regex
  CXX  test_Vec.o
  CXXLDtest_Vec
  CXX  test_X509HostnameValidator.o
  CXXLDtest_X509HostnameValidator
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
PASS: test_arena
PASS: test_atomic
PASS: test_freelist
PASS: test_geometry
PASS: test_List
PASS: test_Map
PASS: test_Regex
PASS: test_Vec
PASS: test_X509HostnameValidator
make[5]: Nothing to be done for `all'.

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 9
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Making check in records
make[2]: Nothing to be done for `check'.
Making check in tsconfig
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-am
make[3]: Nothing to be done for `check-am'.
Making check in perl
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile-pl 
INSTALLDIRS= 
PREFIX=https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/207/install
 DESTDIR=
Making all in luajit
test -d ../../lib/luajit/src || (cd ../..  git submodule update --init)
test -d ../lib/luajit/src || cp -rf ../../lib/luajit ../lib/
cd luajit  /Applications/Xcode.app/Contents/Developer/usr/bin/make  
BUILDMODE=static 

Build failed in Jenkins: fedora_22-master » gcc,fedora_22,release #103

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/103/

--
[...truncated 3585 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 

Build failed in Jenkins: ubuntu_13_10-master » gcc,ubuntu_13_10,release #1211

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/1211/

--
[...truncated 3548 lines...]
make -C src
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/lib/luajit/src'
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/1211/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 

Build failed in Jenkins: ubuntu_12_04-master » gcc,ubuntu_12_04,debug #1209

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/1209/

--
[...truncated 3559 lines...]
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/1209/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory 

Build failed in Jenkins: debian_7-master » gcc,debian_7,hardening #1224

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/1224/

--
[...truncated 3552 lines...]
make -C src
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/lib/luajit/src'
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/1224/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.

[jira] [Commented] (TS-3693) Move 100-continue logic to read client header for intercept plugins

2015-07-10 Thread Sudheer Vinukonda (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622398#comment-14622398
 ] 

Sudheer Vinukonda commented on TS-3693:
---

[~bcall]: OK, now, as I've been trying to get the message across - we now 
actually see an issue because of this. We have an use case, where an encoder 
client sends a PUT w/ Expect:100 CONT and we return a 401 (at 
READ_REQUEST_HDR_HOOK) to force the client to come back w/ basic auth info 
(login/password). With the change here, there's a 100 CONT before the 401 
response and the encoder starts uploading the data and it gets messed up when 
it sees the 401 right after. This breaks our client and is definitely very bad 
for our use case. I recommend to revert this change.

 Move 100-continue logic to read client header for intercept plugins
 ---

 Key: TS-3693
 URL: https://issues.apache.org/jira/browse/TS-3693
 Project: Traffic Server
  Issue Type: Improvement
  Components: HTTP
Reporter: Bryan Call
Assignee: Bryan Call
  Labels: yahoo
 Fix For: 6.1.0


 From https://github.com/apache/trafficserver/pull/216 :
 Currently, ATS handles Expect: 100-continue header in 
 HttpSM::state_send_server_request_header. In intercept plugin case, ATS may 
 have no chance to run into this logic, it handles the header in a later point 
 - HttpSM::state_send_server_request_header. I did not take this into account 
 when I wrote the first patch. Now we have an intercept plugin use case in 
 yahoo, and I think we need to move the handle logic some earlier, right after 
 finish parsing the client request header.



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


[jira] [Created] (TS-3754) IOBuffer memory leak

2015-07-10 Thread Oknet Xu (JIRA)
Oknet Xu created TS-3754:


 Summary: IOBuffer memory leak
 Key: TS-3754
 URL: https://issues.apache.org/jira/browse/TS-3754
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Oknet Xu


the pointer `_end_buf` exceed the IOBufferData-_data size if offset  0

patch at below
{code}
diff --git a/iocore/eventsystem/P_IOBuffer.h b/iocore/eventsystem/P_IOBuffer.h
index 3b8c323..71de17d 100644
--- a/iocore/eventsystem/P_IOBuffer.h
+++ b/iocore/eventsystem/P_IOBuffer.h
@@ -477,7 +477,7 @@ IOBufferBlock::set(IOBufferData *d, int64_t len, int64_t 
offset)
   data = d;
   _start = buf() + offset;
   _end = _start + len;
-  _buf_end = _start + d-block_size();
+  _buf_end = _buf() + d-block_size();
 }
 
 TS_INLINE void
{code}



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


Build failed in Jenkins: ubuntu_15_04-master » gcc,ubuntu_15_04,spdy #218

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/218/

--
[...truncated 3583 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=gcc,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: 

Build failed in Jenkins: debian_8-master » gcc,debian_8,release #96

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/96/

--
[...truncated 3554 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=release/ws/96/build/BUILDS/mgmt/api'

Build failed in Jenkins: centos_7-master » gcc,centos_7,release #973

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/973/

--
[...truncated 3545 lines...]
make -C src
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/lib/luajit/src'
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=release/ws/973/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/218/

--
[...truncated 3563 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=debug/ws/218/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/218/

--
[...truncated 3593 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_15_04-master/compiler=clang,label=ubuntu_15_04,type=spdy/ws/218/build/BUILDS/mgmt/api'

Build failed in Jenkins: debian_jessie-master » gcc,debian_jessie,debug #747

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/747/

--
[...truncated 2435 lines...]
libtool: link: ( cd .libs  rm -f balancer.la  ln -s ../balancer.la 
balancer.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/747/build/BUILDS/plugins/experimental/balancer'
Making all in buffer_upload
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/747/build/BUILDS/plugins/experimental/buffer_upload'
depbase=`echo buffer_upload.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/buffer_upload 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  
-std=c++11 -ggdb3 -pipe -Wall -Werror -Wno-invalid-offsetof -mcx16 -MT 
buffer_upload.lo -MD -MP -MF $depbase.Tpo -c -o buffer_upload.lo 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc \
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  ccache c++ -DHAVE_CONFIG_H -I. 
-I../../../../plugins/experimental/buffer_upload -I../../../lib 
-I../../../proxy/api -I../../../../proxy/api -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 -std=c++11 -ggdb3 -pipe -Wall 
-Werror -Wno-invalid-offsetof -mcx16 -MT buffer_upload.lo -MD -MP -MF 
.deps/buffer_upload.Tpo -c 
../../../../plugins/experimental/buffer_upload/buffer_upload.cc  -fPIC -DPIC -o 
.libs/buffer_upload.o
/bin/bash ../../../libtool  --tag=CXX   --mode=link ccache c++  -std=c++11 
-ggdb3 -pipe -Wall -Werror -Wno-invalid-offsetof -mcx16 -module -shared 
-avoid-version -export-symbols-regex 
'^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$'
  -o buffer_upload.la -rpath 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/747/install/libexec/trafficserver
 buffer_upload.lo  -lcap -lpcre -lexpat -lz -lcrypt -lpthread -ldl 
libtool: link: /usr/bin/nm -B  .libs/buffer_upload.o   | sed -n -e 's/^.*[  
 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][  
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 
's/.* //' | sort | uniq  .libs/buffer_upload.exp
libtool: link: /bin/grep -E -e 
^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$
 .libs/buffer_upload.exp  .libs/buffer_upload.expT
libtool: link: mv -f .libs/buffer_upload.expT .libs/buffer_upload.exp
libtool: link: c++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbeginS.o  .libs/buffer_upload.o   -lcap 
-lpcre /usr/lib/x86_64-linux-gnu/libexpat.so -lz -lcrypt -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/4.9/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o  -mcx16   
-Wl,-soname -Wl,buffer_upload.so -Wl,-retain-symbols-file 
-Wl,.libs/buffer_upload.exp -o .libs/buffer_upload.so
libtool: link: ( cd .libs  rm -f buffer_upload.la  ln -s 
../buffer_upload.la buffer_upload.la )
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/747/build/BUILDS/plugins/experimental/buffer_upload'
Making all in cache_range_requests
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/747/build/BUILDS/plugins/experimental/cache_range_requests'
depbase=`echo cache_range_requests.lo | sed 's|[^/]*$|.deps/|;s|\.lo$||'`;\
/bin/bash ../../../libtool  --tag=CXX   --mode=compile ccache c++ 
-DHAVE_CONFIG_H -I. -I../../../../plugins/experimental/cache_range_requests 
-I../../../lib  -I../../../proxy/api -I../../../../proxy/api -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  
-std=c++11 -ggdb3 -pipe -Wall -Werror 

[jira] [Updated] (TS-1007) SSN Close called before TXN Close

2015-07-10 Thread Susan Hinrichs (JIRA)

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

Susan Hinrichs updated TS-1007:
---
Assignee: Susan Hinrichs  (was: Alan M. Carroll)

 SSN Close called before TXN Close
 -

 Key: TS-1007
 URL: https://issues.apache.org/jira/browse/TS-1007
 Project: Traffic Server
  Issue Type: Bug
  Components: TS API
Affects Versions: 3.0.1
Reporter: Nick Kew
Assignee: Susan Hinrichs
  Labels: incompatible
 Fix For: 6.0.0


 Where a plugin implements both SSN_CLOSE_HOOK and TXN_CLOSE_HOOK, the 
 SSN_CLOSE_HOOK is called first of the two.  This messes up normal cleanups!
 Details:
   Register a SSN_START event globally
   In the SSN START, add a TXN_START and a SSN_CLOSE
   In the TXN START, add a TXN_CLOSE
 Stepping through, I see the order of events actually called, for the simple 
 case of a one-off HTTP request with no keepalive:
 SSN_START
 TXN_START
 SSN_END
 TXN_END
 Whoops, SSN_END cleaned up the SSN context, leaving dangling pointers in the 
 TXN!



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


Build failed in Jenkins: debian_8-master » gcc,debian_8,debug #96

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/96/

--
[...truncated 3561 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/debian_8-master/compiler=gcc,label=debian_8,type=debug/ws/96/build/BUILDS/mgmt'
Making check in proxy
make[1]: Entering directory 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/1209/

--
[...truncated 3556 lines...]
make[4]: Nothing to be done for `default'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/1209/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 

Build failed in Jenkins: centos_7-master » gcc,centos_7,debug #973

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/973/

--
[...truncated 3550 lines...]
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/973/build/BUILDS/mgmt/api'
make[2]: Entering directory 

Build failed in Jenkins: fedora_21-master » gcc,fedora_21,debug #663

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/663/

--
[...truncated 3556 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/663/build/BUILDS/mgmt'
Making 

Build failed in Jenkins: ubuntu_14_04-master » gcc,ubuntu_14_04,debug #1231

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/1231/

--
[...truncated 3581 lines...]
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/1231/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory 

Build failed in Jenkins: debian_7-master » gcc,debian_7,debug #1224

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/1224/

--
[...truncated 3555 lines...]
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/lib'
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/1224/build/BUILDS/mgmt/api'
make[2]: 

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

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/219/

--
[...truncated 3465 lines...]
test -d ../lib/luajit/src || cp -rf ../../lib/luajit ../lib/
cd luajit  gmake  BUILDMODE=static 
PREFIX=https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/install;
 CC=clang \
 CFLAGS=-std=gnu99 -g -pipe -Wall 
-Wno-deprecated-declarations -Qunused-arguments -O3 -fno-strict-aliasing 
-Werror -mcx16 -Wno-parentheses-equality -Wno-tautological-compare 
-DLUA_COMPAT_ALL -DLUA_USE_POSIX -DLUA_USE_DLOPEN LDFLAGS=
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/lib/luajit'
 Building LuaJIT 2.0.3 
gmake -C src
gmake[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/lib/luajit/src'
clang: error: unsupported option '-dumpspecs'
clang: error: no input files
gmake[4]: Nothing to be done for 'default'.
gmake[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/lib/luajit/src'
 Successfully built LuaJIT 2.0.3 
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/lib/luajit'
gmake[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/lib'
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/lib'
Making check in proxy/hdrs
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/proxy/hdrs'
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/proxy/shared'
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/proxy/shared'
Making check in mgmt
gmake[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt'
Making check in cluster
gmake[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt/cluster'
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt/cluster'
Making check in utils
gmake[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt/utils'
gmake  test_marshall
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
gmake[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt/utils'
gmake  check-TESTS
gmake[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt/utils'
gmake[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt/utils'
PASS: test_marshall
gmake[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt/utils'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/ws/219/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

gmake[4]: Leaving directory 

Build failed in Jenkins: fedora_22-master » gcc,fedora_22,debug #103

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/103/

--
[...truncated 3592 lines...]
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/api'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt/api'
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=gcc,label=fedora_22,type=debug/ws/103/build/BUILDS/mgmt'
Making 

Build failed in Jenkins: fedora_22-master » spdy,fedora_22,release #103

2015-07-10 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/103/

--
[...truncated 3585 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/lib/luajit'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/lib'
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/lib'
Making check in proxy/hdrs
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/hdrs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/hdrs'
Making check in proxy/shared
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/shared'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/proxy/shared'
Making check in mgmt
make[1]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt'
Making check in cluster
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/cluster'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/cluster'
Making check in utils
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make  test_marshall
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
  CXX  test_marshall.o
  CXXLDtest_marshall
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make  check-TESTS
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
PASS: test_marshall
make[5]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'

Testsuite summary for Apache Traffic Server 6.0.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
make[2]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/utils'
Making check in api
make[2]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api'
Making check in include
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api/include'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api/include'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_22-master/compiler=spdy,label=fedora_22,type=release/ws/103/build/BUILDS/mgmt/api'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory 

[jira] [Comment Edited] (TS-3693) Move 100-continue logic to read client header for intercept plugins

2015-07-10 Thread Bryan Call (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622723#comment-14622723
 ] 

Bryan Call edited comment on TS-3693 at 7/10/15 6:38 PM:
-

No, you said that it was bad in practice, but didn't give an example where it 
would actually break something.

The client seems to be broken if it can't handle a 401 after a 100-continue.  
What is the client?


was (Author: bcall):
No, you said that in it was bad in practice, but didn't give an example where 
it would actually break something.

The client seems to be broken if it can't handle a 401 after a 100-continue.  
What is the client?

 Move 100-continue logic to read client header for intercept plugins
 ---

 Key: TS-3693
 URL: https://issues.apache.org/jira/browse/TS-3693
 Project: Traffic Server
  Issue Type: Improvement
  Components: HTTP
Reporter: Bryan Call
Assignee: Bryan Call
  Labels: yahoo
 Fix For: 6.1.0


 From https://github.com/apache/trafficserver/pull/216 :
 Currently, ATS handles Expect: 100-continue header in 
 HttpSM::state_send_server_request_header. In intercept plugin case, ATS may 
 have no chance to run into this logic, it handles the header in a later point 
 - HttpSM::state_send_server_request_header. I did not take this into account 
 when I wrote the first patch. Now we have an intercept plugin use case in 
 yahoo, and I think we need to move the handle logic some earlier, right after 
 finish parsing the client request header.



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


[jira] [Commented] (TS-3693) Move 100-continue logic to read client header for intercept plugins

2015-07-10 Thread Sudheer Vinukonda (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14622732#comment-14622732
 ] 

Sudheer Vinukonda commented on TS-3693:
---

The client is a proprietary encoder that is used in our Video stack. It's not 
that it can not handle 401 after 100 CONT - but, it adds a wastage of 
bandwidth, coz the client pushes bytes before it aborts. When this happens 
every time, it has undesirable consequences to throughput, performance and even 
stability even in our tests.

I repeatedly said, sending back a 100 CONT followed by an error looks 
odd/ugly. Fwiw, I can't *imagine* an example of how it would affect the 
clients, unless, I actually test it. But, IME, whenever you do something that 
seems bad in practice, you are bound to break things. 

 Move 100-continue logic to read client header for intercept plugins
 ---

 Key: TS-3693
 URL: https://issues.apache.org/jira/browse/TS-3693
 Project: Traffic Server
  Issue Type: Improvement
  Components: HTTP
Reporter: Bryan Call
Assignee: Bryan Call
  Labels: yahoo
 Fix For: 6.1.0


 From https://github.com/apache/trafficserver/pull/216 :
 Currently, ATS handles Expect: 100-continue header in 
 HttpSM::state_send_server_request_header. In intercept plugin case, ATS may 
 have no chance to run into this logic, it handles the header in a later point 
 - HttpSM::state_send_server_request_header. I did not take this into account 
 when I wrote the first patch. Now we have an intercept plugin use case in 
 yahoo, and I think we need to move the handle logic some earlier, right after 
 finish parsing the client request header.



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


  1   2   >