Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4478/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseSerialGC

7 tests failed.
FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testMultiVariateNormalDistribution

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:B82DB26BC882F09C]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testMultiVariateNormalDistribution(StreamExpressionTest.java:8061)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
        at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 15616 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV1toV2ApiMapper 
-Dtests.method=testCommands -Dtests.seed=22D63B1CFFABB297 -Dtests.slow=true 
-Dtests.locale=eu -Dtests.timezone=SystemV/MST7 -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J1 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not 
valid for name
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
   [junit4]    >        at 
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    >        at 
org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    >        at 
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2, maxDocsPerChunk=600, blockSize=1011), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2, blockSize=1011)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1670070),
 locale=eu, timezone=SystemV/MST7
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=38932248,total=246296576
   [junit4]   2> NOTE: All tests run in this JVM: [NaturalLogEvaluatorTest, 
AndEvaluatorTest, SolrExampleJettyTest, LargeVolumeBinaryJettyTest, 
TestV2Request, CloudSolrClientCacheTest, ClientUtilsTest, FacetFieldTest, 
LessThanEqualToEvaluatorTest, ArcCosineEvaluatorTest, SolrExceptionTest, 
TestFastInputStream, DocumentAnalysisResponseTest, LBHttpSolrClientBuilderTest, 
StreamExpressionParserTest, EqualToEvaluatorTest, TangentEvaluatorTest, 
CoalesceEvaluatorTest, ConcurrentUpdateSolrClientTest, OrEvaluatorTest, 
TestSolrJErrorHandling, RegressionEvaluatorTest, CommonParamsTest, 
TestNamedListCodec, TestClusteringResponse, StreamExpressionToExplanationTest, 
TestZkConfigManager, JdbcDriverTest, JDBCStreamTest, SolrParamTest, 
HyperbolicCosineEvaluatorTest, RawValueEvaluatorTest, SolrZkClientTest, 
ArcTangentEvaluatorTest, SolrExampleStreamingTest, 
SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, TestBatchUpdate, 
LargeVolumeEmbeddedTest, LargeVolumeJettyTest, TestSolrProperties, 
TermsResponseTest, TestEmbeddedSolrServer, SolrQueryTest, TestXMLEscaping, 
NamedListTest, UsingSolrJRefGuideExamplesTest, TestLBHttpSolrClient, 
CloudSolrClientBuilderTest, CloudSolrClientTest, 
StreamExpressionToExpessionTest, StreamingTest, AbsoluteValueEvaluatorTest, 
AddEvaluatorTest, AscEvaluatorTest, CeilingEvaluatorTest, 
CorrelationEvaluatorTest, CosineEvaluatorTest, CubedRootEvaluatorTest, 
CumulativeProbabilityEvaluatorTest, DivideEvaluatorTest, 
EmpiricalDistributionEvaluatorTest, ExclusiveOrEvaluatorTest, 
FieldValueEvaluatorTest, FloorEvaluatorTest, GreaterThanEqualToEvaluatorTest, 
HyperbolicSineEvaluatorTest, HyperbolicTangentEvaluatorTest, 
LessThanEvaluatorTest, ModuloEvaluatorTest, NormalDistributionEvaluatorTest, 
NormalizeEvaluatorTest, RecursiveEvaluatorTest, ReverseEvaluatorTest, 
RoundEvaluatorTest, SineEvaluatorTest, SquareRootEvaluatorTest, 
SubtractEvaluatorTest, UniformDistributionEvaluatorTest, OperationsTest, 
SchemaTest, SolrPingTest, TestConfigSetAdminRequest, 
TestDelegationTokenRequest, TestV1toV2ApiMapper]
   [junit4] Completed [139/146 (1!)] on J1 in 0.01s, 1 test, 1 error <<< 
FAILURES!

[...truncated 19 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/init-core-data-001
   [junit4]   2> 108732 WARN  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 108732 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 108733 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 108734 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 108734 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/tempDir-001
   [junit4]   2> 108734 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 108734 INFO  (Thread-298) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 108734 INFO  (Thread-298) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 108738 ERROR (Thread-298) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 108844 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:63192
   [junit4]   2> 108853 INFO  (zkConnectionManagerCallback-1101-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108860 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 108861 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 108863 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 108863 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 108868 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 108868 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 108868 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 108870 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 108870 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 108870 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 108870 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f87ea1c{/solr,null,AVAILABLE}
   [junit4]   2> 108872 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 108872 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 108872 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 108873 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4a617899{/solr,null,AVAILABLE}
   [junit4]   2> 108873 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4747f06e{/solr,null,AVAILABLE}
   [junit4]   2> 108875 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 108875 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 108875 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 108875 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77e93e12{/solr,null,AVAILABLE}
   [junit4]   2> 108880 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@47224597{SSL,[ssl, 
http/1.1]}{127.0.0.1:63194}
   [junit4]   2> 108880 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.e.j.s.Server Started @111117ms
   [junit4]   2> 108880 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63194}
   [junit4]   2> 108880 ERROR (jetty-launcher-1098-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 108881 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 108881 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 108881 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 108881 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-06T15:15:40.307158Z
   [junit4]   2> 108881 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3501c6da{SSL,[ssl, 
http/1.1]}{127.0.0.1:63197}
   [junit4]   2> 108881 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.e.j.s.Server Started @111119ms
   [junit4]   2> 108881 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63197}
   [junit4]   2> 108881 ERROR (jetty-launcher-1098-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 108882 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@173fce6e{SSL,[ssl, 
http/1.1]}{127.0.0.1:63195}
   [junit4]   2> 108882 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.e.j.s.Server Started @111119ms
   [junit4]   2> 108882 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63195}
   [junit4]   2> 108882 ERROR (jetty-launcher-1098-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 108883 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7a566e7{SSL,[ssl, 
http/1.1]}{127.0.0.1:63196}
   [junit4]   2> 108883 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.e.j.s.Server Started @111121ms
   [junit4]   2> 108883 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63196}
   [junit4]   2> 108884 ERROR (jetty-launcher-1098-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 108884 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 108884 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 108884 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 108884 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-06T15:15:40.310256Z
   [junit4]   2> 108884 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 108884 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 108884 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 108885 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-06T15:15:40.311011Z
   [junit4]   2> 108885 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 108885 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 108885 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 108885 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-06T15:15:40.311562Z
   [junit4]   2> 108890 INFO  (zkConnectionManagerCallback-1103-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108891 INFO  (zkConnectionManagerCallback-1109-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108891 INFO  (zkConnectionManagerCallback-1107-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108891 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 108892 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 108892 INFO  (zkConnectionManagerCallback-1105-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108892 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 108899 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 108929 INFO  (jetty-launcher-1098-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63192/solr
   [junit4]   2> 108938 INFO  (jetty-launcher-1098-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63192/solr
   [junit4]   2> 108940 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1001d05ff260003, likely client has closed socket
   [junit4]   2> 108942 INFO  (zkConnectionManagerCallback-1113-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108945 INFO  (zkConnectionManagerCallback-1117-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108947 INFO  (jetty-launcher-1098-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63192/solr
   [junit4]   2> 108953 INFO  (zkConnectionManagerCallback-1121-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108957 INFO  (jetty-launcher-1098-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63192/solr
   [junit4]   2> 108957 INFO  
(zkConnectionManagerCallback-1123-thread-1-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108960 INFO  
(zkConnectionManagerCallback-1125-thread-1-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108962 INFO  (zkConnectionManagerCallback-1129-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108964 INFO  
(zkConnectionManagerCallback-1131-thread-1-processing-n:127.0.0.1:63195_solr) 
[n:127.0.0.1:63195_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 108971 INFO  
(zkConnectionManagerCallback-1133-thread-1-processing-n:127.0.0.1:63197_solr) 
[n:127.0.0.1:63197_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 109005 WARN  (jetty-launcher-1098-thread-3) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 109007 WARN  (jetty-launcher-1098-thread-4) 
[n:127.0.0.1:63197_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 109005 WARN  (jetty-launcher-1098-thread-1) 
[n:127.0.0.1:63195_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 109009 WARN  (jetty-launcher-1098-thread-2) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 109017 INFO  (jetty-launcher-1098-thread-3) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 109018 INFO  (jetty-launcher-1098-thread-4) 
[n:127.0.0.1:63197_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 109018 INFO  (jetty-launcher-1098-thread-1) 
[n:127.0.0.1:63195_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 109020 INFO  (jetty-launcher-1098-thread-3) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:63194_solr
   [junit4]   2> 109022 INFO  (jetty-launcher-1098-thread-1) 
[n:127.0.0.1:63195_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63195_solr
   [junit4]   2> 109023 INFO  (jetty-launcher-1098-thread-4) 
[n:127.0.0.1:63197_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63197_solr
   [junit4]   2> 109025 INFO  (jetty-launcher-1098-thread-3) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.Overseer Overseer 
(id=72089505630650377-127.0.0.1:63194_solr-n_0000000000) starting
   [junit4]   2> 109028 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:63197_solr) 
[n:127.0.0.1:63197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 109031 INFO  
(zkCallback-1124-thread-1-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 109048 INFO  
(zkCallback-1130-thread-1-processing-n:127.0.0.1:63195_solr) 
[n:127.0.0.1:63195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 109052 INFO  
(zkCallback-1122-thread-1-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 109053 INFO  (jetty-launcher-1098-thread-2) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 109056 INFO  (jetty-launcher-1098-thread-2) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63196_solr
   [junit4]   2> 109057 INFO  
(zkCallback-1130-thread-1-processing-n:127.0.0.1:63195_solr) 
[n:127.0.0.1:63195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 109057 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:63197_solr) 
[n:127.0.0.1:63197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 109057 INFO  
(zkCallback-1124-thread-1-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 109058 INFO  
(zkCallback-1122-thread-1-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 109062 INFO  (jetty-launcher-1098-thread-3) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63194_solr
   [junit4]   2> 109064 INFO  
(zkCallback-1132-thread-1-processing-n:127.0.0.1:63197_solr) 
[n:127.0.0.1:63197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 109064 INFO  
(zkCallback-1130-thread-1-processing-n:127.0.0.1:63195_solr) 
[n:127.0.0.1:63195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 109064 INFO  
(zkCallback-1122-thread-1-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 109064 INFO  
(zkCallback-1124-thread-1-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 109173 INFO  (jetty-launcher-1098-thread-2) 
[n:127.0.0.1:63196_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63196.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109184 INFO  (jetty-launcher-1098-thread-3) 
[n:127.0.0.1:63194_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63194.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109196 INFO  (jetty-launcher-1098-thread-1) 
[n:127.0.0.1:63195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63195.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109214 INFO  (jetty-launcher-1098-thread-4) 
[n:127.0.0.1:63197_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63197.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109241 INFO  (jetty-launcher-1098-thread-2) 
[n:127.0.0.1:63196_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63196.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109241 INFO  (jetty-launcher-1098-thread-2) 
[n:127.0.0.1:63196_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63196.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109246 INFO  (jetty-launcher-1098-thread-2) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/tempDir-001/node2/.
   [junit4]   2> 109255 INFO  (jetty-launcher-1098-thread-3) 
[n:127.0.0.1:63194_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63194.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109256 INFO  (jetty-launcher-1098-thread-3) 
[n:127.0.0.1:63194_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63194.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109260 INFO  (jetty-launcher-1098-thread-3) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/tempDir-001/node3/.
   [junit4]   2> 109261 INFO  (jetty-launcher-1098-thread-1) 
[n:127.0.0.1:63195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63195.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109261 INFO  (jetty-launcher-1098-thread-1) 
[n:127.0.0.1:63195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63195.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109262 INFO  (jetty-launcher-1098-thread-1) 
[n:127.0.0.1:63195_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/tempDir-001/node1/.
   [junit4]   2> 109268 INFO  (jetty-launcher-1098-thread-4) 
[n:127.0.0.1:63197_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63197.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109268 INFO  (jetty-launcher-1098-thread-4) 
[n:127.0.0.1:63197_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63197.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 109269 INFO  (jetty-launcher-1098-thread-4) 
[n:127.0.0.1:63197_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/tempDir-001/node4/.
   [junit4]   2> 109385 INFO  (zkConnectionManagerCallback-1143-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 109389 INFO  (zkConnectionManagerCallback-1147-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 109390 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 109392 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63192/solr ready
   [junit4]   2> 109416 INFO  (qtp2126825327-2490) [n:127.0.0.1:63195_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection1_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 109419 INFO  
(OverseerThreadFactory-793-thread-1-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1_collection
   [junit4]   2> 109543 INFO  
(OverseerStateUpdate-72089505630650377-127.0.0.1:63194_solr-n_0000000000) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63196/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 109547 INFO  
(OverseerStateUpdate-72089505630650377-127.0.0.1:63194_solr-n_0000000000) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63194/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 109783 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 109784 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 109784 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 109784 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 109892 INFO  
(zkCallback-1124-thread-1-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 109892 INFO  
(zkCallback-1122-thread-1-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 109892 INFO  
(zkCallback-1124-thread-2-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 109893 INFO  
(zkCallback-1122-thread-2-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 110806 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 110808 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 110829 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 110829 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.s.IndexSchema 
[collection1_collection_shard2_replica_n2] Schema name=test
   [junit4]   2> 110900 WARN  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 110900 WARN  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.s.IndexSchema Field text is 
not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 110900 WARN  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.s.IndexSchema Field 
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 110900 WARN  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.s.IndexSchema Field text is 
not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 110901 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
test/1.6 with uniqueid field id
   [junit4]   2> 110901 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'collection1_collection_shard1_replica_n1' using configuration from 
collection collection1_collection, trusted=true
   [junit4]   2> 110901 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_63196.solr.core.collection1_collection.shard1.replica_n1' 
(registry 'solr.core.collection1_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 110901 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 110901 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/tempDir-001/node2/collection1_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/tempDir-001/node2/./collection1_collection_shard1_replica_n1/data/]
   [junit4]   2> 110900 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema 
test/1.6 with uniqueid field id
   [junit4]   2> 110903 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'collection1_collection_shard2_replica_n2' using configuration from 
collection collection1_collection, trusted=true
   [junit4]   2> 110904 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_63194.solr.core.collection1_collection.shard2.replica_n2' 
(registry 'solr.core.collection1_collection.shard2.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c6638b0
   [junit4]   2> 110904 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 110904 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[[collection1_collection_shard2_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/tempDir-001/node3/collection1_collection_shard2_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_22D63B1CFFABB297-001/tempDir-001/node3/./collection1_collection_shard2_replica_n2/data/]
   [junit4]   2> 110971 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 110971 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 110972 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 110972 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 110980 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67db6fe8[collection1_collection_shard1_replica_n1] main]
   [junit4]   2> 110980 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 110980 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 110981 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 110981 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 110981 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 110981 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 110982 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 110982 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1594201832064811008
   [junit4]   2> 110983 INFO  
(searcherExecutor-802-thread-1-processing-n:127.0.0.1:63196_solr 
x:collection1_collection_shard1_replica_n1 s:shard1 c:collection1_collection 
r:core_node3) [n:127.0.0.1:63196_solr c:collection1_collection s:shard1 
r:core_node3 x:collection1_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_collection_shard1_replica_n1] Registered new searcher 
Searcher@67db6fe8[collection1_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110985 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a2e59ac[collection1_collection_shard2_replica_n2] main]
   [junit4]   2> 110987 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 110988 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 110989 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update terms at /collections/collection1_collection/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 110989 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 110990 INFO  
(searcherExecutor-803-thread-1-processing-n:127.0.0.1:63194_solr 
x:collection1_collection_shard2_replica_n2 s:shard2 c:collection1_collection 
r:core_node4) [n:127.0.0.1:63194_solr c:collection1_collection s:shard2 
r:core_node4 x:collection1_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_collection_shard2_replica_n2] Registered new searcher 
Searcher@3a2e59ac[collection1_collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110990 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1594201832073199616
   [junit4]   2> 110993 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 110993 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 110993 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:63196/solr/collection1_collection_shard1_replica_n1/
   [junit4]   2> 110993 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 110993 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:63196/solr/collection1_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 110993 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 110994 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful 
update terms at /collections/collection1_collection/terms/shard2 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 110998 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
https://127.0.0.1:63196/solr/collection1_collection_shard1_replica_n1/ shard1
   [junit4]   2> 110999 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 110999 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
I may be the new leader - try and sync
   [junit4]   2> 110999 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:63194/solr/collection1_collection_shard2_replica_n2/
   [junit4]   2> 110999 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 110999 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.SyncStrategy 
https://127.0.0.1:63194/solr/collection1_collection_shard2_replica_n2/ has no 
replicas
   [junit4]   2> 110999 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 111004 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
I am the new leader: 
https://127.0.0.1:63194/solr/collection1_collection_shard2_replica_n2/ shard2
   [junit4]   2> 111116 INFO  
(zkCallback-1124-thread-3-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111116 INFO  
(zkCallback-1124-thread-2-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111116 INFO  
(zkCallback-1122-thread-1-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111116 INFO  
(zkCallback-1122-thread-2-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111175 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 111175 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 111178 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1394
   [junit4]   2> 111179 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1395
   [junit4]   2> 111183 INFO  (qtp2126825327-2490) [n:127.0.0.1:63195_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 111287 INFO  
(zkCallback-1124-thread-3-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111287 INFO  
(zkCallback-1122-thread-2-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111287 INFO  
(zkCallback-1122-thread-1-processing-n:127.0.0.1:63196_solr) 
[n:127.0.0.1:63196_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111287 INFO  
(zkCallback-1124-thread-2-processing-n:127.0.0.1:63194_solr) 
[n:127.0.0.1:63194_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1_collection/state.json] for collection 
[collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 111431 INFO  
(OverseerCollectionConfigSetProcessor-72089505630650377-127.0.0.1:63194_solr-n_0000000000)
 [n:127.0.0.1:63194_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 112194 INFO  (qtp2126825327-2490) [n:127.0.0.1:63195_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=collection1_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2778
   [junit4]   2> 112194 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1_collection failOnTimeout:true timeout (sec):90
   [junit4]   2> 112195 INFO  
(SUITE-StreamExpressionTest-seed#[22D63B1CFFABB297]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
collection1_collection
   [junit4]   2> 112196 INFO  (qtp2126825327-2488) [n:127.0.0.1:63195_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params 
collections=collection1_collection&name=collection1&action=CREATEALIAS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 112314 INFO  (qtp2126825327-2488) [n:127.0.0.1:63195_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collections=collection1_collection&name=collection1&action=CREATEALIAS&wt=javabin&version=2}
 status=0 QTime=117
   [junit4]   2> 112343 INFO  
(TEST-StreamExpressionTest.testFuzzyKmeans-seed#[22D63B1CFFABB297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuzzyKmeans
   [junit4]   2> 112366 INFO  (qtp877179146-2505) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update terms at /collections/collection1_collection/terms/shard1 to 
Terms{values={core_node3=1}, version=1}
   [junit4]   2> 112366 INFO  (qtp877179146-2505) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory 
[collection1_collection_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:63194/solr/collection1_collection_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1594201833510797312)} 0 5
   [junit4]   2> 112369 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1594201833519185920,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 112369 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 112369 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 112370 INFO  (qtp877179146-2507) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory 
[collection1_collection_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:63194/solr/collection1_collection_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 112383 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1594201833533865984,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 112383 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 112383 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 112383 INFO  (qtp1618066512-2498) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory 
[collection1_collection_shard2_replica_n2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:63194/solr/collection1_collection_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 112385 INFO  (qtp1618066512-2496) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful 
update terms at /collections/collection1_collection/terms/shard2 to 
Terms{values={core_node4=1}, version=1}
   [junit4]   2> 112385 INFO  (qtp1618066512-2496) [n:127.0.0.1:63194_solr 
c:collection1_collection s:shard2 r:core_node4 
x:collection1_collection_shard2_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory 
[collection1_collection_shard2_replica_n2]  webapp=/solr path=/update 
params={_stateVer_=collection1_collection:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
 (-1594201833500311552),commit=} 0 34
   [junit4]   2> 112391 INFO  (qtp2126825327-2490) [n:127.0.0.1:63195_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 112401 INFO  (qtp877179146-2505) [n:127.0.0.1:63196_solr 
c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.c.S.Request 
[collection1_collection_shard1_replica_n1]  webapp=/solr path=/stream 
params={indent=off&expr=let(echo%3Dtrue,+++++++++++++++a%3Darray(1,1,1,0,0,0),+++++++++++++++b%3Darray(1,1,1,0,0,0),+++++++++++++++c%3Darray(0,0,0,1,1,1),+++++++++++++++d%3Darray(0,0,0,1,1,1),+++++++++++++++e%3DsetRowLabels(matrix(a,b,c,d),+++++++++++++++++++++++++++++++array(doc1,+doc2,+doc3,+doc4)),+++++++++++++++f%3DfuzzyKmeans(e,+2),+++++++++++++++g%3DgetCluster(f,+0),+++++++++++++++h%3DgetCluster(f,+1),+++++++++++++++i%3DgetCentroids(f),+++++++++++++++j%3DgetRowLabels(g),+++++++++++++++k%3DgetRowLabels(h),+++++++++++++++l%3DgetMembershipMatrix(f))&wt=json&version=2.2}
 status=0 QTime=3
   [junit4]   2> 112448 INFO  
(TEST-StreamExpressionTest.testFuzzyKmeans-seed#[22D63B1CFFABB297]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuzzyKmeans
   [junit4]   2> 112487 INFO  
(TEST-StreamExpressionTest.testSpline-seed#[22D63B1CFFABB297]) [    ] o.a.s.Solr

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

 J0 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not 
valid for name
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
   [junit4]    >        at 
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    >        at 
org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    >        at 
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2, maxDocsPerChunk=600, blockSize=1011), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2, blockSize=1011)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@26494d18),
 locale=eu, timezone=SystemV/MST7
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=38976864,total=260792320
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest, 
StreamExpressionTest, TestV1toV2ApiMapper]
   [junit4] Completed [7/10 (3!)] on J0 in 0.02s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV1toV2ApiMapper 
-Dtests.method=testCommands -Dtests.seed=22D63B1CFFABB297 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=eu -Dtests.timezone=SystemV/MST7 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not 
valid for name
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
   [junit4]    >        at 
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    >        at 
org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    >        at 
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2, maxDocsPerChunk=600, blockSize=1011), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2, blockSize=1011)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4a9d1e16),
 locale=eu, timezone=SystemV/MST7
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=100622392,total=260792320
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest, 
StreamExpressionTest, TestV1toV2ApiMapper, TestV1toV2ApiMapper]
   [junit4] Completed [8/10 (4!)] on J0 in 0.01s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV1toV2ApiMapper 
-Dtests.method=testCommands -Dtests.seed=22D63B1CFFABB297 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=eu -Dtests.timezone=SystemV/MST7 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not 
valid for name
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([22D63B1CFFABB297:3EAF2E4959152F3]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$2(V1toV2ApiMapper.java:108)
   [junit4]    >        at 
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    >        at 
org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    >        at 
org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2, maxDocsPerChunk=600, blockSize=1011), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=2, blockSize=1011)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3f717552),
 locale=eu, timezone=SystemV/MST7
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=89654192,total=260792320
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest, 
StreamExpressionTest, TestV1toV2ApiMapper, TestV1toV2ApiMapper, 
TestV1toV2ApiMapper]
   [junit4] Completed [9/10 (5!)] on J0 in 0.01s, 1 test, 1 error <<< FAILURES!

[...truncated 182 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1561:
 The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/common-build.xml:1085:
 There were test failures: 10 suites, 785 tests, 5 errors, 45 ignored (45 
assumptions) [seed: 22D63B1CFFABB297]

Total time: 4 minutes 39 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro]   5/5 failed: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=122271f28deb739e3d7fe84c86c6a359d367abd8, 
workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #4475
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to