You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/07/04 07:34:00 UTC

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.8.0_60-ea-b21) - Build # 13140 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13140/
Java: 64bit/jdk1.8.0_60-ea-b21 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.search.TestSearcherReuse.test

Error Message:
expected same:<Searcher@47b50025[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.3.0):c1) Uninverting(_1(5.3.0):C3)))}> was not:<Searcher@2aafb3f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.3.0):c1) Uninverting(_1(5.3.0):C3)))}>

Stack Trace:
java.lang.AssertionError: expected same:<Searcher@47b50025[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.3.0):c1) Uninverting(_1(5.3.0):C3)))}> was not:<Searcher@2aafb3f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.3.0):c1) Uninverting(_1(5.3.0):C3)))}>
	at __randomizedtesting.SeedInfo.seed([16B11F8FA67FC3AC:9EE520550883AE54]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotSame(Assert.java:641)
	at org.junit.Assert.assertSame(Assert.java:580)
	at org.junit.Assert.assertSame(Assert.java:593)
	at org.apache.solr.search.TestSearcherReuse.assertSearcherHasNotChanged(TestSearcherReuse.java:247)
	at org.apache.solr.search.TestSearcherReuse.test(TestSearcherReuse.java:104)
	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:497)
	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:745)




Build Log:
[...truncated 10108 lines...]
   [junit4] Suite: org.apache.solr.search.TestSearcherReuse
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001
   [junit4]   2> 222689 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 222690 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 222691 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/'
   [junit4]   2> 222703 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 222705 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 222708 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 222709 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-id-and-version-fields-only.xml instead
   [junit4]   2> 222709 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/conf/schema-id-and-version-fields-only.xml
   [junit4]   2> 222711 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=id-and-version-fields-only
   [junit4]   2> 222713 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 222713 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.s.IndexSchema Upgraded to managed schema at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 222726 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/conf/schema-id-and-version-fields-only.xml to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/conf/schema-id-and-version-fields-only.xml.bak
   [junit4]   2> 222726 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 222726 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001
   [junit4]   2> 222726 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/'
   [junit4]   2> 222747 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1115278279
   [junit4]   2> 222747 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/]
   [junit4]   2> 222747 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/lib
   [junit4]   2> 222747 WARN  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-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.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/lib).
   [junit4]   2> 222751 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-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> 222754 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 222754 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 222754 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 222754 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 222755 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig-managed-schema.xml, transient=false, schema=managed-schema, loadOnStartup=true, instanceDir=collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001, shard=shard1}
   [junit4]   2> 222755 INFO  (coreLoadExecutor-924-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/'
   [junit4]   2> 222767 INFO  (coreLoadExecutor-924-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 222769 INFO  (coreLoadExecutor-924-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 222773 INFO  (coreLoadExecutor-924-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 222773 INFO  (coreLoadExecutor-924-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/conf/managed-schema
   [junit4]   2> 222775 INFO  (coreLoadExecutor-924-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=id-and-version-fields-only
   [junit4]   2> 222777 INFO  (coreLoadExecutor-924-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 222777 INFO  (coreLoadExecutor-924-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/
   [junit4]   2> 222777 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 222777 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/], dataDir=[null]
   [junit4]   2> 222777 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 222778 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001
   [junit4]   2> 222778 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index/
   [junit4]   2> 222778 WARN  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 222778 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index
   [junit4]   2> 222778 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1807239283, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 222800 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 222800 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 222801 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.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/
   [junit4]   2> 222803 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 222803 WARN  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 222804 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 222805 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 222806 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 222807 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 222808 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/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> 222808 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 222809 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 222809 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 222809 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 222810 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 222810 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@6881903b
   [junit4]   2> 222811 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 222811 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 222811 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@28c073a[collection1] main
   [junit4]   2> 222811 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/conf
   [junit4]   2> 222811 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/conf}
   [junit4]   2> 222811 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/tempDir-001/collection1/conf
   [junit4]   2> 222812 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 222812 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 222812 INFO  (searcherExecutor-925-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@28c073a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 222812 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 222812 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 222812 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 222812 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1505741262255292416
   [junit4]   2> 222814 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1505741262255292416
   [junit4]   2> 222814 INFO  (coreLoadExecutor-924-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 222815 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 222816 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 222818 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1 (1505741262260535296)]} 0 1
   [junit4]   2> 222819 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 222992 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
   [junit4]   2> 222993 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 222995 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1639dcdf[collection1] main
   [junit4]   2> 222995 INFO  (searcherExecutor-925-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1639dcdf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):C1)))}
   [junit4]   2> 222995 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 222995 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 175
   [junit4]   2> 222997 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2 (1505741262448230400)]} 0 1
   [junit4]   2> 222997 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3 (1505741262449278976)]} 0 0
   [junit4]   2> 222997 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4 (1505741262449278977)]} 0 0
   [junit4]   2> 222998 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 223209 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
   [junit4]   2> 223209 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 223210 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@47b50025[collection1] main
   [junit4]   2> 223210 INFO  (searcherExecutor-925-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@47b50025[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.3.0):c1) Uninverting(_1(5.3.0):C3)))}
   [junit4]   2> 223210 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 223210 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 212
   [junit4]   2> 223211 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=4 status=0 QTime=0 
   [junit4]   2> 223211 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 223281 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
   [junit4]   2> 223281 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 223281 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@2aafb3f1[collection1] main
   [junit4]   2> 223281 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 223282 INFO  (searcherExecutor-925-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2aafb3f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.3.0):c1) Uninverting(_1(5.3.0):C3)))}
   [junit4]   2> 223282 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 70
   [junit4]   2> 223282 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 223284 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@40e7893a[collection1] realtime
   [junit4]   2> 223284 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1505741262748123136)} 0 1
   [junit4]   2> 223284 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 223309 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@77c43acc; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5}
   [junit4]   2> 223309 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.c.SolrCore newest commit generation = 5
   [junit4]   2> 223310 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@42835ad3[collection1] main
   [junit4]   2> 223310 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 223310 INFO  (searcherExecutor-925-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42835ad3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 223311 INFO  (TEST-TestSearcherReuse.test-seed#[16B11F8FA67FC3AC]) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 26
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearcherReuse -Dtests.method=test -Dtests.seed=16B11F8FA67FC3AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ko_KR -Dtests.timezone=Australia/Perth -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.50s J0 | TestSearcherReuse.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected same:<Searcher@47b50025[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.3.0):c1) Uninverting(_1(5.3.0):C3)))}> was not:<Searcher@2aafb3f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.3.0):c1) Uninverting(_1(5.3.0):C3)))}>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([16B11F8FA67FC3AC:9EE520550883AE54]:0)
   [junit4]    > 	at org.apache.solr.search.TestSearcherReuse.assertSearcherHasNotChanged(TestSearcherReuse.java:247)
   [junit4]    > 	at org.apache.solr.search.TestSearcherReuse.test(TestSearcherReuse.java:104)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 223315 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 223315 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1115278279
   [junit4]   2> 223316 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@545ba015
   [junit4]   2> 223316 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=4,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=329,transaction_logs_total_number=3}
   [junit4]   2> 223316 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 223316 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 223316 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 223316 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 223316 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 223317 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 223317 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001/index
   [junit4]   2> 223317 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001;done=false>>]
   [junit4]   2> 223317 INFO  (SUITE-TestSearcherReuse-seed#[16B11F8FA67FC3AC]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.search.TestSearcherReuse_16B11F8FA67FC3AC-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=ko_KR, timezone=Australia/Perth
   [junit4]   2> NOTE: Linux 3.16.0-41-generic amd64/Oracle Corporation 1.8.0_60-ea (64-bit)/cpus=12,threads=1,free=198830856,total=509018112
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncTest, TestBulkSchemaAPI, TestSweetSpotSimilarityFactory, TestDistributedStatsComponentCardinality, TestInitQParser, CSVRequestHandlerTest, TestBinaryField, DistanceUnitsTest, HdfsUnloadDistributedZkTest, TestLazyCores, TestAuthorizationFramework, TestManagedSchemaFieldResource, ClusterStateTest, TestDFRSimilarityFactory, DistributedSpellCheckComponentTest, TestSolrXml, SolrCloudExampleTest, TestDistributedMissingSort, TestSolrDeletionPolicy1, TestRandomFaceting, TestRandomDVFaceting, TestSearcherReuse]
   [junit4] Completed [82/507] on J0 in 0.64s, 1 test, 1 failure <<< FAILURES!

[...truncated 1324 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:230: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:512: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1444: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:999: There were test failures: 507 suites, 2009 tests, 1 failure, 59 ignored (25 assumptions)

Total time: 45 minutes 13 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