You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/06/21 04:18:47 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 281 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/281/

1 tests failed.
FAILED:  org.apache.lucene.index.TestStressNRT.test

Error Message:
hit unexpected IOException while trying to corrupt file _1v_1.liv

Stack Trace:
java.lang.RuntimeException: hit unexpected IOException while trying to corrupt file _1v_1.liv
	at __randomizedtesting.SeedInfo.seed([BF4E83EE463EDFE9:371ABC34E8C2B211]:0)
	at org.apache.lucene.store.MockDirectoryWrapper.corruptFiles(MockDirectoryWrapper.java:433)
	at org.apache.lucene.store.MockDirectoryWrapper.crash(MockDirectoryWrapper.java:461)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:835)
	at org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:398)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.nio.file.FileAlreadyExistsException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/J0/temp/lucene.index.TestStressNRT_BF4E83EE463EDFE9-001/tempDir-001/_1v_1.liv
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:88)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
	at java.nio.file.Files.newOutputStream(Files.java:216)
	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:408)
	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:404)
	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:253)
	at org.apache.lucene.store.MockDirectoryWrapper.corruptFiles(MockDirectoryWrapper.java:430)
	... 39 more




Build Log:
[...truncated 719 lines...]
   [junit4] Suite: org.apache.lucene.index.TestStressNRT
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestStressNRT -Dtests.method=test -Dtests.seed=BF4E83EE463EDFE9 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh-CN -Dtests.timezone=America/Indiana/Marengo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   2.39s J0 | TestStressNRT.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: hit unexpected IOException while trying to corrupt file _1v_1.liv
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BF4E83EE463EDFE9:371ABC34E8C2B211]:0)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.corruptFiles(MockDirectoryWrapper.java:433)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.crash(MockDirectoryWrapper.java:461)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:835)
   [junit4]    > 	at org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:398)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.nio.file.FileAlreadyExistsException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/J0/temp/lucene.index.TestStressNRT_BF4E83EE463EDFE9-001/tempDir-001/_1v_1.liv
   [junit4]    > 	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:88)
   [junit4]    > 	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
   [junit4]    > 	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
   [junit4]    > 	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
   [junit4]    > 	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newOutputStream(HandleTrackingFS.java:129)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newOutputStream(FilterFileSystemProvider.java:197)
   [junit4]    > 	at java.nio.file.Files.newOutputStream(Files.java:216)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:408)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:404)
   [junit4]    > 	at org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:253)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.corruptFiles(MockDirectoryWrapper.java:430)
   [junit4]    > 	... 39 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/core/test/J0/temp/lucene.index.TestStressNRT_BF4E83EE463EDFE9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {id=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=415, maxMBSortInHeap=5.178952980248106, sim=ClassicSimilarity, locale=zh-CN, timezone=America/Indiana/Marengo
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=136626536,total=303038464
   [junit4]   2> NOTE: All tests run in this JVM: [TestUTF32ToUTF8, TestMultiset, TestNGramPhraseQuery, TestShardSearching, TestSimpleFSLockFactory, TestDirectMonotonic, TestBM25Similarity, TestSearchAfter, TestSpanExplanationsOfNonMatches, TestStringHelper, TestOmitNorms, TestTrackingDirectoryWrapper, TestPrefixQuery, TestRecyclingIntBlockAllocator, Test2BSortedDocValuesFixedSorted, TestPhraseQuery, TestNRTReaderWithThreads, TestPointValues, TestNeverDelete, TestStandardAnalyzer, Test2BPostingsBytes, TestFieldsReader, TestSimpleAttributeImpl, TestSloppyMath, TestCharTermAttributeImpl, TestDeletionPolicy, TestBytesRef, TestPrefixInBooleanQuery, TestSearcherManager, TestSortedSetSortField, TestIndexWriter, TestMatchAllDocsQuery, TestExitableDirectoryReader, TestMinimize, TestIndexReaderClose, TestMinShouldMatch2, TestBooleanCoord, TestIntBlockPool, TestCrash, TestIndexSearcher, TestDisjunctionMaxQuery, TestTermRangeQuery, TestFrequencyTrackingRingBuffer, TestSegmentInfos, TestNamedSPILoader, TestLiveFieldValues, TestIndexWriterDelete, TestNRTReaderCleanup, TestReaderClosed, TestMultiTermQueryRewrites, TestLucene50CompoundFormat, TestIndexWriterMergePolicy, TestDirectoryReaderReopen, TestLucene50StoredFieldsFormatHighCompression, TestSpanBoostQuery, TestSimpleExplanations, TestStressNRT]
   [junit4] Completed [153/432 (1!)] on J0 in 2.42s, 1 test, 1 error <<< FAILURES!

[...truncated 937 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build.xml:50: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1427: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:984: There were test failures: 432 suites (1 ignored), 3704 tests, 1 error, 68 ignored (64 assumptions) [seed: BF4E83EE463EDFE9]

Total time: 10 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-Tests-6.x - Build # 282 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/282/

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([F41004301C5B6057]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=981, name=searcherExecutor-364-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=981, name=searcherExecutor-364-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([F41004301C5B6057]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=981, name=searcherExecutor-364-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=981, name=searcherExecutor-364-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([F41004301C5B6057]:0)




Build Log:
[...truncated 10815 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/init-core-data-001
   [junit4]   2> 186176 INFO  (SUITE-TestLazyCores-seed#[F41004301C5B6057]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 186177 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 186184 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001'
   [junit4]   2> 186184 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186184 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186187 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001
   [junit4]   2> 186187 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreContainer New CoreContainer 714317084
   [junit4]   2> 186187 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001]
   [junit4]   2> 186187 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/lib
   [junit4]   2> 186187 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 186190 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 186190 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 186190 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 186190 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 186190 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 186190 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001
   [junit4]   2> 186191 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=badSchema1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 186191 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CorePropertiesLocator Found core badSchema1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1
   [junit4]   2> 186192 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=badSchema2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 186192 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CorePropertiesLocator Found core badSchema2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema2
   [junit4]   2> 186192 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=badConfig1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 186192 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CorePropertiesLocator Found core badConfig1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1
   [junit4]   2> 186192 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=badConfig2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 186192 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CorePropertiesLocator Found core badConfig2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2
   [junit4]   2> 186193 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=core1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 186193 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CorePropertiesLocator Found core core1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1
   [junit4]   2> 186193 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=core2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 186193 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CorePropertiesLocator Found core core2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2
   [junit4]   2> 186193 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CorePropertiesLocator Found 6 core definitions
   [junit4]   2> 186203 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1'
   [junit4]   2> 186204 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186204 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186203 INFO  (coreLoadExecutor-318-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema2'
   [junit4]   2> 186207 INFO  (coreLoadExecutor-318-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186207 INFO  (coreLoadExecutor-318-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186204 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1'
   [junit4]   2> 186210 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186210 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186222 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 186223 WARN  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 186224 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 186225 INFO  (coreLoadExecutor-318-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 186227 WARN  (coreLoadExecutor-318-thread-2) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 186245 INFO  (coreLoadExecutor-318-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 186248 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 186248 ERROR (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.CoreContainer Error creating core [badConfig1]: Could not load conf for core badConfig1: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/conf/solrconfig.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badConfig1: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/conf/solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:809)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:465)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/conf/solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:172)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:97)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:77)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:154)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:187)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:164)
   [junit4]   2> 	... 9 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:143)
   [junit4]   2> 	... 12 more
   [junit4]   2> 186235 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 186251 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 186251 ERROR (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.CoreContainer Error creating core [badSchema1]: Could not load conf for core badSchema1: Can't load schema /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1/conf/schema.xml: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badSchema1: Can't load schema /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1/conf/schema.xml: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:809)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:465)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load schema /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1/conf/schema.xml: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:600)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:107)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:154)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:460)
   [junit4]   2> 	... 12 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:143)
   [junit4]   2> 	... 14 more
   [junit4]   2> 186256 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2'
   [junit4]   2> 186256 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186256 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186258 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 186262 ERROR (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.CoreContainer Error creating core [badConfig2]: Could not load conf for core badConfig2: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/conf/solrconfig.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badConfig2: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/conf/solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:809)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:465)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading solr config from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/conf/solrconfig.xml
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:172)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:97)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:77)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:154)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:187)
   [junit4]   2> 	at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:164)
   [junit4]   2> 	... 9 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type "reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:143)
   [junit4]   2> 	... 12 more
   [junit4]   2> 186255 INFO  (coreLoadExecutor-318-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 186264 INFO  (coreLoadExecutor-318-thread-2) [    ] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 186264 ERROR (coreLoadExecutor-318-thread-2) [    ] o.a.s.c.CoreContainer Error creating core [badSchema2]: Could not load conf for core badSchema2: Can't load schema /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema2/conf/schema.xml: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for core badSchema2: Can't load schema /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema2/conf/schema.xml: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:809)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:465)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load schema /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema2/conf/schema.xml: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:600)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:107)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:154)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:460)
   [junit4]   2> 	... 12 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type "filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1437)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1750)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
   [junit4]   2> 	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
   [junit4]   2> 	at org.apache.solr.core.Config.<init>(Config.java:143)
   [junit4]   2> 	... 14 more
   [junit4]   2> 186273 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1'
   [junit4]   2> 186273 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186273 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186276 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2'
   [junit4]   2> 186276 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186276 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186280 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 186281 WARN  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 186282 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 186285 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 186287 WARN  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 186287 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 186291 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 186294 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 186296 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 186298 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 186298 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 186305 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1'
   [junit4]   2> 186305 INFO  (coreLoadExecutor-318-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1
   [junit4]   2> 186306 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 186306 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/data/]
   [junit4]   2> 186306 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrCore JMX monitoring not detected for core: core1
   [junit4]   2> 186306 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/data
   [junit4]   2> 186306 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 186307 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2'
   [junit4]   2> 186307 INFO  (coreLoadExecutor-318-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2
   [junit4]   2> 186307 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 186307 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/data/]
   [junit4]   2> 186307 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrCore JMX monitoring not detected for core: core2
   [junit4]   2> 186308 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/data/index/
   [junit4]   2> 186308 WARN  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrCore [core1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 186308 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/data/index
   [junit4]   2> 186308 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=38.7109375, floorSegmentMB=0.5439453125, forceMergeDeletesPctAllowed=28.587813150143667, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 186310 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/data
   [junit4]   2> 186310 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/data/index/
   [junit4]   2> 186310 WARN  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrCore [core2] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 186310 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/data/index
   [junit4]   2> 186311 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=38.7109375, floorSegmentMB=0.5439453125, forceMergeDeletesPctAllowed=28.587813150143667, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 186311 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3fe404ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b5e5982),segFN=segments_1,generation=1}
   [junit4]   2> 186311 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 186314 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@73e46b33 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c4ce477),segFN=segments_1,generation=1}
   [junit4]   2> 186314 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 186315 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 186316 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186317 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186317 INFO  (OldIndexDirectoryCleanupThreadForCore-core1) [    x:core1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/data/
   [junit4]   2> 186317 WARN  (OldIndexDirectoryCleanupThreadForCore-core1) [    x:core1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 186327 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 186327 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186328 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186328 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186329 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186329 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 186329 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 186330 INFO  (OldIndexDirectoryCleanupThreadForCore-core2) [    x:core2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/data/
   [junit4]   2> 186330 WARN  (OldIndexDirectoryCleanupThreadForCore-core2) [    x:core2] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 186330 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 186330 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 186330 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186330 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186331 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 186331 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 186331 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=10.3818359375, floorSegmentMB=1.69921875, forceMergeDeletesPctAllowed=20.36247019789407, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 186332 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@73e46b33 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6c4ce477),segFN=segments_1,generation=1}
   [junit4]   2> 186332 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 186332 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7032d684[core2] main]
   [junit4]   2> 186332 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/conf
   [junit4]   2> 186332 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/conf}
   [junit4]   2> 186332 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core2/conf
   [junit4]   2> 186332 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 186332 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 186333 INFO  (coreLoadExecutor-318-thread-3) [    x:core2] o.a.s.c.CoreContainer registering core: core2
   [junit4]   2> 186333 INFO  (searcherExecutor-320-thread-1-processing-x:core2) [    x:core2] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@7032d684[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 186333 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 186333 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 186340 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=10.3818359375, floorSegmentMB=1.69921875, forceMergeDeletesPctAllowed=20.36247019789407, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 186343 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3fe404ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b5e5982),segFN=segments_1,generation=1}
   [junit4]   2> 186343 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 186343 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@28ede2a8[core1] main]
   [junit4]   2> 186344 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/conf
   [junit4]   2> 186344 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/conf}
   [junit4]   2> 186344 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/core1/conf
   [junit4]   2> 186344 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 186344 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 186344 INFO  (coreLoadExecutor-318-thread-1) [    x:core1] o.a.s.c.CoreContainer registering core: core1
   [junit4]   2> 186349 INFO  (searcherExecutor-319-thread-1-processing-x:core1) [    x:core1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@28ede2a8[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 186351 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 186356 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3fe404ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b5e5982),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3fe404ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b5e5982),segFN=segments_2,generation=2}
   [junit4]   2> 186356 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 186370 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ae8c3db[core1] main]
   [junit4]   2> 186370 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 186370 INFO  (searcherExecutor-319-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@5ae8c3db[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):C7)))}
   [junit4]   2> 186389 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=16
   [junit4]   2> 186392 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 186392 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 186392 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 186608 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1'
   [junit4]   2> 186608 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186608 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186619 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 186621 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 186621 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 186633 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 186643 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 186645 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 186646 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1'
   [junit4]   2> 186646 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1
   [junit4]   2> 186646 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 186646 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/data/]
   [junit4]   2> 186646 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrCore JMX monitoring not detected for core: badConfig1
   [junit4]   2> 186647 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/data
   [junit4]   2> 186647 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/data/index/
   [junit4]   2> 186647 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 186647 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/data/index
   [junit4]   2> 186647 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=98.21484375, floorSegmentMB=1.32421875, forceMergeDeletesPctAllowed=23.406111348279225, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 186648 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@52e3cbf6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6048aaaf),segFN=segments_1,generation=1}
   [junit4]   2> 186648 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 186659 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 186660 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186660 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186661 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186661 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186662 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 186662 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 186662 INFO  (OldIndexDirectoryCleanupThreadForCore-badConfig1) [    x:badConfig1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core badConfig1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/data/
   [junit4]   2> 186662 WARN  (OldIndexDirectoryCleanupThreadForCore-badConfig1) [    x:badConfig1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 186669 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 186669 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 186671 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1347188909, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 186671 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@52e3cbf6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6048aaaf),segFN=segments_1,generation=1}
   [junit4]   2> 186671 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 186671 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d778662[badConfig1] main]
   [junit4]   2> 186672 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/conf
   [junit4]   2> 186672 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/conf}
   [junit4]   2> 186672 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig1/conf
   [junit4]   2> 186672 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 186672 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 186672 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrCores Opening transient core badConfig1
   [junit4]   2> 186672 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.CoreContainer registering core: badConfig1
   [junit4]   2> 186672 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2'
   [junit4]   2> 186673 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186673 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186676 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 186703 INFO  (searcherExecutor-333-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Registered new searcher Searcher@3d778662[badConfig1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 186718 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 186719 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 186723 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 186737 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 186739 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 186740 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2'
   [junit4]   2> 186740 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2
   [junit4]   2> 186740 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 186740 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/data/]
   [junit4]   2> 186740 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrCore JMX monitoring not detected for core: badConfig2
   [junit4]   2> 186741 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/data
   [junit4]   2> 186741 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/data/index/
   [junit4]   2> 186741 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrCore [badConfig2] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 186742 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/data/index
   [junit4]   2> 186742 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=16.86328125, floorSegmentMB=0.341796875, forceMergeDeletesPctAllowed=17.54881997359003, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1791889419760221
   [junit4]   2> 186743 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@46e6d1e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56343100),segFN=segments_1,generation=1}
   [junit4]   2> 186743 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 186752 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 186753 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186754 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186754 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186756 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 186757 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/graph,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 186757 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 186757 INFO  (OldIndexDirectoryCleanupThreadForCore-badConfig2) [    x:badConfig2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core badConfig2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/data/
   [junit4]   2> 186757 WARN  (OldIndexDirectoryCleanupThreadForCore-badConfig2) [    x:badConfig2] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 186769 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 186769 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 186770 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@3dfc0bf1
   [junit4]   2> 186770 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@46e6d1e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56343100),segFN=segments_1,generation=1}
   [junit4]   2> 186771 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 186771 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1722ddd5[badConfig2] main]
   [junit4]   2> 186771 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/conf
   [junit4]   2> 186771 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/conf}
   [junit4]   2> 186771 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badConfig2/conf
   [junit4]   2> 186771 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 186771 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 186771 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrCores Opening transient core badConfig2
   [junit4]   2> 186772 INFO  (searcherExecutor-337-thread-1-processing-x:badConfig2) [    x:badConfig2] o.a.s.c.SolrCore [badConfig2] Registered new searcher Searcher@1722ddd5[badConfig2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 186772 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.CoreContainer registering core: badConfig2
   [junit4]   2> 186772 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1'
   [junit4]   2> 186772 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 186772 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 186779 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 186787 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 186787 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 186791 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 186793 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 186808 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 186809 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1'
   [junit4]   2> 186809 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badConfig2] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1
   [junit4]   2> 186809 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badSchema1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 186809 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badSchema1] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1/data/]
   [junit4]   2> 186809 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badSchema1] o.a.s.c.SolrCore JMX monitoring not detected for core: badSchema1
   [junit4]   2> 186810 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badSchema1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1/data
   [junit4]   2> 186810 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badSchema1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1/data/index/
   [junit4]   2> 186810 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badSchema1] o.a.s.c.SolrCore [badSchema1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 186810 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badSchema1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_F41004301C5B6057-001/tempDir-001/badSchema1/data/index
   [junit4]   2> 186810 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[F41004301C5B6057]) [    x:badS

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

er.java:811)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:465)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:63)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:544)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:719)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:646)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:811)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:465)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> Jun 22, 2016 1:47:52 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jun 22, 2016 1:48:12 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=981, name=searcherExecutor-364-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Jun 22, 2016 1:48:12 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=981, name=searcherExecutor-364-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Jun 22, 2016 1:48:15 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=981, name=searcherExecutor-364-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {v_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval), v_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), v_f=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=147, maxMBSortInHeap=5.764240580221298, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=he-IL, timezone=Asia/Tehran
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=2,free=146811008,total=486539264
   [junit4]   2> NOTE: All tests run in this JVM: [TestLMDirichletSimilarityFactory, LeaderInitiatedRecoveryOnCommitTest, HdfsRecoverLeaseTest, PolyFieldTest, TestRangeQuery, DistributedFacetPivotLongTailTest, OverseerTaskQueueTest, TestSolrQueryResponse, TestTestInjection, URLClassifyProcessorTest, CreateCollectionCleanupTest, CursorPagingTest, TestStressLucene, DistributedFacetPivotWhiteBoxTest, DocumentAnalysisRequestHandlerTest, TestStressUserVersions, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=F41004301C5B6057 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=Asia/Tehran -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F41004301C5B6057]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=981, name=searcherExecutor-364-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F41004301C5B6057]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=981, name=searcherExecutor-364-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F41004301C5B6057]:0)
   [junit4] Completed [81/615 (1!)] on J0 in 150.34s, 8 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 1703 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/common-build.xml:530: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1427: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:984: There were test failures: 615 suites (10 ignored), 2591 tests, 3 suite-level errors, 1769 ignored (59 assumptions) [seed: F41004301C5B6057]

Total time: 50 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any