Build failed in Jenkins: Cassandra #2073

2012-09-08 Thread Apache Jenkins Server
See 

--
Started by an SCM change
Building remotely on ubuntu4 in workspace 

Checkout:Cassandra /  - 
hudson.remoting.Channel@6825bff7:ubuntu4
Using strategy: Default
Last Built Revision: Revision 8b374b206991255bde336911c68a7f988ab62a61 
(origin/trunk)
Fetching changes from 1 remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cassandra.git
hudson.util.IOException2: remote file operation failed: 
 at 
hudson.remoting.Channel@6825bff7:ubuntu4
at hudson.FilePath.act(FilePath.java:838)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1064)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Caused by: java.io.IOException: Remote call on ubuntu4 failed
at hudson.remoting.Channel.call(Channel.java:673)
at hudson.FilePath.act(FilePath.java:831)
... 10 more
Caused by: java.lang.LinkageError: loader (instance of  
hudson/remoting/RemoteClassLoader): attempted  duplicate class definition for 
name: "hudson/Functions"
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.lang.ClassLoader.defineClass(ClassLoader.java:480)
at 
hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:152)
at 
hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:131)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at hudson.plugins.git.GitAPI.revParse(GitAPI.java:274)
at 
hudson.plugins.git.util.DefaultBuildChooser.getCandidateRevisions(DefaultBuildChooser.java:85)
at 
hudson.plugins.git.util.BuildChooser.getCandidateRevisions(BuildChooser.java:69)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1175)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Retrying after 10 seconds
Checkout:Cassandra /  - 
hudson.remoting.Channel@6825bff7:ubuntu4
Using strategy: Default
Last Built Revision: Revision 8b374b206991255bde336911c68a7f988ab62a61 
(origin/trunk)
Fetching changes from 1 remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cassandra.git
hudson.util.IOException2: remote file operation failed: 
 at 
hudson.remoting.Channel@6825bff7:ubuntu4
at hudson.FilePath.act(FilePath.java:838)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1064)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Caused by: java.io.IOException: Remote call on ubuntu4 failed
at hudson.remoting.Channel.call(Channel.java:673)
at hudson.FilePath.act(FilePath.java:831)
... 10 more
Caused by: java.lang.LinkageError: hudson/Functions

Build failed in Jenkins: Cassandra-quick #1293

2012-09-08 Thread Apache Jenkins Server
See 

--
[...truncated 571 lines...]
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 15:11:28,222 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65)
[junit] ERROR 15:11:28,288 Fatal exception in thread Thread[Streaming to 
/127.0.0.1:3,5,main]
[junit] java.lang.NegativeArraySizeException
[junit] at 
org.apache.cassandra.net.CompactEndpointSerializationHelper.deserialize(CompactEndpointSerializationHelper.java:36)
[junit] at org.apache.cassandra.net.MessageIn.read(MessageIn.java:57)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:196)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:180)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91)
[junit] at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 15:11:28,289 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpCon

Re: [VOTE] Release Apache Cassandra 1.1.5 (strike 2)

2012-09-08 Thread Brandon Williams
+1

On Fri, Sep 7, 2012 at 12:37 PM, Sylvain Lebresne  wrote:
> The fix to #4561 have now been pushed and we even have a few more fixes
> committed since the first try and so let's try again: I propose the following
> artifacts for release as 1.1.5.
>
> sha1: e395307893d93a01e976656f6e0f5cee1acf3c3b
> Git: 
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.1.5-tentative
> Artifacts: 
> https://repository.apache.org/content/repositories/orgapachecassandra-041/org/apache/cassandra/apache-cassandra/1.1.5/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-041/
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~slebresne/
>
> The vote will be open for 72 hours (longer if needed).
>
> [1]: http://goo.gl/FHCUz (CHANGES.txt)
> [2]: http://goo.gl/Mw0HH (NEWS.txt)


Re: [VOTE] Release Apache Cassandra 1.1.5 (strike 2)

2012-09-08 Thread Vijay
+1

Regards,




On Fri, Sep 7, 2012 at 10:37 AM, Sylvain Lebresne wrote:

> The fix to #4561 have now been pushed and we even have a few more fixes
> committed since the first try and so let's try again: I propose the
> following
> artifacts for release as 1.1.5.
>
> sha1: e395307893d93a01e976656f6e0f5cee1acf3c3b
> Git:
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.1.5-tentative
> Artifacts:
> https://repository.apache.org/content/repositories/orgapachecassandra-041/org/apache/cassandra/apache-cassandra/1.1.5/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-041/
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~slebresne/
>
> The vote will be open for 72 hours (longer if needed).
>
> [1]: http://goo.gl/FHCUz (CHANGES.txt)
> [2]: http://goo.gl/Mw0HH (NEWS.txt)
>


Re: [VOTE] Release Apache Cassandra 1.1.5 (strike 2)

2012-09-08 Thread Gary Dusbabek
+1

On Friday, September 7, 2012, Sylvain Lebresne wrote:

> The fix to #4561 have now been pushed and we even have a few more fixes
> committed since the first try and so let's try again: I propose the
> following
> artifacts for release as 1.1.5.
>
> sha1: e395307893d93a01e976656f6e0f5cee1acf3c3b
> Git:
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.1.5-tentative
> Artifacts:
> https://repository.apache.org/content/repositories/orgapachecassandra-041/org/apache/cassandra/apache-cassandra/1.1.5/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-041/
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~slebresne/
>
> The vote will be open for 72 hours (longer if needed).
>
> [1]: http://goo.gl/FHCUz (CHANGES.txt)
> [2]: http://goo.gl/Mw0HH (NEWS.txt)
>


Build failed in Jenkins: Cassandra-quick #1294

2012-09-08 Thread Apache Jenkins Server
See 

Changes:

[jbellis] cleanup

[jbellis] add atomic_batch_mutate

--
[...truncated 580 lines...]
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 03:36:51,670 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65)
[junit] ERROR 03:36:52,696 Fatal exception in thread Thread[Streaming to 
/127.0.0.1:3,5,main]
[junit] java.lang.NegativeArraySizeException
[junit] at 
org.apache.cassandra.net.CompactEndpointSerializationHelper.deserialize(CompactEndpointSerializationHelper.java:36)
[junit] at org.apache.cassandra.net.MessageIn.read(MessageIn.java:57)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:196)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:180)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91)
[junit] at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 03:36:52,696 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit]   

Build failed in Jenkins: Cassandra-quick #1295

2012-09-08 Thread Apache Jenkins Server
See 

Changes:

[jbellis] gen-thrift-java

--
[...truncated 581 lines...]
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 03:55:31,544 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65)
[junit] ERROR 03:55:32,567 Fatal exception in thread Thread[Streaming to 
/127.0.0.1:3,5,main]
[junit] java.lang.NegativeArraySizeException
[junit] at 
org.apache.cassandra.net.CompactEndpointSerializationHelper.deserialize(CompactEndpointSerializationHelper.java:36)
[junit] at org.apache.cassandra.net.MessageIn.read(MessageIn.java:57)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:196)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:180)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91)
[junit] at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 03:55:32,567 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.

Build failed in Jenkins: Cassandra-quick #1296

2012-09-08 Thread Apache Jenkins Server
See 

--
[...truncated 570 lines...]
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 04:17:09,151 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65)
[junit] ERROR 04:17:09,206 Fatal exception in thread Thread[Streaming to 
/127.0.0.1:3,5,main]
[junit] java.lang.NegativeArraySizeException
[junit] at 
org.apache.cassandra.net.CompactEndpointSerializationHelper.deserialize(CompactEndpointSerializationHelper.java:36)
[junit] at org.apache.cassandra.net.MessageIn.read(MessageIn.java:57)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:196)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:180)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91)
[junit] at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 04:17:09,206 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpCon

Build failed in Jenkins: Cassandra-quick #1297

2012-09-08 Thread Apache Jenkins Server
See 

--
[...truncated 571 lines...]
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 05:14:53,311 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65)
[junit] ERROR 05:14:53,379 Fatal exception in thread Thread[Streaming to 
/127.0.0.1:3,5,main]
[junit] java.lang.NegativeArraySizeException
[junit] at 
org.apache.cassandra.net.CompactEndpointSerializationHelper.deserialize(CompactEndpointSerializationHelper.java:36)
[junit] at org.apache.cassandra.net.MessageIn.read(MessageIn.java:57)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:196)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:180)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91)
[junit] at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 05:14:53,379 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpCon

Build failed in Jenkins: Cassandra-quick #1298

2012-09-08 Thread Apache Jenkins Server
See 

--
[...truncated 570 lines...]
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 06:56:20,282 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65)
[junit] ERROR 06:56:20,340 Fatal exception in thread Thread[Streaming to 
/127.0.0.1:3,5,main]
[junit] java.lang.NegativeArraySizeException
[junit] at 
org.apache.cassandra.net.CompactEndpointSerializationHelper.deserialize(CompactEndpointSerializationHelper.java:36)
[junit] at org.apache.cassandra.net.MessageIn.read(MessageIn.java:57)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:196)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:180)
[junit] at 
org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91)
[junit] at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:662)
[junit] ERROR 06:56:20,340 Sending retry message failed, closing session.
[junit] java.io.IOException: Broken pipe
[junit] at sun.nio.ch.FileDispatcher.write0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
[junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
[junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40)
[junit] at 
sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
[junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
[junit] at java.nio.channels.Channels.writeFully(Channels.java:81)
[junit] at java.nio.channels.Channels.access$000(Channels.java:47)
[junit] at java.nio.channels.Channels$1.write(Channels.java:155)
[junit] at java.io.OutputStream.write(OutputStream.java:58)
[junit] at java.nio.channels.Channels$1.write(Channels.java:136)
[junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180)
[junit] at 
org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171)
[junit] at 
org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193)
[junit] at 
org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165)
[junit] at 
org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpCon