The UpdateLogTest seems to be failing lately. Looking into why this could
be...

On Wed, Mar 1, 2017 at 2:18 AM, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1701/
>
> 3 tests failed.
> FAILED:  org.apache.solr.update.UpdateLogTest.
> testApplyPartialUpdatesAfterMultipleCommits
>
> Error Message:
>
>
> Stack Trace:
> java.lang.NullPointerException
>         at __randomizedtesting.SeedInfo.seed([D98614DB8241323C:
> E4F145CAB8886C60]:0)
>         at org.apache.solr.update.UpdateLogTest.ulogAdd(
> UpdateLogTest.java:255)
>         at org.apache.solr.update.UpdateLogTest.
> testApplyPartialUpdatesAfterMultipleCommits(UpdateLogTest.java:123)
>         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:1713)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(
> RandomizedRunner.java:907)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(
> RandomizedRunner.java:943)
>         at com.carrotsearch.randomizedtesting.
> RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
>         at com.carrotsearch.randomizedtesting.rules.
> SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.
> java:57)
>         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:368)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.
> forkTimeoutingTask(ThreadLeakControl.java:817)
>         at com.carrotsearch.randomizedtesting.
> ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.
> runSingleTest(RandomizedRunner.java:916)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(
> RandomizedRunner.java:802)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(
> RandomizedRunner.java:852)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(
> RandomizedRunner.java:863)
>         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:368)
>         at java.lang.Thread.run(Thread.java:745)
>
>
> FAILED:  org.apache.solr.update.UpdateLogTest.
> testApplyPartialUpdatesDependingOnNonAddShouldThrowException
>
> Error Message:
>
>
> Stack Trace:
> java.lang.NullPointerException
>         at __randomizedtesting.SeedInfo.seed([D98614DB8241323C:
> 8EE99C84406D6D53]:0)
>         at org.apache.solr.update.UpdateLogTest.ulogAdd(
> UpdateLogTest.java:255)
>         at org.apache.solr.update.UpdateLogTest.
> testApplyPartialUpdatesDependingOnNonAddShouldThrowException
> (UpdateLogTest.java:147)
>         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:1713)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(
> RandomizedRunner.java:907)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(
> RandomizedRunner.java:943)
>         at com.carrotsearch.randomizedtesting.
> RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
>         at com.carrotsearch.randomizedtesting.rules.
> SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.
> java:57)
>         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:368)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.
> forkTimeoutingTask(ThreadLeakControl.java:817)
>         at com.carrotsearch.randomizedtesting.
> ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.
> runSingleTest(RandomizedRunner.java:916)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(
> RandomizedRunner.java:802)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(
> RandomizedRunner.java:852)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(
> RandomizedRunner.java:863)
>         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:368)
>         at java.lang.Thread.run(Thread.java:745)
>
>
> FAILED:  org.apache.solr.update.UpdateLogTest.
> testApplyPartialUpdatesWithDelete
>
> Error Message:
>
>
> Stack Trace:
> java.lang.NullPointerException
>         at __randomizedtesting.SeedInfo.seed([D98614DB8241323C:
> 923B2C27B69EA705]:0)
>         at org.apache.solr.update.UpdateLogTest.ulogAdd(
> UpdateLogTest.java:255)
>         at org.apache.solr.update.UpdateLogTest.
> testApplyPartialUpdatesWithDelete(UpdateLogTest.java:174)
>         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:1713)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(
> RandomizedRunner.java:907)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(
> RandomizedRunner.java:943)
>         at com.carrotsearch.randomizedtesting.
> RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
>         at com.carrotsearch.randomizedtesting.rules.
> SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.
> java:57)
>         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:368)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.
> forkTimeoutingTask(ThreadLeakControl.java:817)
>         at com.carrotsearch.randomizedtesting.
> ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.
> runSingleTest(RandomizedRunner.java:916)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(
> RandomizedRunner.java:802)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(
> RandomizedRunner.java:852)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(
> RandomizedRunner.java:863)
>         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:368)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 11157 lines...]
>    [junit4] Suite: org.apache.solr.update.UpdateLogTest
>    [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/build/solr-core/
> test/J2/temp/solr.update.UpdateLogTest_D98614DB8241323C-001/init-
> core-data-001
>    [junit4]   2> 191004 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.SolrTestCaseJ4 Using PointFields
>    [junit4]   2> 191018 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
> via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN,
> clientAuth=NaN)
>    [junit4]   2> 191018 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.SolrTestCaseJ4 ####initCore
>    [junit4]   2> 191019 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from
> paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-
> master/solr/core/src/test-files/solr/collection1/lib,
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-
> master/solr/core/src/test-files/solr/collection1/lib/classes]
>    [junit4]   2> 191062 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>    [junit4]   2> 191080 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.s.IndexSchema [null] Schema name=inplace-updates
>    [junit4]   2> 191083 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid
> field id
>    [junit4]   2> 191123 WARN  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured,
> using first MBeanServer.
>    [junit4]   2> 191125 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@32900e3f
>    [junit4]   2> 191125 WARN  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured,
> using first MBeanServer.
>    [junit4]   2> 191127 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@32900e3f
>    [junit4]   2> 191128 WARN  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured,
> using first MBeanServer.
>    [junit4]   2> 191128 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@32900e3f
>    [junit4]   2> 191138 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to
> classloader, from paths: [/x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-
> master/solr/core/src/test-files/solr/collection1/lib/classes]
>    [junit4]   2> 191177 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
>    [junit4]   2> 191186 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
>    [junit4]   2> 191189 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with
> uniqueid field id
>    [junit4]   2> 191190 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
> configuration from instancedir /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/test-
> files/solr/collection1
>    [junit4]   2> 191190 WARN  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was
> configured, using first MBeanServer.
>    [junit4]   2> 191191 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@32900e3f
>    [junit4]   2> 191191 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-
> master/solr/core/src/test-files/solr/collection1],
> dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
> Tests-master/solr/build/solr-core/test/J2/temp/solr.update.UpdateLogTest_
> D98614DB8241323C-001/init-core-data-001/]
>    [junit4]   2> 191191 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding
> Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@32900e3f
>    [junit4]   2> 191192 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
> minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
> maxCFSSegmentSizeMB=8.796093022207999E12,
> noCFSRatio=1.0]
>    [junit4]   2> 191213 WARN  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
> {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes =
> {initParams=a, name=/dump, class=DumpRequestHandler},args =
> {defaults={a=A,b=B}}}
>    [junit4]   2> 191276 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 191276 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 191277 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 191277 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 191277 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3399448819384892]
>    [junit4]   2> 191278 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.s.SolrIndexSearcher Opening 
> [Searcher@3b66f206[collection1]
> main]
>    [junit4]   2> 191278 WARN  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config
> directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-
> master/solr/core/src/test-files/solr/collection1/conf; switching to use
> InMemory storage instead.
>    [junit4]   2> 191278 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
> 10000
>    [junit4]   2> 191279 INFO  (coreLoadExecutor-688-thread-1) [
> x:collection1] o.a.s.u.UpdateLog Could not find max version in index or
> recent updates, using new clock 1560608437989015552
>    [junit4]   2> 191281 INFO  
> (searcherExecutor-689-thread-1-processing-x:collection1)
> [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@3b66f206[collection1] main{ExitableDirectoryReader(
> UninvertingDirectoryReader())}
>    [junit4]   2> 191281 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.SolrTestCaseJ4 ####initCore end
>    [junit4]   2> 191283 INFO  (TEST-UpdateLogTest.
> testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence-seed#[D98614DB8241323C])
> [    ] o.a.s.SolrTestCaseJ4 ###Starting testApplyPartialUpdatesOnMulti
> pleInPlaceUpdatesInSequence
>    [junit4]   2> 191285 INFO  (TEST-UpdateLogTest.
> testApplyPartialUpdatesOnMultipleInPlaceUpdatesInSequence-seed#[D98614DB8241323C])
> [    ] o.a.s.SolrTestCaseJ4 ###Ending testApplyPartialUpdatesOnMulti
> pleInPlaceUpdatesInSequence
>    [junit4]   2> 191287 INFO  (TEST-UpdateLogTest.
> testApplyPartialUpdatesAfterMultipleCommits-seed#[D98614DB8241323C]) [
> ] o.a.s.SolrTestCaseJ4 ###Starting testApplyPartialUpdatesAfterMu
> ltipleCommits
>    [junit4]   2> 191287 INFO  (TEST-UpdateLogTest.
> testApplyPartialUpdatesAfterMultipleCommits-seed#[D98614DB8241323C]) [
> ] o.a.s.SolrTestCaseJ4 ###Ending testApplyPartialUpdatesAfterMu
> ltipleCommits
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateLogTest
> -Dtests.method=testApplyPartialUpdatesAfterMultipleCommits
> -Dtests.seed=D98614DB8241323C -Dtests.multiplier=2 -Dtests.slow=true
> -Dtests.locale=bg -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.01s J2 | UpdateLogTest.
> testApplyPartialUpdatesAfterMultipleCommits <<<
>    [junit4]    > Throwable #1: java.lang.NullPointerException
>    [junit4]    >        at __randomizedtesting.SeedInfo.
> seed([D98614DB8241323C:E4F145CAB8886C60]:0)
>    [junit4]    >        at org.apache.solr.update.UpdateLogTest.ulogAdd(
> UpdateLogTest.java:255)
>    [junit4]    >        at org.apache.solr.update.UpdateLogTest.
> testApplyPartialUpdatesAfterMultipleCommits(UpdateLogTest.java:123)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 191294 INFO  (TEST-UpdateLogTest.
> testApplyPartialUpdatesDependingOnNonAddShouldThrowException-seed#[D98614DB8241323C])
> [    ] o.a.s.SolrTestCaseJ4 ###Starting testApplyPartialUpdatesDependi
> ngOnNonAddShouldThrowException
>    [junit4]   2> 191294 INFO  (TEST-UpdateLogTest.
> testApplyPartialUpdatesDependingOnNonAddShouldThrowException-seed#[D98614DB8241323C])
> [    ] o.a.s.SolrTestCaseJ4 ###Ending testApplyPartialUpdatesDependi
> ngOnNonAddShouldThrowException
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateLogTest
> -Dtests.method=testApplyPartialUpdatesDependingOnNonAddShouldThrowException
> -Dtests.seed=D98614DB8241323C -Dtests.multiplier=2 -Dtests.slow=true
> -Dtests.locale=bg -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.00s J2 | UpdateLogTest.
> testApplyPartialUpdatesDependingOnNonAddShouldThrowException <<<
>    [junit4]    > Throwable #1: java.lang.NullPointerException
>    [junit4]    >        at __randomizedtesting.SeedInfo.
> seed([D98614DB8241323C:8EE99C84406D6D53]:0)
>    [junit4]    >        at org.apache.solr.update.UpdateLogTest.ulogAdd(
> UpdateLogTest.java:255)
>    [junit4]    >        at org.apache.solr.update.UpdateLogTest.
> testApplyPartialUpdatesDependingOnNonAddShouldThrowException
> (UpdateLogTest.java:147)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 191296 INFO  (TEST-UpdateLogTest.
> testApplyPartialUpdatesWithDelete-seed#[D98614DB8241323C]) [    ]
> o.a.s.SolrTestCaseJ4 ###Starting testApplyPartialUpdatesWithDelete
>    [junit4]   2> 191296 INFO  (TEST-UpdateLogTest.
> testApplyPartialUpdatesWithDelete-seed#[D98614DB8241323C]) [    ]
> o.a.s.SolrTestCaseJ4 ###Ending testApplyPartialUpdatesWithDelete
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UpdateLogTest
> -Dtests.method=testApplyPartialUpdatesWithDelete
> -Dtests.seed=D98614DB8241323C -Dtests.multiplier=2 -Dtests.slow=true
> -Dtests.locale=bg -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.00s J2 | UpdateLogTest.
> testApplyPartialUpdatesWithDelete <<<
>    [junit4]    > Throwable #1: java.lang.NullPointerException
>    [junit4]    >        at __randomizedtesting.SeedInfo.
> seed([D98614DB8241323C:923B2C27B69EA705]:0)
>    [junit4]    >        at org.apache.solr.update.UpdateLogTest.ulogAdd(
> UpdateLogTest.java:255)
>    [junit4]    >        at org.apache.solr.update.UpdateLogTest.
> testApplyPartialUpdatesWithDelete(UpdateLogTest.java:174)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 191297 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> 191297 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=802006400
>    [junit4]   2> 191316 INFO  (coreCloseExecutor-694-thread-1) [
> x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@67e08c26
>    [junit4]   2> 191317 INFO  (coreCloseExecutor-694-thread-1) [
> x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
>    [junit4]   2> 191317 INFO  (coreCloseExecutor-694-thread-1) [
> x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with
> IW:org.apache.solr.update.SolrIndexWriter@7f60c9e2
>    [junit4]   2> 191369 INFO  (coreCloseExecutor-694-thread-1) [
> x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
> solr.core.collection1
>    [junit4]   2> 191371 INFO  
> (SUITE-UpdateLogTest-seed#[D98614DB8241323C]-worker)
> [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-
> master/solr/build/solr-core/test/J2/temp/solr.update.UpdateLogTest_
> D98614DB8241323C-001
>    [junit4]   2> Feb 28, 2017 8:03:05 PM com.carrotsearch.
> randomizedtesting.ThreadLeakControl checkThreadLeaks
>    [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked
> thread(s).
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {},
> docValues:{}, maxPointsInLeafNode=546, maxMBSortInHeap=6.196512671645667,
> sim=RandomSimilarity(queryNorm=true): {}, locale=bg, timezone=Etc/GMT+10
>    [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
> 1.8.0_121 (64-bit)/cpus=4,threads=1,free=230030352,total=421003264
>    [junit4]   2> NOTE: All tests run in this JVM: [TestCollationField,
> TestMacroExpander, CircularListTest, StatsComponentTest, HdfsSyncSliceTest,
> TestReRankQParserPlugin, UnloadDistributedZkTest, AtomicUpdatesTest,
> TestDocSet, MBeansHandlerTest, TestReversedWildcardFilterFactory,
> TestGroupingSearch, SmileWriterTest, HLLUtilTest, SolrMetricReporterTest,
> TestIndexingPerformance, DistribJoinFromCollectionTest,
> CollectionReloadTest, TestLMDirichletSimilarityFactory, DateFieldTest,
> V2ApiIntegrationTest, TestFieldTypeResource, TestShardHandlerFactory,
> TestCollationFieldDocValues, DocValuesNotIndexedTest,
> BaseCdcrDistributedZkTest, DistributedFacetExistsSmallTest,
> CloudMLTQParserTest, CdcrUpdateLogTest, TestManagedResource,
> TestPHPSerializedResponseWriter, TestScoreJoinQPNoScore,
> PreAnalyzedFieldManagedSchemaCloudTest, TestFieldCache,
> DirectUpdateHandlerOptimizeTest, TestWriterPerf, UpdateLogTest]
>    [junit4] Completed [98/692 (1!)] on J2 in 0.64s, 4 tests, 3 errors <<<
> FAILURES!
>
> [...truncated 56789 lines...]
> -ecj-javadoc-lint-src:
>     [mkdir] Created dir: /tmp/ecj1233224895
>  [ecj-lint] Compiling 1059 source files to /tmp/ecj1233224895
>  [ecj-lint] invalid Class-Path header in manifest of jar file:
> /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/
> org.restlet-2.3.0.jar
>  [ecj-lint] invalid Class-Path header in manifest of jar file:
> /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.
> servlet/jars/org.restlet.ext.servlet-2.3.0.jar
>  [ecj-lint] ----------
>  [ecj-lint] 1. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/client/solrj/embedded/EmbeddedSolrServer.java (at line 203)
>  [ecj-lint]     new JavaBinCodec(resolver) {
>  [ecj-lint]
>  [ecj-lint]             @Override
>  [ecj-lint]             public void writeSolrDocument(SolrDocument doc) {
>  [ecj-lint]               callback.streamSolrDocument(doc);
>  [ecj-lint]               //super.writeSolrDocument( doc, fields );
>  [ecj-lint]             }
>  [ecj-lint]
>  [ecj-lint]             @Override
>  [ecj-lint]             public void writeSolrDocumentList(SolrDocumentList
> docs) throws IOException {
>  [ecj-lint]               if (docs.size() > 0) {
>  [ecj-lint]                 SolrDocumentList tmp = new SolrDocumentList();
>  [ecj-lint]                 tmp.setMaxScore(docs.getMaxScore());
>  [ecj-lint]                 tmp.setNumFound(docs.getNumFound());
>  [ecj-lint]                 tmp.setStart(docs.getStart());
>  [ecj-lint]                 docs = tmp;
>  [ecj-lint]               }
>  [ecj-lint]               callback.streamDocListInfo(docs.getNumFound(),
> docs.getStart(), docs.getMaxScore());
>  [ecj-lint]               super.writeSolrDocumentList(docs);
>  [ecj-lint]             }
>  [ecj-lint]
>  [ecj-lint]           }.setWritableDocFields(resolver).
> marshal(rsp.getValues(), out);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 2. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/client/solrj/embedded/EmbeddedSolrServer.java (at line 227)
>  [ecj-lint]     return (NamedList<Object>) new JavaBinCodec(resolver).
> unmarshal(in);
>  [ecj-lint]                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 3. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/Assign.java
> (at line 101)
>  [ecj-lint]     Collections.sort(shardIdNames, (o1, o2) -> {
>  [ecj-lint]                                    ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] 4. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/Assign.java
> (at line 101)
>  [ecj-lint]     Collections.sort(shardIdNames, (o1, o2) -> {
>  [ecj-lint]                                    ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] 5. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/apache/solr/cloud/Assign.java
> (at line 101)
>  [ecj-lint]     Collections.sort(shardIdNames, (o1, o2) -> {
>  [ecj-lint]                                    ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 6. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/cloud/rule/ReplicaAssigner.java (at line 212)
>  [ecj-lint]     Collections.sort(sortedLiveNodes, (n1, n2) -> {
>  [ecj-lint]                                       ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] 7. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/cloud/rule/ReplicaAssigner.java (at line 212)
>  [ecj-lint]     Collections.sort(sortedLiveNodes, (n1, n2) -> {
>  [ecj-lint]                                       ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] 8. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/cloud/rule/ReplicaAssigner.java (at line 212)
>  [ecj-lint]     Collections.sort(sortedLiveNodes, (n1, n2) -> {
>  [ecj-lint]                                       ^^^^^^^^^^^
>  [ecj-lint] (Recovered) Internal inconsistency detected during lambda
> shape analysis
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 9. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/core/CoreContainer.java (at line 937)
>  [ecj-lint]     core = new SolrCore(dcore, coreConfig);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'core' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 10. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/core/HdfsDirectoryFactory.java (at line 233)
>  [ecj-lint]     dir = new BlockDirectory(path, hdfsDir, cache, null,
> blockCacheReadEnabled, false, cacheMerges, cacheReadOnce);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'dir' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 11. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/handler/AnalysisRequestHandlerBase.java (at line 120)
>  [ecj-lint]     reader = cfiltfac.create(reader);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'reader' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] 12. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/handler/AnalysisRequestHandlerBase.java (at line 144)
>  [ecj-lint]     return namedList;
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this
> location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 13. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/handler/ClassifyStream.java (at line 88)
>  [ecj-lint]     SolrCore solrCore = (SolrCore) solrCoreObj;
>  [ecj-lint]              ^^^^^^^^
>  [ecj-lint] Resource leak: 'solrCore' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 14. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/handler/ReplicationHandler.java (at line 1243)
>  [ecj-lint]     DirectoryReader reader = s==null ? null :
> s.get().getIndexReader();
>  [ecj-lint]                     ^^^^^^
>  [ecj-lint] Resource leak: 'reader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 15. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/handler/component/ExpandComponent.java (at line 222)
>  [ecj-lint]     UninvertingReader uninvertingReader = new
> UninvertingReader(new ReaderWrapper(searcher.getSlowAtomicReader(),
> field), mapping);
>  [ecj-lint]                       ^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'uninvertingReader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 16. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/handler/component/ExpandComponent.java (at line 388)
>  [ecj-lint]     UninvertingReader uninvertingReader = new
> UninvertingReader(new ReaderWrapper(searcher.getSlowAtomicReader(),
> field), mapping);
>  [ecj-lint]                       ^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'uninvertingReader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 17. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/handler/sql/SolrTable.java (at line 507)
>  [ecj-lint]     ParallelStream parallelStream = new ParallelStream(zk,
> collection, tupleStream, numWorkers, comp);
>  [ecj-lint]                    ^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'parallelStream' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 18. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/handler/sql/SolrTable.java (at line 719)
>  [ecj-lint]     ParallelStream parallelStream = new ParallelStream(zkHost,
> collection, tupleStream, numWorkers, comp);
>  [ecj-lint]                    ^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'parallelStream' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 19. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/highlight/DefaultSolrHighlighter.java (at line 554)
>  [ecj-lint]     tvWindowStream = new OffsetWindowTokenFilter(tvStream);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'tvWindowStream' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 20. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/request/SimpleFacets.java (at line 922)
>  [ecj-lint]     fastForRandomSet = new HashDocSet(sset.getDocs(), 0,
> sset.size());
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'fastForRandomSet' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 21. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/response/BinaryResponseWriter.java (at line 51)
>  [ecj-lint]     new 
> JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(response.getValues(),
> out);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 22. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/response/BinaryResponseWriter.java (at line 163)
>  [ecj-lint]     new 
> JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(rsp.getValues(),
> out);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 23. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/response/BinaryResponseWriter.java (at line 166)
>  [ecj-lint]     return (NamedList<Object>) new JavaBinCodec(resolver).
> unmarshal(in);
>  [ecj-lint]                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 24. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/response/SmileResponseWriter.java (at line 33)
>  [ecj-lint]     new SmileWriter(out, request, response).writeResponse();
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 25. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/schema/OpenExchangeRatesOrgProvider.java (at line 146)
>  [ecj-lint]     ratesJsonStream = resourceLoader.openResource(
> ratesFileLocation);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 26. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/search/CollapsingQParserPlugin.java (at line 1288)
>  [ecj-lint]     UninvertingReader uninvertingReader = new
> UninvertingReader(new ReaderWrapper(searcher.getSlowAtomicReader(),
> collapseField), mapping);
>  [ecj-lint]                       ^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'uninvertingReader' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 27. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/search/CursorMark.java (at line 188)
>  [ecj-lint]     pieces = (List<Object>) new JavaBinCodec().unmarshal(in);
>  [ecj-lint]                             ^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 28. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/search/CursorMark.java (at line 265)
>  [ecj-lint]     new JavaBinCodec().marshal(marshalledValues, out);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 29. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/search/DocSlice.java (at line 145)
>  [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
>  [ecj-lint]                ^
>  [ecj-lint] Resource leak: 'h' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 30. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/search/DocSlice.java (at line 154)
>  [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
>  [ecj-lint]                ^
>  [ecj-lint] Resource leak: 'h' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 31. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/search/DocSlice.java (at line 163)
>  [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
>  [ecj-lint]                ^
>  [ecj-lint] Resource leak: 'h' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 32. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/search/function/OrdFieldSource.java (at line 78)
>  [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
>  [ecj-lint]                       ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 33. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/search/function/ReverseOrdFieldSource.java (at line 78)
>  [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
>  [ecj-lint]                       ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 34. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/servlet/SolrDispatchFilter.java (at line 263)
>  [ecj-lint]     throw new SolrException(ErrorCode.SERVER_ERROR, "Error
> occurred while loading solr.xml from zookeeper", e);
>  [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ^^^^^^^^^^^^^^^^^
>  [ecj-lint] Resource leak: 'loader' is not closed at this location
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 35. ERROR in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/store/blockcache/Metrics.java (at line 20)
>  [ecj-lint]     import java.util.Map;
>  [ecj-lint]            ^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.Map is never used
>  [ecj-lint] ----------
>  [ecj-lint] 36. ERROR in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/store/blockcache/Metrics.java (at line 21)
>  [ecj-lint]     import java.util.Map.Entry;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.Map.Entry is never used
>  [ecj-lint] ----------
>  [ecj-lint] 37. ERROR in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/store/blockcache/Metrics.java (at line 22)
>  [ecj-lint]     import java.util.concurrent.ConcurrentHashMap;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  [ecj-lint] The import java.util.concurrent.ConcurrentHashMap is never
> used
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 38. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/update/CdcrTransactionLog.java (at line 98)
>  [ecj-lint]     ChannelFastInputStream is = new 
> ChannelFastInputStream(channel,
> pos);
>  [ecj-lint]                            ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 39. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/update/HdfsTransactionLog.java (at line 189)
>  [ecj-lint]     LogCodec codec = new LogCodec(resolver);
>  [ecj-lint]              ^^^^^
>  [ecj-lint] Resource leak: 'codec' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 40. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/update/HdfsTransactionLog.java (at line 259)
>  [ecj-lint]     LogCodec codec = new LogCodec(resolver);
>  [ecj-lint]              ^^^^^
>  [ecj-lint] Resource leak: 'codec' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 41. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/update/TransactionLog.java (at line 226)
>  [ecj-lint]     ChannelFastInputStream is = new 
> ChannelFastInputStream(channel,
> pos);
>  [ecj-lint]                            ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 42. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/update/TransactionLog.java (at line 226)
>  [ecj-lint]     ChannelFastInputStream is = new 
> ChannelFastInputStream(channel,
> pos);
>  [ecj-lint]                            ^^
>  [ecj-lint] Resource leak: 'is' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 43. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/update/TransactionLog.java (at line 258)
>  [ecj-lint]     LogCodec codec = new LogCodec(resolver);
>  [ecj-lint]              ^^^^^
>  [ecj-lint] Resource leak: 'codec' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 44. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/update/TransactionLog.java (at line 273)
>  [ecj-lint]     LogCodec codec = new LogCodec(resolver);
>  [ecj-lint]              ^^^^^
>  [ecj-lint] Resource leak: 'codec' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 45. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/update/TransactionLog.java (at line 527)
>  [ecj-lint]     LogCodec codec = new LogCodec(resolver);
>  [ecj-lint]              ^^^^^
>  [ecj-lint] Resource leak: 'codec' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 46. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/update/processor/UpdateRequestProcessor.java (at line 85)
>  [ecj-lint]     UpdateRequestProcessor p = this;
>  [ecj-lint]                            ^
>  [ecj-lint] Resource leak: 'p' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 47. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/util/SimplePostTool.java (at line 655)
>  [ecj-lint]     BAOS bos =  new BAOS();
>  [ecj-lint]          ^^^
>  [ecj-lint] Resource leak: 'bos' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 48. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/util/SimplePostTool.java (at line 655)
>  [ecj-lint]     BAOS bos =  new BAOS();
>  [ecj-lint]          ^^^
>  [ecj-lint] Resource leak: 'bos' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] ----------
>  [ecj-lint] 49. WARNING in /x1/jenkins/jenkins-slave/
> workspace/Lucene-Solr-Tests-master/solr/core/src/java/org/
> apache/solr/util/SolrLogLayout.java (at line 149)
>  [ecj-lint]     SolrQueryRequest req = requestInfo == null ? null :
> requestInfo.getReq();
>  [ecj-lint]                      ^^^
>  [ecj-lint] Resource leak: 'req' is never closed
>  [ecj-lint] ----------
>  [ecj-lint] 49 problems (3 errors, 46 warnings)
>
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:775:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:689:
> The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-
> master/lucene/common-build.xml:2004: The following error occurred while
> executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-
> master/lucene/common-build.xml:2043: Compile failed; see the compiler
> error output for details.
>
> Total time: 77 minutes 22 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
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

Reply via email to