Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DB20713D for ; Tue, 27 Dec 2011 22:32:20 +0000 (UTC) Received: (qmail 65896 invoked by uid 500); 27 Dec 2011 22:32:19 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 65861 invoked by uid 500); 27 Dec 2011 22:32:19 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 65853 invoked by uid 99); 27 Dec 2011 22:32:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Dec 2011 22:32:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Dec 2011 22:32:17 +0000 Received: from aegis (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 8B356C00F2 for ; Tue, 27 Dec 2011 22:31:57 +0000 (UTC) Date: Tue, 27 Dec 2011 22:31:57 +0000 (UTC) From: Apache Jenkins Server To: dev@cassandra.apache.org Message-ID: <1072251968.4631325025117554.JavaMail.hudson@aegis> In-Reply-To: <2053057191.4511325021239248.JavaMail.hudson@aegis> References: <2053057191.4511325021239248.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: Cassandra #1271 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See Changes: [jbellis] make Token serializable again for JMX ------------------------------------------ [...truncated 2831 lines...] [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] at org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:279) [junit] at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:249) [junit] at org.apache.cassandra.service.StorageService.initClient(StorageService.java:384) [junit] at org.apache.cassandra.service.InitClientTest.testInitClientStartup(InitClientTest.java:33) [junit] [junit] [junit] Test org.apache.cassandra.service.InitClientTest FAILED [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 18.376 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:28:48,628 Overriding RING_DELAY to 1000ms [junit] WARN 22:29:03,187 Node /127.0.0.3 'leaving' token mismatch. Long network partition? [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.MoveTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.793 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:07,785 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.RemoveTest [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 6.917 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:18,358 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testcase: testBadToken(org.apache.cassandra.service.RemoveTest): Caused an ERROR [junit] /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] at org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:279) [junit] at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:249) [junit] at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:71) [junit] [junit] [junit] Testcase: testLocalToken(org.apache.cassandra.service.RemoveTest): Caused an ERROR [junit] /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] at org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:279) [junit] at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:249) [junit] at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:71) [junit] [junit] [junit] Testcase: testRemoveToken(org.apache.cassandra.service.RemoveTest): Caused an ERROR [junit] /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] at org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:279) [junit] at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:249) [junit] at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:71) [junit] [junit] [junit] Test org.apache.cassandra.service.RemoveTest FAILED [junit] Testsuite: org.apache.cassandra.service.RowResolverTest [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.56 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:26,054 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.SerializationsTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.281 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:27,147 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.636 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:28,767 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.54 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:30,245 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testcase: testClientOnlyMode(org.apache.cassandra.service.StorageServiceClientTest): Caused an ERROR [junit] /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] at org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:279) [junit] at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:249) [junit] at org.apache.cassandra.service.StorageService.initClient(StorageService.java:384) [junit] at org.apache.cassandra.service.StorageServiceClientTest.testClientOnlyMode(StorageServiceClientTest.java:39) [junit] [junit] [junit] Test org.apache.cassandra.service.StorageServiceClientTest FAILED [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 1.252 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:31,407 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testcase: testRegularMode(org.apache.cassandra.service.StorageServiceServerTest): Caused an ERROR [junit] /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] at org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:279) [junit] at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:249) [junit] at org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:513) [junit] at org.apache.cassandra.service.StorageService.initServer(StorageService.java:490) [junit] at org.apache.cassandra.service.StorageServiceServerTest.testRegularMode(StorageServiceServerTest.java:45) [junit] [junit] [junit] Exception in thread "StorageServiceShutdownHook" java.lang.IllegalStateException: No configured RPC daemon [junit] at org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:335) [junit] at org.apache.cassandra.service.StorageService$2.runMayThrow(StorageService.java:451) [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) [junit] at java.lang.Thread.run(Thread.java:662) [junit] Test org.apache.cassandra.service.StorageServiceServerTest FAILED [junit] Testsuite: org.apache.cassandra.streaming.BootstrapTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.698 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:33,356 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.621 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:34,916 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest [junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0.845 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:36,261 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testcase: org.apache.cassandra.streaming.StreamingTransferTest: Caused an ERROR [junit] /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 is in use by another process. Change listen_address:storage_port in cassandra.yaml to values that do not conflict with other services [junit] at org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:279) [junit] at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:249) [junit] at org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:513) [junit] at org.apache.cassandra.service.StorageService.initServer(StorageService.java:490) [junit] at org.apache.cassandra.service.StorageService.initServer(StorageService.java:400) [junit] at org.apache.cassandra.streaming.StreamingTransferTest.setup(StreamingTransferTest.java:65) [junit] [junit] [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.9 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:38,302 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.54 sec [junit] [junit] ------------- Standard Output --------------- [junit] Importing 1 keys... [junit] 1 keys imported successfully. [junit] ------------- ---------------- --------------- [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:39,998 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 5, Failures: 0, Errors: 2, Time elapsed: 1.26 sec [junit] [junit] ------------- Standard Output --------------- [junit] Importing 2 keys... [junit] Importing 2 keys... [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Importing 3 keys... [junit] Importing 3 keys... [junit] 1 keys imported successfully. [junit] ------------- ---------------- --------------- [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:43,315 Overriding RING_DELAY to 1000ms [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually. [junit] ------------- ---------------- --------------- [junit] Testcase: testImportSimpleCf(org.apache.cassandra.tools.SSTableImportTest): Caused an ERROR [junit] java.lang.Integer cannot be cast to java.lang.Long [junit] java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long [junit] at org.apache.cassandra.tools.SSTableImport$JsonColumn.(SSTableImport.java:132) [junit] at org.apache.cassandra.tools.SSTableImport.addColumnsToCF(SSTableImport.java:191) [junit] at org.apache.cassandra.tools.SSTableImport.addToStandardCF(SSTableImport.java:174) [junit] at org.apache.cassandra.tools.SSTableImport.importUnsorted(SSTableImport.java:290) [junit] at org.apache.cassandra.tools.SSTableImport.importJson(SSTableImport.java:255) [junit] at org.apache.cassandra.tools.SSTableImportTest.testImportSimpleCf(SSTableImportTest.java:60) [junit] [junit] [junit] Testcase: testImportSimpleCfOldFormat(org.apache.cassandra.tools.SSTableImportTest): Caused an ERROR [junit] java.lang.Integer cannot be cast to java.lang.Long [junit] java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long [junit] at org.apache.cassandra.tools.SSTableImport$JsonColumn.(SSTableImport.java:119) [junit] at org.apache.cassandra.tools.SSTableImport.addColumnsToCF(SSTableImport.java:191) [junit] at org.apache.cassandra.tools.SSTableImport.addToStandardCF(SSTableImport.java:174) [junit] at org.apache.cassandra.tools.SSTableImport.importUnsorted(SSTableImport.java:290) [junit] at org.apache.cassandra.tools.SSTableImport.importJson(SSTableImport.java:255) [junit] at org.apache.cassandra.tools.SSTableImportTest.testImportSimpleCfOldFormat(SSTableImportTest.java:89) [junit] [junit] [junit] Test org.apache.cassandra.tools.SSTableImportTest FAILED [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.768 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.079 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.059 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.139 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.HexTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.IntervalTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.052 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.148 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.692 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.075 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.458 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:55,175 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.807 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 22:29:56,547 Overriding RING_DELAY to 1000ms [junit] ------------- ---------------- --------------- BUILD FAILED :1018: The following error occurred while executing this line: :1004: Some unit test(s) failed. Total time: 26 minutes 40 seconds Build step 'Invoke Ant' marked build as failure [TASKS] Skipping publisher since build result is FAILURE Publishing Javadoc Archiving artifacts Recording test results