Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3886/
Java: 64bit/jdk1.7.0_51 -XX:+UseCompressedOops -XX:+UseSerialGC
-XX:-UseSuperWord
4 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster
Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
127.0.0.1:56421 within 45000 ms
Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException:
Could not connect to ZooKeeper 127.0.0.1:56421 within 45000 ms
at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
at
org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:68)
at
org.apache.solr.cloud.TestMiniSolrCloudCluster.startup(TestMiniSolrCloudCluster.java:80)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:766)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to
ZooKeeper 127.0.0.1:56421 within 45000 ms
at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
... 26 more
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster
Error Message:
4 threads leaked from SUITE scope at
org.apache.solr.cloud.TestMiniSolrCloudCluster: 1) Thread[id=11062,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-TestMiniSolrCloudCluster] at
sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) at
sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
at
sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
at
sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87) at
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98) at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
at java.lang.Thread.run(Thread.java:744) 2) Thread[id=11065,
name=ProcessThread(sid:0 cport:-1):, state=WAITING,
group=TGRP-TestMiniSolrCloudCluster] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
3) Thread[id=11063, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-TestMiniSolrCloudCluster] at java.lang.Object.wait(Native
Method) at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
4) Thread[id=11061, name=Thread-4846, state=WAITING,
group=TGRP-TestMiniSolrCloudCluster] at java.lang.Object.wait(Native
Method) at java.lang.Thread.join(Thread.java:1280) at
java.lang.Thread.join(Thread.java:1354) at
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
at
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE
scope at org.apache.solr.cloud.TestMiniSolrCloudCluster:
1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0,
state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at
sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
at
sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
at java.lang.Thread.run(Thread.java:744)
2) Thread[id=11065, name=ProcessThread(sid:0 cport:-1):, state=WAITING,
group=TGRP-TestMiniSolrCloudCluster]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
3) Thread[id=11063, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-TestMiniSolrCloudCluster]
at java.lang.Object.wait(Native Method)
at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
4) Thread[id=11061, name=Thread-4846, state=WAITING,
group=TGRP-TestMiniSolrCloudCluster]
at java.lang.Object.wait(Native Method)
at java.lang.Thread.join(Thread.java:1280)
at java.lang.Thread.join(Thread.java:1354)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
at
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-TestMiniSolrCloudCluster] at
sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method) at
sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
at
java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
at
java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87) at
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98) at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
at java.lang.Thread.run(Thread.java:744)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=11062, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0,
state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
at sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
at
sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
at sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
at
java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
at
java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
at java.lang.Thread.run(Thread.java:744)
at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudCluster
Error Message:
Captured an uncaught exception in thread: Thread[id=11064, name=SyncThread:0,
state=RUNNABLE, group=TGRP-TestMiniSolrCloudCluster]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=11064, name=SyncThread:0, state=RUNNABLE,
group=TGRP-TestMiniSolrCloudCluster]
Caused by: java.lang.SecurityException: java.lang.System#exit(11) calls are not
allowed because they terminate the test runner's JVM.
at __randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
at
org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
at
org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
at java.lang.Runtime.exit(Runtime.java:107)
at java.lang.System.exit(System.java:962)
at
org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
Build Log:
[...truncated 10990 lines...]
[junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudCluster
[junit4] 2> 3462685 T11060 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 2> 3462687 T11061 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 3462758 T11060 oasc.ZkTestServer.run start zk server on
port:56421
[junit4] 2> 3462760 T11060 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3462765 T11064 oazs.SyncRequestProcessor.run ERROR Severe
unrecoverable error, exiting java.io.IOException: There is not enough space on
the disk
[junit4] 2> at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
[junit4] 2> at
sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:80)
[junit4] 2> at
sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:89)
[junit4] 2> at sun.nio.ch.IOUtil.write(IOUtil.java:51)
[junit4] 2> at
sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:738)
[junit4] 2> at
sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:720)
[junit4] 2> at
org.apache.zookeeper.server.persistence.Util.padLogFile(Util.java:219)
[junit4] 2> at
org.apache.zookeeper.server.persistence.FileTxnLog.padFile(FileTxnLog.java:237)
[junit4] 2> at
org.apache.zookeeper.server.persistence.FileTxnLog.append(FileTxnLog.java:215)
[junit4] 2> at
org.apache.zookeeper.server.persistence.FileTxnSnapLog.append(FileTxnSnapLog.java:314)
[junit4] 2> at
org.apache.zookeeper.server.ZKDatabase.append(ZKDatabase.java:476)
[junit4] 2> at
org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:140)
[junit4] 2>
[junit4] 2> 29651 T11064
ccr.RandomizedRunner$QueueUncaughtExceptionsHandler.uncaughtException WARNING
Uncaught exception in thread:
Thread[SyncThread:0,5,TGRP-TestMiniSolrCloudCluster]
java.lang.SecurityException: java.lang.System#exit(11) calls are not allowed
because they terminate the test runner's JVM.
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
[junit4] 2> at
org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
[junit4] 2> at
org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
[junit4] 2> at java.security.AccessController.doPrivileged(Native
Method)
[junit4] 2> at
org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
[junit4] 2> at java.lang.Runtime.exit(Runtime.java:107)
[junit4] 2> at java.lang.System.exit(System.java:962)
[junit4] 2> at
org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
[junit4] 2>
[junit4] 2> 61546 T11059 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 4 leaked thread(s).
[junit4] 2> 81650 T11059 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 4
threads leaked from SUITE scope at
org.apache.solr.cloud.TestMiniSolrCloudCluster:
[junit4] 2> 1) Thread[id=11062,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-TestMiniSolrCloudCluster]
[junit4] 2> at
sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
[junit4] 2> at
sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
[junit4] 2> at
sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
[junit4] 2> at
sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
[junit4] 2> at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[junit4] 2> at
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
[junit4] 2> at java.lang.Thread.run(Thread.java:744)
[junit4] 2> 2) Thread[id=11065, name=ProcessThread(sid:0
cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
[junit4] 2> 3) Thread[id=11063, name=SessionTracker,
state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
[junit4] 2> 4) Thread[id=11061, name=Thread-4846, state=WAITING,
group=TGRP-TestMiniSolrCloudCluster]
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at java.lang.Thread.join(Thread.java:1280)
[junit4] 2> at java.lang.Thread.join(Thread.java:1354)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
[junit4] 2> at
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
[junit4] 2> at
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
[junit4] 2> 81651 T11059 ccr.ThreadLeakControl.tryToInterruptAll Starting
to interrupt leaked threads:
[junit4] 2> 1) Thread[id=11062,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-TestMiniSolrCloudCluster]
[junit4] 2> 2) Thread[id=11065, name=ProcessThread(sid:0
cport:-1):, state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
[junit4] 2> 3) Thread[id=11063, name=SessionTracker,
state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]
[junit4] 2> 4) Thread[id=11061, name=Thread-4846, state=WAITING,
group=TGRP-TestMiniSolrCloudCluster]
[junit4] 2> 3514795 T11065 oazs.PrepRequestProcessor.run ERROR Unexpected
interruption java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052)
[junit4] 2> at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] 2> at
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
[junit4] 2>
[junit4] 2> 3514796 T11061 oasc.ZkTestServer$ZKServerMain.runFromConfig
WARN Server interrupted java.lang.InterruptedException
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at java.lang.Thread.join(Thread.java:1280)
[junit4] 2> at java.lang.Thread.join(Thread.java:1354)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
[junit4] 2> at
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
[junit4] 2> at
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
[junit4] 2>
[junit4] 2> 3514797 T11063 oazs.SessionTrackerImpl.run ERROR Unexpected
interruption java.lang.InterruptedException
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
[junit4] 2>
[junit4] 2> 84654 T11059 ccr.ThreadLeakControl.tryToInterruptAll SEVERE
There are still zombie threads that couldn't be terminated:
[junit4] 2> 1) Thread[id=11062,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-TestMiniSolrCloudCluster]
[junit4] 2> at
sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
[junit4] 2> at
sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
[junit4] 2> at
sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
[junit4] 2> at
java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
[junit4] 2> at
java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
[junit4] 2> at
sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
[junit4] 2> at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[junit4] 2> at
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
[junit4] 2> at java.lang.Thread.run(Thread.java:744)
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> NOTE: test params are: codec=Lucene46: {}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_PE,
timezone=Pacific/Majuro
[junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_51
(64-bit)/cpus=2,threads=2,free=261073112,total=493924352
[junit4] 2> NOTE: All tests run in this JVM: [TestCharFilters,
SliceStateUpdateTest, SimpleFacetsTest, TestQuerySenderListener,
ChangedSchemaMergeTest, DistanceFunctionTest, ConnectionManagerTest,
HighlighterConfigTest, OpenExchangeRatesOrgProviderTest, TestUpdate,
TestReplicationHandler, TestBinaryResponseWriter, TestSolrXmlPersistor,
TestHighlightDedupGrouping, CacheHeaderTest, HdfsDirectoryTest, JSONWriterTest,
EchoParamsTest, TestFieldSortValues, ZkSolrClientTest,
CoreAdminRequestStatusTest, TestStressUserVersions, TestSolrDeletionPolicy2,
TestLRUCache, AddBlockUpdateTest, UnloadDistributedZkTest, HighlighterTest,
AutoCommitTest, RecoveryZkTest, TestNoOpRegenerator, DirectUpdateHandlerTest,
TestSolrJ, AsyncMigrateRouteKeyTest, HdfsUnloadDistributedZkTest,
ReturnFieldsTest, XsltUpdateRequestHandlerTest, FastVectorHighlighterTest,
SoftAutoCommitTest, CSVRequestHandlerTest, ExpressionTest,
TestCSVResponseWriter, ShardSplitTest, TestFoldingMultitermQuery,
PreAnalyzedUpdateProcessorTest, TestInitQParser, ConvertedLegacyTest,
ClusterStateUpdateTest, TestRandomFaceting, PrimUtilsTest,
DirectSolrSpellCheckerTest, TestPhraseSuggestions,
TestHighFrequencyDictionaryFactory, QueryEqualityTest, RequiredFieldsTest,
DocValuesMultiTest, TestManagedResourceStorage, TestRandomDVFaceting,
OverseerCollectionProcessorTest, SolrPluginUtilsTest,
LeaderElectionIntegrationTest, HdfsBasicDistributedZkTest, SSLMigrationTest,
TestFiltering, SortByFunctionTest, DirectUpdateHandlerOptimizeTest,
NumericFieldsTest, SolrRequestParserTest, AssignTest, SampleTest,
TestBlendedInfixSuggestions, MoreLikeThisHandlerTest, StatsComponentTest,
HdfsCollectionsAPIDistributedZkTest, TestSurroundQueryParser,
LoggingHandlerTest, TestCloudManagedSchemaAddField, DeleteInactiveReplicaTest,
TestDefaultSimilarityFactory, FieldFacetExtrasTest, BasicZkTest,
SolrIndexConfigTest, TestFunctionQuery, UpdateRequestProcessorFactoryTest,
ShardRoutingTest, TestFastWriter, MigrateRouteKeyTest,
TestDocBasedVersionConstraints, OutputWriterTest, TestSearchPerf,
BlockDirectoryTest, DefaultValueUpdateProcessorTest, TestFileDictionaryLookup,
TestReload, URLClassifyProcessorTest, TestDocSet, BadCopyFieldTest,
SolrTestCaseJ4Test, XmlUpdateRequestHandlerTest, TestModifyConfFiles,
TestSolrIndexConfig, SystemInfoHandlerTest, TestCoreContainer,
TimeZoneUtilsTest, TestRemoteStreaming,
DistributedQueryComponentOptimizationTest, TestInfoStreamLogging,
TestPHPSerializedResponseWriter, CurrencyFieldXmlFileTest,
AbstractAnalyticsStatsTest, BlockCacheTest, ZkControllerTest, TestRTGBase,
TestLMDirichletSimilarityFactory, TestFaceting, TestCloudManagedSchema,
SOLR749Test, TestSolrXMLSerializer, TestUtils, TestManagedStopFilterFactory,
TestComponentsName, TestImplicitCoreProperties, TestShortCircuitedRequests,
TestManagedSchema, ResponseLogComponentTest, TestFastLRUCache, SolrCoreTest,
BinaryUpdateRequestHandlerTest, TestZkChroot, SolrCoreCheckLockOnStartupTest,
IndexSchemaTest, TestExceedMaxTermLength, SolrInfoMBeanTest,
TestAtomicUpdateErrorCases, PeerSyncTest, CachingDirectoryFactoryTest,
TestPerFieldSimilarity, TestIBSimilarityFactory, MBeansHandlerTest,
TestRecoveryHdfs, TestSolrXmlPersistence, LukeRequestHandlerTest,
DebugComponentTest, SuggesterWFSTTest, TestJmxIntegration, TestCustomSort,
TestClassNameShortening, TestSolrQueryParserResource, QueryFacetTest,
DocValuesTest, TestPseudoReturnFields, TestHashPartitioner,
DocumentAnalysisRequestHandlerTest, FileUtilsTest, PingRequestHandlerTest,
TestRestManager, RegexBoostProcessorTest, DeleteReplicaTest, BadComponentTest,
TestTrie, WordBreakSolrSpellCheckerTest, ExternalFileFieldSortTest,
FullSolrCloudDistribCmdsTest, SimplePostToolTest, TestSchemaSimilarityResource,
TestUniqueKeyFieldResource, TestNRTOpen, TestRangeQuery,
SignatureUpdateProcessorFactoryTest, TestCSVLoader, TestDynamicFieldResource,
LegacyHTMLStripCharFilterTest, TestDFRSimilarityFactory,
TestDefaultSearchFieldResource, TestReversedWildcardFilterFactory,
UpdateParamsTest, CursorPagingTest, ShardRoutingCustomTest, TestQueryUtils,
CoreAdminHandlerTest, TestAnalyzeInfixSuggestions, TestSolr4Spatial,
TestCopyFieldCollectionResource, TermVectorComponentTest, TestDocumentBuilder,
SliceStateTest, HdfsLockFactoryTest, TestQuerySenderNoQuery, PolyFieldTest,
TestFieldTypeResource, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest,
BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest,
OpenCloseCoreStressTest, OverseerTest, LeaderElectionTest, ZkCLITest,
TestDistributedSearch, TestDistributedGrouping, TestRecovery,
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest,
TestRealTimeGet, TestStressReorder, TestJoin, TestMultiCoreConfBootstrap,
TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest,
SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest,
QueryElevationComponentTest, BadIndexSchemaTest, TestSort,
BasicFunctionalityTest, TestLazyCores, TestBadConfig, TestIndexSearcher,
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest,
DistributedQueryElevationComponentTest, SolrIndexSplitterTest,
TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser,
SpellCheckCollatorTest, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest,
TestStressLucene, SpatialFilterTest, NoCacheHeaderTest,
SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest,
TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest,
TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest,
StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes,
PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest,
TermsComponentTest, RequestHandlersTest, DocumentBuilderTest,
TestValueSourceCache, PathHierarchyTokenizerFactoryTest,
TestIndexingPerformance, FieldAnalysisRequestHandlerTest, TestSolrQueryParser,
TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, TestCollationField,
QueryParsingTest, TestAnalyzedSuggestions,
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest,
TestPartialUpdateDeduplication, SearchHandlerTest,
CoreContainerCoreInitFailuresTest, TestLFUCache, AlternateDirectoryTest,
CopyFieldTest, TestStressRecovery, TestMergePolicyConfig, MultiTermTest,
TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig,
TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties,
TestPostingsSolrHighlighter, DirectSolrConnectionTest,
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest,
TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig,
TestSweetSpotSimilarityFactory, TestNumberUtils,
TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory,
TestJmxMonitoredMap, ResourceLoaderTest, TestFastOutputStream,
ScriptEngineTest, PluginInfoTest, DateMathParserTest,
ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver,
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest,
DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, ZkNodePropsTest,
UUIDFieldTest, CircularListTest, TestCursorMarkWithoutUniqueKey,
TestDistributedMissingSort, NoFacetTest, AbstractAnalyticsFacetTest,
RangeFacetTest, FunctionTest, AliasIntegrationTest,
CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteShardTest,
DistribCursorPagingTest, OverseerRolesTest, OverseerStatusTest,
RemoteQueryErrorTest, SolrXmlInZkTest, TestDistribDocBasedVersion,
TestMiniSolrCloudCluster]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestMiniSolrCloudCluster -Dtests.seed=2590DD157657B64A
-Dtests.slow=true -Dtests.locale=es_PE -Dtests.timezone=Pacific/Majuro
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s | TestMiniSolrCloudCluster (suite) <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
127.0.0.1:56421 within 45000 ms
[junit4] > at
__randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
[junit4] > at
org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:68)
[junit4] > at
org.apache.solr.cloud.TestMiniSolrCloudCluster.startup(TestMiniSolrCloudCluster.java:80)
[junit4] > at java.lang.Thread.run(Thread.java:744)
[junit4] > Caused by: java.util.concurrent.TimeoutException: Could not
connect to ZooKeeper 127.0.0.1:56421 within 45000 ms
[junit4] > at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
[junit4] > ... 26 moreThrowable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE
scope at org.apache.solr.cloud.TestMiniSolrCloudCluster:
[junit4] > 1) Thread[id=11062,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-TestMiniSolrCloudCluster]
[junit4] > at
sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
[junit4] > at
sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
[junit4] > at
sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
[junit4] > at
sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
[junit4] > at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[junit4] > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[junit4] > at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
[junit4] > at java.lang.Thread.run(Thread.java:744)
[junit4] > 2) Thread[id=11065, name=ProcessThread(sid:0 cport:-1):,
state=WAITING, group=TGRP-TestMiniSolrCloudCluster]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
[junit4] > 3) Thread[id=11063, name=SessionTracker,
state=TIMED_WAITING, group=TGRP-TestMiniSolrCloudCluster]
[junit4] > at java.lang.Object.wait(Native Method)
[junit4] > at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
[junit4] > 4) Thread[id=11061, name=Thread-4846, state=WAITING,
group=TGRP-TestMiniSolrCloudCluster]
[junit4] > at java.lang.Object.wait(Native Method)
[junit4] > at java.lang.Thread.join(Thread.java:1280)
[junit4] > at java.lang.Thread.join(Thread.java:1354)
[junit4] > at
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
[junit4] > at
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:107)
[junit4] > at
org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:221)
[junit4] > at
__randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)Throwable #3:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=11062,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-TestMiniSolrCloudCluster]
[junit4] > at
sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0(Native Method)
[junit4] > at
sun.nio.ch.WindowsSelectorImpl.setWakeupSocket(WindowsSelectorImpl.java:464)
[junit4] > at
sun.nio.ch.WindowsSelectorImpl.wakeup(WindowsSelectorImpl.java:606)
[junit4] > at
java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:210)
[junit4] > at
java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:216)
[junit4] > at
sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:157)
[junit4] > at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[junit4] > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[junit4] > at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
[junit4] > at java.lang.Thread.run(Thread.java:744)
[junit4] > at
__randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)Throwable #4:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=11064, name=SyncThread:0, state=RUNNABLE,
group=TGRP-TestMiniSolrCloudCluster]
[junit4] > Caused by: java.lang.SecurityException:
java.lang.System#exit(11) calls are not allowed because they terminate the test
runner's JVM.
[junit4] > at
__randomizedtesting.SeedInfo.seed([2590DD157657B64A]:0)
[junit4] > at
org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:82)
[junit4] > at
org.apache.lucene.util.TestSecurityManager$1.run(TestSecurityManager.java:51)
[junit4] > at java.security.AccessController.doPrivileged(Native
Method)
[junit4] > at
org.apache.lucene.util.TestSecurityManager.checkExit(TestSecurityManager.java:51)
[junit4] > at java.lang.Runtime.exit(Runtime.java:107)
[junit4] > at java.lang.System.exit(System.java:962)
[junit4] > at
org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:185)
[junit4] Completed in 55.20s, 0 tests, 4 errors <<< FAILURES!
[...truncated 181 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:447: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:490:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1275:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:907:
There were test failures: 392 suites, 1645 tests, 4 suite-level errors, 291
ignored (33 assumptions)
Total time: 86 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_51 -XX:+UseCompressedOops
-XX:+UseSerialGC -XX:-UseSuperWord
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]