See <
https://hector-dev.ci.cloudbees.com/job/Hector%20Trunk%20Nightly/133/>
------------------------------------------
[...truncated 5866 lines...]
Exception encountered during startup: java.lang.InterruptedException
22:11:03,361 ERROR CassandraDaemon:175 - Exception in thread Thread[StorageServiceShutdownHook,5,main]
java.lang.NullPointerException
at org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:321)
at org.apache.cassandra.service.StorageService.shutdownClientServers(StorageService.java:362)
at org.apache.cassandra.service.StorageService.access$000(StorageService.java:88)
at org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:513)
at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at java.lang.Thread.run(Thread.java:662)
Running me.prettyprint.cassandra.model.SuperColumnSliceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 sec
Running me.prettyprint.cassandra.serializers.FastInfosetSerializerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.728 sec
Running me.prettyprint.cassandra.serializers.DateSerializerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec
Running me.prettyprint.cassandra.serializers.TypeInferringSerializerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec
Running me.prettyprint.cassandra.serializers.ShortSerializerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
Running me.prettyprint.cassandra.serializers.BooleanSerializerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 sec
Running me.prettyprint.cassandra.serializers.BigIntegerSerializerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec
Running me.prettyprint.cassandra.serializers.IntegerSerializerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
Running me.prettyprint.cassandra.serializers.LongSerializerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec
Running me.prettyprint.cassandra.serializers.ObjectSerializerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 sec
Running me.prettyprint.cassandra.serializers.BytesArraySerializerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 sec
Running me.prettyprint.cassandra.serializers.UUIDSerializerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 sec
Running me.prettyprint.cassandra.serializers.JaxbSerializerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec
Running me.prettyprint.cassandra.serializers.StringSerializerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 sec
Running me.prettyprint.cassandra.serializers.PrefixedSerializerTest
22:11:22,387 ERROR PrefixedSerializer:64 - Unprefixed value received, throwing exception...
22:11:22,403 ERROR PrefixedSerializer:64 - Unprefixed value received, throwing exception...
22:11:22,433 ERROR PrefixedSerializer:64 - Unprefixed value received, throwing exception...
22:11:22,438 ERROR PrefixedSerializer:64 - Unprefixed value received, throwing exception...
22:11:22,445 ERROR PrefixedSerializer:64 - Unprefixed value received, throwing exception...
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 sec
Running me.prettyprint.cassandra.locking.HLockManagerImplTest
22:11:23,852 INFO BaseEmbededServerSetupTest:39 - in setup of BaseEmbedded.Test
22:11:23,948 INFO DatabaseDescriptor:132 - Loading settings from file:tmp/cassandra.yaml
22:11:25,366 INFO DatabaseDescriptor:150 - Data files directories: [tmp/var/lib/cassandra/data]
22:11:25,367 INFO DatabaseDescriptor:151 - Commit log directory: tmp/var/lib/cassandra/commitlog
22:11:25,367 INFO DatabaseDescriptor:191 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap
22:11:25,368 INFO DatabaseDescriptor:205 - disk_failure_policy is stop
22:11:25,378 INFO DatabaseDescriptor:273 - Global memtable threshold is enabled at 164MB
22:11:25,894 INFO DatabaseDescriptor:404 - Not using multi-threaded compaction
22:11:27,018 INFO EmbeddedServerHelper:66 - Starting executor
22:11:27,019 INFO EmbeddedServerHelper:69 - Started executor
22:11:27,021 INFO CassandraDaemon:128 - JVM vendor/version: Java HotSpot(TM) 64-Bit Server VM/1.6.0_24
22:11:27,022 ERROR CassandraDaemon:159 - Your JVM is out of date. Please upgrade to the newest Oracle Java 6.
22:11:27,023 INFO CassandraDaemon:166 - Heap size: 518979584/518979584
22:11:27,023 INFO CassandraDaemon:167 - Classpath: <
https://hector-dev.ci.cloudbees.com/job/Hector%20Trunk%20Nightly/ws/core/target/surefire/surefirebooter5799695320001768911.jar>
22:11:27,026 INFO CLibrary:61 - JNA not found. Native methods will be disabled.
22:11:27,035 INFO CacheService:111 - Initializing key cache with capacity of 24 MBs.
22:11:27,075 WARN CacheService:124 - MemoryMeter uninitialized (jamm not specified as java agent); KeyCache size in JVM Heap will not be calculated accurately. Usually this means cassandra-env.sh disabled jamm because you are using a buggy JRE; upgrade to the Sun JRE instead
22:11:27,086 INFO CacheService:140 - Scheduling key cache save to each 14400 seconds (going to save all keys).
22:11:27,111 INFO CacheService:154 - Initializing row cache with capacity of 0 MBs and provider org.apache.cassandra.cache.SerializingCacheProvider
22:11:27,120 INFO CacheService:166 - Scheduling row cache save to each 0 seconds (going to save all keys).
22:11:27,889 INFO DatabaseDescriptor:538 - Couldn't detect any schema definitions in local storage.
22:11:27,890 INFO DatabaseDescriptor:543 - To create keyspaces and column families, see 'help create keyspace' in the CLI, or set up a schema using the thrift system_* calls.
22:11:28,283 INFO SecondaryIndex:175 - Submitting index build of Indexed2.birthyear_index for data in
22:11:28,359 INFO SecondaryIndex:175 - Submitting index build of Indexed1.birthyear_index for data in
22:11:28,506 INFO CommitLog:125 - Replaying tmp/var/lib/cassandra/commitlog/CommitLog-2-1376446286855.log
22:11:28,557 INFO CommitLogReplayer:120 - Replaying tmp/var/lib/cassandra/commitlog/CommitLog-2-1376446286855.log
22:11:28,559 INFO CommitLogReplayer:275 - Finished reading tmp/var/lib/cassandra/commitlog/CommitLog-2-1376446286855.log
22:11:28,560 INFO CommitLog:127 - Log replay complete, 0 replayed mutations
22:11:28,654 INFO ColumnFamilyStore:631 - Enqueuing flush of Memtable-IndexInfo@1237624300(64/64 serialized/live bytes, 2 ops)
22:11:28,657 INFO Memtable:461 - Writing Memtable-IndexInfo@1237624300(64/64 serialized/live bytes, 2 ops)
22:11:28,857 INFO Memtable:495 - Completed flushing tmp/var/lib/cassandra/data/system/IndexInfo/system-IndexInfo-ic-1-Data.db (86 bytes) for commitlog position ReplayPosition(segmentId=1376446286856, position=945)
22:11:28,891 INFO SecondaryIndex:202 - Index build of Indexed2.birthyear_index complete
22:11:28,892 INFO SecondaryIndex:202 - Index build of Indexed1.birthyear_index complete
22:11:29,522 INFO StorageService:450 - Cassandra version: 1.2.5
22:11:29,522 INFO StorageService:451 - Thrift API version: 19.36.0
22:11:29,523 INFO StorageService:452 - CQL supported versions: 2.0.0,3.0.3 (default: 3.0.3)
22:11:29,625 INFO StorageService:477 - Loading persisted ring state
22:11:29,630 INFO StorageService:558 - Starting up server gossip
22:11:29,658 WARN SystemTable:570 - No host ID found, created f3701c73-f6cd-4394-93cf-9be93aaf5971 (Note: This should happen exactly once per node).
22:11:29,666 INFO ColumnFamilyStore:631 - Enqueuing flush of Memtable-local@1498835564(369/369 serialized/live bytes, 15 ops)
22:11:29,667 INFO Memtable:461 - Writing Memtable-local@1498835564(369/369 serialized/live bytes, 15 ops)
22:11:29,679 INFO Memtable:495 - Completed flushing tmp/var/lib/cassandra/data/system/local/system-local-ic-1-Data.db (358 bytes) for commitlog position ReplayPosition(segmentId=1376446286856, position=50659)
22:11:29,846 INFO MessagingService:452 - Starting Messaging Service on port 7070
22:11:29,989 WARN StorageService:706 - Generated random token [BFwM8CGFBASvQZsV]. Random tokens will result in an unbalanced ring; see
http://wiki.apache.org/cassandra/Operations
22:11:29,991 INFO ColumnFamilyStore:631 - Enqueuing flush of Memtable-local@558185842(84/84 serialized/live bytes, 4 ops)
22:11:30,017 INFO Memtable:461 - Writing Memtable-local@558185842(84/84 serialized/live bytes, 4 ops)
22:11:30,020 INFO EmbeddedServerHelper:73 - Done sleeping
22:11:30,039 INFO Memtable:495 - Completed flushing tmp/var/lib/cassandra/data/system/local/system-local-ic-2-Data.db (120 bytes) for commitlog position ReplayPosition(segmentId=1376446286856, position=50934)
22:11:30,089 INFO ColumnFamilyStore:631 - Enqueuing flush of Memtable-local@539124954(47/47 serialized/live bytes, 2 ops)
22:11:30,090 INFO Memtable:461 - Writing Memtable-local@539124954(47/47 serialized/live bytes, 2 ops)
22:11:30,179 INFO Memtable:495 - Completed flushing tmp/var/lib/cassandra/data/system/local/system-local-ic-3-Data.db (105 bytes) for commitlog position ReplayPosition(segmentId=1376446286856, position=51105)
22:11:30,236 INFO StorageService:1330 - Node /
127.0.0.1 state jump to normal
22:11:30,237 INFO CassandraHostRetryService:50 - Downed Host Retry service started with queue size -1 and retry delay 10s
22:11:30,242 INFO JmxMonitor:52 - Registering JMX me.prettyprint.cassandra.service_MyCluster:ServiceType=hector,MonitorType=hector
22:11:30,281 INFO StorageService:784 - Startup completed! Now serving reads.
22:11:30,288 INFO MigrationManager:214 - Create new Keyspace: system_auth, rep strategy:SimpleStrategy{}, strategy_options: {replication_factor=1}, durable_writes: true
22:11:30,317 INFO AbstractLockManager:70 - HLockManagerConfigurator [keyspaceName=HLockingManager, lockManagerCF=HLocks, rowsCacheEnabled=true, locksTTLInMillis=5000, backOffRetryDelayInMillis=100, replicationFactor=1, numberOfLockObserverThreads=1, maxSelectSize=10]
22:11:30,415 ERROR HConnectionManager:418 - MARK HOST AS DOWN TRIGGERED for host 127.0.0.1(127.0.0.1):9170
22:11:30,416 ERROR HConnectionManager:422 - Pool state on shutdown: <ConcurrentCassandraClientPoolByHost>:{127.0.0.1(127.0.0.1):9170}; IsActive?: true; Active: 0; Blocked: 0; Idle: 0; NumBeforeExhausted: 2
22:11:30,426 INFO ConcurrentHClientPool:189 - Shutdown triggered on <ConcurrentCassandraClientPoolByHost>:{127.0.0.1(127.0.0.1):9170}
22:11:30,427 INFO ConcurrentHClientPool:197 - Shutdown complete on <ConcurrentCassandraClientPoolByHost>:{127.0.0.1(127.0.0.1):9170}
22:11:30,428 INFO CassandraHostRetryService:70 - Host detected as down was added to retry queue: 127.0.0.1(127.0.0.1):9170
22:11:30,432 WARN CassandraHostRetryService:220 - Downed 127.0.0.1(127.0.0.1):9170 host still appears to be down: Unable to open transport to 127.0.0.1(127.0.0.1):9170 , java.net.ConnectException: Connection refused
22:11:30,435 WARN HConnectionManager:302 - Could not fullfill request on this host null
22:11:30,461 WARN HConnectionManager:303 - Exception:
me.prettyprint.hector.api.exceptions.HectorTransportException: Unable to open transport to 127.0.0.1(127.0.0.1):9170 , java.net.ConnectException: Connection refused
at me.prettyprint.cassandra.connection.client.HThriftClient.open(HThriftClient.java:185)
at me.prettyprint.cassandra.connection.client.HThriftClient.open(HThriftClient.java:40)
at me.prettyprint.cassandra.connection.ConcurrentHClientPool.createClient(ConcurrentHClientPool.java:173)
at me.prettyprint.cassandra.connection.ConcurrentHClientPool.borrowClient(ConcurrentHClientPool.java:105)
at me.prettyprint.cassandra.connection.HConnectionManager.operateWithFailover(HConnectionManager.java:245)
at me.prettyprint.cassandra.service.AbstractCluster.describeKeyspace(AbstractCluster.java:199)
at me.prettyprint.cassandra.locking.AbstractLockManager.checkCreateLockSchema(AbstractLockManager.java:76)
at me.prettyprint.cassandra.locking.AbstractLockManager.init(AbstractLockManager.java:71)
at me.prettyprint.cassandra.locking.HLockManagerImplTest.setupTest(HLockManagerImplTest.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:146)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:145)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:70)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused
at org.apache.thrift.transport.TSocket.open(TSocket.java:183)
at org.apache.thrift.transport.TFramedTransport.open(TFramedTransport.java:81)
at me.prettyprint.cassandra.connection.client.HThriftClient.open(HThriftClient.java:179)
... 38 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at org.apache.thrift.transport.TSocket.open(TSocket.java:178)
... 40 more
22:11:30,521 INFO ColumnFamilyStore:631 - Enqueuing flush of Memtable-schema_keyspaces@1814208212(389/389 serialized/live bytes, 11 ops)
22:11:30,522 INFO Memtable:461 - Writing Memtable-schema_keyspaces@1814208212(389/389 serialized/live bytes, 11 ops)
22:11:30,526 INFO AbstractLockManager:70 - HLockManagerConfigurator [keyspaceName=HLockingManager, lockManagerCF=HLocks, rowsCacheEnabled=true, locksTTLInMillis=5000, backOffRetryDelayInMillis=100, replicationFactor=1, numberOfLockObserverThreads=1, maxSelectSize=10]
22:11:30,528 INFO AbstractLockManager:70 - HLockManagerConfigurator [keyspaceName=HLockingManager, lockManagerCF=HLocks, rowsCacheEnabled=true, locksTTLInMillis=5000, backOffRetryDelayInMillis=100, replicationFactor=1, numberOfLockObserverThreads=1, maxSelectSize=10]
22:11:30,531 INFO AbstractLockManager:70 - HLockManagerConfigurator [keyspaceName=HLockingManager, lockManagerCF=HLocks, rowsCacheEnabled=true, locksTTLInMillis=5000, backOffRetryDelayInMillis=100, replicationFactor=1, numberOfLockObserverThreads=1, maxSelectSize=10]
22:11:30,558 INFO AbstractLockManager:70 - HLockManagerConfigurator [keyspaceName=HLockingManager, lockManagerCF=HLocks, rowsCacheEnabled=true, locksTTLInMillis=5000, backOffRetryDelayInMillis=100, replicationFactor=1, numberOfLockObserverThreads=1, maxSelectSize=10]
22:11:30,560 ERROR CassandraDaemon:430 - Exception encountered during startup
java.lang.AssertionError: java.lang.InterruptedException
at org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:380)
at org.apache.cassandra.service.MigrationManager.announce(MigrationManager.java:284)
at org.apache.cassandra.service.MigrationManager.announceNewKeyspace(MigrationManager.java:215)
at org.apache.cassandra.auth.Auth.setupAuthKeyspace(Auth.java:178)
at org.apache.cassandra.auth.Auth.setup(Auth.java:136)
at org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:787)
at org.apache.cassandra.service.StorageService.initServer(StorageService.java:548)
at org.apache.cassandra.service.StorageService.initServer(StorageService.java:445)
at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:325)
at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:413)
at me.prettyprint.hector.testutils.EmbeddedServerHelper$CassandraRunner.run(EmbeddedServerHelper.java:182)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:979)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1281)
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218)
at java.util.concurrent.FutureTask.get(FutureTask.java:83)
at org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:372)
... 13 more
java.lang.AssertionError: java.lang.InterruptedException
at org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:380)
at org.apache.cassandra.service.MigrationManager.announce(MigrationManager.java:284)
at org.apache.cassandra.service.MigrationManager.announceNewKeyspace(MigrationManager.java:215)
at org.apache.cassandra.auth.Auth.setupAuthKeyspace(Auth.java:178)
at org.apache.cassandra.auth.Auth.setup(Auth.java:136)
at org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:787)
at org.apache.cassandra.service.StorageService.initServer(StorageService.java:548)
at org.apache.cassandra.service.StorageService.initServer(StorageService.java:445)
at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:325)
at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:413)
at me.prettyprint.hector.testutils.EmbeddedServerHelper$CassandraRunner.run(EmbeddedServerHelper.java:182)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:979)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1281)
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218)
at java.util.concurrent.FutureTask.get(FutureTask.java:83)
at org.apache.cassandra.utils.FBUtilities.waitOnFuture(FBUtilities.java:372)
... 13 more
Exception encountered during startup: java.lang.InterruptedException
22:11:30,570 INFO EmbeddedServerHelper:88 - Teardown complete
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 7.308 sec <<< FAILURE!
22:11:30,614 INFO Memtable:495 - Completed flushing tmp/var/lib/cassandra/data/system/schema_keyspaces/system-schema_keyspaces-ic-1-Data.db (267 bytes) for commitlog position ReplayPosition(segmentId=1376446286856, position=51346)
22:11:30,658 INFO ColumnFamilyStore:631 - Enqueuing flush of Memtable-schema_columnfamilies@1388647956(21775/21775 serialized/live bytes, 352 ops)
22:11:30,660 INFO Memtable:461 - Writing Memtable-schema_columnfamilies@1388647956(21775/21775 serialized/live bytes, 352 ops)
22:11:30,613 ERROR CassandraDaemon:175 - Exception in thread Thread[StorageServiceShutdownHook,5,main]
java.lang.NullPointerException
at org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:321)
at org.apache.cassandra.service.StorageService.shutdownClientServers(StorageService.java:362)
at org.apache.cassandra.service.StorageService.access$000(StorageService.java:88)
at org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:513)
at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at java.lang.Thread.run(Thread.java:662)
[ERROR] There are test failures.
Please refer to <
https://hector-dev.ci.cloudbees.com/job/Hector%20Trunk%20Nightly/ws/core/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
[JENKINS] Archiving <
https://hector-dev.ci.cloudbees.com/job/Hector%20Trunk%20Nightly/ws/core/pom.xml> to /home/hector-dev/hudson_home/jobs/Hector Trunk Nightly/modules/org.hectorclient$hector-core/builds/2013-08-14_02-02-15/archive/org.hectorclient/hector-core/1.1-5-SNAPSHOT/hector-core-1.1-5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-surefire-plugin:2.7.1:test': Failed to read <
https://hector-dev.ci.cloudbees.com/job/Hector%20Trunk%20Nightly/ws/core/target/surefire-reports/TEST-me.prettyprint.cassandra.service.CassandraClusterTest.xml>
XML document structures must start and end within the same entity.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 minutes 4 seconds
[INFO] Finished at: Tue Aug 13 22:11:34 EDT 2013
[INFO] Final Memory: 48M/122M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
Sending e-mails to:
hecto...@googlegroups.com
channel stopped