Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11241/
Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestZkChroot

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread 
Thread[id=4566, name=coreLoadExecutor-2685-thread-1, state=RUNNABLE, 
group=TGRP-TestZkChroot], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope 
SUITE failed to close. Resource was registered from thread Thread[id=4566, 
name=coreLoadExecutor-2685-thread-1, state=RUNNABLE, group=TGRP-TestZkChroot], 
registration stack trace below.
        at java.lang.Thread.getStackTrace(Thread.java:1589)
        at 
com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:166)
        at 
org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:731)
        at 
org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1274)
        at 
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1165)
        at 
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1157)
        at 
org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:40)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:351)
        at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:276)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:488)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:794)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: Directory not closed: 
MockDirectoryWrapper(RAMDirectory@7241e48d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e0eca1b)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:699)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:696)
        at 
com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:183)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:712)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        ... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestZkChroot

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread 
Thread[id=4586, name=coreLoadExecutor-2692-thread-1, state=RUNNABLE, 
group=TGRP-TestZkChroot], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope 
SUITE failed to close. Resource was registered from thread Thread[id=4586, 
name=coreLoadExecutor-2692-thread-1, state=RUNNABLE, group=TGRP-TestZkChroot], 
registration stack trace below.
        at java.lang.Thread.getStackTrace(Thread.java:1589)
        at 
com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:166)
        at 
org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:731)
        at 
org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1274)
        at 
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1165)
        at 
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1157)
        at 
org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:40)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:351)
        at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:276)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:488)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:794)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: Directory not closed: 
MockDirectoryWrapper(RAMDirectory@4bb6bd98 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e6096b8)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:699)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:696)
        at 
com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:183)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:712)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        ... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestZkChroot

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread 
Thread[id=4604, name=coreLoadExecutor-2699-thread-1, state=RUNNABLE, 
group=TGRP-TestZkChroot], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope 
SUITE failed to close. Resource was registered from thread Thread[id=4604, 
name=coreLoadExecutor-2699-thread-1, state=RUNNABLE, group=TGRP-TestZkChroot], 
registration stack trace below.
        at java.lang.Thread.getStackTrace(Thread.java:1589)
        at 
com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:166)
        at 
org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:731)
        at 
org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1274)
        at 
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1165)
        at 
org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1157)
        at 
org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:40)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:351)
        at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:276)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:488)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:794)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: Directory not closed: 
MockDirectoryWrapper(RAMDirectory@4ad2543e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2747323b)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:699)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:696)
        at 
com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:183)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:712)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        ... 1 more


FAILED:  org.apache.solr.core.CachingDirectoryFactoryTest.stressTest

Error Message:
Captured an uncaught exception in thread: Thread[id=7034, name=Thread-2900, 
state=RUNNABLE, group=TGRP-CachingDirectoryFactoryTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=7034, name=Thread-2900, state=RUNNABLE, 
group=TGRP-CachingDirectoryFactoryTest]
Caused by: java.security.AccessControlException: access denied 
("java.io.FilePermission" "path1" "write")
        at __randomizedtesting.SeedInfo.seed([D93C69EAE6E4DD07]:0)
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
        at 
java.security.AccessController.checkPermission(AccessController.java:559)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
        at java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
        at java.nio.file.Files.createDirectory(Files.java:630)
        at java.nio.file.Files.createAndCheckIsDirectory(Files.java:734)
        at java.nio.file.Files.createDirectories(Files.java:683)
        at 
org.apache.lucene.store.FSLockFactory.setLockDir(FSLockFactory.java:46)
        at 
org.apache.lucene.store.SimpleFSLockFactory.<init>(SimpleFSLockFactory.java:81)
        at 
org.apache.solr.core.CachingDirectoryFactory.injectLockFactory(CachingDirectoryFactory.java:500)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:357)
        at 
org.apache.solr.core.CachingDirectoryFactoryTest$GetDirThread.run(CachingDirectoryFactoryTest.java:190)


FAILED:  org.apache.solr.core.RAMDirectoryFactoryTest.test

Error Message:
access denied ("java.io.FilePermission" "/fake/path" "write")

Stack Trace:
java.security.AccessControlException: access denied ("java.io.FilePermission" 
"/fake/path" "write")
        at 
__randomizedtesting.SeedInfo.seed([D93C69EAE6E4DD07:516856304818B0FF]:0)
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
        at 
java.security.AccessController.checkPermission(AccessController.java:559)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
        at java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
        at java.nio.file.Files.createDirectory(Files.java:630)
        at java.nio.file.Files.createAndCheckIsDirectory(Files.java:734)
        at java.nio.file.Files.createDirectories(Files.java:683)
        at 
org.apache.lucene.store.FSLockFactory.setLockDir(FSLockFactory.java:46)
        at 
org.apache.lucene.store.SimpleFSLockFactory.<init>(SimpleFSLockFactory.java:81)
        at 
org.apache.solr.core.CachingDirectoryFactory.injectLockFactory(CachingDirectoryFactory.java:500)
        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:357)
        at 
org.apache.solr.core.RAMDirectoryFactoryTest.dotestOpenReturnsTheSameForSamePath(RAMDirectoryFactoryTest.java:46)
        at 
org.apache.solr.core.RAMDirectoryFactoryTest.test(RAMDirectoryFactoryTest.java:33)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        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:65)
        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:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11241 lines...]
   [junit4] Suite: org.apache.solr.core.RAMDirectoryFactoryTest
   [junit4]   2> 1459682 T3758 oasc.CachingDirectoryFactory.injectLockFactory 
WARN No lockType configured for RAMDirectory@48b57bc3 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f7610f1 assuming 
'simple'
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=RAMDirectoryFactoryTest -Dtests.method=test 
-Dtests.seed=D93C69EAE6E4DD07 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es_BO -Dtests.timezone=Europe/Dublin 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.03s J1 | RAMDirectoryFactoryTest.test <<<
   [junit4]    > Throwable #1: java.security.AccessControlException: access 
denied ("java.io.FilePermission" "/fake/path" "write")
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D93C69EAE6E4DD07:516856304818B0FF]:0)
   [junit4]    >        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
   [junit4]    >        at 
java.security.AccessController.checkPermission(AccessController.java:559)
   [junit4]    >        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    >        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
   [junit4]    >        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
   [junit4]    >        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
   [junit4]    >        at java.nio.file.Files.createDirectory(Files.java:630)
   [junit4]    >        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:734)
   [junit4]    >        at java.nio.file.Files.createDirectories(Files.java:683)
   [junit4]    >        at 
org.apache.lucene.store.FSLockFactory.setLockDir(FSLockFactory.java:46)
   [junit4]    >        at 
org.apache.lucene.store.SimpleFSLockFactory.<init>(SimpleFSLockFactory.java:81)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.injectLockFactory(CachingDirectoryFactory.java:500)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:357)
   [junit4]    >        at 
org.apache.solr.core.RAMDirectoryFactoryTest.dotestOpenReturnsTheSameForSamePath(RAMDirectoryFactoryTest.java:46)
   [junit4]    >        at 
org.apache.solr.core.RAMDirectoryFactoryTest.test(RAMDirectoryFactoryTest.java:33)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Lucene410: {}, docValues:{}, 
sim=DefaultSimilarity, locale=es_BO, timezone=Europe/Dublin
   [junit4]   2> NOTE: Linux 3.13.0-35-generic amd64/Oracle Corporation 
1.7.0_67 (64-bit)/cpus=8,threads=1,free=64528136,total=372711424
   [junit4]   2> NOTE: All tests run in this JVM: [QueryElevationComponentTest, 
TestUtils, TestCloudManagedSchemaConcurrent, DeleteReplicaTest, 
TestShardHandlerFactory, TestImplicitCoreProperties, 
CollectionsAPIDistributedZkTest, TestLazyCores, ConvertedLegacyTest, 
SolrRequestParserTest, TestRandomMergePolicy, DistributedExpandComponentTest, 
AliasIntegrationTest, TestCollationField, QueryParsingTest, 
RequestHandlersTest, CircularListTest, TestQueryUtils, 
TestFieldTypeCollectionResource, TestChildDocTransformer, 
ShardRoutingCustomTest, PrimUtilsTest, 
VMParamsZkACLAndCredentialsProvidersTest, 
DistributedQueryComponentOptimizationTest, 
DistributedQueryComponentCustomSortTest, TestOmitPositions, 
CSVRequestHandlerTest, HdfsDirectoryTest, TestNRTOpen, DateMathParserTest, 
TestQuerySenderNoQuery, TermVectorComponentDistributedTest, 
TestBlendedInfixSuggestions, MultiThreadedOCPTest, TestFunctionQuery, 
HdfsUnloadDistributedZkTest, TestSolr4Spatial2, TestComplexPhraseQParserPlugin, 
CurrencyFieldXmlFileTest, RollingRestartTest, TestTolerantSearch, 
TestPivotHelperCode, IndexSchemaRuntimeFieldTest, TestStressLucene, 
TestSolrQueryParser, DocValuesTest, SolrIndexConfigTest, TestRestManager, 
TestCoreContainer, HardAutoCommitTest, FullSolrCloudDistribCmdsTest, 
UniqFieldsUpdateProcessorFactoryTest, DirectUpdateHandlerOptimizeTest, 
BJQParserTest, BlockDirectoryTest, ShardSplitTest, 
LegacyHTMLStripCharFilterTest, TestLFUCache, RangeFacetTest, 
TestManagedSchemaFieldResource, CoreContainerCoreInitFailuresTest, 
AnalyticsQueryTest, TestPHPSerializedResponseWriter, OpenCloseCoreStressTest, 
SearchHandlerTest, TriLevelCompositeIdRoutingTest, TestShortCircuitedRequests, 
PreAnalyzedFieldTest, OverriddenZkACLAndCredentialsProvidersTest, 
RAMDirectoryFactoryTest]
   [junit4] Completed on J1 in 0.05s, 1 test, 1 error <<< FAILURES!

[...truncated 101 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestZkChroot
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestZkChroot-D93C69EAE6E4DD07-001/init-core-data-001
   [junit4]   2> 1810351 T4544 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 1810354 T4544 oas.SolrTestCaseJ4.setUp ###Starting 
testNoBootstrapConf
   [junit4]   2> 1810354 T4544 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1810355 T4545 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1810455 T4544 oasc.ZkTestServer.run start zk server on 
port:57065
   [junit4]   2> 1810455 T4544 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1810456 T4544 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1810458 T4551 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@394b2368 
name:ZooKeeperConnection Watcher:127.0.0.1:57065 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1810458 T4544 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1810458 T4544 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1810459 T4544 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
   [junit4]   2> 1810472 T4544 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/solr.xml
   [junit4]   2> 1810498 T4544 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 1810498 T4544 oasc.CoreContainer.<init> New CoreContainer 
171509989
   [junit4]   2> 1810498 T4544 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/]
   [junit4]   2> 1810499 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 1810499 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 1810499 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 1810500 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1810500 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1810500 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1810500 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1810500 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1810500 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1810502 T4544 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 1810502 T4544 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1810503 T4544 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1810503 T4544 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1810503 T4544 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:57065/foo/bar2
   [junit4]   2> 1810503 T4544 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1810503 T4544 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1810504 T4544 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1810505 T4553 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3997c81 name:ZooKeeperConnection 
Watcher:127.0.0.1:57065 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1810506 T4544 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1810506 T4544 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1810508 T4544 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:57065 57065
   [junit4]   2> 1811059 T4545 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:57065 57065
   [junit4]   2> 1811060 T4544 oas.SolrTestCaseJ4.tearDown ###Ending 
testNoBootstrapConf
   [junit4]   2> 1811065 T4544 oas.SolrTestCaseJ4.setUp ###Starting 
testChrootBootstrap
   [junit4]   2> 1811065 T4544 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1811066 T4554 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1811166 T4544 oasc.ZkTestServer.run start zk server on 
port:42445
   [junit4]   2> 1811166 T4544 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
   [junit4]   2> 1811182 T4544 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/solr.xml
   [junit4]   2> 1811194 T4544 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 1811195 T4544 oasc.CoreContainer.<init> New CoreContainer 
907018964
   [junit4]   2> 1811195 T4544 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/]
   [junit4]   2> 1811196 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 1811196 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 1811196 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 1811196 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1811196 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1811197 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1811197 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1811197 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1811197 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1811198 T4544 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 1811199 T4544 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1811199 T4544 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1811199 T4544 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1811200 T4544 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:42445/foo/bar
   [junit4]   2> 1811200 T4544 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1811200 T4544 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1811201 T4544 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1811203 T4560 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5d887ccb 
name:ZooKeeperConnection Watcher:127.0.0.1:42445 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1811204 T4544 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1811204 T4544 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1811205 T4544 oascc.SolrZkClient.makePath makePath: /foo/bar
   [junit4]   2> 1811212 T4544 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1811213 T4562 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4c49f9c name:ZooKeeperConnection 
Watcher:127.0.0.1:42445/foo/bar got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1811213 T4544 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1811216 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1811219 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1811222 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1811225 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1811228 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1811231 T4544 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1811232 T4544 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/188.138.97.18:8983_solr
   [junit4]   2> 1811233 T4544 oascc.SolrZkClient.makePath makePath: 
/live_nodes/188.138.97.18:8983_solr
   [junit4]   2> 1811236 T4544 oascc.SolrZkClient.makePath makePath: 
/collections
   [junit4]   2> 1811239 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1811242 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1811244 T4544 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1811247 T4544 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 188.138.97.18:8983_solr
   [junit4]   2> 1811247 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1811250 T4544 oasc.Overseer.start Overseer 
(id=92449228915998721-188.138.97.18:8983_solr-n_0000000000) starting
   [junit4]   2> 1811253 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1811264 T4544 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1811265 T4564 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1811266 T4544 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1811268 T4544 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1811270 T4544 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1811274 T4544 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 1811274 T4563 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1811279 T4544 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/
   [junit4]   2> 1811280 T4544 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1811280 T4544 oasc.ZkController.bootstrapConf bootstrapping 
config for 1 cores into ZooKeeper using solr.xml from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
   [junit4]   2> 1811281 T4544 oasc.ZkController.bootstrapConf Uploading 
directory 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf
 with name collection1 for SolrCore collection1
   [junit4]   2> 1811282 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/spellings.txt
   [junit4]   2> 1811286 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/stopwords.txt
   [junit4]   2> 1811290 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/scripts.conf
   [junit4]   2> 1811293 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/admin-extra.html
   [junit4]   2> 1811297 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/schema.xml
   [junit4]   2> 1811300 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/solrconfig.xml
   [junit4]   2> 1811305 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/admin-extra.menu-top.html
   [junit4]   2> 1811308 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/elevate.xml
   [junit4]   2> 1811310 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/_schema_analysis_synonyms_english.json
   [junit4]   2> 1811313 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_nl.txt
   [junit4]   2> 1811317 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_eu.txt
   [junit4]   2> 1811320 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ga.txt
   [junit4]   2> 1811323 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_fr.txt
   [junit4]   2> 1811326 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_bg.txt
   [junit4]   2> 1811329 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stemdict_nl.txt
   [junit4]   2> 1811332 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/contractions_ca.txt
   [junit4]   2> 1811335 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ja.txt
   [junit4]   2> 1811338 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_id.txt
   [junit4]   2> 1811341 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_it.txt
   [junit4]   2> 1811344 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_fi.txt
   [junit4]   2> 1811348 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/contractions_fr.txt
   [junit4]   2> 1811351 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_el.txt
   [junit4]   2> 1811354 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_en.txt
   [junit4]   2> 1811356 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_da.txt
   [junit4]   2> 1811359 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stoptags_ja.txt
   [junit4]   2> 1811375 T3 oasc.CoreContainer.finalize ERROR CoreContainer was 
not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  
instance=171509989
   [junit4]   2> 1811376 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_no.txt
   [junit4]   2> 1811379 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_pt.txt
   [junit4]   2> 1811382 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/hyphenations_ga.txt
   [junit4]   2> 1811384 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ru.txt
   [junit4]   2> 1811386 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ro.txt
   [junit4]   2> 1811389 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_cz.txt
   [junit4]   2> 1811391 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_hu.txt
   [junit4]   2> 1811393 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_th.txt
   [junit4]   2> 1811394 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ckb.txt
   [junit4]   2> 1811397 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_gl.txt
   [junit4]   2> 1811399 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ar.txt
   [junit4]   2> 1811402 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_tr.txt
   [junit4]   2> 1811404 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_es.txt
   [junit4]   2> 1811407 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/userdict_ja.txt
   [junit4]   2> 1811410 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/contractions_it.txt
   [junit4]   2> 1811413 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ca.txt
   [junit4]   2> 1811416 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_lv.txt
   [junit4]   2> 1811419 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_de.txt
   [junit4]   2> 1811422 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/contractions_ga.txt
   [junit4]   2> 1811425 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_hi.txt
   [junit4]   2> 1811429 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_hy.txt
   [junit4]   2> 1811432 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_sv.txt
   [junit4]   2> 1811435 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_fa.txt
   [junit4]   2> 1811438 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/synonyms.txt
   [junit4]   2> 1811440 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/update-script.js
   [junit4]   2> 1811443 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facet_pivot.vm
   [junit4]   2> 1811447 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/jquery.autocomplete.css
   [junit4]   2> 1811450 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/debug.vm
   [junit4]   2> 1811452 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/query_form.vm
   [junit4]   2> 1811456 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/pagination_top.vm
   [junit4]   2> 1811459 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/did_you_mean.vm
   [junit4]   2> 1811462 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/query_spatial.vm
   [junit4]   2> 1811465 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/hit_plain.vm
   [junit4]   2> 1811468 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/pagination_bottom.vm
   [junit4]   2> 1811470 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/header.vm
   [junit4]   2> 1811472 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/layout.vm
   [junit4]   2> 1811475 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/suggest.vm
   [junit4]   2> 1811478 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/README.txt
   [junit4]   2> 1811481 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/head.vm
   [junit4]   2> 1811484 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/footer.vm
   [junit4]   2> 1811487 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/results_list.vm
   [junit4]   2> 1811490 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/jquery.autocomplete.js
   [junit4]   2> 1811493 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/hit_grouped.vm
   [junit4]   2> 1811496 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facet_fields.vm
   [junit4]   2> 1811499 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/query_group.vm
   [junit4]   2> 1811502 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/query.vm
   [junit4]   2> 1811505 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/cluster_results.vm
   [junit4]   2> 1811508 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/VM_global_library.vm
   [junit4]   2> 1811511 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facet_queries.vm
   [junit4]   2> 1811514 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/mime_type_lists.vm
   [junit4]   2> 1811518 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/error.vm
   [junit4]   2> 1811521 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/product_doc.vm
   [junit4]   2> 1811524 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/main.css
   [junit4]   2> 1811528 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/browse.vm
   [junit4]   2> 1811531 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/richtext_doc.vm
   [junit4]   2> 1811534 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/cluster.vm
   [junit4]   2> 1811537 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facets.vm
   [junit4]   2> 1811541 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/tabs.vm
   [junit4]   2> 1811545 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/join_doc.vm
   [junit4]   2> 1811549 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/hit.vm
   [junit4]   2> 1811552 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facet_ranges.vm
   [junit4]   2> 1811555 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1811557 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/_schema_analysis_stopwords_english.json
   [junit4]   2> 1811560 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/protwords.txt
   [junit4]   2> 1811562 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/_rest_managed.json
   [junit4]   2> 1811565 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/example.xsl
   [junit4]   2> 1811568 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/example_rss.xsl
   [junit4]   2> 1811571 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/updateXml.xsl
   [junit4]   2> 1811574 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/luke.xsl
   [junit4]   2> 1811577 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/example_atom.xsl
   [junit4]   2> 1811580 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/mapping-FoldToASCII.txt
   [junit4]   2> 1811583 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/clustering/carrot2/stc-attributes.xml
   [junit4]   2> 1811588 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/clustering/carrot2/lingo-attributes.xml
   [junit4]   2> 1811591 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/clustering/carrot2/kmeans-attributes.xml
   [junit4]   2> 1811595 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/admin-extra.menu-bottom.html
   [junit4]   2> 1811598 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/currency.xml
   [junit4]   2> 1811603 T4544 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 1811605 T4544 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/
   [junit4]   2> 1811606 T4544 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1811607 T4566 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1811607 T4566 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1811608 T4566 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1811609 T4567 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1811612 T4563 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=null message={
   [junit4]   2>          "node_name":"188.138.97.18:8983_solr",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://188.138.97.18:8983/solr";,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1"}
   [junit4]   2> 1811612 T4563 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 1811616 T4567 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1812609 T4566 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1812609 T4566 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1812610 T4566 oasc.ZkController.createCollectionZkNode 
Creating collection in ZooKeeper:collection1
   [junit4]   2> 1812610 T4566 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1812614 T4566 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1812615 T4566 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=collection1 specified config exists in 
ZooKeeper
   [junit4]   2> 1812615 T4566 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/'
   [junit4]   2> 1812651 T4566 oasc.SolrConfig.initLibs Adding specified lib 
dirs to ClassLoader
   [junit4]   2> 1812653 T4566 oasc.SolrResourceLoader.addToClassLoader WARN No 
files added to classloader from lib: ../../../contrib/extraction/lib (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   2> 1812654 T4566 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: ../../../dist/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 1812654 T4566 oasc.SolrResourceLoader.addToClassLoader WARN No 
files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   2> 1812654 T4566 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: ../../../dist/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 1812655 T4566 oasc.SolrResourceLoader.addToClassLoader WARN No 
files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   2> 1812655 T4566 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: ../../../dist/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 1812656 T4566 oasc.SolrResourceLoader.addToClassLoader WARN No 
files added to classloader from lib: ../../../contrib/velocity/lib (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   2> 1812657 T4566 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: ../../../dist/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 1812686 T4566 oasu.SolrIndexConfig.<init> IndexWriter 
infoStream solr logging is enabled
   [junit4]   2> 1812689 T4566 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 1812753 T4566 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1812757 T4566 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1812765 T4566 oass.IndexSchema.readSchema [collection1] Schema 
name=example
   [junit4]   2> 1813125 T4566 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1813126 T4566 
oasr.RestManager$Registry.registerManagedResource Registered ManagedResource 
impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 1813126 T4566 
oasr.RestManager$Registry.registerManagedResource Registered ManagedResource 
impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager 
for path /schema/analysis/synonyms/english
   [junit4]   2> 1813146 T4566 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1813151 T4566 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1813288 T4566 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1813289 T4566 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1813289 T4566 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/data/
   [junit4]   2> 1813289 T4566 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42632047
   [junit4]   2> 1813290 T4566 oasc.SolrCore.initListeners [collection1] Added 
SolrEventListener for newSearcher: 
org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 1813290 T4566 oasc.SolrCore.initListeners [collection1] Added 
SolrEventListener for firstSearcher: 
org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher 
warming in solrconfig.xml}]}
   [junit4]   2> 1813291 T4566 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@376f64c9
   [junit4]   2> 1813291 T4566 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1813291 T4566 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1813291 T4566 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
   [junit4]   2> 1813292 T4566 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 0 directories currently being tracked
   [junit4]   2> 1813292 T4566 oasc.CoreContainer.create ERROR Error creating 
core [collection1]: access denied ("java.io.FilePermission" 
"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/data"
 "write") org.apache.solr.common.SolrException: access denied 
("java.io.FilePermission" 
"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/data"
 "write")
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:890)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/data"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:559)
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
   [junit4]   2>        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
   [junit4]   2>        at java.nio.file.Files.createDirectory(Files.java:630)
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:734)
   [junit4]   2>        at java.nio.file.Files.createDirectories(Files.java:683)
   [junit4]   2>        at 
org.apache.lucene.store.FSLockFactory.setLockDir(FSLockFactory.java:46)
   [junit4]   2>        at 
org.apache.lucene.store.NativeFSLockFactory.<init>(NativeFSLockFactory.java:93)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.injectLockFactory(CachingDirectoryFactory.java:502)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:357)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:276)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:488)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:794)
   [junit4]   2>        ... 8 more
   [junit4]   2> 
   [junit4]   2> 1813294 T4544 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1813295 T4544 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1813296 T4570 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@fb33d0d name:ZooKeeperConnection 
Watcher:127.0.0.1:42445 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1813296 T4544 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1813296 T4544 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1813298 T4544 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=907018964
   [junit4]   2> 1813298 T4544 oasc.Overseer.close Overseer 
(id=92449228915998721-188.138.97.18:8983_solr-n_0000000000) closing
   [junit4]   2> 1813298 T4563 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 188.138.97.18:8983_solr
   [junit4]   2> 1814799 T4571 
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read 
the data org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:346)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:296)
   [junit4]   2> 
   [junit4]   2> 1814799 T4567 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1814804 T4544 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=907018964
   [junit4]   2> 1814806 T4544 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:42445 42445
   [junit4]   2> 1815219 T4554 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:42445 42445
   [junit4]   2> 1815221 T4544 oas.SolrTestCaseJ4.tearDown ###Ending 
testChrootBootstrap
   [junit4]   2> 1815229 T4544 oas.SolrTestCaseJ4.setUp ###Starting 
testInitPathExists
   [junit4]   2> 1815230 T4544 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1815231 T4572 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1815331 T4544 oasc.ZkTestServer.run start zk server on 
port:48803
   [junit4]   2> 1815331 T4544 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1815332 T4544 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1815336 T4578 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5bd3cb1d 
name:ZooKeeperConnection Watcher:127.0.0.1:48803 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815336 T4544 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1815337 T4544 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1815337 T4544 oascc.SolrZkClient.makePath makePath: /foo/bar4
   [junit4]   2> 1815342 T4544 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/'
   [junit4]   2> 1815360 T4544 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/solr.xml
   [junit4]   2> 1815374 T4544 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 1815375 T4544 oasc.CoreContainer.<init> New CoreContainer 
1111728605
   [junit4]   2> 1815375 T4544 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/]
   [junit4]   2> 1815375 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 1815376 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 1815376 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 1815376 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1815376 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1815376 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1815376 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1815377 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1815377 T4544 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1815378 T4544 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 1815379 T4544 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1815379 T4544 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1815379 T4544 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1815379 T4544 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:48803/foo/bar4
   [junit4]   2> 1815379 T4544 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1815379 T4544 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1815380 T4544 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1815381 T4580 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@51a7d81b 
name:ZooKeeperConnection Watcher:127.0.0.1:48803 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815382 T4544 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1815382 T4544 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1815384 T4544 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1815385 T4582 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@797b18d3 
name:ZooKeeperConnection Watcher:127.0.0.1:48803/foo/bar4 got event 
WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1815385 T4544 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1815387 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1815389 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1815391 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1815394 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1815397 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1815400 T4544 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1815402 T4544 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/188.138.97.18:8983_solr
   [junit4]   2> 1815403 T4544 oascc.SolrZkClient.makePath makePath: 
/live_nodes/188.138.97.18:8983_solr
   [junit4]   2> 1815405 T4544 oascc.SolrZkClient.makePath makePath: 
/collections
   [junit4]   2> 1815407 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1815408 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1815409 T4544 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1815410 T4544 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 188.138.97.18:8983_solr
   [junit4]   2> 1815410 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1815411 T4544 oasc.Overseer.start Overseer 
(id=92449229189021698-188.138.97.18:8983_solr-n_0000000000) starting
   [junit4]   2> 1815412 T4544 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1815416 T4544 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1815416 T4584 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1815417 T4544 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1815418 T4544 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1815419 T4544 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1815420 T4544 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 1815420 T4583 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1815422 T4544 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/
   [junit4]   2> 1815422 T4544 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1815423 T4544 oasc.ZkController.bootstrapConf bootstrapping 
config for 1 cores into ZooKeeper using solr.xml from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/
   [junit4]   2> 1815423 T4544 oasc.ZkController.bootstrapConf Uploading 
directory 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/conf
 with name collection1 for SolrCore collection1
   [junit4]   2> 1815423 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/spellings.txt
   [junit4]   2> 1815425 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/stopwords.txt
   [junit4]   2> 1815427 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/scripts.conf
   [junit4]   2> 1815429 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/admin-extra.html
   [junit4]   2> 1815430 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/schema.xml
   [junit4]   2> 1815432 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/solrconfig.xml
   [junit4]   2> 1815434 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/admin-extra.menu-top.html
   [junit4]   2> 1815435 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/elevate.xml
   [junit4]   2> 1815437 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/_schema_analysis_synonyms_english.json
   [junit4]   2> 1815438 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_nl.txt
   [junit4]   2> 1815441 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_eu.txt
   [junit4]   2> 1815443 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ga.txt
   [junit4]   2> 1815445 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_fr.txt
   [junit4]   2> 1815447 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_bg.txt
   [junit4]   2> 1815460 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stemdict_nl.txt
   [junit4]   2> 1815462 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/contractions_ca.txt
   [junit4]   2> 1815464 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ja.txt
   [junit4]   2> 1815465 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_id.txt
   [junit4]   2> 1815466 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_it.txt
   [junit4]   2> 1815467 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_fi.txt
   [junit4]   2> 1815469 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/contractions_fr.txt
   [junit4]   2> 1815470 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_el.txt
   [junit4]   2> 1815472 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_en.txt
   [junit4]   2> 1815473 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_da.txt
   [junit4]   2> 1815474 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stoptags_ja.txt
   [junit4]   2> 1815476 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_no.txt
   [junit4]   2> 1815477 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_pt.txt
   [junit4]   2> 1815478 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/hyphenations_ga.txt
   [junit4]   2> 1815479 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ru.txt
   [junit4]   2> 1815480 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ro.txt
   [junit4]   2> 1815482 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_cz.txt
   [junit4]   2> 1815483 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_hu.txt
   [junit4]   2> 1815484 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_th.txt
   [junit4]   2> 1815485 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ckb.txt
   [junit4]   2> 1815486 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_gl.txt
   [junit4]   2> 1815487 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ar.txt
   [junit4]   2> 1815488 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_tr.txt
   [junit4]   2> 1815490 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_es.txt
   [junit4]   2> 1815491 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/userdict_ja.txt
   [junit4]   2> 1815492 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/contractions_it.txt
   [junit4]   2> 1815493 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_ca.txt
   [junit4]   2> 1815495 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_lv.txt
   [junit4]   2> 1815496 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_de.txt
   [junit4]   2> 1815497 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/contractions_ga.txt
   [junit4]   2> 1815499 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_hi.txt
   [junit4]   2> 1815500 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_hy.txt
   [junit4]   2> 1815501 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_sv.txt
   [junit4]   2> 1815502 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/lang/stopwords_fa.txt
   [junit4]   2> 1815504 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/synonyms.txt
   [junit4]   2> 1815506 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/update-script.js
   [junit4]   2> 1815508 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facet_pivot.vm
   [junit4]   2> 1815509 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/jquery.autocomplete.css
   [junit4]   2> 1815510 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/debug.vm
   [junit4]   2> 1815511 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/query_form.vm
   [junit4]   2> 1815513 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/pagination_top.vm
   [junit4]   2> 1815514 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/did_you_mean.vm
   [junit4]   2> 1815515 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/query_spatial.vm
   [junit4]   2> 1815516 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/hit_plain.vm
   [junit4]   2> 1815517 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/pagination_bottom.vm
   [junit4]   2> 1815519 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/header.vm
   [junit4]   2> 1815520 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/layout.vm
   [junit4]   2> 1815521 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/suggest.vm
   [junit4]   2> 1815522 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/README.txt
   [junit4]   2> 1815523 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/head.vm
   [junit4]   2> 1815524 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/footer.vm
   [junit4]   2> 1815526 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/results_list.vm
   [junit4]   2> 1815527 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/jquery.autocomplete.js
   [junit4]   2> 1815528 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/hit_grouped.vm
   [junit4]   2> 1815529 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facet_fields.vm
   [junit4]   2> 1815531 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/query_group.vm
   [junit4]   2> 1815532 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/query.vm
   [junit4]   2> 1815533 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/cluster_results.vm
   [junit4]   2> 1815534 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/VM_global_library.vm
   [junit4]   2> 1815535 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facet_queries.vm
   [junit4]   2> 1815537 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/mime_type_lists.vm
   [junit4]   2> 1815538 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/error.vm
   [junit4]   2> 1815539 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/product_doc.vm
   [junit4]   2> 1815540 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/main.css
   [junit4]   2> 1815541 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/browse.vm
   [junit4]   2> 1815543 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/richtext_doc.vm
   [junit4]   2> 1815544 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/cluster.vm
   [junit4]   2> 1815545 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facets.vm
   [junit4]   2> 1815546 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/tabs.vm
   [junit4]   2> 1815547 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/join_doc.vm
   [junit4]   2> 1815549 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/hit.vm
   [junit4]   2> 1815550 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/velocity/facet_ranges.vm
   [junit4]   2> 1815551 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1815552 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/_schema_analysis_stopwords_english.json
   [junit4]   2> 1815553 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/protwords.txt
   [junit4]   2> 1815554 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/_rest_managed.json
   [junit4]   2> 1815555 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/example.xsl
   [junit4]   2> 1815557 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/example_rss.xsl
   [junit4]   2> 1815558 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/updateXml.xsl
   [junit4]   2> 1815559 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/luke.xsl
   [junit4]   2> 1815560 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/xslt/example_atom.xsl
   [junit4]   2> 1815561 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/mapping-FoldToASCII.txt
   [junit4]   2> 1815563 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/clustering/carrot2/stc-attributes.xml
   [junit4]   2> 1815565 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/clustering/carrot2/lingo-attributes.xml
   [junit4]   2> 1815566 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/clustering/carrot2/kmeans-attributes.xml
   [junit4]   2> 1815567 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/admin-extra.menu-bottom.html
   [junit4]   2> 1815568 T4544 oascc.SolrZkClient.makePath makePath: 
/configs/collection1/currency.xml
   [junit4]   2> 1815571 T4544 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr
   [junit4]   2> 1815572 T4544 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/
   [junit4]   2> 1815572 T4544 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1815573 T4586 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1815574 T4586 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1815575 T4586 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1815575 T4587 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1815577 T4583 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=null message={
   [junit4]   2>          "node_name":"188.138.97.18:8983_solr",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://188.138.97.18:8983/solr";,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1"}
   [junit4]   2> 1815578 T4583 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 1815580 T4587 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1816575 T4586 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1816575 T4586 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1816576 T4586 oasc.ZkController.createCollectionZkNode 
Creating collection in ZooKeeper:collection1
   [junit4]   2> 1816577 T4586 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1816580 T4586 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1816581 T4586 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=collection1 specified config exists in 
ZooKeeper
   [junit4]   2> 1816581 T4586 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/'
   [junit4]   2> 1816612 T4586 oasc.SolrConfig.initLibs Adding specified lib 
dirs to ClassLoader
   [junit4]   2> 1816612 T4586 oasc.SolrResourceLoader.addToClassLoader WARN No 
files added to classloader from lib: ../../../contrib/extraction/lib (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   2> 1816612 T4586 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: ../../../dist/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 1816613 T4586 oasc.SolrResourceLoader.addToClassLoader WARN No 
files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   2> 1816613 T4586 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: ../../../dist/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 1816613 T4586 oasc.SolrResourceLoader.addToClassLoader WARN No 
files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   2> 1816613 T4586 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: ../../../dist/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 1816614 T4586 oasc.SolrResourceLoader.addToClassLoader WARN No 
files added to classloader from lib: ../../../contrib/velocity/lib (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   2> 1816614 T4586 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: ../../../dist/ (resolved 
as: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 1816637 T4586 oasu.SolrIndexConfig.<init> IndexWriter 
infoStream solr logging is enabled
   [junit4]   2> 1816639 T4586 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 1816692 T4586 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1816694 T4586 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1816700 T4586 oass.IndexSchema.readSchema [collection1] Schema 
name=example
   [junit4]   2> 1817043 T4586 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1817045 T4586 
oasr.RestManager$Registry.registerManagedResource Registered ManagedResource 
impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
/schema/analysis/stopwords/english
   [junit4]   2> 1817045 T4586 
oasr.RestManager$Registry.registerManagedResource Registered ManagedResource 
impl 
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager 
for path /schema/analysis/synonyms/english
   [junit4]   2> 1817060 T4586 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1817062 T4586 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1817121 T4586 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1817121 T4586 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1817121 T4586 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/data/
   [junit4]   2> 1817122 T4586 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42632047
   [junit4]   2> 1817122 T4586 oasc.SolrCore.initListeners [collection1] Added 
SolrEventListener for newSearcher: 
org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 1817122 T4586 oasc.SolrCore.initListeners [collection1] Added 
SolrEventListener for firstSearcher: 
org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher 
warming in solrconfig.xml}]}
   [junit4]   2> 1817123 T4586 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@399c6914
   [junit4]   2> 1817123 T4586 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1817123 T4586 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1817123 T4586 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
   [junit4]   2> 1817123 T4586 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 0 directories currently being tracked
   [junit4]   2> 1817123 T4586 oasc.CoreContainer.create ERROR Error creating 
core [collection1]: access denied ("java.io.FilePermission" 
"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/data"
 "write") org.apache.solr.common.SolrException: access denied 
("java.io.FilePermission" 
"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/data"
 "write")
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:890)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:652)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:491)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/solr/collection1/data"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:559)
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
   [junit4]   2>        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
   [junit4]   2>        at java.nio.file.Files.createDirectory(Files.java:630)
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:734)
   [junit4]   2>        at java.nio.file.Files.createDirectories(Files.java:683)
   [junit4]   2>        at 
org.apache.lucene.store.FSLockFactory.setLockDir(FSLockFactory.java:46)
   [junit4]   2>        at 
org.apache.lucene.store.NativeFSLockFactory.<init>(NativeFSLockFactory.java:93)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.injectLockFactory(CachingDirectoryFactory.java:502)
   [junit4]   2>        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:357)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:276)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:488)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:794)
   [junit4]   2>        ... 8 more
   [junit4]   2> 
   [junit4]   2> 1817127 T4544 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1111728605
   [junit4]   2> 1817127 T4544 oasc.Overseer.close Overseer 
(id=92449229189021698-188.138.97.18:8983_solr-n_0000000000) closing
   [junit4]   2> 1817127 T4583 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 188.138.97.18:8983_solr
   [junit4]   2> 1818628 T4589 
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read 
the data org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:346)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:296)
   [junit4]   2> 
   [junit4]   2> 1818633 T4587 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1818635 T4544 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1111728605
   [junit4]   2> 1818637 T4544 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:48803 48803
   [junit4]   2> 1819315 T4572 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:48803 48803
   [junit4]   2> 1819318 T4544 oas.SolrTestCaseJ4.tearDown ###Ending 
testInitPathExists
   [junit4]   2> 1819326 T4544 oas.SolrTestCaseJ4.setUp ###Starting 
testWithUploadDir
   [junit4]   2> 1819328 T4544 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1819329 T4590 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1819428 T4544 oasc.ZkTestServer.run start zk server on 
port:43092
   [junit4]   2> 1819429 T4544 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1819430 T4544 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1819433 T4596 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2303555d 
name:ZooKeeperConnection Watcher:127.0.0.1:43092 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1819434 T4544 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2>

[...truncated too long message...]

 [junit4]    >  at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
   [junit4]    >        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
   [junit4]    >        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
   [junit4]    >        at java.nio.file.Files.createDirectory(Files.java:630)
   [junit4]    >        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:734)
   [junit4]    >        at java.nio.file.Files.createDirectories(Files.java:683)
   [junit4]    >        at 
org.apache.lucene.store.FSLockFactory.setLockDir(FSLockFactory.java:46)
   [junit4]    >        at 
org.apache.lucene.store.SimpleFSLockFactory.<init>(SimpleFSLockFactory.java:81)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.injectLockFactory(CachingDirectoryFactory.java:500)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:357)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactoryTest$GetDirThread.run(CachingDirectoryFactoryTest.java:190)Throwable
 #10: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=7043, name=Thread-2909, state=RUNNABLE, 
group=TGRP-CachingDirectoryFactoryTest]
   [junit4]    > Caused by: java.security.AccessControlException: access denied 
("java.io.FilePermission" "path1" "write")
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D93C69EAE6E4DD07]:0)
   [junit4]    >        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
   [junit4]    >        at 
java.security.AccessController.checkPermission(AccessController.java:559)
   [junit4]    >        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    >        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
   [junit4]    >        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
   [junit4]    >        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
   [junit4]    >        at java.nio.file.Files.createDirectory(Files.java:630)
   [junit4]    >        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:734)
   [junit4]    >        at java.nio.file.Files.createDirectories(Files.java:683)
   [junit4]    >        at 
org.apache.lucene.store.FSLockFactory.setLockDir(FSLockFactory.java:46)
   [junit4]    >        at 
org.apache.lucene.store.SimpleFSLockFactory.<init>(SimpleFSLockFactory.java:81)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.injectLockFactory(CachingDirectoryFactory.java:500)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:357)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactoryTest$GetDirThread.run(CachingDirectoryFactoryTest.java:190)Throwable
 #11: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=7042, name=Thread-2908, state=RUNNABLE, 
group=TGRP-CachingDirectoryFactoryTest]
   [junit4]    > Caused by: java.security.AccessControlException: access denied 
("java.io.FilePermission" "path1" "write")
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D93C69EAE6E4DD07]:0)
   [junit4]    >        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
   [junit4]    >        at 
java.security.AccessController.checkPermission(AccessController.java:559)
   [junit4]    >        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    >        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979)
   [junit4]    >        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801)
   [junit4]    >        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376)
   [junit4]    >        at java.nio.file.Files.createDirectory(Files.java:630)
   [junit4]    >        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:734)
   [junit4]    >        at java.nio.file.Files.createDirectories(Files.java:683)
   [junit4]    >        at 
org.apache.lucene.store.FSLockFactory.setLockDir(FSLockFactory.java:46)
   [junit4]    >        at 
org.apache.lucene.store.SimpleFSLockFactory.<init>(SimpleFSLockFactory.java:81)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.injectLockFactory(CachingDirectoryFactory.java:500)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:357)
   [junit4]    >        at 
org.apache.solr.core.CachingDirectoryFactoryTest$GetDirThread.run(CachingDirectoryFactoryTest.java:190)
   [junit4]   2> 2682183 T7032 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene410: {}, docValues:{}, 
sim=DefaultSimilarity, locale=es_PY, timezone=Mideast/Riyadh88
   [junit4]   2> NOTE: Linux 3.13.0-35-generic amd64/Oracle Corporation 
1.7.0_67 (64-bit)/cpus=8,threads=1,free=248207472,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [QueryElevationComponentTest, 
TestUtils, TestCloudManagedSchemaConcurrent, DeleteReplicaTest, 
TestShardHandlerFactory, TestImplicitCoreProperties, 
CollectionsAPIDistributedZkTest, TestLazyCores, ConvertedLegacyTest, 
SolrRequestParserTest, TestRandomMergePolicy, DistributedExpandComponentTest, 
AliasIntegrationTest, TestCollationField, QueryParsingTest, 
RequestHandlersTest, CircularListTest, TestQueryUtils, 
TestFieldTypeCollectionResource, TestChildDocTransformer, 
ShardRoutingCustomTest, PrimUtilsTest, 
VMParamsZkACLAndCredentialsProvidersTest, 
DistributedQueryComponentOptimizationTest, 
DistributedQueryComponentCustomSortTest, TestOmitPositions, 
CSVRequestHandlerTest, HdfsDirectoryTest, TestNRTOpen, DateMathParserTest, 
TestQuerySenderNoQuery, TermVectorComponentDistributedTest, 
TestBlendedInfixSuggestions, MultiThreadedOCPTest, TestFunctionQuery, 
HdfsUnloadDistributedZkTest, TestSolr4Spatial2, TestComplexPhraseQParserPlugin, 
CurrencyFieldXmlFileTest, RollingRestartTest, TestTolerantSearch, 
TestPivotHelperCode, IndexSchemaRuntimeFieldTest, TestStressLucene, 
TestSolrQueryParser, DocValuesTest, SolrIndexConfigTest, TestRestManager, 
TestCoreContainer, HardAutoCommitTest, FullSolrCloudDistribCmdsTest, 
UniqFieldsUpdateProcessorFactoryTest, DirectUpdateHandlerOptimizeTest, 
BJQParserTest, BlockDirectoryTest, ShardSplitTest, 
LegacyHTMLStripCharFilterTest, TestLFUCache, RangeFacetTest, 
TestManagedSchemaFieldResource, CoreContainerCoreInitFailuresTest, 
AnalyticsQueryTest, TestPHPSerializedResponseWriter, OpenCloseCoreStressTest, 
SearchHandlerTest, TriLevelCompositeIdRoutingTest, TestShortCircuitedRequests, 
PreAnalyzedFieldTest, OverriddenZkACLAndCredentialsProvidersTest, 
RAMDirectoryFactoryTest, URLClassifyProcessorTest, TestXIncludeConfig, 
DocExpirationUpdateProcessorFactoryTest, CopyFieldTest, 
TestDistributedGrouping, TestFieldSortValues, TestReplicationHandlerBackup, 
AnalyticsMergeStrategyTest, DateFieldTest, UpdateRequestProcessorFactoryTest, 
DebugComponentTest, PolyFieldTest, TestCSVResponseWriter, 
BasicDistributedZk2Test, TestQueryTypes, TestInfoStreamLogging, 
CoreMergeIndexesAdminHandlerTest, TestCloudPivotFacet, NumericFieldsTest, 
TestBinaryField, TestAtomicUpdateErrorCases, TestConfigSets, 
TestSolrXmlPersistor, TestManagedSynonymFilterFactory, TestZkChroot, 
SliceStateTest, TestIndexingPerformance, SoftAutoCommitTest, RankQueryTest, 
TestBadConfig, DirectSolrConnectionTest, TestRecovery, TestUpdate, 
TestNonNRTOpen, TestReplicationHandler, TestMultiCoreConfBootstrap, TestReload, 
TestRangeQuery, SolrCoreTest, StatsComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, DirectUpdateHandlerTest, 
DistributedQueryElevationComponentTest, SchemaVersionSpecificBehaviorTest, 
TestPseudoReturnFields, TestWordDelimiterFilterFactory, 
StatelessScriptUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, 
CacheHeaderTest, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, 
TestValueSourceCache, TermVectorComponentTest, LoggingHandlerTest, 
SolrPluginUtilsTest, JSONWriterTest, BinaryUpdateRequestHandlerTest, 
HighlighterConfigTest, TestQuerySenderListener, TestStressRecovery, 
ExpressionTest, FieldFacetExtrasTest, FieldFacetTest, QueryFacetTest, 
FunctionTest, CustomCollectionTest, DeleteInactiveReplicaTest, 
DistribDocExpirationUpdateProcessorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
ReplicationFactorTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestDistribDocBasedVersion, 
TestModifyConfFiles, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, 
StressHdfsTest, CachingDirectoryFactoryTest]
   [junit4] Completed on J1 in 8.10s, 1 test, 1 error <<< FAILURES!

[...truncated 193 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:491: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:471: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:60: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1358:
 The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:961: 
There were test failures: 438 suites, 1830 tests, 3 suite-level errors, 2 
errors, 45 ignored (23 assumptions)

Total time: 89 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_67 
-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to