Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.3-Linux/119/
Java: 32bit/jdk1.9.0-ea-b78 -client -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.core.ResourceLoaderTest.testClassLoaderLibs

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([B0E51B217FC2689B:AA2ECB5CD06627B2]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at org.junit.Assert.assertNotNull(Assert.java:537)
        at 
org.apache.solr.core.ResourceLoaderTest.testClassLoaderLibs(ResourceLoaderTest.java:200)
        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:504)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:746)


FAILED:  org.apache.solr.core.TestConfig.testLib

Error Message:
Can't find resource 'empty-file-main-lib.txt' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf'

Stack Trace:
org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 
'empty-file-main-lib.txt' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf'
        at 
__randomizedtesting.SeedInfo.seed([B0E51B217FC2689B:CC622A577ABC9F47]:0)
        at 
org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:361)
        at org.apache.solr.core.TestConfig.testLib(TestConfig.java:56)
        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:504)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:746)




Build Log:
[...truncated 9998 lines...]
   [junit4] Suite: org.apache.solr.core.ResourceLoaderTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.core.ResourceLoaderTest_B0E51B217FC2689B-001/init-core-data-001
   [junit4]   2> 219513 INFO  
(SUITE-ResourceLoaderTest-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 219514 INFO  
(TEST-ResourceLoaderTest.testLoadDeprecatedFactory-seed#[B0E51B217FC2689B]) [   
 ] o.a.s.SolrTestCaseJ4 ###Starting testLoadDeprecatedFactory
   [junit4]   2> 219514 INFO  
(TEST-ResourceLoaderTest.testLoadDeprecatedFactory-seed#[B0E51B217FC2689B]) [   
 ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'solr/collection1/'
   [junit4]   2> 219515 WARN  
(TEST-ResourceLoaderTest.testLoadDeprecatedFactory-seed#[B0E51B217FC2689B]) [   
 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[org.apache.solr.core.ResourceLoaderTest$DeprecatedTokenFilterFactory]. Please 
consult documentation how to replace it accordingly.
   [junit4]   2> 219515 INFO  
(TEST-ResourceLoaderTest.testLoadDeprecatedFactory-seed#[B0E51B217FC2689B]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testLoadDeprecatedFactory
   [junit4]   2> 219517 INFO  
(TEST-ResourceLoaderTest.testBOMMarkers-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBOMMarkers
   [junit4]   2> 219517 INFO  
(TEST-ResourceLoaderTest.testBOMMarkers-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'solr/collection1/'
   [junit4]   2> 219518 INFO  
(TEST-ResourceLoaderTest.testBOMMarkers-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBOMMarkers
   [junit4]   2> 219519 INFO  
(TEST-ResourceLoaderTest.testClassLoaderLibs-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testClassLoaderLibs
   [junit4]   2> 219521 INFO  
(TEST-ResourceLoaderTest.testClassLoaderLibs-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.core.ResourceLoaderTest_B0E51B217FC2689B-001/testClassLoaderLibs-001/'
   [junit4]   2> 219522 INFO  
(TEST-ResourceLoaderTest.testClassLoaderLibs-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testClassLoaderLibs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ResourceLoaderTest 
-Dtests.method=testClassLoaderLibs -Dtests.seed=B0E51B217FC2689B 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ta_LK 
-Dtests.timezone=America/Indianapolis -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J1 | ResourceLoaderTest.testClassLoaderLibs <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B0E51B217FC2689B:AA2ECB5CD06627B2]:0)
   [junit4]    >        at 
org.apache.solr.core.ResourceLoaderTest.testClassLoaderLibs(ResourceLoaderTest.java:200)
   [junit4]    >        at java.lang.Thread.run(Thread.java:746)
   [junit4]   2> 219527 INFO  
(TEST-ResourceLoaderTest.testAwareCompatibility-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAwareCompatibility
   [junit4]   2> 219527 INFO  
(TEST-ResourceLoaderTest.testAwareCompatibility-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: './'
   [junit4]   2> 219529 INFO  
(TEST-ResourceLoaderTest.testAwareCompatibility-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testAwareCompatibility
   [junit4]   2> 219530 INFO  
(TEST-ResourceLoaderTest.testWrongEncoding-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testWrongEncoding
   [junit4]   2> 219530 INFO  
(TEST-ResourceLoaderTest.testWrongEncoding-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'solr/collection1/'
   [junit4]   2> 219532 INFO  
(TEST-ResourceLoaderTest.testWrongEncoding-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testWrongEncoding
   [junit4]   2> 219533 INFO  
(TEST-ResourceLoaderTest.testInstanceDir-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testInstanceDir
   [junit4]   2> 219533 INFO  
(TEST-ResourceLoaderTest.testInstanceDir-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 219533 INFO  
(TEST-ResourceLoaderTest.testInstanceDir-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 219533 INFO  
(TEST-ResourceLoaderTest.testInstanceDir-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for deduced Solr Home: 'solr/'
   [junit4]   2> 219533 INFO  
(TEST-ResourceLoaderTest.testInstanceDir-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'solr/'
   [junit4]   2> 219534 INFO  
(TEST-ResourceLoaderTest.testInstanceDir-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testInstanceDir
   [junit4]   2> 219535 INFO  
(TEST-ResourceLoaderTest.testEscapeInstanceDir-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testEscapeInstanceDir
   [junit4]   2> 219535 INFO  
(TEST-ResourceLoaderTest.testEscapeInstanceDir-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.core.ResourceLoaderTest_B0E51B217FC2689B-001/testEscapeInstanceDir-001/instance/'
   [junit4]   2> 219536 INFO  
(TEST-ResourceLoaderTest.testEscapeInstanceDir-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testEscapeInstanceDir
   [junit4]   2> 219537 INFO  
(SUITE-ResourceLoaderTest-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.core.ResourceLoaderTest_B0E51B217FC2689B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, 
locale=ta_LK, timezone=America/Indianapolis
   [junit4]   2> NOTE: Linux 3.19.0-26-generic i386/Oracle Corporation 1.9.0-ea 
(32-bit)/cpus=12,threads=1,free=196165976,total=286785536
   [junit4]   2> NOTE: All tests run in this JVM: [StressHdfsTest, 
AddBlockUpdateTest, TestCoreContainer, AliasIntegrationTest, 
BlockDirectoryTest, ChangedSchemaMergeTest, ShardRoutingCustomTest, 
DistributedVersionInfoTest, BasicAuthIntegrationTest, MigrateRouteKeyTest, 
BadCopyFieldTest, AnalysisAfterCoreReloadTest, ResourceLoaderTest]
   [junit4] Completed [36/532] on J1 in 0.05s, 7 tests, 1 failure <<< FAILURES!

[...truncated 978 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfig
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001
   [junit4]   2> 1088649 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.SolrTestCaseJ4 
Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 1088650 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.SolrTestCaseJ4 
####initCore
   [junit4]   2> 1088650 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1088655 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1088655 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.SolrConfig 
Adding specified lib dirs to ClassLoader
   [junit4]   2> 1088656 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/a/a2/'
 to classloader
   [junit4]   2> 1088656 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/a/a1/'
 to classloader
   [junit4]   2> 1088656 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/b/b2/'
 to classloader
   [junit4]   2> 1088656 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/b/b1/'
 to classloader
   [junit4]   2> 1088657 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/c/c1/'
 to classloader
   [junit4]   2> 1088658 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/d/d1/'
 to classloader
   [junit4]   2> 1088672 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.3.1
   [junit4]   2> 1088677 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.Config Loaded 
SolrConfig: solrconfig-test-misc.xml
   [junit4]   2> 1088677 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.s.IndexSchema 
Reading Solr Schema from 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf/schema-reversed.xml
   [junit4]   2> 1088680 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.s.IndexSchema 
[null] Schema name=test
   [junit4]   2> 1088685 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.s.IndexSchema 
default search field in schema is one
   [junit4]   2> 1088686 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1088686 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1088686 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1088686 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 1088687 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.CoreContainer 
New CoreContainer 22268329
   [junit4]   2> 1088687 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.CoreContainer 
Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 1088687 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.CoreContainer 
loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 1088687 WARN  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1088697 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
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> 1088700 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1088701 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1088701 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1088701 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.CoreContainer 
Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1088701 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.CoreContainer 
No authentication plugin used.
   [junit4]   2> 1088702 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {name=collection1, config=solrconfig-test-misc.xml, 
transient=false, schema=schema-reversed.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, instanceDir=collection1, 
collection=collection1, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/,
 
dataDir=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 1088702 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1088708 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1088708 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 1088708 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/a/a2/'
 to classloader
   [junit4]   2> 1088709 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/a/a1/'
 to classloader
   [junit4]   2> 1088709 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/b/b2/'
 to classloader
   [junit4]   2> 1088709 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/b/b1/'
 to classloader
   [junit4]   2> 1088709 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/c/c1/'
 to classloader
   [junit4]   2> 1088710 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/lib-dirs/d/d1/'
 to classloader
   [junit4]   2> 1088722 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.1
   [junit4]   2> 1088727 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig-test-misc.xml
   [junit4]   2> 1088727 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf/schema-reversed.xml
   [junit4]   2> 1088730 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1088740 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is one
   [junit4]   2> 1088740 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1088742 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1088742 INFO  (coreLoadExecutor-4853-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1088742 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1088742 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/],
 dataDir=[null]
   [junit4]   2> 1088742 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1088743 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001
   [junit4]   2> 1088743 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001/index/
   [junit4]   2> 1088743 WARN  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1088743 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001/index
   [junit4]   2> 1088744 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1088744 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@160cad4 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f2702f),segFN=segments_1,generation=1}
   [junit4]   2> 1088744 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1088745 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001/
   [junit4]   2> 1088745 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1088747 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088748 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088749 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088749 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088750 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/update/json/docs,/admin/luke,enabled,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1088751 WARN  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 1088751 WARN  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 1088751 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1088751 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1088752 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1088752 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=61.9912109375, 
floorSegmentMB=0.8369140625, forceMergeDeletesPctAllowed=7.602063221307445, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4078030099986022
   [junit4]   2> 1088752 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@160cad4 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f2702f),segFN=segments_1,generation=1}
   [junit4]   2> 1088752 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1088752 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@be4047[collection1] 
main
   [junit4]   2> 1088753 WARN  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1088753 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1088753 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1088753 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1088753 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1088753 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@be4047[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1088753 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1088754 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.SolrTestCaseJ4 
####initCore end
   [junit4]   2> 1088756 INFO  
(TEST-TestConfig.testAutomaticDeprecationSupport-seed#[B0E51B217FC2689B]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testAutomaticDeprecationSupport
   [junit4]   2> 1088757 INFO  
(TEST-TestConfig.testAutomaticDeprecationSupport-seed#[B0E51B217FC2689B]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testAutomaticDeprecationSupport
   [junit4]   2> 1088760 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[B0E51B217FC2689B]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testSanityCheckTestSysPropsAreUsed
   [junit4]   2> 1088760 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[B0E51B217FC2689B]) [  
  ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'solr/collection1/'
   [junit4]   2> 1088767 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[B0E51B217FC2689B]) [  
  ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1088769 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[B0E51B217FC2689B]) [  
  ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.1
   [junit4]   2> 1088773 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[B0E51B217FC2689B]) [  
  ] o.a.s.c.Config Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1088773 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[B0E51B217FC2689B]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testSanityCheckTestSysPropsAreUsed
   [junit4]   2> 1088775 INFO  
(TEST-TestConfig.testLib-seed#[B0E51B217FC2689B]) [    ] o.a.s.SolrTestCaseJ4 
###Starting testLib
   [junit4]   2> 1088777 INFO  
(TEST-TestConfig.testLib-seed#[B0E51B217FC2689B]) [    ] o.a.s.SolrTestCaseJ4 
###Ending testLib
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfig 
-Dtests.method=testLib -Dtests.seed=B0E51B217FC2689B -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=be -Dtests.timezone=Etc/GMT+1 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s J0 | TestConfig.testLib <<<
   [junit4]    > Throwable #1: 
org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 
'empty-file-main-lib.txt' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf'
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B0E51B217FC2689B:CC622A577ABC9F47]:0)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:361)
   [junit4]    >        at 
org.apache.solr.core.TestConfig.testLib(TestConfig.java:56)
   [junit4]    >        at java.lang.Thread.run(Thread.java:746)
   [junit4]   2> 1088784 INFO  
(TEST-TestConfig.testDisableRequetsHandler-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDisableRequetsHandler
   [junit4]   2> 1088784 INFO  
(TEST-TestConfig.testDisableRequetsHandler-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDisableRequetsHandler
   [junit4]   2> 1088785 INFO  
(TEST-TestConfig.testJavaProperty-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testJavaProperty
   [junit4]   2> 1088786 INFO  
(TEST-TestConfig.testJavaProperty-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testJavaProperty
   [junit4]   2> 1088788 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDefaults
   [junit4]   2> 1088788 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'solr/collection1/'
   [junit4]   2> 1088793 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1088795 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.1
   [junit4]   2> 1088799 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] o.a.s.c.Config 
Loaded SolrConfig: solrconfig-defaults.xml
   [junit4]   2> 1088799 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1088805 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1088897 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1088901 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1088903 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1088907 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1088908 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1088909 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1088910 WARN  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1088910 WARN  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1088910 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1088910 WARN  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1088910 WARN  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1088911 INFO  
(TEST-TestConfig.testDefaults-seed#[B0E51B217FC2689B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDefaults
   [junit4]   2> 1088912 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.SolrTestCaseJ4 
###deleteCore
   [junit4]   2> 1088912 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    ] o.a.s.c.CoreContainer 
Shutting down CoreContainer instance=22268329
   [junit4]   2> 1088912 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@174b2cf
   [junit4]   2> 1088913 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1088913 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1088913 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 1088913 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1088913 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1088913 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 1088914 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1088914 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001/index
   [junit4]   2> 1088914 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001;done=false>>]
   [junit4]   2> 1088914 INFO  
(SUITE-TestConfig-seed#[B0E51B217FC2689B]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_B0E51B217FC2689B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, 
docValues:{}, sim=DefaultSimilarity, locale=be, timezone=Etc/GMT+1
   [junit4]   2> NOTE: Linux 3.19.0-26-generic i386/Oracle Corporation 1.9.0-ea 
(32-bit)/cpus=12,threads=1,free=309983768,total=398983168
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestManagedStopFilterFactory, TestPostingsSolrHighlighter, 
SaslZkACLProviderTest, TestLazyCores, DistributedFacetPivotSmallTest, 
CustomCollectionTest, TestExpandComponent, BufferStoreTest, 
TestShortCircuitedRequests, DateFieldTest, TestRandomDVFaceting, 
TestDistribIDF, TestJmxIntegration, MinimalSchemaTest, SyncSliceTest, 
RequestHandlersTest, URLClassifyProcessorTest, QueryElevationComponentTest, 
IndexSchemaTest, SuggesterWFSTTest, TestCloudPivotFacet, MBeansHandlerTest, 
TestDownShardTolerantSearch, HdfsThreadLeakTest, SolrXmlInZkTest, 
DateMathParserTest, TestFaceting, TestQuerySenderListener, 
TestSimpleTrackingShardHandler, HdfsLockFactoryTest, SimplePostToolTest, 
CursorMarkTest, ChaosMonkeyNothingIsSafeTest, TestConfigReload, 
OverseerRolesTest, SpatialRPTFieldTypeTest, SolrCoreTest, 
TestDistributedSearch, CurrencyFieldXmlFileTest, SolrIndexConfigTest, 
BitVectorTest, TestCSVLoader, UpdateRequestProcessorFactoryTest, 
ConnectionManagerTest, DistribCursorPagingTest, UUIDFieldTest, 
TestArbitraryIndexDir, TestReplicationHandler, TestIntervalFaceting, 
TimeZoneUtilsTest, DistributedFacetPivotWhiteBoxTest, TestSchemaManager, 
DebugComponentTest, ZkNodePropsTest, TestInfoStreamLogging, 
TestSha256AuthenticationProvider, TestComplexPhraseQParserPlugin, 
MultiTermTest, PeerSyncTest, BasicDistributedZkTest, 
SchemaVersionSpecificBehaviorTest, TestReplicationHandlerBackup, 
TestFieldCollectionResource, BasicZkTest, TestRangeQuery, HdfsSyncSliceTest, 
FacetPivotSmallTest, DistributedSpellCheckComponentTest, TestBinaryField, 
DistributedQueryComponentCustomSortTest, SignatureUpdateProcessorFactoryTest, 
TestBadConfig, ClusterStateTest, TestMergePolicyConfig, 
IndexBasedSpellCheckerTest, TestRandomMergePolicy, PrimitiveFieldTypeTest, 
TestReversedWildcardFilterFactory, TermVectorComponentTest, 
AnalyticsMergeStrategyTest, TestJsonRequest, RulesTest, SolrRequestParserTest, 
TestRandomFaceting, HdfsChaosMonkeySafeLeaderTest, 
LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, 
TestDistributedGrouping, HardAutoCommitTest, TestSolr4Spatial, 
SpellCheckComponentTest, BadIndexSchemaTest, TestFunctionQuery, 
BasicFunctionalityTest, DirectUpdateHandlerTest, ShowFileRequestHandlerTest, 
SolrIndexSplitterTest, TestExtendedDismaxParser, SuggesterTSTTest, 
PolyFieldTest, TestUpdate, TestAtomicUpdateErrorCases, 
DefaultValueUpdateProcessorTest, DocValuesMultiTest, TestSolrDeletionPolicy1, 
TestWriterPerf, TermsComponentTest, TestIndexingPerformance, 
FastVectorHighlighterTest, ReturnFieldsTest, BinaryUpdateRequestHandlerTest, 
SearchHandlerTest, UpdateParamsTest, ResponseLogComponentTest, SampleTest, 
NumericFieldsTest, TestConfig]
   [junit4] Completed [352/532] on J0 in 0.28s, 6 tests, 1 error <<< FAILURES!

[...truncated 567 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/build.xml:726: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/build.xml:670: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/build.xml:59: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build.xml:230: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/common-build.xml:524: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/lucene/common-build.xml:1449: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/lucene/common-build.xml:1003: 
There were test failures: 532 suites, 2101 tests, 1 error, 1 failure, 67 
ignored (31 assumptions)

Total time: 48 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to