Return-Path: Delivered-To: apmail-incubator-cassandra-dev-archive@minotaur.apache.org Received: (qmail 77936 invoked from network); 12 Jan 2010 12:34:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2010 12:34:49 -0000 Received: (qmail 45833 invoked by uid 500); 12 Jan 2010 12:34:48 -0000 Delivered-To: apmail-incubator-cassandra-dev-archive@incubator.apache.org Received: (qmail 45799 invoked by uid 500); 12 Jan 2010 12:34:48 -0000 Mailing-List: contact cassandra-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-dev@incubator.apache.org Received: (qmail 45789 invoked by uid 99); 12 Jan 2010 12:34:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 12:34:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.106] (HELO hudson.zones.apache.org) (140.211.11.106) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 12:34:45 +0000 Received: from hudson.zones.apache.org (localhost [127.0.0.1]) by hudson.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o0CCYNc2009137 for ; Tue, 12 Jan 2010 07:34:23 -0500 (EST) Date: Tue, 12 Jan 2010 12:34:23 +0000 (UTC) From: Apache Hudson Server To: cassandra-dev@incubator.apache.org Message-ID: <3092411.5511263299663161.JavaMail.hudson@hudson.zones.apache.org> In-Reply-To: <7792349.4821263214164511.JavaMail.hudson@hudson.zones.apache.org> References: <7792349.4821263214164511.JavaMail.hudson@hudson.zones.apache.org> Subject: Build failed in Hudson: Cassandra #321 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [jbellis] r/m unused code. patch by jbellis [jbellis] update cached rows in-place instead of invalidating & reloading. should make it more suitable for relatively wide rows, especially if updates are to a small number of columns. patch by jbellis; reviewed by goffinet for CASSANDRA-678 [jbellis] make rowcache, keycache configurable per-CF patch by jbellis; reviewed by goffinet for CASSANDRA-678 [jbellis] row cache instrumentation patch by jbellis; reviewed by goffinet for CASSANDRA-678 [jbellis] clean up Table/CFS onstart to fix cache size calculation (need key count so it's not zero) patch by jbellis; reviewed by goffinet for CASSANDRA-678 [jbellis] basic row caching. patch by jbellis; reviewed by goffinet for CASSANDRA-678 [jbellis] r/m unused or redundant MessagingService code. patch by jbellis [jbellis] inline FastSerializer. patch by jbellis [jbellis] move message serialization into MessagingService. patch by jbellis [jbellis] inline IStage.executorService, removing the useless Stage wrappers [jbellis] centralize stage creation in StageManager and standardize stage naming patch by jbellis; reviewed by gdusbabek for CASSANDRA-684 [jbellis] the right max queue size for CLES is always the number of writer threads (since they always block for the CL before proceeding). patch by jbellis [eevans] update interface def for new API versioning policy Patch by eevans; reviewed by jbellis for CASSANDRA-686 ------------------------------------------ [...truncated 894 lines...] [junit] WARN handleException, Problem reading from socket connected to : java.nio.channels.SocketChannel[connected local=/127.0.0.1:34594 remote=/127.0.0.1:7010] [junit] java.io.IOException: Reached an EOL or something bizzare occured. Reading from: /127.0.0.1 BufferSizeRemaining: 16 [junit] at org.apache.cassandra.net.io.StartState.doRead(StartState.java:44) [junit] at org.apache.cassandra.net.io.ProtocolState.read(ProtocolState.java:39) [junit] at org.apache.cassandra.net.io.TcpReader.read(TcpReader.java:95) [junit] at org.apache.cassandra.net.TcpConnection$ReadWorkItem.run(TcpConnection.java:427) [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:619) [junit] ------------- ---------------- --------------- [junit] Cobertura: Loaded information on 587 classes. [junit] Cobertura: Saved information on 587 classes. [junit] Testsuite: org.apache.cassandra.locator.RackUnawareStrategyTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.544 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 9.582 sec [junit] [junit] ------------- Standard Output --------------- [junit] ERROR connect, Encountered IOException on connection: java.nio.channels.SocketChannel[closed] [junit] java.net.ConnectException: Connection refused [junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) [junit] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) [junit] at org.apache.cassandra.net.TcpConnection.connect(TcpConnection.java:324) [junit] at org.apache.cassandra.net.SelectorManager.doProcess(SelectorManager.java:143) [junit] at org.apache.cassandra.net.SelectorManager.run(SelectorManager.java:107) [junit] ERROR connect, Encountered IOException on connection: java.nio.channels.SocketChannel[closed] [junit] java.net.ConnectException: Connection refused [junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) [junit] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) [junit] at org.apache.cassandra.net.TcpConnection.connect(TcpConnection.java:324) [junit] at org.apache.cassandra.net.SelectorManager.doProcess(SelectorManager.java:143) [junit] at org.apache.cassandra.net.SelectorManager.run(SelectorManager.java:107) [junit] ERROR connect, Encountered IOException on connection: java.nio.channels.SocketChannel[closed] [junit] java.net.ConnectException: Connection refused [junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) [junit] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) [junit] at org.apache.cassandra.net.TcpConnection.connect(TcpConnection.java:324) [junit] at org.apache.cassandra.net.SelectorManager.doProcess(SelectorManager.java:143) [junit] at org.apache.cassandra.net.SelectorManager.run(SelectorManager.java:107) [junit] ERROR connect, Encountered IOException on connection: java.nio.channels.SocketChannel[closed] [junit] java.net.ConnectException: Connection refused [junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) [junit] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) [junit] at org.apache.cassandra.net.TcpConnection.connect(TcpConnection.java:324) [junit] at org.apache.cassandra.net.SelectorManager.doProcess(SelectorManager.java:143) [junit] at org.apache.cassandra.net.SelectorManager.run(SelectorManager.java:107) [junit] ERROR connect, Encountered IOException on connection: java.nio.channels.SocketChannel[closed] [junit] java.net.ConnectException: Connection refused [junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) [junit] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) [junit] at org.apache.cassandra.net.TcpConnection.connect(TcpConnection.java:324) [junit] at org.apache.cassandra.net.SelectorManager.doProcess(SelectorManager.java:143) [junit] at org.apache.cassandra.net.SelectorManager.run(SelectorManager.java:107) [junit] ERROR connect, Encountered IOException on connection: java.nio.channels.SocketChannel[closed] [junit] java.net.ConnectException: Connection refused [junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) [junit] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) [junit] at org.apache.cassandra.net.TcpConnection.connect(TcpConnection.java:324) [junit] at org.apache.cassandra.net.SelectorManager.doProcess(SelectorManager.java:143) [junit] at org.apache.cassandra.net.SelectorManager.run(SelectorManager.java:107) [junit] ------------- ---------------- --------------- [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.353 sec [junit] [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.MoveTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.878 sec [junit] [junit] ------------- Standard Output --------------- [junit] WARN handleStateLeaving, Node /127.0.0.3 'leaving' token mismatch. Long network partition? [junit] ------------- ---------------- --------------- [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.ReadResponseResolverTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.351 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.StorageServiceTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.624 sec [junit] [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.617 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.518 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.407 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.066 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.133 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.FilterTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.532 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.321 sec [junit] [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.(DeleteOnExitHook.java:20) [junit] ... 5 more BUILD FAILED :253: Some test(s) failed. Total time: 2 minutes 53 seconds Publishing Javadoc Archiving artifacts Recording test results