[jira] [Commented] (TS-3300) Add an @internal ACL filter

2015-01-29 Thread ASF subversion and git services (JIRA)

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

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

Commit 2cfed613f79f42e900ceed0d2c48b01329e586a9 in trafficserver's branch 
refs/heads/master from [~jpe...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=2cfed61 ]

TS-3300: add a @internal ACL filter

Add support for the @internal ACL filter operator. This allows remap
ACLs to filter on whether a request is internal or not, allowing
remap rules to be restricted to plugins.


 Add an @internal ACL filter
 ---

 Key: TS-3300
 URL: https://issues.apache.org/jira/browse/TS-3300
 Project: Traffic Server
  Issue Type: New Feature
  Components: Configuration, Remap API
Reporter: James Peach
Assignee: James Peach
 Fix For: 5.3.0


 It's common to want remap rules that are only supposed to be used by plugins. 
 Add explicit support for ACL matching on whether a request is internal or 
 not. 
 Here's an example of the proposed configuration:
 {code}
 map http://internal.jpeach.org/ http://127.0.0.1/ \
   @plugin=generator.so \
   @action=allow @internal
 map http://external.jpeach.org/ http://private.jpeach.org/ \
   @plugin=authproxy.so @pparam=--auth-transform=head \
   @action=deny @internal
 map http://private.jpeach.org/ http://private.jpeach.org/ \
   @action=allow @internal
 {code}



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


[jira] [Resolved] (TS-3300) Add an @internal ACL filter

2015-01-29 Thread James Peach (JIRA)

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

James Peach resolved TS-3300.
-
Resolution: Fixed

 Add an @internal ACL filter
 ---

 Key: TS-3300
 URL: https://issues.apache.org/jira/browse/TS-3300
 Project: Traffic Server
  Issue Type: New Feature
  Components: Configuration, Remap API
Reporter: James Peach
Assignee: James Peach
 Fix For: 5.3.0


 It's common to want remap rules that are only supposed to be used by plugins. 
 Add explicit support for ACL matching on whether a request is internal or 
 not. 
 Here's an example of the proposed configuration:
 {code}
 map http://internal.jpeach.org/ http://127.0.0.1/ \
   @plugin=generator.so \
   @action=allow @internal
 map http://external.jpeach.org/ http://private.jpeach.org/ \
   @plugin=authproxy.so @pparam=--auth-transform=head \
   @action=deny @internal
 map http://private.jpeach.org/ http://private.jpeach.org/ \
   @action=allow @internal
 {code}



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


[jira] [Issue Comment Deleted] (TS-2497) Failed post results in tunnel buffers being returned to freelist prematurely

2015-01-29 Thread Feifei Cai (JIRA)

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

Feifei Cai updated TS-2497:
---
Comment: was deleted

(was: Yes, now I have the same question: TS-1425's patch disables read from 
client side - cancel read_from_net() call using MIOBuffer *post_buffer. This 
should have fixed the premature free issue. Why we still try to delay free time 
to prevent conflict with client side read?)

 Failed post results in tunnel buffers being returned to freelist prematurely
 

 Key: TS-2497
 URL: https://issues.apache.org/jira/browse/TS-2497
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Brian Geffon
Assignee: Brian Geffon
 Fix For: 4.2.0

 Attachments: TS-2497.patch, client.js, origin-server.js, repro.js


 When a post fails to an origin server either the server died or the server 
 returned a response without reading all of the post data, in either case, TS 
 will destroy buffers too early. This normally does not result in a crash 
 because the MIOBuffers are returned to the freelist and only with sufficient 
 load will the race happen causing a crash. Additionally, even if a crash 
 doesn't happen you might have data corruption across post requests from the 
 buffers being used after being returned to the freelist.
 Thanks to Thomas Jackson for help reproducing and resolving this bug.
 An example stack trace, while we've seen other crashes in write_avail too.
 #0  0x004eff14 in IOBufferBlock::read_avail (this=0x0) at 
 ../iocore/eventsystem/I_IOBuffer.h:362
 #1  0x0050d151 in MIOBuffer::append_block_internal 
 (this=0x2aab38001130, b=0x2aab0c037200) at 
 ../iocore/eventsystem/P_IOBuffer.h:946
 #2  0x0050d39b in MIOBuffer::append_block (this=0x2aab38001130, 
 asize_index=15) at ../iocore/eventsystem/P_IOBuffer.h:986
 #3  0x0050d49b in MIOBuffer::add_block (this=0x2aab38001130) at 
 ../iocore/eventsystem/P_IOBuffer.h:994
 #4  0x0055cee2 in MIOBuffer::check_add_block (this=0x2aab38001130) at 
 ../iocore/eventsystem/P_IOBuffer.h:1002
 #5  0x0055d115 in MIOBuffer::write_avail (this=0x2aab38001130) at 
 ../iocore/eventsystem/P_IOBuffer.h:1048
 #6  0x006c18f3 in read_from_net (nh=0x2aaafca0d208, 
 vc=0x2aab1c009140, thread=0x2aaafca0a010) at UnixNetVConnection.cc:234
 #7  0x006c37bf in UnixNetVConnection::net_read_io 
 (this=0x2aab1c009140, nh=0x2aaafca0d208, lthread=0x2aaafca0a010) at 
 UnixNetVConnection.cc:816
 #8  0x006be392 in NetHandler::mainNetEvent (this=0x2aaafca0d208, 
 event=5, e=0x271d8e0) at UnixNet.cc:380
 #9  0x004f05c4 in Continuation::handleEvent (this=0x2aaafca0d208, 
 event=5, data=0x271d8e0) at ../iocore/eventsystem/I_Continuation.h:146
 #10 0x006e361e in EThread::process_event (this=0x2aaafca0a010, 
 e=0x271d8e0, calling_code=5) at UnixEThread.cc:142
 #11 0x006e3b13 in EThread::execute (this=0x2aaafca0a010) at 
 UnixEThread.cc:264
 #12 0x006e290b in spawn_thread_internal (a=0x2716400) at Thread.cc:88
 #13 0x003372c077e1 in start_thread () from /lib64/libpthread.so.0
 #14 0x0033728e68ed in clone () from /lib64/libc.so.6



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


[jira] [Commented] (TS-2497) Failed post results in tunnel buffers being returned to freelist prematurely

2015-01-29 Thread Feifei Cai (JIRA)

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

Feifei Cai commented on TS-2497:


Yes, now I have the same question: TS-1425's patch disables read from client 
side - cancel read_from_net() call using MIOBuffer *post_buffer. This should 
have fixed the premature free issue. Why we still try to delay free time to 
prevent conflict with client side read?

 Failed post results in tunnel buffers being returned to freelist prematurely
 

 Key: TS-2497
 URL: https://issues.apache.org/jira/browse/TS-2497
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Brian Geffon
Assignee: Brian Geffon
 Fix For: 4.2.0

 Attachments: TS-2497.patch, client.js, origin-server.js, repro.js


 When a post fails to an origin server either the server died or the server 
 returned a response without reading all of the post data, in either case, TS 
 will destroy buffers too early. This normally does not result in a crash 
 because the MIOBuffers are returned to the freelist and only with sufficient 
 load will the race happen causing a crash. Additionally, even if a crash 
 doesn't happen you might have data corruption across post requests from the 
 buffers being used after being returned to the freelist.
 Thanks to Thomas Jackson for help reproducing and resolving this bug.
 An example stack trace, while we've seen other crashes in write_avail too.
 #0  0x004eff14 in IOBufferBlock::read_avail (this=0x0) at 
 ../iocore/eventsystem/I_IOBuffer.h:362
 #1  0x0050d151 in MIOBuffer::append_block_internal 
 (this=0x2aab38001130, b=0x2aab0c037200) at 
 ../iocore/eventsystem/P_IOBuffer.h:946
 #2  0x0050d39b in MIOBuffer::append_block (this=0x2aab38001130, 
 asize_index=15) at ../iocore/eventsystem/P_IOBuffer.h:986
 #3  0x0050d49b in MIOBuffer::add_block (this=0x2aab38001130) at 
 ../iocore/eventsystem/P_IOBuffer.h:994
 #4  0x0055cee2 in MIOBuffer::check_add_block (this=0x2aab38001130) at 
 ../iocore/eventsystem/P_IOBuffer.h:1002
 #5  0x0055d115 in MIOBuffer::write_avail (this=0x2aab38001130) at 
 ../iocore/eventsystem/P_IOBuffer.h:1048
 #6  0x006c18f3 in read_from_net (nh=0x2aaafca0d208, 
 vc=0x2aab1c009140, thread=0x2aaafca0a010) at UnixNetVConnection.cc:234
 #7  0x006c37bf in UnixNetVConnection::net_read_io 
 (this=0x2aab1c009140, nh=0x2aaafca0d208, lthread=0x2aaafca0a010) at 
 UnixNetVConnection.cc:816
 #8  0x006be392 in NetHandler::mainNetEvent (this=0x2aaafca0d208, 
 event=5, e=0x271d8e0) at UnixNet.cc:380
 #9  0x004f05c4 in Continuation::handleEvent (this=0x2aaafca0d208, 
 event=5, data=0x271d8e0) at ../iocore/eventsystem/I_Continuation.h:146
 #10 0x006e361e in EThread::process_event (this=0x2aaafca0a010, 
 e=0x271d8e0, calling_code=5) at UnixEThread.cc:142
 #11 0x006e3b13 in EThread::execute (this=0x2aaafca0a010) at 
 UnixEThread.cc:264
 #12 0x006e290b in spawn_thread_internal (a=0x2716400) at Thread.cc:88
 #13 0x003372c077e1 in start_thread () from /lib64/libpthread.so.0
 #14 0x0033728e68ed in clone () from /lib64/libc.so.6



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


[jira] [Updated] (TS-3346) Support TS Stat API in Lua

2015-01-29 Thread Kit Chan (JIRA)

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

Kit Chan updated TS-3346:
-
Fix Version/s: 5.3.0

 Support TS Stat API in Lua
 --

 Key: TS-3346
 URL: https://issues.apache.org/jira/browse/TS-3346
 Project: Traffic Server
  Issue Type: Improvement
  Components: Lua
Reporter: Wei Sun
Assignee: Kit Chan
 Fix For: 5.3.0


 Lua script supports to read/collect error rate, timeout rate, avg latency by 
 origin host.



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


[jira] [Assigned] (TS-3346) Support TS Stat API in Lua

2015-01-29 Thread Kit Chan (JIRA)

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

Kit Chan reassigned TS-3346:


Assignee: Kit Chan

 Support TS Stat API in Lua
 --

 Key: TS-3346
 URL: https://issues.apache.org/jira/browse/TS-3346
 Project: Traffic Server
  Issue Type: Improvement
  Components: Lua
Reporter: Wei Sun
Assignee: Kit Chan
 Fix For: 5.3.0


 Lua script supports to read/collect error rate, timeout rate, avg latency by 
 origin host.



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


[jira] [Commented] (TS-3339) Multithread access to PluginVC can cause crash due to unprotected check of shutdown/close

2015-01-29 Thread ASF subversion and git services (JIRA)

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

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

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

TS-3339 Multithread access to PluginVC can cause crash due to unprotected check 
of shutdown/close


 Multithread access to PluginVC can cause crash due to unprotected check of 
 shutdown/close
 -

 Key: TS-3339
 URL: https://issues.apache.org/jira/browse/TS-3339
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0


 SEGV with:
 1 0x006ffe7d in MIOBuffer::write ()
 2 0x004dc07e in PluginVC::transfer_bytes ()
 3 0x004df4dc in PluginVC::process_read_side ()
 4 0x004dffb5 in PluginVC::process_write_side ()
 5 0x004e0c00 in PluginVC::main_handler ()
 6 0x00701de8 in EThread::process_event ()
 7 0x00702847 in EThread::execute ()
 Where IOBufferBlock had a _start and _end pointer which were both set to 
 NULL. The IOBufferData it referred to was also NULL, and looking at the 
 PluginVC it was actually shutdown by the time of the crash



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


[jira] [Commented] (TS-3346) Support TS Stat API in Lua

2015-01-29 Thread Kit Chan (JIRA)

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

Kit Chan commented on TS-3346:
--

I will take a look and hope to provide this feature early next week. Thanks for 
the suggestion.

 Support TS Stat API in Lua
 --

 Key: TS-3346
 URL: https://issues.apache.org/jira/browse/TS-3346
 Project: Traffic Server
  Issue Type: Improvement
  Components: Lua
Reporter: Wei Sun
Assignee: Kit Chan
 Fix For: 5.3.0


 Lua script supports to read/collect error rate, timeout rate, avg latency by 
 origin host.



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


[jira] [Commented] (TS-2497) Failed post results in tunnel buffers being returned to freelist prematurely

2015-01-29 Thread Feifei Cai (JIRA)

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

Feifei Cai commented on TS-2497:


Hi [~shinrich], the read on server_session would be scheduled on transferring 
server response to client, and it would use new MIOBuffer instead of 
post_buffer, so it would not cause issue here. I think TS-1425 may have fixed 
the issue here, or not doing enough yet.

 Failed post results in tunnel buffers being returned to freelist prematurely
 

 Key: TS-2497
 URL: https://issues.apache.org/jira/browse/TS-2497
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Brian Geffon
Assignee: Brian Geffon
 Fix For: 4.2.0

 Attachments: TS-2497.patch, client.js, origin-server.js, repro.js


 When a post fails to an origin server either the server died or the server 
 returned a response without reading all of the post data, in either case, TS 
 will destroy buffers too early. This normally does not result in a crash 
 because the MIOBuffers are returned to the freelist and only with sufficient 
 load will the race happen causing a crash. Additionally, even if a crash 
 doesn't happen you might have data corruption across post requests from the 
 buffers being used after being returned to the freelist.
 Thanks to Thomas Jackson for help reproducing and resolving this bug.
 An example stack trace, while we've seen other crashes in write_avail too.
 #0  0x004eff14 in IOBufferBlock::read_avail (this=0x0) at 
 ../iocore/eventsystem/I_IOBuffer.h:362
 #1  0x0050d151 in MIOBuffer::append_block_internal 
 (this=0x2aab38001130, b=0x2aab0c037200) at 
 ../iocore/eventsystem/P_IOBuffer.h:946
 #2  0x0050d39b in MIOBuffer::append_block (this=0x2aab38001130, 
 asize_index=15) at ../iocore/eventsystem/P_IOBuffer.h:986
 #3  0x0050d49b in MIOBuffer::add_block (this=0x2aab38001130) at 
 ../iocore/eventsystem/P_IOBuffer.h:994
 #4  0x0055cee2 in MIOBuffer::check_add_block (this=0x2aab38001130) at 
 ../iocore/eventsystem/P_IOBuffer.h:1002
 #5  0x0055d115 in MIOBuffer::write_avail (this=0x2aab38001130) at 
 ../iocore/eventsystem/P_IOBuffer.h:1048
 #6  0x006c18f3 in read_from_net (nh=0x2aaafca0d208, 
 vc=0x2aab1c009140, thread=0x2aaafca0a010) at UnixNetVConnection.cc:234
 #7  0x006c37bf in UnixNetVConnection::net_read_io 
 (this=0x2aab1c009140, nh=0x2aaafca0d208, lthread=0x2aaafca0a010) at 
 UnixNetVConnection.cc:816
 #8  0x006be392 in NetHandler::mainNetEvent (this=0x2aaafca0d208, 
 event=5, e=0x271d8e0) at UnixNet.cc:380
 #9  0x004f05c4 in Continuation::handleEvent (this=0x2aaafca0d208, 
 event=5, data=0x271d8e0) at ../iocore/eventsystem/I_Continuation.h:146
 #10 0x006e361e in EThread::process_event (this=0x2aaafca0a010, 
 e=0x271d8e0, calling_code=5) at UnixEThread.cc:142
 #11 0x006e3b13 in EThread::execute (this=0x2aaafca0a010) at 
 UnixEThread.cc:264
 #12 0x006e290b in spawn_thread_internal (a=0x2716400) at Thread.cc:88
 #13 0x003372c077e1 in start_thread () from /lib64/libpthread.so.0
 #14 0x0033728e68ed in clone () from /lib64/libc.so.6



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


[jira] [Closed] (TS-3339) Multithread access to PluginVC can cause crash due to unprotected check of shutdown/close

2015-01-29 Thread William Bardwell (JIRA)

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

William Bardwell closed TS-3339.

Resolution: Fixed

 Multithread access to PluginVC can cause crash due to unprotected check of 
 shutdown/close
 -

 Key: TS-3339
 URL: https://issues.apache.org/jira/browse/TS-3339
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0


 SEGV with:
 1 0x006ffe7d in MIOBuffer::write ()
 2 0x004dc07e in PluginVC::transfer_bytes ()
 3 0x004df4dc in PluginVC::process_read_side ()
 4 0x004dffb5 in PluginVC::process_write_side ()
 5 0x004e0c00 in PluginVC::main_handler ()
 6 0x00701de8 in EThread::process_event ()
 7 0x00702847 in EThread::execute ()
 Where IOBufferBlock had a _start and _end pointer which were both set to 
 NULL. The IOBufferData it referred to was also NULL, and looking at the 
 PluginVC it was actually shutdown by the time of the crash



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


[jira] [Updated] (TS-3342) Non-standard method in bad request can cause crash

2015-01-29 Thread William Bardwell (JIRA)

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

William Bardwell updated TS-3342:
-
Attachment: TS-3342.diff

Patch, but lists the 'methods that effect the cache' is that list totally known?

 Non-standard method in bad request can cause crash
 --

 Key: TS-3342
 URL: https://issues.apache.org/jira/browse/TS-3342
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
 Attachments: TS-3342.diff


 Fix is to check for a normal sort of method (that would actually need a cache 
 lookup) in HttpTransact::HandleCacheOpenReadMiss() to do
 {code}
  s-cache_info.action = CACHE_DO_NO_ACTION;
 {code}
 instead of
 {code}
  s-cache_info.action = CACHE_PREPARE_TO_WRITE;
 {code}
 for anything weird.  But I am concerned that this might cause problems if 
 someone wants to add support for a weird method...but maybe that never works 
 right with the cache anyway...



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


[jira] [Created] (TS-3347) make ink_assert a no-op in release builds

2015-01-29 Thread Sudheer Vinukonda (JIRA)
Sudheer Vinukonda created TS-3347:
-

 Summary: make ink_assert a no-op in release builds
 Key: TS-3347
 URL: https://issues.apache.org/jira/browse/TS-3347
 Project: Traffic Server
  Issue Type: Improvement
  Components: Core
Reporter: Sudheer Vinukonda


ink_assert() is expected to be enabled only in DEBUG builds. However, the 
current definition of ink_assert() for non-DEBUG (release) builds, still 
evaluates the expression passed to it, which seems totally unnecessary. Opening 
this jira to make ink_assert() a complete no-op for non-DEBUG release builds. 
Along with the change of definition, need to scan the entire TS code to fix the 
code that relies on the expression evaluated in the ink_assert() accordingly. 



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


[jira] [Commented] (TS-3344) 401 responses invalidate cache entry even if TSHttpTxnServerRespIgnore() used

2015-01-29 Thread ASF subversion and git services (JIRA)

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

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

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

TS-3344 401 responses invalidate cache entry even if 
TSHttpTxnServerRespIgnore() used


 401 responses invalidate cache entry even if TSHttpTxnServerRespIgnore() used
 -

 Key: TS-3344
 URL: https://issues.apache.org/jira/browse/TS-3344
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0


 It should be ignored...



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


[jira] [Commented] (TS-3343) outbound transparent can end up with Connection: keep-alive headers on failures

2015-01-29 Thread ASF subversion and git services (JIRA)

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

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

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

TS-3343 outbound transparent can end up with Connection: keep-alive headers on 
failures


 outbound transparent can end up with Connection: keep-alive headers on 
 failures
 ---

 Key: TS-3343
 URL: https://issues.apache.org/jira/browse/TS-3343
 Project: Traffic Server
  Issue Type: Bug
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0


 502/504 responses generated by ATS can still end up with Connection: 
 keep-alive headers even when outbound_transparent is on, and connection is 
 doomed.
 Also for us not allowing setting that flag from the plugin with 
 TSHttpTxnOutgoingTransparencySet() when not compiled with full TPROXY support 
 is too mean, since that flag does change behavior in a few places in useful 
 ways even when not doing tproxy stuff.



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


[jira] [Closed] (TS-3343) outbound transparent can end up with Connection: keep-alive headers on failures

2015-01-29 Thread William Bardwell (JIRA)

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

William Bardwell closed TS-3343.

Resolution: Fixed

 outbound transparent can end up with Connection: keep-alive headers on 
 failures
 ---

 Key: TS-3343
 URL: https://issues.apache.org/jira/browse/TS-3343
 Project: Traffic Server
  Issue Type: Bug
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0


 502/504 responses generated by ATS can still end up with Connection: 
 keep-alive headers even when outbound_transparent is on, and connection is 
 doomed.
 Also for us not allowing setting that flag from the plugin with 
 TSHttpTxnOutgoingTransparencySet() when not compiled with full TPROXY support 
 is too mean, since that flag does change behavior in a few places in useful 
 ways even when not doing tproxy stuff.



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


[jira] [Commented] (TS-3090) docs.trafficserver.apache.org introduces a very high barrier to get started

2015-01-29 Thread Jon Sime (JIRA)

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

Jon Sime commented on TS-3090:
--

A new Getting Started Guide was checked into the repository and may be viewed 
in the official documentation at:

https://docs.trafficserver.apache.org/en/latest/getting-started.en.html

This is intended as a replacement for the first chapter of the existing 
Administrator's Guide - separate from that guide and intended to provide a 
quick on-boarding process to new users, whereas the admin guide will likely see 
changes to keep its focus more firmly on the full range of capabilities offered 
by ATS. Additional comments, suggestions, and edits would be most welcome to 
continue improving the experience for those new to using and/or administering 
ATS.

 docs.trafficserver.apache.org introduces a very high barrier to get started
 ---

 Key: TS-3090
 URL: https://issues.apache.org/jira/browse/TS-3090
 Project: Traffic Server
  Issue Type: Improvement
  Components: Documentation
Reporter: Karl Richter
Assignee: Jon Sime
 Fix For: Docs


 Currently the administration guide introduces a unnecessary high barrier to 
 get started, examples include
   * mentioning of default configuration in 
 https://docs.trafficserver.apache.org/en/latest/admin/getting-started.en.html#start-traffic-server,
  but no link to alternative configurations (how to check out caching 
 features?)
   * no overview over different modes and their control (it should be clear 
 how to start a caching proxy after reading the caching proxy section or if 
 not where to read further)
   * Is it necessary to read about all different types of proxying 
 trafficserver offers or can the reader skip the sections about modes which 
 are not interesting? Please add a statement.
 There are project where the user just can't get started out-of-the-box and 
 that is perfectly fine - there's nothing better sitting in front of the 
 chimney and reading a well written manual ;). If this is the case for 
 trafficserver please add a statement with a short explanation or state that 
 there's no getting started guide for reason X and Y.



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


Build failed in Jenkins: fedora_21-master » gcc,fedora_21,spdy #108

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/108/

--
[...truncated 5490 lines...]
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/build/BUILDS/plugins/experimental'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/108/build/BUILDS/plugins/experimental'
make[4]: 

[jira] [Assigned] (TS-3348) read while write config and range issues

2015-01-29 Thread William Bardwell (JIRA)

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

William Bardwell reassigned TS-3348:


Assignee: William Bardwell

 read while write config and range issues
 

 Key: TS-3348
 URL: https://issues.apache.org/jira/browse/TS-3348
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
Assignee: William Bardwell
 Attachments: TS-3348.diff


 We had a number of problems with the read-while-write logic.
 #1) you can't set background fill config options to keep background fill from 
 behaving badly because they are shared too much with read-while-write
 #2) logic around filling range requests out of partial cache entries is too 
 restrictive
 #3) issues around read_while_write not working if there is a transform 
 anywhere
 #4) some related config is not overridable
 So we think that our patch fixes all of these issues...mostly.
 (The background fill timeout doesn't get re-instated if a download switches 
 to read-while-write and then back.  The Range is in cache code doesn't seem 
 write for small things or possibly for seeing the current fragment that is 
 only partially downloaded.)
 But we would like some review of this to see if we are doing anything 
 dangerous/not right/not helpful.
 Might also help TS-2761 and issue around range handling.



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


Build failed in Jenkins: debian_6-master » gcc,debian_6,release #661

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_6-master/compiler=gcc,label=debian_6,type=release/661/

--
[...truncated 6594 lines...]
REGRESSION_RESULT SDK_API_TSUrlParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrParse started
[SDK_API_TSMimeHdrParse] TSMimeParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrParse : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrPrint : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserClear : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserDestroy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldFind : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldNextDup : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldRemove : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase6] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldClone : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase7] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase8] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopyValues : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase9] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase10] PASS { ok }
REGRESSION_RESULT SDK_API_TSMimeHdrParse:   PASSED
REGRESSION TEST SDK_API_TSHttpHdrParse started
[SDK_API_TSHttpHdrParse] TSHttpParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserClear : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseReq : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseResp : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserDestroy : [TestCase1] PASS { ok }
REGRESSION_RESULT SDK_API_TSHttpHdrParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrField started
[SDK_API_TSMimeHdrField] TSMBufferCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldCreate : [TestCase1|2|3|4|5] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNameGetSet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldsCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet with IDX=-1 : 
[TestCase12345] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringSet : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateInsert : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateGet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntSet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] 

Build failed in Jenkins: ubuntu_14_10-master » gcc,ubuntu_14_10,debug #137

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/137/

--
[...truncated 5421 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver

If you ever happen to want to link against 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_6-master/compiler=gcc,label=debian_6,type=debug/662/

--
[...truncated 6605 lines...]
[SDK_API_TSMimeHdrParse] TSMimeHdrParse : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrPrint : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserClear : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserDestroy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldFind : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldNextDup : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldRemove : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase6] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldClone : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase7] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase8] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopyValues : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase9] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase10] PASS { ok }
REGRESSION_RESULT SDK_API_TSMimeHdrParse:   PASSED
REGRESSION TEST SDK_API_TSHttpHdrParse started
[SDK_API_TSHttpHdrParse] TSHttpParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserClear : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseReq : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseResp : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserDestroy : [TestCase1] PASS { ok }
REGRESSION_RESULT SDK_API_TSHttpHdrParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrField started
[SDK_API_TSMimeHdrField] TSMBufferCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldCreate : [TestCase1|2|3|4|5] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNameGetSet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldsCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet with IDX=-1 : 
[TestCase12345] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringSet : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateInsert : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateGet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntSet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValuesCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDelete : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValuesClear : [TestCase1] PASS { ok }

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/671/

--
[...truncated 5365 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/671/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/679/

--
[...truncated 5414 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/679/install/libexec/trafficserver

If 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/191/

--
[...truncated 6607 lines...]
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:43:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:63:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:76:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:82:
 ERROR: Undefined substitution referenced: ATS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:100:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:106:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:106:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:106:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:138:
 ERROR: Undefined substitution referenced: ATS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:174:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:185:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:246:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/191/build/doc/admin/performance-tuning.en.rst:284:
 ERROR: Undefined substitution referenced: TS.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... TSAPI.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_NONE
None:None: WARNING: c:data reference target not found: TS_EVENT_NONE
None:None: WARNING: c:data reference target not found: TS_VC_CLOSE_ABORT
None:None: WARNING: c:data reference target not found: TS_URL_SCHEME_FILE
None:None: WARNING: c:data reference target not found: TS_MIME_FIELD_ACCEPT
None:None: WARNING: file reference target not found: {CONFIG_DIR}/plugin.config
None:None: WARNING: file reference target not found: {CONFIG_DIR}/records.config
TSActionCancel.3ts { } TSActionDone.3ts { } TSCacheRead.3ts { } None:None: 
WARNING: c:data reference target not found: TS_EVENT_CACHE_OPEN_READ
None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_OPEN_READ_FAILED
TSCacheRemove.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_REMOVE
None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_REMOVE_FAILED
None:None: WARNING: c:data reference target not found: TS_EVENT_CACHE_REMOVE
TSCacheWrite.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_OPEN_WRITE
None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_OPEN_WRITE_FAILED
TSConfigDataGet.3ts { } TSConfigGet.3ts { } TSConfigRelease.3ts { } 
TSConfigSet.3ts { } TSContCall.3ts { } TSContCreate.3ts { } TSContDataGet.3ts { 
} TSContDataSet.3ts { } TSContDestroy.3ts { } TSContMutexGet.3ts { } 
TSContSchedule.3ts { } TSDebug.3ts { } None:None: WARNING: c:type reference 
target not found: expression
None:None: WARNING: c:type reference target not found: expression
None:None: WARNING: c:func reference target not found: printf
TSHostLookup.3ts { } TSHostLookupResultAddrGet.3ts { } TSHttpConnect.3ts { } 
TSHttpConnectWithPluginId.3ts { } None:None: WARNING: c:type reference target 
not found: TSCVonn
TSHttpHdrClone.3ts { } TSHttpHdrCopy.3ts { } TSHttpHdrCreate.3ts { } 
TSHttpHdrDestroy.3ts { } TSHttpHdrHostGet.3ts { } None:None: WARNING: c:func 
reference target 

[jira] [Created] (TS-3349) Add DscpSet API's

2015-01-29 Thread Phil Sorber (JIRA)
Phil Sorber created TS-3349:
---

 Summary: Add DscpSet API's
 Key: TS-3349
 URL: https://issues.apache.org/jira/browse/TS-3349
 Project: Traffic Server
  Issue Type: Improvement
  Components: TS API
Reporter: Phil Sorber


{noformat}
tsapi TSReturnCode TSHttpTxnClientPacketDscpSet(TSHttpTxn txnp, int dscp);
tsapi TSReturnCode TSHttpTxnServerPacketDscpSet(TSHttpTxn txnp, int dscp);
{noformat}



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


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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/192/

--
[...truncated 6613 lines...]
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:43:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:63:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:76:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:82:
 ERROR: Undefined substitution referenced: ATS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:100:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:106:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:106:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:106:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:138:
 ERROR: Undefined substitution referenced: ATS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:174:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:185:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:246:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=release/ws/192/build/doc/admin/performance-tuning.en.rst:284:
 ERROR: Undefined substitution referenced: TS.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... TSAPI.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_NONE
None:None: WARNING: c:data reference target not found: TS_EVENT_NONE
None:None: WARNING: c:data reference target not found: TS_VC_CLOSE_ABORT
None:None: WARNING: c:data reference target not found: TS_URL_SCHEME_FILE
None:None: WARNING: c:data reference target not found: TS_MIME_FIELD_ACCEPT
None:None: WARNING: file reference target not found: {CONFIG_DIR}/plugin.config
None:None: WARNING: file reference target not found: {CONFIG_DIR}/records.config
TSActionCancel.3ts { } TSActionDone.3ts { } TSCacheRead.3ts { } None:None: 
WARNING: c:data reference target not found: TS_EVENT_CACHE_OPEN_READ
None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_OPEN_READ_FAILED
TSCacheRemove.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_REMOVE
None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_REMOVE_FAILED
None:None: WARNING: c:data reference target not found: TS_EVENT_CACHE_REMOVE
TSCacheWrite.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_OPEN_WRITE
None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_OPEN_WRITE_FAILED
TSConfigDataGet.3ts { } TSConfigGet.3ts { } TSConfigRelease.3ts { } 
TSConfigSet.3ts { } TSContCall.3ts { } TSContCreate.3ts { } TSContDataGet.3ts { 
} TSContDataSet.3ts { } TSContDestroy.3ts { } TSContMutexGet.3ts { } 
TSContSchedule.3ts { } TSDebug.3ts { } None:None: WARNING: c:type reference 
target not found: expression
None:None: WARNING: c:type reference target not found: expression
None:None: WARNING: c:func reference target not found: printf
TSHostLookup.3ts { } TSHostLookupResultAddrGet.3ts { } TSHttpConnect.3ts { } 
TSHttpConnectWithPluginId.3ts { } None:None: WARNING: c:type reference target 
not found: TSCVonn
TSHttpHdrClone.3ts { } TSHttpHdrCopy.3ts { } TSHttpHdrCreate.3ts { } 
TSHttpHdrDestroy.3ts { } TSHttpHdrHostGet.3ts { } None:None: 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/659/

--
[...truncated 5371 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/659/install/libexec/trafficserver

If you ever happen to want to link against installed 

Build failed in Jenkins: ubuntu_14_10-master » gcc,ubuntu_14_10,spdy #137

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/137/

--
[...truncated 5432 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver

If you ever happen to want to link against installed libraries

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/108/

--
[...truncated 5472 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/108/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment 

Build failed in Jenkins: fedora_20-master » gcc,fedora_20,debug #687

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/687/

--
[...truncated 5367 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/687/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/658/

--
[...truncated 5376 lines...]
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/build/BUILDS/plugins/experimental/url_sig'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=release/ws/658/install/libexec/trafficserver
--
Libraries have been installed in:
 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/109/

--
[...truncated 5479 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment 

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

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

Changes:

[Sudheer Vinukonda] change error trace to debug for spdy stream error caused by 
normal race condition

[Phil Sorber] TS-: Remove duplicate code

--
[...truncated 2023 lines...]
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
channel_stats.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/channel_stats.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/channel_stats.so
libtool: install: /usr/bin/install -c .libs/channel_stats.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/channel_stats.la
make[4]: Nothing to be done for `install-data-am'.
Making install in collapsed_connection
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
collapsed_connection.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/collapsed_connection.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/collapsed_connection.so
libtool: install: /usr/bin/install -c .libs/collapsed_connection.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/collapsed_connection.la
make[4]: Nothing to be done for `install-data-am'.
Making install in custom_redirect
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
custom_redirect.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/custom_redirect.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/custom_redirect.so
libtool: install: /usr/bin/install -c .libs/custom_redirect.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/custom_redirect.la
make[4]: Nothing to be done for `install-data-am'.
Making install in epic
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   epic.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/epic.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/epic.so
libtool: install: /usr/bin/install -c .libs/epic.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/epic.la
make[4]: Nothing to be done for `install-data-am'.
Making install in escalate
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   escalate.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/escalate.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/escalate.so
libtool: install: /usr/bin/install -c .libs/escalate.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver/escalate.la
make[4]: Nothing to be done for `install-data-am'.
Making install in esi
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   esi.la 
combo_handler.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/456/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/esi.so 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=debug/677/

--
[...truncated 5840 lines...]
[SDK_API_TSUrlParse] TSUrlParse : [file:///test.dat;ab?abc=def#abc] PASS { 
ok }
[SDK_API_TSUrlParse] TSUrlParse : [foo://bar.com/baz/] PASS { ok }
[SDK_API_TSUrlParse] TSUrlParse : 
[http://a.b.com/xx.jpg?newpath=http://b.c.com] PASS { ok }
REGRESSION_RESULT SDK_API_TSUrlParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrParse started
[SDK_API_TSMimeHdrParse] TSMimeParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrParse : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrPrint : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserClear : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserDestroy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldFind : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldNextDup : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldRemove : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase6] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldClone : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase7] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase8] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopyValues : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase9] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase10] PASS { ok }
REGRESSION_RESULT SDK_API_TSMimeHdrParse:   PASSED
REGRESSION TEST SDK_API_TSHttpHdrParse started
[SDK_API_TSHttpHdrParse] TSHttpParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserClear : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseReq : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseResp : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserDestroy : [TestCase1] PASS { ok }
REGRESSION_RESULT SDK_API_TSHttpHdrParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrField started
[SDK_API_TSMimeHdrField] TSMBufferCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldCreate : [TestCase1|2|3|4|5] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNameGetSet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldsCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet with IDX=-1 : 
[TestCase12345] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringSet : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateInsert : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateGet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntSet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/108/

--
[...truncated 5473 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/108/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add 

Build failed in Jenkins: ubuntu_14_10-master » gcc,ubuntu_14_10,release #136

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/136/

--
[...truncated 5414 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/136/install/libexec/trafficserver

If 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/419/

--
[...truncated 5367 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/419/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment 

Build failed in Jenkins: fedora_21-master » clang,fedora_21,spdy #109

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/109/

--
[...truncated 5507 lines...]
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Leaving directory 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/659/

--
[...truncated 5370 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=debug/ws/659/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/658/

--
[...truncated 5364 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/658/install/libexec/trafficserver

If you ever happen to want to link against installed 

[jira] [Commented] (TS-3333) TOS settings do not apply to IPv6 connections

2015-01-29 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on TS-:
-

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

TS-: Remove duplicate code


 TOS settings do not apply to IPv6 connections
 -

 Key: TS-
 URL: https://issues.apache.org/jira/browse/TS-
 Project: Traffic Server
  Issue Type: Bug
  Components: Network
Reporter: Phil Sorber
Assignee: Phil Sorber
 Fix For: 5.3.0


 TOS settings only take effect when dealing with IPv4



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


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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/680/

--
[...truncated 5423 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=debug/ws/680/install/libexec/trafficserver

If you ever happen to want to link against 

Build failed in Jenkins: ubuntu_14_10-master » clang,ubuntu_14_10,release #137

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/137/

--
[...truncated 5430 lines...]
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/137/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 

Build failed in Jenkins: fedora_21-master » clang,fedora_21,release #109

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/109/

--
[...truncated 5496 lines...]
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Leaving directory 

Build failed in Jenkins: fedora_21-master » clang,fedora_21,debug #109

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/109/

--
[...truncated 5493 lines...]
Making install in xdebug
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system 

Build failed in Jenkins: fedora_21-master » clang,fedora_21,release #108

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/108/

--
[...truncated 5489 lines...]
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/108/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Leaving directory 

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

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

Changes:

[wbardwel] TS-3343 outbound transparent can end up with Connection: keep-alive 
headers on failures

--
[...truncated 2141 lines...]
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
channel_stats.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/channel_stats.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/channel_stats.so
libtool: install: /usr/bin/install -c .libs/channel_stats.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/channel_stats.la
make[4]: Nothing to be done for `install-data-am'.
Making install in collapsed_connection
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
collapsed_connection.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/collapsed_connection.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/collapsed_connection.so
libtool: install: /usr/bin/install -c .libs/collapsed_connection.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/collapsed_connection.la
make[4]: Nothing to be done for `install-data-am'.
Making install in custom_redirect
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
custom_redirect.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/custom_redirect.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/custom_redirect.so
libtool: install: /usr/bin/install -c .libs/custom_redirect.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/custom_redirect.la
make[4]: Nothing to be done for `install-data-am'.
Making install in epic
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   epic.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/epic.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/epic.so
libtool: install: /usr/bin/install -c .libs/epic.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/epic.la
make[4]: Nothing to be done for `install-data-am'.
Making install in escalate
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   escalate.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/escalate.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/escalate.so
libtool: install: /usr/bin/install -c .libs/escalate.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/escalate.la
make[4]: Nothing to be done for `install-data-am'.
Making install in esi
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   esi.la 
combo_handler.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/esi.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/455/install/libexec/trafficserver/esi.so
libtool: install: 

[jira] [Updated] (TS-3348) read while write config and range issues

2015-01-29 Thread William Bardwell (JIRA)

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

William Bardwell updated TS-3348:
-
Attachment: TS-3348.diff

 read while write config and range issues
 

 Key: TS-3348
 URL: https://issues.apache.org/jira/browse/TS-3348
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
 Attachments: TS-3348.diff


 We had a number of problems with the read-while-write logic.
 #1) you can't set background fill config options to keep background fill from 
 behaving badly because they are shared too much with read-while-write
 #2) logic around filling range requests out of partial cache entries is too 
 restrictive
 #3) issues around read_while_write not working if there is a transform 
 anywhere
 #4) some related config is not overridable
 So we think that our patch fixes all of these issues...mostly.
 (The background fill timeout doesn't get re-instated if a download switches 
 to read-while-write and then back.  The Range is in cache code doesn't seem 
 write for small things or possibly for seeing the current fragment that is 
 only partially downloaded.)
 But we would like some review of this to see if we are doing anything 
 dangerous/not right/not helpful.
 Might also help TS-2761 and issue around range handling.



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


Build failed in Jenkins: ubuntu_14_10-master » clang,ubuntu_14_10,spdy #136

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/136/

--
[...truncated 5433 lines...]
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver

[jira] [Created] (TS-3348) read while write config and range issues

2015-01-29 Thread William Bardwell (JIRA)
William Bardwell created TS-3348:


 Summary: read while write config and range issues
 Key: TS-3348
 URL: https://issues.apache.org/jira/browse/TS-3348
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
 Attachments: TS-3348.diff

We had a number of problems with the read-while-write logic.
#1) you can't set background fill config options to keep background fill from 
behaving badly because they are shared too much with read-while-write
#2) logic around filling range requests out of partial cache entries is too 
restrictive
#3) issues around read_while_write not working if there is a transform anywhere
#4) some related config is not overridable

So we think that our patch fixes all of these issues...mostly.
(The background fill timeout doesn't get re-instated if a download switches to 
read-while-write and then back.  The Range is in cache code doesn't seem write 
for small things or possibly for seeing the current fragment that is only 
partially downloaded.)

But we would like some review of this to see if we are doing anything 
dangerous/not right/not helpful.

Might also help TS-2761 and issue around range handling.



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


Build failed in Jenkins: fedora_20-master » gcc,fedora_20,debug #686

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/686/

--
[...truncated 5360 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/686/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add 

Build failed in Jenkins: ubuntu_14_10-master » gcc,ubuntu_14_10,spdy #136

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/136/

--
[...truncated 5425 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=spdy/ws/136/install/libexec/trafficserver

If you ever happen to want to link against installed libraries

Build failed in Jenkins: ubuntu_14_10-master » clang,ubuntu_14_10,debug #136

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/136/

--
[...truncated 5426 lines...]
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/136/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the 

[jira] [Commented] (TS-3283) Certain SSL handshake error during client-hello hangs the client and leaves network connection open

2015-01-29 Thread Sudheer Vinukonda (JIRA)

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

Sudheer Vinukonda commented on TS-3283:
---

I wonder if the patch causes some sort of resource leak...looking at the code 
naively, it seems that the patch doesn't send an ACCEPT event to the upper 
layers (http?) in error cases anymore, whereas it was sending it before the 
change. I am not entirely sure, if there would be any upper layer continuations 
waiting at the point where this happens (protocol probe trampoline), but, if 
there are, then how are they released?

 Certain SSL handshake error during client-hello hangs the client and leaves 
 network connection open
 ---

 Key: TS-3283
 URL: https://issues.apache.org/jira/browse/TS-3283
 Project: Traffic Server
  Issue Type: Bug
  Components: SSL
Reporter: Joe Chung
Assignee: Phil Sorber
 Fix For: 4.2.3


 h3. Problem Description
 Send an SSLv2 Client Hello with an old cipher suite request against Traffic 
 Server 4.2.2, and the connection will freeze on the client side and 
 eventually time out after 120 seconds.
 The Traffic Server detects the SSL error, but instead of closing the 
 connection, goes on to accept new connections.
 h3. Reproduction
 === Client: Macbook Pro running OSX Mavericks 10.9.5 ===
 {code:none}
 $ openssl version -a
 OpenSSL 0.9.8za 5 Jun 2014
 built on: Aug 10 2014
 platform: darwin64-x86_64-llvm
 options:  bn(64,64) md2(int) rc4(ptr,char) des(idx,cisc,16,int) blowfish(idx)
 compiler: -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs 
 -fpascal-strings -fasm-blocks -O3 -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H 
 -DL_ENDIAN -DMD32_REG_T=int -DOPENSSL_NO_IDEA -DOPENSSL_PIC -DOPENSSL_THREADS 
 -DZLIB -mmacosx-version-min=10.6
 OPENSSLDIR: /System/Library/OpenSSL
 {code}
 h4. The following command triggers the bad behavior on the 4.2.2 server.
 {code:none}
 $ openssl s_client -connect 192.168.20.130:443 -ssl2 -debug
 CONNECTED(0003)
 write to 0x7fb9f2508610 [0x7fb9f300f201] (45 bytes = 45 (0x2D))
  - 80 2b 01 00 02 00 12 00-00 00 10 07 00 c0 03 00   .+..
 0010 - 80 01 00 80 06 00 40 04-00 80 02 00 80 f4 71 1a   ..@...q.
 0020 - ad 23 06 59 4d f8 d2 c5-b2 57 a9 66 4c.#.YMW.fL
 ^C
 {code}
 At this point, the client is hung, and I have to hit ctrl-c to interrupt it 
 or wait 120 seconds for tcp timeout.
 h3. Server: Lubuntu 13.10 on VMware
 {code:none}
 $ openssl version -a
 OpenSSL 1.0.1e 11 Feb 2013
 built on: Fri Jun 20 18:52:25 UTC 2014
 platform: debian-i386
 options:  bn(64,32) rc4(8x,mmx) des(ptr,risc1,16,long) blowfish(idx) 
 compiler: cc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT 
 -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
 -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack 
 -Wall -DOPENSSL_NO_TLS1_2_CLIENT -DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50 
 -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT 
 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM 
 -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
 OPENSSLDIR: /usr/lib/ssl
 {code}
 {code:none}
 $ diff /usr/local/etc/trafficserver/records.config.422 
 /usr/local/etc/trafficserver/records.config
 113c113
  CONFIG proxy.config.http.server_ports STRING 8080
 ---
  CONFIG proxy.config.http.server_ports STRING 8080 443:ssl
 594,595c594,595
  CONFIG proxy.config.diags.debug.enabled INT 0
  CONFIG proxy.config.diags.debug.tags STRING http.*|dns.*
 ---
  CONFIG proxy.config.diags.debug.enabled INT 1
  CONFIG proxy.config.diags.debug.tags STRING ssl.*
 {code}
 {code:none}
 $ /usr/local/bin/traffic_server --version
 [TrafficServer] using root directory '/usr/local'
 Apache Traffic Server - traffic_server - 4.2.2 - (build # 0723 on Jan  7 2015 
 at 23:04:32)
 $ sudo /usr/local/bin/traffic_server
 [sudo] password for user:
 [TrafficServer] using root directory '/usr/local'
 [Jan  8 00:53:42.618] Server {0xb702e700} DEBUG: (ssl) setting SNI callbacks 
 with for ctx 0xa4a7928
 [Jan  8 00:53:42.618] Server {0xb702e700} DEBUG: (ssl) indexed '*' with 
 SSL_CTX 0xa4a7928
 [Jan  8 00:53:42.619] Server {0xb702e700} DEBUG: (ssl) importing SNI names 
 from /usr/local/etc/trafficserver
 [Jan  8 00:54:02.256] Server {0xb6265b40} DEBUG: (ssl) 
 [SSLNextProtocolAccept:mainEvent] event 202 netvc 0xb280fa90
 [Jan  8 00:54:02.256] Server {0xb6265b40} DEBUG: (ssl) ssl_callback_info ssl: 
 0xb280fcb8 where: 16 ret: 1
 [Jan  8 00:54:02.256] Server {0xb6265b40} DEBUG: (ssl) ssl_callback_info ssl: 
 0xb280fcb8 where: 8193 ret: 1
 [Jan  8 00:54:02.256] Server {0xb6265b40} DEBUG: (ssl) 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/672/

--
[...truncated 5371 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=release/ws/672/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/freebsd_10-master/compiler=clang,label=freebsd_10,type=release/677/

--
[...truncated 5841 lines...]
[SDK_API_TSUrlParse] TSUrlParse : [foo://bar.com/baz/] PASS { ok }
[SDK_API_TSUrlParse] TSUrlParse : 
[http://a.b.com/xx.jpg?newpath=http://b.c.com] PASS { ok }
REGRESSION_RESULT SDK_API_TSUrlParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrParse started
[SDK_API_TSMimeHdrParse] TSMimeParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrParse : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrPrint : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserClear : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserDestroy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldFind : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldNextDup : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldRemove : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase6] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldClone : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase7] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase8] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopyValues : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase9] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase10] PASS { ok }
REGRESSION_RESULT SDK_API_TSMimeHdrParse:   PASSED
REGRESSION TEST SDK_API_TSHttpHdrParse started
[SDK_API_TSHttpHdrParse] TSHttpParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserClear : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseReq : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseResp : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserDestroy : [TestCase1] PASS { ok }
REGRESSION_RESULT SDK_API_TSHttpHdrParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrField started
[SDK_API_TSMimeHdrField] TSMBufferCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldCreate : [TestCase1|2|3|4|5] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNameGetSet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldsCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet with IDX=-1 : 
[TestCase12345] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringSet : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateInsert : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateGet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntSet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/672/

--
[...truncated 5372 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/672/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/658/

--
[...truncated 5379 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/658/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and

Build failed in Jenkins: ubuntu_14_10-master » clang,ubuntu_14_10,debug #137

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/137/

--
[...truncated 5433 lines...]
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/137/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/680/

--
[...truncated 5423 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/680/install/libexec/trafficserver

If 

Build failed in Jenkins: ubuntu_14_10-master » clang,ubuntu_14_10,spdy #137

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/137/

--
[...truncated 5440 lines...]
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/137/install/libexec/trafficserver

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/672/

--
[...truncated 5373 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/672/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
 

[jira] [Assigned] (TS-3342) Non-standard method in bad request can cause crash

2015-01-29 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom reassigned TS-3342:
-

Assignee: Leif Hedstrom

 Non-standard method in bad request can cause crash
 --

 Key: TS-3342
 URL: https://issues.apache.org/jira/browse/TS-3342
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
Assignee: Leif Hedstrom
 Fix For: 5.3.0

 Attachments: TS-3342.diff


 Fix is to check for a normal sort of method (that would actually need a cache 
 lookup) in HttpTransact::HandleCacheOpenReadMiss() to do
 {code}
  s-cache_info.action = CACHE_DO_NO_ACTION;
 {code}
 instead of
 {code}
  s-cache_info.action = CACHE_PREPARE_TO_WRITE;
 {code}
 for anything weird.  But I am concerned that this might cause problems if 
 someone wants to add support for a weird method...but maybe that never works 
 right with the cache anyway...



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


[jira] [Updated] (TS-3342) Non-standard method in bad request can cause crash

2015-01-29 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3342:
--
Assignee: William Bardwell  (was: Leif Hedstrom)

 Non-standard method in bad request can cause crash
 --

 Key: TS-3342
 URL: https://issues.apache.org/jira/browse/TS-3342
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0

 Attachments: TS-3342.diff


 Fix is to check for a normal sort of method (that would actually need a cache 
 lookup) in HttpTransact::HandleCacheOpenReadMiss() to do
 {code}
  s-cache_info.action = CACHE_DO_NO_ACTION;
 {code}
 instead of
 {code}
  s-cache_info.action = CACHE_PREPARE_TO_WRITE;
 {code}
 for anything weird.  But I am concerned that this might cause problems if 
 someone wants to add support for a weird method...but maybe that never works 
 right with the cache anyway...



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


[jira] [Updated] (TS-3342) Non-standard method in bad request can cause crash

2015-01-29 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3342:
--
Fix Version/s: 5.3.0

 Non-standard method in bad request can cause crash
 --

 Key: TS-3342
 URL: https://issues.apache.org/jira/browse/TS-3342
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: William Bardwell
 Fix For: 5.3.0

 Attachments: TS-3342.diff


 Fix is to check for a normal sort of method (that would actually need a cache 
 lookup) in HttpTransact::HandleCacheOpenReadMiss() to do
 {code}
  s-cache_info.action = CACHE_DO_NO_ACTION;
 {code}
 instead of
 {code}
  s-cache_info.action = CACHE_PREPARE_TO_WRITE;
 {code}
 for anything weird.  But I am concerned that this might cause problems if 
 someone wants to add support for a weird method...but maybe that never works 
 right with the cache anyway...



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


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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_6-master/compiler=gcc,label=debian_6,type=debug/663/

--
[...truncated 6598 lines...]
[SDK_API_TSMimeHdrParse] TSMimeHdrParse : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrPrint : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserClear : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserDestroy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldFind : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldNextDup : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldRemove : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase6] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldClone : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase7] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase8] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopyValues : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase9] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase10] PASS { ok }
REGRESSION_RESULT SDK_API_TSMimeHdrParse:   PASSED
REGRESSION TEST SDK_API_TSHttpHdrParse started
[SDK_API_TSHttpHdrParse] TSHttpParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserClear : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseReq : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseResp : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserDestroy : [TestCase1] PASS { ok }
REGRESSION_RESULT SDK_API_TSHttpHdrParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrField started
[SDK_API_TSMimeHdrField] TSMBufferCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldCreate : [TestCase1|2|3|4|5] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNameGetSet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldsCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet with IDX=-1 : 
[TestCase12345] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringSet : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateInsert : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateGet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntSet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValuesCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDelete : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValuesClear : [TestCase1] PASS { ok }

[jira] [Commented] (TS-3343) outbound transparent can end up with Connection: keep-alive headers on failures

2015-01-29 Thread ASF subversion and git services (JIRA)

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

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

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

Revert TS-3343 outbound transparent can end up with Connection: keep-alive 
headers on failures

This reverts commit de7a7b41edcd82c36624de26bfa2426fd4fe1eba.

Conflicts:
CHANGES


 outbound transparent can end up with Connection: keep-alive headers on 
 failures
 ---

 Key: TS-3343
 URL: https://issues.apache.org/jira/browse/TS-3343
 Project: Traffic Server
  Issue Type: Bug
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0


 502/504 responses generated by ATS can still end up with Connection: 
 keep-alive headers even when outbound_transparent is on, and connection is 
 doomed.
 Also for us not allowing setting that flag from the plugin with 
 TSHttpTxnOutgoingTransparencySet() when not compiled with full TPROXY support 
 is too mean, since that flag does change behavior in a few places in useful 
 ways even when not doing tproxy stuff.



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


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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/673/

--
[...truncated 5363 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=debug/ws/673/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/660/

--
[...truncated 5364 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_13_10-master/compiler=gcc,label=ubuntu_13_10,type=release/ws/660/install/libexec/trafficserver

If you ever happen to want to link against installed 

[jira] [Resolved] (TS-3349) Add DscpSet API's

2015-01-29 Thread Phil Sorber (JIRA)

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

Phil Sorber resolved TS-3349.
-
Resolution: Fixed

 Add DscpSet API's
 -

 Key: TS-3349
 URL: https://issues.apache.org/jira/browse/TS-3349
 Project: Traffic Server
  Issue Type: Improvement
  Components: TS API
Reporter: Phil Sorber
Assignee: Phil Sorber
 Fix For: 5.3.0


 {noformat}
 tsapi TSReturnCode TSHttpTxnClientPacketDscpSet(TSHttpTxn txnp, int dscp);
 tsapi TSReturnCode TSHttpTxnServerPacketDscpSet(TSHttpTxn txnp, int dscp);
 {noformat}



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


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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/420/

--
[...truncated 5360 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/centos_7-master/compiler=gcc,label=centos_7,type=debug/ws/420/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment 

Build failed in Jenkins: fedora_20-master » gcc,fedora_20,debug #688

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/688/

--
[...truncated 5358 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=debug/ws/688/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/110/

--
[...truncated 5473 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/110/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/193/

--
[...truncated 6609 lines...]
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:43:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:63:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:76:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:82:
 ERROR: Undefined substitution referenced: ATS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:100:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:106:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:106:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:106:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:138:
 ERROR: Undefined substitution referenced: ATS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:174:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:185:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:246:
 ERROR: Undefined substitution referenced: TS.
https://ci.trafficserver.apache.org/job/debian_jessie-master/compiler=gcc,label=debian_jessie,type=debug/ws/193/build/doc/admin/performance-tuning.en.rst:284:
 ERROR: Undefined substitution referenced: TS.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... TSAPI.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_NONE
None:None: WARNING: c:data reference target not found: TS_EVENT_NONE
None:None: WARNING: c:data reference target not found: TS_VC_CLOSE_ABORT
None:None: WARNING: c:data reference target not found: TS_URL_SCHEME_FILE
None:None: WARNING: c:data reference target not found: TS_MIME_FIELD_ACCEPT
None:None: WARNING: file reference target not found: {CONFIG_DIR}/plugin.config
None:None: WARNING: file reference target not found: {CONFIG_DIR}/records.config
TSActionCancel.3ts { } TSActionDone.3ts { } TSCacheRead.3ts { } None:None: 
WARNING: c:data reference target not found: TS_EVENT_CACHE_OPEN_READ
None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_OPEN_READ_FAILED
TSCacheRemove.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_REMOVE
None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_REMOVE_FAILED
None:None: WARNING: c:data reference target not found: TS_EVENT_CACHE_REMOVE
TSCacheWrite.3ts { } None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_OPEN_WRITE
None:None: WARNING: c:data reference target not found: 
TS_EVENT_CACHE_OPEN_WRITE_FAILED
TSConfigDataGet.3ts { } TSConfigGet.3ts { } TSConfigRelease.3ts { } 
TSConfigSet.3ts { } TSContCall.3ts { } TSContCreate.3ts { } TSContDataGet.3ts { 
} TSContDataSet.3ts { } TSContDestroy.3ts { } TSContMutexGet.3ts { } 
TSContSchedule.3ts { } TSDebug.3ts { } None:None: WARNING: c:type reference 
target not found: expression
None:None: WARNING: c:type reference target not found: expression
None:None: WARNING: c:func reference target not found: printf
TSHostLookup.3ts { } TSHostLookupResultAddrGet.3ts { } TSHttpConnect.3ts { } 
TSHttpConnectWithPluginId.3ts { } None:None: WARNING: c:type reference target 
not found: TSCVonn
TSHttpHdrClone.3ts { } TSHttpHdrCopy.3ts { } TSHttpHdrCreate.3ts { } 
TSHttpHdrDestroy.3ts { } TSHttpHdrHostGet.3ts { } None:None: WARNING: c:func 
reference target 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/673/

--
[...truncated 5366 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/debian_7-master/compiler=gcc,label=debian_7,type=hardening/ws/673/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
 

Build failed in Jenkins: fedora_20-master » gcc,fedora_20,release #688

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/688/

--
[...truncated 5359 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/688/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/109/

--
[...truncated 5480 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=debug/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add 

Build failed in Jenkins: fedora_21-master » gcc,fedora_21,spdy #109

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/109/

--
[...truncated 5497 lines...]
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/109/build/BUILDS/plugins/experimental'
make[4]: 

[jira] [Created] (TS-3350) Turing off cache in remap rule has unexpected Proxying cases

2015-01-29 Thread Miles Libbey (JIRA)
Miles Libbey created TS-3350:


 Summary: Turing off cache in remap rule has unexpected Proxying 
cases
 Key: TS-3350
 URL: https://issues.apache.org/jira/browse/TS-3350
 Project: Traffic Server
  Issue Type: Bug
Reporter: Miles Libbey


We are using 
@plugin=conf_remap.so @pparam=proxy.config.http.cache.http=0
in a remap rule.

We see 2 unexpected proxying cases:
1) Cache-control: only-if-cached.
Normally a request with this header will only return a 200 if the object is 
cached (504 if not cached).  We always get a 200 OK for these urls, suggesting 
the request is forwarded to the origin. (If the X-Debug plugin is installed, 
and X-Debug:X-Cache is also sent, the response indicates the cache was skipped.

2) PURGE.
When we issue a PURGE request for urls matching this remap, it appears that the 
PURGE is proxied to the origin server.



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


Build failed in Jenkins: ubuntu_14_10-master » clang,ubuntu_14_10,debug #138

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/138/

--
[...truncated 5426 lines...]
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=debug/ws/138/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the 

Build failed in Jenkins: debian_6-master » gcc,debian_6,release #663

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_6-master/compiler=gcc,label=debian_6,type=release/663/

--
[...truncated 6596 lines...]
[SDK_API_TSMimeHdrParse] TSMimeParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrParse : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrPrint : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserClear : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserDestroy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldFind : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldNextDup : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldRemove : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase6] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldClone : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase7] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase8] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopyValues : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase9] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase10] PASS { ok }
REGRESSION_RESULT SDK_API_TSMimeHdrParse:   PASSED
REGRESSION TEST SDK_API_TSHttpHdrParse started
[SDK_API_TSHttpHdrParse] TSHttpParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserClear : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseReq : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseResp : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserDestroy : [TestCase1] PASS { ok }
REGRESSION_RESULT SDK_API_TSHttpHdrParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrField started
[SDK_API_TSMimeHdrField] TSMBufferCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldCreate : [TestCase1|2|3|4|5] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNameGetSet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldsCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet with IDX=-1 : 
[TestCase12345] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringSet : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateInsert : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateGet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntSet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValuesCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDelete : [TestCase1] PASS { ok }

Build failed in Jenkins: ubuntu_14_10-master » gcc,ubuntu_14_10,release #138

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/138/

--
[...truncated 5414 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=gcc,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver

If 

[jira] [Reopened] (TS-3343) outbound transparent can end up with Connection: keep-alive headers on failures

2015-01-29 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom reopened TS-3343:
---

 outbound transparent can end up with Connection: keep-alive headers on 
 failures
 ---

 Key: TS-3343
 URL: https://issues.apache.org/jira/browse/TS-3343
 Project: Traffic Server
  Issue Type: Bug
Reporter: William Bardwell
Assignee: William Bardwell
 Fix For: 5.3.0


 502/504 responses generated by ATS can still end up with Connection: 
 keep-alive headers even when outbound_transparent is on, and connection is 
 doomed.
 Also for us not allowing setting that flag from the plugin with 
 TSHttpTxnOutgoingTransparencySet() when not compiled with full TPROXY support 
 is too mean, since that flag does change behavior in a few places in useful 
 ways even when not doing tproxy stuff.



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


Build failed in Jenkins: debian_6-master » gcc,debian_6,hardening #662

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/debian_6-master/compiler=gcc,label=debian_6,type=hardening/662/

--
[...truncated 6603 lines...]
[SDK_API_TSMimeHdrParse] TSMimeParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrParse : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrPrint : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserClear : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeParserDestroy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldFind : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldNextDup : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldRemove : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopy : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase6] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldClone : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase7] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase8] PASS { ok }
[SDK_API_TSMimeHdrParse] TSMimeHdrFieldCopyValues : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase9] PASS { ok }
[SDK_API_TSMimeHdrParse] TSHandleMLocRelease : [TestCase10] PASS { ok }
REGRESSION_RESULT SDK_API_TSMimeHdrParse:   PASSED
REGRESSION TEST SDK_API_TSHttpHdrParse started
[SDK_API_TSHttpHdrParse] TSHttpParserCreate : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserClear : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseReq : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpHdrParseResp : [TestCase1] PASS { ok }
[SDK_API_TSHttpHdrParse] TSHttpParserDestroy : [TestCase1] PASS { ok }
REGRESSION_RESULT SDK_API_TSHttpHdrParse:   PASSED
REGRESSION TEST SDK_API_TSMimeHdrField started
[SDK_API_TSMimeHdrField] TSMBufferCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrCreate : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldCreate : [TestCase1|2|3|4|5] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNameGetSet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase2] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase3] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldGet : [TestCase4] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldAppend : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldNext : [TestCase5] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldsCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringGet with IDX=-1 : 
[TestCase12345] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueStringSet : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateInsert : [TestCase1] PASS { 
ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateGet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDateSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueIntSet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintInsert : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintGet : [TestCase12345] 
PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueUintSet : [TestCase1] PASS { ok 
}
[SDK_API_TSMimeHdrField] TSMimeHdrFieldLengthGet : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueAppend : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValuesCount : [TestCase1] PASS { ok }
[SDK_API_TSMimeHdrField] TSMimeHdrFieldValueDelete : [TestCase1] PASS { ok }

[jira] [Updated] (TS-3350) Turing off cache in remap rule has unexpected Proxying cases

2015-01-29 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3350:
--
Labels: A  (was: )

 Turing off cache in remap rule has unexpected Proxying cases
 

 Key: TS-3350
 URL: https://issues.apache.org/jira/browse/TS-3350
 Project: Traffic Server
  Issue Type: Bug
Reporter: Miles Libbey
  Labels: A
 Fix For: 5.3.0


 We are using 
 @plugin=conf_remap.so @pparam=proxy.config.http.cache.http=0
 in a remap rule.
 We see 2 unexpected proxying cases:
 1) Cache-control: only-if-cached.
 Normally a request with this header will only return a 200 if the object is 
 cached (504 if not cached).  We always get a 200 OK for these urls, 
 suggesting the request is forwarded to the origin. (If the X-Debug plugin is 
 installed, and X-Debug:X-Cache is also sent, the response indicates the cache 
 was skipped.
 2) PURGE.
 When we issue a PURGE request for urls matching this remap, it appears that 
 the PURGE is proxied to the origin server.



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


Build failed in Jenkins: tsqa-master #59

2015-01-29 Thread jenkins
See https://ci.trafficserver.apache.org/job/tsqa-master/59/

--
Started by upstream project out_of_tree-master build number 491
originally caused by:
 Started by an SCM change
Started by upstream project in_tree-master build number 629
originally caused by:
 Started by an SCM change
Building remotely on QA1 (centos_7 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
Cleaning workspace
  /usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
  /usr/bin/git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
ERROR: Error fetching remote repo 'origin'



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

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

Changes:

[Phil Sorber] TS-3349: Add DscpSet API's

--
[...truncated 2016 lines...]
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
channel_stats.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/channel_stats.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/channel_stats.so
libtool: install: /usr/bin/install -c .libs/channel_stats.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/channel_stats.la
make[4]: Nothing to be done for `install-data-am'.
Making install in collapsed_connection
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
collapsed_connection.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/collapsed_connection.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/collapsed_connection.so
libtool: install: /usr/bin/install -c .libs/collapsed_connection.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/collapsed_connection.la
make[4]: Nothing to be done for `install-data-am'.
Making install in custom_redirect
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
custom_redirect.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/custom_redirect.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/custom_redirect.so
libtool: install: /usr/bin/install -c .libs/custom_redirect.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/custom_redirect.la
make[4]: Nothing to be done for `install-data-am'.
Making install in epic
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   epic.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/epic.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/epic.so
libtool: install: /usr/bin/install -c .libs/epic.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/epic.la
make[4]: Nothing to be done for `install-data-am'.
Making install in escalate
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   escalate.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/escalate.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/escalate.so
libtool: install: /usr/bin/install -c .libs/escalate.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/escalate.la
make[4]: Nothing to be done for `install-data-am'.
Making install in esi
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   esi.la 
combo_handler.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/esi.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=release/ws/457/install/libexec/trafficserver/esi.so
libtool: install: 

Build failed in Jenkins: fedora_21-master » clang,fedora_21,release #110

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/110/

--
[...truncated 5489 lines...]
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=clang,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Leaving directory 

Build failed in Jenkins: ubuntu_14_10-master » clang,ubuntu_14_10,release #138

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/138/

--
[...truncated 5423 lines...]
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=release/ws/138/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 

Build failed in Jenkins: ubuntu_14_10-master » clang,ubuntu_14_10,spdy #138

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/138/

--
[...truncated 5433 lines...]
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_10-master/compiler=clang,label=ubuntu_14_10,type=spdy/ws/138/install/libexec/trafficserver

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

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

Changes:

[Phil Sorber] TS-3349: Add DscpSet API's

--
[...truncated 2016 lines...]
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
channel_stats.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/channel_stats.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/channel_stats.so
libtool: install: /usr/bin/install -c .libs/channel_stats.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/channel_stats.la
make[4]: Nothing to be done for `install-data-am'.
Making install in collapsed_connection
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
collapsed_connection.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/collapsed_connection.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/collapsed_connection.so
libtool: install: /usr/bin/install -c .libs/collapsed_connection.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/collapsed_connection.la
make[4]: Nothing to be done for `install-data-am'.
Making install in custom_redirect
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
custom_redirect.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/custom_redirect.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/custom_redirect.so
libtool: install: /usr/bin/install -c .libs/custom_redirect.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/custom_redirect.la
make[4]: Nothing to be done for `install-data-am'.
Making install in epic
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   epic.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/epic.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/epic.so
libtool: install: /usr/bin/install -c .libs/epic.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/epic.la
make[4]: Nothing to be done for `install-data-am'.
Making install in escalate
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   escalate.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/escalate.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/escalate.so
libtool: install: /usr/bin/install -c .libs/escalate.lai 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/escalate.la
make[4]: Nothing to be done for `install-data-am'.
Making install in esi
 ../../../../build/aux/install-sh -c -d 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   esi.la 
combo_handler.la 
'https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/esi.so 
https://ci.trafficserver.apache.org/job/osx-master/compiler=clang,label=osx,type=debug/ws/457/install/libexec/trafficserver/esi.so
libtool: install: /usr/bin/install -c .libs/esi.lai 

Build failed in Jenkins: fedora_21-master » gcc,fedora_21,spdy #110

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/110/

--
[...truncated 5490 lines...]
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/build/BUILDS/plugins/experimental/ts_lua'
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/build/BUILDS/plugins/experimental'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=spdy/ws/110/build/BUILDS/plugins/experimental'
make[4]: 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/110/

--
[...truncated 5472 lines...]
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_21-master/compiler=gcc,label=fedora_21,type=release/ws/110/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment 

Build failed in Jenkins: fedora_20-master » gcc,fedora_20,release #687

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/687/

--
[...truncated 5366 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/build/BUILDS/plugins/experimental/xdebug'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver/xdebug.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/build/BUILDS/plugins/experimental/ts_lua'
 /usr/bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver/tslua.la
libtool: finish: PATH=/usr/local/bin:/usr/bin:/sbin ldconfig -n 
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/fedora_20-master/compiler=gcc,label=fedora_20,type=release/ws/687/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment 

[jira] [Updated] (TS-3322) for a more stable build of plugins we should load them during test

2015-01-29 Thread Leif Hedstrom (JIRA)

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

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

 for a more stable build of plugins we should load them during test
 --

 Key: TS-3322
 URL: https://issues.apache.org/jira/browse/TS-3322
 Project: Traffic Server
  Issue Type: Improvement
  Components: Build, Plugins
Reporter: Igor Galić
Assignee: Thomas Jackson
 Fix For: sometime


 currently we are building many (experimental) plugins without ever verifying 
 if they even load.
 perhaps we should have a smoke test that starts ats with all (built) plugins 
 in {{plugin.config}}
 a next step could be to actually test changed behaviour with remap plugins 
 for instance. but… baby steps ;)



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


[jira] [Updated] (TS-3329) ATS shouldn't start if SSL is configured and certificate can't be loaded

2015-01-29 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3329:
--
Fix Version/s: 5.3.0

 ATS shouldn't start if SSL is configured and certificate can't be loaded
 

 Key: TS-3329
 URL: https://issues.apache.org/jira/browse/TS-3329
 Project: Traffic Server
  Issue Type: Improvement
  Components: SSL
Reporter: kang li
Assignee: kang li
  Labels: review
 Fix For: 5.3.0

 Attachments: patch.diff


 requirement by [~dcarlin]:
 {quote}
 It seems ATS will start up even if the certificate file isn't present.
 ATS settings in records.config:
 CONFIG proxy.config.ssl.server.cert_chain.filename STRING digicert.pem
 CONFIG proxy.config.ssl.server.cert.path STRING conf/yts/ssl
 ATS settings in ssl_multicert.config:
 dest_ip=* ssl_cert_name=ycpi_ssl_cert.pem
 What happened was that this volume /home/y/conf/yts/ssl wasn't mounted - so 
 the
 SSL cert and chain cert were inaccessible.   ATS started anyways just 
 returning
 errors on 443. Healthchecks were served on port 80 via HTTP, so it appeared 
 to that the site was OK. 
 {quote}



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


[jira] [Updated] (TS-3329) ATS shouldn't start if SSL is configured and certificate can't be loaded

2015-01-29 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom updated TS-3329:
--
Labels: review  (was: )

 ATS shouldn't start if SSL is configured and certificate can't be loaded
 

 Key: TS-3329
 URL: https://issues.apache.org/jira/browse/TS-3329
 Project: Traffic Server
  Issue Type: Improvement
  Components: SSL
Reporter: kang li
Assignee: kang li
  Labels: review
 Fix For: 5.3.0

 Attachments: patch.diff


 requirement by [~dcarlin]:
 {quote}
 It seems ATS will start up even if the certificate file isn't present.
 ATS settings in records.config:
 CONFIG proxy.config.ssl.server.cert_chain.filename STRING digicert.pem
 CONFIG proxy.config.ssl.server.cert.path STRING conf/yts/ssl
 ATS settings in ssl_multicert.config:
 dest_ip=* ssl_cert_name=ycpi_ssl_cert.pem
 What happened was that this volume /home/y/conf/yts/ssl wasn't mounted - so 
 the
 SSL cert and chain cert were inaccessible.   ATS started anyways just 
 returning
 errors on 443. Healthchecks were served on port 80 via HTTP, so it appeared 
 to that the site was OK. 
 {quote}



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


[jira] [Commented] (TS-3349) Add DscpSet API's

2015-01-29 Thread ASF subversion and git services (JIRA)

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

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

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

TS-3349: Add DscpSet API's


 Add DscpSet API's
 -

 Key: TS-3349
 URL: https://issues.apache.org/jira/browse/TS-3349
 Project: Traffic Server
  Issue Type: Improvement
  Components: TS API
Reporter: Phil Sorber
Assignee: Phil Sorber
 Fix For: 5.3.0


 {noformat}
 tsapi TSReturnCode TSHttpTxnClientPacketDscpSet(TSHttpTxn txnp, int dscp);
 tsapi TSReturnCode TSHttpTxnServerPacketDscpSet(TSHttpTxn txnp, int dscp);
 {noformat}



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


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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/681/

--
[...truncated 5414 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/build/BUILDS/plugins/experimental/xdebug'
Making install in mysql_remap
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/build/BUILDS/plugins/experimental/mysql_remap'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/build/BUILDS/plugins/experimental/mysql_remap'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   
mysql_remap.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/mysql_remap.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver/mysql_remap.so
libtool: install: /usr/bin/install -c .libs/mysql_remap.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver/mysql_remap.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/build/BUILDS/plugins/experimental/mysql_remap'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/build/BUILDS/plugins/experimental/mysql_remap'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_14_04-master/compiler=gcc,label=ubuntu_14_04,type=release/ws/681/install/libexec/trafficserver

If 

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

2015-01-29 Thread jenkins
See 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/659/

--
[...truncated 5370 lines...]
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/build/BUILDS/plugins/experimental/url_sig'
Making install in xdebug
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/build/BUILDS/plugins/experimental/xdebug'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/build/BUILDS/plugins/experimental/xdebug'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   xdebug.la 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/xdebug.so 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver/xdebug.so
libtool: install: /usr/bin/install -c .libs/xdebug.lai 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver/xdebug.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/build/BUILDS/plugins/experimental/xdebug'
make[3]: Leaving directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/build/BUILDS/plugins/experimental/xdebug'
Making install in ts_lua
make[3]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/build/BUILDS/plugins/experimental/ts_lua'
make[4]: Entering directory 
`https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/build/BUILDS/plugins/experimental/ts_lua'
 /bin/mkdir -p 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver'
 /bin/bash ../../../libtool   --mode=install /usr/bin/install -c   tslua.la 
'https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver'
libtool: install: /usr/bin/install -c .libs/tslua.so 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver/tslua.so
libtool: install: /usr/bin/install -c .libs/tslua.lai 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver/tslua.la
libtool: finish: 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin
 ldconfig -n 
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver
--
Libraries have been installed in:
   
https://ci.trafficserver.apache.org/job/ubuntu_12_04-master/compiler=gcc,label=ubuntu_12_04,type=debug/ws/659/install/libexec/trafficserver

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and

  1   2   >