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

[JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 70 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/70/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations

Error Message:
invalid hits for shape=GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, Z=0.2640238502385029])], [lat=1.538559019421765, lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])], [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.0, lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, Z=0.0])], [lat=-1.5707963267948966, lon=-2.2780601241431375([X=-3.9697069088211677E-17, Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678, lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, Z=0.2640238502385029])], [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0, lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, Z=0.0])]], internalEdges={0, 2}}]}

Stack Trace:
java.lang.AssertionError: invalid hits for shape=GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, Z=0.2640238502385029])], [lat=1.538559019421765, lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])], [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.0, lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, Z=0.0])], [lat=-1.5707963267948966, lon=-2.2780601241431375([X=-3.9697069088211677E-17, Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678, lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, Z=0.2640238502385029])], [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0, lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, Z=0.0])]], internalEdges={0, 2}}]}
	at __randomizedtesting.SeedInfo.seed([3B0F8F9FC5B270DA:8B70F20B4AFFDE46]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 8958 lines...]
   [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4] IGNOR/A 0.01s J1 | TestGeo3DPoint.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   1> doc=88 should not have matched but did
   [junit4]   1>   point=[X=0.0038335118741108774, Y=-0.573079818081998, Z=0.8181033476562913]
   [junit4]   1> doc=204 should not have matched but did
   [junit4]   1>   point=[X=0.06261935698392095, Y=-0.7037442799933893, Z=0.7068904282182165]
   [junit4]   1> doc=260 should not have matched but did
   [junit4]   1>   point=[X=0.4907901530264244, Y=-0.5758499506609788, Z=0.653363480679368]
   [junit4]   1> doc=264 should not have matched but did
   [junit4]   1>   point=[X=-0.061800745070773974, Y=-0.5326052041841663, Z=0.8425951029848608]
   [junit4]   1> doc=287 should not have matched but did
   [junit4]   1>   point=[X=0.08818422712556362, Y=-0.614963564464081, Z=0.7824044277871937]
   [junit4]   1> doc=547 should not have matched but did
   [junit4]   1>   point=[X=-0.04739860157482007, Y=-0.6574284839960851, Z=0.750985475815813]
   [junit4]   1> doc=554 should not have matched but did
   [junit4]   1>   point=[X=-0.5779207585184598, Y=-0.6049825614514794, Z=0.5479227404361104]
   [junit4]   1> doc=847 should not have matched but did
   [junit4]   1>   point=[X=0.48950343395228607, Y=-0.6406286311662371, Z=0.5914916803363882]
   [junit4]   1> doc=854 should not have matched but did
   [junit4]   1>   point=[X=3.042457161835612E-4, Y=-0.7128650494052442, Z=0.7005389695059573]
   [junit4]   1> doc=907 should not have matched but did
   [junit4]   1>   point=[X=-0.18691746426020325, Y=-0.6887854957245693, Z=0.6996969822802096]
   [junit4]   1> doc=1094 should not have matched but did
   [junit4]   1>   point=[X=0.24447941208949003, Y=-0.7129089791613828, Z=0.6567516017564152]
   [junit4]   1> doc=1096 should not have matched but did
   [junit4]   1>   point=[X=0.07576694938258999, Y=-0.7384703771772976, Z=0.6694322939400529]
   [junit4]   1> doc=1192 should not have matched but did
   [junit4]   1>   point=[X=0.36909002466675517, Y=-0.542817605169824, Z=0.7533496242201582]
   [junit4]   1> doc=1268 should not have matched but did
   [junit4]   1>   point=[X=0.3890280101830621, Y=-0.5810079873616575, Z=0.7140654641512392]
   [junit4]   1> doc=1324 should not have matched but did
   [junit4]   1>   point=[X=0.19309742942422353, Y=-0.5212802964477496, Z=0.8298063161802797]
   [junit4]   1> doc=1435 should not have matched but did
   [junit4]   1>   point=[X=-0.23456167467604777, Y=-0.690411120935381, Z=0.6836682010255007]
   [junit4]   1> doc=1457 should not have matched but did
   [junit4]   1>   point=[X=-0.2700839398927264, Y=-0.71866306815227, Z=0.6403541724008389]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGeo3DPoint -Dtests.method=testGeo3DRelations -Dtests.seed=3B0F8F9FC5B270DA -Dtests.slow=true -Dtests.locale=th-TH -Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.07s J1 | TestGeo3DPoint.testGeo3DRelations <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: invalid hits for shape=GeoCompositeMembershipShape: {[GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, Z=0.2640238502385029])], [lat=1.538559019421765, lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])], [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.0, lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, Z=0.0])], [lat=-1.5707963267948966, lon=-2.2780601241431375([X=-3.9697069088211677E-17, Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678, lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, Z=0.2640238502385029])], [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0, lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, Z=0.0])]], internalEdges={0, 2}}]}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3B0F8F9FC5B270DA:8B70F20B4AFFDE46]:0)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {id=PostingsFormat(name=Asserting)}, docValues:{id=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=812, maxMBSortInHeap=4.018189025913436, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=th-TH, timezone=Japan
   [junit4]   2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=164437840,total=224202752
   [junit4]   2> NOTE: All tests run in this JVM: [XYZSolidTest, TestGeo3DPoint]
   [junit4] Completed [10/10 (1!)] on J1 in 11.91s, 13 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/build.xml:476: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2187: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/module-build.xml:58: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1014: There were test failures: 10 suites, 45 tests, 1 failure, 1 ignored (1 assumption) [seed: 3B0F8F9FC5B270DA]

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



[JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 72 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/72/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test

Error Message:
There are still nodes recoverying - waited for 45 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 45 seconds
	at __randomizedtesting.SeedInfo.seed([A77A9648DBB602A3:2F2EA992754A6F5B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
	at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11266 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/init-core-data-001
   [junit4]   2> 1574871 INFO  (SUITE-DistribDocExpirationUpdateProcessorTest-seed#[A77A9648DBB602A3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1574871 INFO  (SUITE-DistribDocExpirationUpdateProcessorTest-seed#[A77A9648DBB602A3]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_xto/v
   [junit4]   2> 1574873 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1574873 INFO  (Thread-3534) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1574873 INFO  (Thread-3534) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1574978 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.ZkTestServer start zk server on port:53603
   [junit4]   2> 1574978 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1574979 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1575130 INFO  (zkCallback-2103-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1a07df1b name:ZooKeeperConnection Watcher:127.0.0.1:53603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1575131 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1575131 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1575131 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1575135 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1575137 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1575138 INFO  (zkCallback-2104-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@708e975e name:ZooKeeperConnection Watcher:127.0.0.1:53603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1575138 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1575138 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1575138 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1575142 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1575146 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1575149 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1575152 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-doc-expire-update-processor.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1575153 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1575157 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1575158 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1575161 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1575161 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1575164 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1575165 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1575168 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1575168 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1575171 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1575172 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1575176 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1575176 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1575179 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1575179 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1575182 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1575182 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1575185 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1575186 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1575189 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1575189 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1575450 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1
   [junit4]   2> 1575453 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1575456 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1830bb38{/_xto/v,null,AVAILABLE}
   [junit4]   2> 1575456 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.ServerConnector Started ServerConnector@48603eeb{HTTP/1.1,[http/1.1]}{127.0.0.1:53606}
   [junit4]   2> 1575456 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.Server Started @1580723ms
   [junit4]   2> 1575456 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/tempDir-001/control/data, hostContext=/_xto/v, hostPort=53606, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores}
   [junit4]   2> 1575457 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1575457 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001'
   [junit4]   2> 1575457 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1575457 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1575458 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1575459 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1575461 INFO  (zkCallback-2105-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b5ccf8e name:ZooKeeperConnection Watcher:127.0.0.1:53603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1575461 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1575462 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1575464 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1575464 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/solr.xml
   [junit4]   2> 1575552 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores
   [junit4]   2> 1575552 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.CoreContainer New CoreContainer 824218352
   [junit4]   2> 1575552 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001]
   [junit4]   2> 1575552 WARN  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/lib
   [junit4]   2> 1575552 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1575555 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1575555 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1575555 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1575555 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53603/solr
   [junit4]   2> 1575555 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1575556 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1575556 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1575558 INFO  (zkCallback-2108-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1aec099b name:ZooKeeperConnection Watcher:127.0.0.1:53603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1575558 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1575558 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1575561 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1575562 INFO  (zkCallback-2109-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e5feaba name:ZooKeeperConnection Watcher:127.0.0.1:53603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1575562 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1575564 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1575568 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1575574 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1575578 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1575582 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1575586 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1575589 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1575591 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1575594 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1575596 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1575598 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1575601 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1575604 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1575606 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1575606 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000
   [junit4]   2> 1575608 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53606__xto%2Fv
   [junit4]   2> 1575608 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1575610 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer Overseer (id=95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) starting
   [junit4]   2> 1575613 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1575624 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1575624 INFO  (OverseerCollectionConfigSetProcessor-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1575625 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1575625 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53606__xto%2Fv
   [junit4]   2> 1575627 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53606__xto%2Fv
   [junit4]   2> 1575629 INFO  (zkCallback-2109-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1575629 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1575630 INFO  (zkCallback-2109-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1575644 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1575644 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1575645 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores
   [junit4]   2> 1575647 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1575647 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1
   [junit4]   2> 1575647 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1575648 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1575649 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1575649 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1575649 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1575653 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53606/_xto/v",
   [junit4]   2>   "node_name":"127.0.0.1:53606__xto%2Fv",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1575654 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1575654 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53606/_xto/v",
   [junit4]   2>   "node_name":"127.0.0.1:53606__xto%2Fv",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1575655 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1575655 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1575658 INFO  (zkCallback-2109-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1576657 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1576657 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1576658 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1576658 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1576659 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1576659 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1'
   [junit4]   2> 1576660 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1576660 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1576662 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1576738 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1576739 WARN  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1576740 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 1576744 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1576750 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1576803 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1576803 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1576804 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1576807 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1576837 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1576837 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1576837 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1576837 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1/data/]
   [junit4]   2> 1576837 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1576837 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1/data
   [junit4]   2> 1576837 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1576838 WARN  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1576838 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1/data/index
   [junit4]   2> 1576838 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=18.80859375, floorSegmentMB=0.669921875, forceMergeDeletesPctAllowed=9.56952042001545, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1576838 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@296fd972 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4790ce2a),segFN=segments_1,generation=1}
   [junit4]   2> 1576838 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1576839 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1/data/
   [junit4]   2> 1576839 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1576841 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-defaults"
   [junit4]   2> 1576842 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-field"
   [junit4]   2> 1576842 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-param"
   [junit4]   2> 1576842 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "convert-ttl-field-with-param-default"
   [junit4]   2> 1576842 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "scheduled-delete" (default)
   [junit4]   2> 1576842 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "scheduled-delete" (default)
   [junit4]   2> 1576846 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1576846 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1576847 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1576848 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1576849 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1576850 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1576850 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1576850 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1576852 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1576852 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1576852 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=13.541015625, floorSegmentMB=1.51953125, forceMergeDeletesPctAllowed=9.0063513829305, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3851959536447791
   [junit4]   2> 1576852 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@296fd972 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4790ce2a),segFN=segments_1,generation=1}
   [junit4]   2> 1576852 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1576853 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@60de3224[collection1] main]
   [junit4]   2> 1576853 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1576854 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1576854 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1576855 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1576855 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1576855 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1576856 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1576856 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1576856 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1576856 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1576857 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1576857 INFO  (searcherExecutor-4794-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60de3224[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1576857 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1576857 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1576857 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531462652426977280
   [junit4]   2> 1576859 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531462652426977280
   [junit4]   2> 1576859 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1576859 INFO  (coreLoadExecutor-4793-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1576860 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:53606/_xto/v collection:control_collection shard:shard1
   [junit4]   2> 1576862 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1576869 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95716415646859268-core_node1-n_0000000000
   [junit4]   2> 1576869 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1576872 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1576872 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1576872 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53606/_xto/v/collection1/
   [junit4]   2> 1576872 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1576872 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53606/_xto/v/collection1/ has no replicas
   [junit4]   2> 1576873 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1576873 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1576879 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95716415646859268-core_node1-n_0000000000
   [junit4]   2> 1576882 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53606/_xto/v/collection1/ shard1
   [junit4]   2> 1576883 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:53606/_xto/v",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1576993 INFO  (zkCallback-2109-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1577048 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:53606/_xto/v/collection1/ and leader is http://127.0.0.1:53606/_xto/v/collection1/
   [junit4]   2> 1577048 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53606/_xto/v
   [junit4]   2> 1577048 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1577048 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1577048 INFO  (coreZkRegister-4787-thread-1-processing-n:127.0.0.1:53606__xto%2Fv x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53606__xto%2Fv c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1577051 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53606/_xto/v",
   [junit4]   2>   "node_name":"127.0.0.1:53606__xto%2Fv",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1577051 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53606/_xto/v",
   [junit4]   2>   "node_name":"127.0.0.1:53606__xto%2Fv",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1577161 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1577162 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1577163 INFO  (zkCallback-2109-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1577164 INFO  (zkCallback-2111-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4623ae06 name:ZooKeeperConnection Watcher:127.0.0.1:53603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1577164 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1577164 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1577164 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1577166 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1577167 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1577167 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1577168 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1577168 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1577169 INFO  (zkCallback-2112-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5b4cf78a name:ZooKeeperConnection Watcher:127.0.0.1:53603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1577170 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1577170 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1577173 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 1577173 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1577286 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1577597 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001/cores/collection1
   [junit4]   2> 1577598 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001
   [junit4]   2> 1577599 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1577601 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e311167{/_xto/v,null,AVAILABLE}
   [junit4]   2> 1577601 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3a74c5d0{HTTP/1.1,[http/1.1]}{127.0.0.1:53612}
   [junit4]   2> 1577602 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.Server Started @1582869ms
   [junit4]   2> 1577602 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_xto/v, hostPort=53612, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001/cores}
   [junit4]   2> 1577603 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 1577603 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001'
   [junit4]   2> 1577603 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1577603 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1577603 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1577604 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1577605 INFO  (zkCallback-2113-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@43c26b5c name:ZooKeeperConnection Watcher:127.0.0.1:53603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1577606 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1577606 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1577607 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1577608 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001/solr.xml
   [junit4]   2> 1577652 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001/cores
   [junit4]   2> 1577652 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.CoreContainer New CoreContainer 145880703
   [junit4]   2> 1577652 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001]
   [junit4]   2> 1577652 WARN  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001/lib
   [junit4]   2> 1577652 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1577654 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1577655 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1577655 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1577655 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53603/solr
   [junit4]   2> 1577656 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1577656 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1577657 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1577658 INFO  (zkCallback-2116-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c635dfd name:ZooKeeperConnection Watcher:127.0.0.1:53603 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1577659 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1577659 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1577662 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1577663 INFO  (zkCallback-2117-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68d54d1d name:ZooKeeperConnection Watcher:127.0.0.1:53603/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1577663 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1577675 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1577677 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1577682 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1577682 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95716415646859273-127.0.0.1:53612__xto%2Fv-n_0000000001
   [junit4]   2> 1577684 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000 to know if I could be the leader
   [junit4]   2> 1577685 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.ZkController Publish node=127.0.0.1:53612__xto%2Fv as DOWN
   [junit4]   2> 1577688 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:53612__xto%2Fv"} current state version: 3
   [junit4]   2> 1577688 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:53612__xto%2Fv
   [junit4]   2> 1577689 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1577806 INFO  (zkCallback-2109-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1577806 INFO  (zkCallback-2117-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1577806 INFO  (zkCallback-2111-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1578699 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53612__xto%2Fv
   [junit4]   2> 1578700 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53612__xto%2Fv
   [junit4]   2> 1578703 INFO  (zkCallback-2117-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1578703 INFO  (zkCallback-2111-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1578703 INFO  (zkCallback-2109-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1578704 INFO  (zkCallback-2111-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1578704 INFO  (zkCallback-2109-thread-1-processing-n:127.0.0.1:53606__xto%2Fv) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1578704 INFO  (zkCallback-2117-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1578714 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1578714 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1578718 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001/cores
   [junit4]   2> 1578720 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1578720 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001/shard-1-001/cores/collection1
   [junit4]   2> 1578720 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1578721 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1578721 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1578722 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1578722 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1578725 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 1578725 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 1578726 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
   [junit4]   2> 1578726 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53612/_xto/v",
   [junit4]   2>   "node_name":"127.0.0.1:53612__xto%2Fv",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 1578726 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1578726 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53612/_xto/v",
   [junit4]   2>   "node_name":"127.0.0.1:53612__xto%2Fv",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1578727 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 1578727 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1578842 INFO  (OverseerStateUpdate-95716415646859268-127.0.0.1:53606__xto%2Fv-n_0000000000) [n:127.0.0.1:53606__xto%2Fv    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1578843 INFO  (zkCallback-2117-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1578844 INFO  (zkCallback-2117-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
   [junit4]   2> 1579734 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1579734 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1579735 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1579735 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1579736 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1579736 INFO  (coreLoadExecutor-4805-thread-1-processing-n:127.0.0.1:53612__xto%2Fv) [n:127.0.0.1:53612__xto%2Fv c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-

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

a:641)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1277)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1140)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
   [junit4]   2> 	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:52)
   [junit4]   2> 	at org.apache.solr.update.processor.DocExpirationUpdateProcessorFactory$DeleteExpiredDocsRunnable.run(DocExpirationUpdateProcessorFactory.java:405)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1643726 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.Overseer Overseer (id=95716415646859282-127.0.0.1:53636__xto%2Fv-n_0000000004) closing
   [junit4]   2> 1643726 INFO  (OverseerStateUpdate-95716415646859282-127.0.0.1:53636__xto%2Fv-n_0000000004) [n:127.0.0.1:53636__xto%2Fv    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53636__xto%2Fv
   [junit4]   2> 1643731 INFO  (zkCallback-2133-thread-1-processing-n:127.0.0.1:53636__xto%2Fv) [n:127.0.0.1:53636__xto%2Fv    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1643731 WARN  (zkCallback-2133-thread-1-processing-n:127.0.0.1:53636__xto%2Fv) [n:127.0.0.1:53636__xto%2Fv    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1643733 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@432091c4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1643734 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7b19ba08{/_xto/v,null,UNAVAILABLE}
   [junit4]   2> 1643736 INFO  (TEST-DistribDocExpirationUpdateProcessorTest.test-seed#[A77A9648DBB602A3]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53603 53603
   [junit4]   2> 1643747 INFO  (Thread-3534) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53603 53603
   [junit4]   2> 1645076 WARN  (Thread-3534) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistribDocExpirationUpdateProcessorTest -Dtests.method=test -Dtests.seed=A77A9648DBB602A3 -Dtests.slow=true -Dtests.locale=et -Dtests.timezone=Antarctica/Syowa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 70.2s J0 | DistribDocExpirationUpdateProcessorTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 45 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A77A9648DBB602A3:2F2EA992754A6F5B]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
   [junit4]    > 	at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:73)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1645084 INFO  (SUITE-DistribDocExpirationUpdateProcessorTest-seed#[A77A9648DBB602A3]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DistribDocExpirationUpdateProcessorTest_A77A9648DBB602A3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {_version_=PostingsFormat(name=SimpleText), id=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=1503, maxMBSortInHeap=5.056866535012107, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=et, timezone=Antarctica/Syowa
   [junit4]   2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=159499504,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaManager, TestRuleBasedAuthorizationPlugin, TestAnalyzeInfixSuggestions, JavabinLoaderTest, TestDynamicFieldCollectionResource, BlockJoinFacetDistribTest, CachingDirectoryFactoryTest, TestSolrXml, TestSolrConfigHandler, TestFunctionQuery, UUIDFieldTest, RegexBoostProcessorTest, TestStressVersions, ReturnFieldsTest, FastVectorHighlighterTest, TestRandomRequestDistribution, EnumFieldTest, AnalysisAfterCoreReloadTest, CursorPagingTest, RemoteQueryErrorTest, VMParamsZkACLAndCredentialsProvidersTest, TestReplicaProperties, XmlUpdateRequestHandlerTest, HdfsTlogReplayBufferedWhileIndexingTest, TestNamedUpdateProcessors, TestSchemaNameResource, AlternateDirectoryTest, HdfsChaosMonkeySafeLeaderTest, TestBlobHandler, TestSolrConfigHandlerCloud, RestartWhileUpdatingTest, TestCollationFieldDocValues, TestLRUCache, SoftAutoCommitTest, DocValuesMultiTest, TestPivotHelperCode, TestSchemaSimilarityResource, SimpleFacetsTest, AddSchemaFieldsUpdateProcessorFactoryTest, HdfsBasicDistributedZkTest, TestPerFieldSimilarityClassic, TestRawTransformer, PeerSyncTest, DeleteInactiveReplicaTest, DistributedDebugComponentTest, TestAuthenticationFramework, TestSmileRequest, TestReloadAndDeleteDocs, JSONWriterTest, ExternalFileFieldSortTest, TestIBSimilarityFactory, CdcrRequestHandlerTest, CurrencyFieldXmlFileTest, TestConfigSetImmutable, TestCopyFieldCollectionResource, DocExpirationUpdateProcessorFactoryTest, HdfsSyncSliceTest, HdfsRecoveryZkTest, TestConfigSetsAPIExclusivity, BitVectorTest, OverseerTaskQueueTest, CoreAdminCreateDiscoverTest, UpdateParamsTest, TestExactStatsCache, TestComponentsName, SampleTest, TestHashQParserPlugin, SolrRequestParserTest, SimpleMLTQParserTest, ChaosMonkeyNothingIsSafeTest, TestHdfsUpdateLog, TestXmlQParser, SuggestComponentContextFilterQueryTest, BadComponentTest, TestMiniSolrCloudCluster, TestSolrDeletionPolicy1, LeaderInitiatedRecoveryOnShardRestartTest, DocumentAnalysisRequestHandlerTest, CloudExitableDirectoryReaderTest, TestDocumentBuilder, DistributedFacetPivotWhiteBoxTest, TestStressLucene, ShardSplitTest, BasicDistributedZkTest, PrimUtilsTest, TestDistributedSearch, SolrCoreTest, PathHierarchyTokenizerFactoryTest, MultiThreadedOCPTest, MergeStrategyTest, TestTolerantSearch, TestLeaderElectionZkExpiry, TestLuceneMatchVersion, TestArbitraryIndexDir, TestCollectionAPI, TestCursorMarkWithoutUniqueKey, TestReplicationHandlerBackup, SortSpecParsingTest, TimeZoneUtilsTest, DistributedFacetPivotSmallAdvancedTest, DistribDocExpirationUpdateProcessorTest]
   [junit4] Completed [227/585 (1!)] on J0 in 70.23s, 1 test, 1 failure <<< FAILURES!

[...truncated 1169 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/common-build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1014: There were test failures: 585 suites (10 ignored), 2363 tests, 1 failure, 119 ignored (69 assumptions) [seed: A77A9648DBB602A3]

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



[JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 71 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/71/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([2744AC5300FE5C47]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.BasicAuthIntegrationTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([2744AC5300FE5C47]:0)




Build Log:
[...truncated 12549 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 3553610 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3553611 INFO  (Thread-8202) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3553611 INFO  (Thread-8202) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3553715 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.ZkTestServer start zk server on port:55171
   [junit4]   2> 3553715 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553715 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553737 INFO  (zkCallback-3682-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@276b3e6b name:ZooKeeperConnection Watcher:127.0.0.1:55171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553737 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 3553780 INFO  (jetty-launcher-3681-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3553780 INFO  (jetty-launcher-3681-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3553781 INFO  (jetty-launcher-3681-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3553785 INFO  (jetty-launcher-3681-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ef4081c{/solr,null,AVAILABLE}
   [junit4]   2> 3553787 INFO  (jetty-launcher-3681-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@483a5c72{HTTP/1.1,[http/1.1]}{127.0.0.1:55173}
   [junit4]   2> 3553787 INFO  (jetty-launcher-3681-thread-3) [    ] o.e.j.s.Server Started @3560193ms
   [junit4]   2> 3553787 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55173}
   [junit4]   2> 3553787 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 3553788 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node3'
   [junit4]   2> 3553788 INFO  (jetty-launcher-3681-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3553788 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3553788 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3553788 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553789 INFO  (jetty-launcher-3681-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3553792 INFO  (jetty-launcher-3681-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41b1e3e9{/solr,null,AVAILABLE}
   [junit4]   2> 3553793 INFO  (jetty-launcher-3681-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@4f21c7b1{HTTP/1.1,[http/1.1]}{127.0.0.1:55174}
   [junit4]   2> 3553793 INFO  (jetty-launcher-3681-thread-5) [    ] o.e.j.s.Server Started @3560199ms
   [junit4]   2> 3553793 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55174}
   [junit4]   2> 3553793 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 3553793 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node5'
   [junit4]   2> 3553793 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3553793 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3553794 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553794 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553796 INFO  (jetty-launcher-3681-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@419f38b4{/solr,null,AVAILABLE}
   [junit4]   2> 3553797 INFO  (jetty-launcher-3681-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@3a4b5b7{HTTP/1.1,[http/1.1]}{127.0.0.1:55176}
   [junit4]   2> 3553797 INFO  (jetty-launcher-3681-thread-4) [    ] o.e.j.s.Server Started @3560203ms
   [junit4]   2> 3553797 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55176}
   [junit4]   2> 3553797 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 3553797 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node4'
   [junit4]   2> 3553797 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3553797 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3553798 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553798 INFO  (jetty-launcher-3681-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a619ef3{/solr,null,AVAILABLE}
   [junit4]   2> 3553799 INFO  (zkCallback-3683-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f21167e name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553799 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553799 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553799 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553799 INFO  (jetty-launcher-3681-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4364ae20{HTTP/1.1,[http/1.1]}{127.0.0.1:55177}
   [junit4]   2> 3553800 INFO  (jetty-launcher-3681-thread-1) [    ] o.e.j.s.Server Started @3560206ms
   [junit4]   2> 3553800 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55177}
   [junit4]   2> 3553800 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 3553800 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node1'
   [junit4]   2> 3553800 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3553800 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3553800 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553801 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553801 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553802 INFO  (jetty-launcher-3681-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75e167d7{/solr,null,AVAILABLE}
   [junit4]   2> 3553802 INFO  (jetty-launcher-3681-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@674ce822{HTTP/1.1,[http/1.1]}{127.0.0.1:55181}
   [junit4]   2> 3553802 INFO  (jetty-launcher-3681-thread-2) [    ] o.e.j.s.Server Started @3560209ms
   [junit4]   2> 3553802 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55181}
   [junit4]   2> 3553802 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 3553802 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node2'
   [junit4]   2> 3553802 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3553803 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3553803 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553803 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553809 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3553809 INFO  (zkCallback-3684-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@33b9a343 name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553809 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553809 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553812 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3553812 INFO  (zkCallback-3685-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@683772e3 name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553812 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553813 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553814 INFO  (zkCallback-3687-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15a9bcd2 name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553814 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553814 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553819 INFO  (zkCallback-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15fa0b75 name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553819 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3553820 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553820 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553822 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3553823 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node5/.
   [junit4]   2> 3553823 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3553823 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 169937655
   [junit4]   2> 3553824 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node5]
   [junit4]   2> 3553824 WARN  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node5/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node5/lib
   [junit4]   2> 3553824 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3553826 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node3/.
   [junit4]   2> 3553827 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 439259782
   [junit4]   2> 3553827 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node3]
   [junit4]   2> 3553827 WARN  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node3/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node3/lib
   [junit4]   2> 3553827 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3553830 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3553830 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3553830 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3553830 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55171/solr
   [junit4]   2> 3553831 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3553831 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553831 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3553831 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553832 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3553832 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3553832 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55171/solr
   [junit4]   2> 3553832 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3553832 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553833 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553841 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node4/.
   [junit4]   2> 3553842 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1549904940
   [junit4]   2> 3553842 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node4]
   [junit4]   2> 3553842 WARN  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node4/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node4/lib
   [junit4]   2> 3553843 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3553844 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3553844 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3553844 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3553844 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55171/solr
   [junit4]   2> 3553844 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3553845 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553845 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553856 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node2/.
   [junit4]   2> 3553856 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1540ac774cf0004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3553856 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node1/.
   [junit4]   2> 3553857 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1824682162
   [junit4]   2> 3553856 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 463109870
   [junit4]   2> 3553857 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node1]
   [junit4]   2> 3553857 INFO  (zkCallback-3690-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36038136 name:ZooKeeperConnection Watcher:127.0.0.1:55171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553857 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node2]
   [junit4]   2> 3553858 INFO  (zkCallback-3693-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@706eee47 name:ZooKeeperConnection Watcher:127.0.0.1:55171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553858 WARN  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node2/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node2/lib
   [junit4]   2> 3553858 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553857 WARN  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node1/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node1/lib
   [junit4]   2> 3553858 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553858 INFO  (jetty-launcher-3681-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553858 INFO  (jetty-launcher-3681-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553858 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3553858 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3553859 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3553859 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3553860 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3553860 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3553860 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55171/solr
   [junit4]   2> 3553860 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3553860 INFO  (zkCallback-3696-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6378254e name:ZooKeeperConnection Watcher:127.0.0.1:55171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553860 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3553860 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553860 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553860 INFO  (jetty-launcher-3681-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553860 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3553861 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55171/solr
   [junit4]   2> 3553861 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3553861 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3553861 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553862 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553865 INFO  (zkCallback-3701-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e319731 name:ZooKeeperConnection Watcher:127.0.0.1:55171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553865 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553865 INFO  (jetty-launcher-3681-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553866 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1540ac774cf0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3553867 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553867 INFO  (zkCallback-3702-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ebf70be name:ZooKeeperConnection Watcher:127.0.0.1:55171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553867 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553868 INFO  (jetty-launcher-3681-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3553868 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1540ac774cf0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3553869 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553871 INFO  (zkCallback-3703-thread-1-processing-n:127.0.0.1:55176_solr) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@187062df name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553871 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553871 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553880 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553881 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:55173_solr) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@29e48279 name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553881 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553881 INFO  (zkCallback-3705-thread-1-processing-n:127.0.0.1:55174_solr) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51febceb name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553881 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1540ac774cf000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3553882 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3553882 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553891 INFO  (zkCallback-3706-thread-1-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e1bc4f3 name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553891 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553894 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3553894 INFO  (zkCallback-3707-thread-1-processing-n:127.0.0.1:55181_solr) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64f12105 name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3553894 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3553895 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3553898 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3553899 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3553899 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3553910 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3553913 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3553913 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3553914 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3553915 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3553945 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3553945 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3553946 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3553946 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3553950 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3553959 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3553960 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3553960 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3553962 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3553973 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3553975 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3553976 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3553976 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3553976 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3553998 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3553998 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3553998 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3553999 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3553999 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3554033 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3554033 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3554035 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3554036 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3554036 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 3554044 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3554044 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3554044 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3554044 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3554045 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3554051 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3554054 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3554054 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3554056 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3554056 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3554063 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3554066 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3554066 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3554069 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3554085 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3554085 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3554085 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3554096 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3554097 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3554099 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3554100 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3554100 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3554102 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3554102 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 3554106 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3554106 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3554106 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3554107 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3554154 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3554155 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3554155 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3554155 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3554155 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3554204 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3554297 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3554297 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3554297 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3554297 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3554354 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95713343856115723-127.0.0.1:55176_solr-n_0000000000
   [junit4]   2> 3554390 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95713343856115727-127.0.0.1:55181_solr-n_0000000002
   [junit4]   2> 3554390 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95713343856115724-127.0.0.1:55173_solr-n_0000000004
   [junit4]   2> 3554390 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95713343856115726-127.0.0.1:55177_solr-n_0000000003
   [junit4]   2> 3554390 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95713343856115725-127.0.0.1:55174_solr-n_0000000001
   [junit4]   2> 3554390 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55176_solr
   [junit4]   2> 3554390 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 3554392 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95713343856115727-127.0.0.1:55181_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 3554392 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95713343856115725-127.0.0.1:55174_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 3554392 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95713343856115723-127.0.0.1:55176_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 3554392 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95713343856115726-127.0.0.1:55177_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 3554393 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55181_solr
   [junit4]   2> 3554393 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55177_solr
   [junit4]   2> 3554393 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55174_solr
   [junit4]   2> 3554394 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55173_solr
   [junit4]   2> 3554458 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55181_solr
   [junit4]   2> 3554458 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55177_solr
   [junit4]   2> 3554459 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55173_solr
   [junit4]   2> 3554459 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.Overseer Overseer (id=95713343856115723-127.0.0.1:55176_solr-n_0000000000) starting
   [junit4]   2> 3554459 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55174_solr
   [junit4]   2> 3554483 INFO  (zkCallback-3706-thread-1-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3554483 INFO  (zkCallback-3703-thread-1-processing-n:127.0.0.1:55176_solr) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3554483 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:55173_solr) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3554484 INFO  (zkCallback-3707-thread-1-processing-n:127.0.0.1:55181_solr) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3554483 INFO  (zkCallback-3705-thread-1-processing-n:127.0.0.1:55174_solr) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 3554508 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:55173_solr) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3554509 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3554509 INFO  (zkCallback-3705-thread-1-processing-n:127.0.0.1:55174_solr) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3554509 INFO  (zkCallback-3703-thread-1-processing-n:127.0.0.1:55176_solr) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3554510 INFO  (zkCallback-3706-thread-1-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3554509 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3554510 INFO  (zkCallback-3707-thread-1-processing-n:127.0.0.1:55181_solr) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3554519 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3554519 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3554534 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3554534 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3554538 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node2/.
   [junit4]   2> 3554539 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3554541 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node1/.
   [junit4]   2> 3554541 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3554542 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3554545 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node3/.
   [junit4]   2> 3554546 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3554546 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 3554547 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3554547 INFO  (jetty-launcher-3681-thread-2) [n:127.0.0.1:55181_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3554547 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3554548 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node5/.
   [junit4]   2> 3554549 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3554549 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 3554549 INFO  (jetty-launcher-3681-thread-1) [n:127.0.0.1:55177_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3554549 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 3554549 INFO  (jetty-launcher-3681-thread-3) [n:127.0.0.1:55173_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3554553 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 3554554 INFO  (jetty-launcher-3681-thread-5) [n:127.0.0.1:55174_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3554648 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3554648 INFO  (OverseerCollectionConfigSetProcessor-95713343856115723-127.0.0.1:55176_solr-n_0000000000) [n:127.0.0.1:55176_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 3554649 INFO  (OverseerStateUpdate-95713343856115723-127.0.0.1:55176_solr-n_0000000000) [n:127.0.0.1:55176_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3554650 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:55176_solr as DOWN
   [junit4]   2> 3554670 INFO  (OverseerStateUpdate-95713343856115723-127.0.0.1:55176_solr-n_0000000000) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 3554673 INFO  (OverseerStateUpdate-95713343856115723-127.0.0.1:55176_solr-n_0000000000) [n:127.0.0.1:55176_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55176_solr"} current state version: 0
   [junit4]   2> 3554673 INFO  (OverseerStateUpdate-95713343856115723-127.0.0.1:55176_solr-n_0000000000) [n:127.0.0.1:55176_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55176_solr
   [junit4]   2> 3555678 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55176_solr
   [junit4]   2> 3555704 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55176_solr
   [junit4]   2> 3555718 INFO  (zkCallback-3706-thread-1-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3555718 INFO  (zkCallback-3703-thread-1-processing-n:127.0.0.1:55176_solr) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3555718 INFO  (zkCallback-3705-thread-1-processing-n:127.0.0.1:55174_solr) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3555718 INFO  (zkCallback-3707-thread-1-processing-n:127.0.0.1:55181_solr) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3555718 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:55173_solr) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3555720 INFO  (zkCallback-3706-thread-1-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3555720 INFO  (zkCallback-3705-thread-1-processing-n:127.0.0.1:55174_solr) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3555720 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:55173_solr) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3555720 INFO  (zkCallback-3707-thread-1-processing-n:127.0.0.1:55181_solr) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3555720 INFO  (zkCallback-3703-thread-1-processing-n:127.0.0.1:55176_solr) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3555735 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3555736 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3555737 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node4/.
   [junit4]   2> 3555738 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3555739 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 3555739 INFO  (jetty-launcher-3681-thread-4) [n:127.0.0.1:55176_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3555739 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3555740 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3555764 INFO  (zkCallback-3708-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6fd1de40 name:ZooKeeperConnection Watcher:127.0.0.1:55171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3555764 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3555765 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3555796 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:55171/solr
   [junit4]   2> 3555797 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@674ce822{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3555799 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=463109870
   [junit4]   2> 3555799 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:55181_solr as DOWN
   [junit4]   2> 3555876 INFO  (OverseerStateUpdate-95713343856115723-127.0.0.1:55176_solr-n_0000000000) [n:127.0.0.1:55176_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55181_solr"} current state version: 0
   [junit4]   2> 3555876 INFO  (OverseerStateUpdate-95713343856115723-127.0.0.1:55176_solr-n_0000000000) [n:127.0.0.1:55176_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55181_solr
   [junit4]   2> 3555876 INFO  (zkCallback-3706-thread-1-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3555876 INFO  (zkCallback-3705-thread-1-processing-n:127.0.0.1:55174_solr) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3555877 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:55173_solr) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3555877 INFO  (zkCallback-3707-thread-1-processing-n:127.0.0.1:55181_solr) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3555877 WARN  (zkCallback-3707-thread-1-processing-n:127.0.0.1:55181_solr) [n:127.0.0.1:55181_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3555876 INFO  (zkCallback-3703-thread-1-processing-n:127.0.0.1:55176_solr) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3555879 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@75e167d7{/solr,null,UNAVAILABLE}
   [junit4]   2> 3555879 INFO  (zkCallback-3706-thread-1-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 3555880 INFO  (zkCallback-3705-thread-1-processing-n:127.0.0.1:55174_solr) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 3555880 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:55173_solr) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 3555880 INFO  (zkCallback-3703-thread-1-processing-n:127.0.0.1:55176_solr) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 3555883 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3555885 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37a688b6{/solr,null,AVAILABLE}
   [junit4]   2> 3555885 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.e.j.s.ServerConnector Started ServerConnector@364e2398{HTTP/1.1,[http/1.1]}{127.0.0.1:55196}
   [junit4]   2> 3555885 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.e.j.s.Server Started @3562292ms
   [junit4]   2> 3555885 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55196}
   [junit4]   2> 3555885 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 3555885 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node6'
   [junit4]   2> 3555886 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3555886 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3555886 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3555887 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3555920 INFO  (zkCallback-3706-thread-2-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95713343856115725-127.0.0.1:55174_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 3555963 INFO  (zkCallback-3710-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e375bfa name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3555963 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3555964 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3555964 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3556009 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node6/.
   [junit4]   2> 3556009 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.CoreContainer New CoreContainer 375183625
   [junit4]   2> 3556009 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node6]
   [junit4]   2> 3556010 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node6/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node6/lib
   [junit4]   2> 3556010 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 3556010 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3556011 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3556011 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3556011 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55171/solr
   [junit4]   2> 3556011 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3556011 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3556012 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3556030 INFO  (zkCallback-3713-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@52cc5b95 name:ZooKeeperConnection Watcher:127.0.0.1:55171 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3556030 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3556031 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3556046 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3556058 INFO  (zkCallback-3714-thread-1-processing-n:127.0.0.1:55196_solr) [n:127.0.0.1:55196_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6fcc99ce name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3556058 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3556145 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3556148 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3556152 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3556164 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95713343856115731-127.0.0.1:55196_solr-n_0000000005
   [junit4]   2> 3556165 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95713343856115724-127.0.0.1:55173_solr-n_0000000004 to know if I could be the leader
   [junit4]   2> 3556166 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:55196_solr as DOWN
   [junit4]   2> 3556187 INFO  (OverseerStateUpdate-95713343856115723-127.0.0.1:55176_solr-n_0000000000) [n:127.0.0.1:55176_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55196_solr"} current state version: 0
   [junit4]   2> 3556187 INFO  (OverseerStateUpdate-95713343856115723-127.0.0.1:55176_solr-n_0000000000) [n:127.0.0.1:55176_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55196_solr
   [junit4]   2> 3557191 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55196_solr
   [junit4]   2> 3557194 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55196_solr
   [junit4]   2> 3557198 INFO  (zkCallback-3703-thread-1-processing-n:127.0.0.1:55176_solr) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3557198 INFO  (zkCallback-3705-thread-1-processing-n:127.0.0.1:55174_solr) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3557198 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:55173_solr) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3557198 INFO  (zkCallback-3714-thread-1-processing-n:127.0.0.1:55196_solr) [n:127.0.0.1:55196_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3557198 INFO  (zkCallback-3706-thread-2-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3557199 INFO  (zkCallback-3705-thread-1-processing-n:127.0.0.1:55174_solr) [n:127.0.0.1:55174_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3557199 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:55173_solr) [n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3557199 INFO  (zkCallback-3703-thread-1-processing-n:127.0.0.1:55176_solr) [n:127.0.0.1:55176_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3557200 INFO  (zkCallback-3706-thread-2-processing-n:127.0.0.1:55177_solr) [n:127.0.0.1:55177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3557201 INFO  (zkCallback-3714-thread-1-processing-n:127.0.0.1:55196_solr) [n:127.0.0.1:55196_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3557210 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3557210 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3557211 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_2744AC5300FE5C47-001/tempDir-001/node6/.
   [junit4]   2> 3557211 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 3557213 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 3557213 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [n:127.0.0.1:55196_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3557214 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3557214 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3557224 INFO  (zkCallback-3715-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e909287 name:ZooKeeperConnection Watcher:127.0.0.1:55171/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3557224 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3557225 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3557226 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 3557254 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 3557259 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 3557264 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 3557270 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 3557292 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mpf-solrconfig.xml
   [junit4]   2> 3557297 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 3557302 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 3557307 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 3557319 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 3557331 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 3557336 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 3557348 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 3557360 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 3557374 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 3557380 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 3557391 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-dynamicField.xml
   [junit4]   2> 3557397 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-field.xml
   [junit4]   2> 3557402 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 3557407 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 3557412 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 3557418 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-external-filefield.xml
   [junit4]   2> 3557424 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 3557431 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 3557438 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 3557443 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-dest-should-fail-test.xml
   [junit4]   2> 3557448 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 3557454 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml
   [junit4]   2> 3557466 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-nontext-analyzer.xml
   [junit4]   2> 3557472 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 3557478 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-pos.xml
   [junit4]   2> 3557483 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-tf.xml
   [junit4]   2> 3557489 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-omit-tf-but-not-pos.xml
   [junit4]   2> 3557494 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-does-not-exist.xml
   [junit4]   2> 3557509 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 3557522 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 3557527 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 3557544 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-baseline.xml
   [junit4]   2> 3557550 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[2744AC5300FE5C47]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrC

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

=Lucene50(blocksize=128), _version_=PostingsFormat(name=Memory doPackFST= true), multiDefault=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=Memory doPackFST= true), id=Lucene50(blocksize=128), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Memory doPackFST= true), timestamp=PostingsFormat(name=Memory doPackFST= true)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=830, maxMBSortInHeap=5.3357015047053284, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=el, timezone=Asia/Beirut
   [junit4]   2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=342621824,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestJoin, LoggingHandlerTest, TestScoreJoinQPScore, TestShortCircuitedRequests, TestReRankQParserPlugin, DistributedQueryComponentCustomSortTest, TestQueryTypes, TestTolerantUpdateProcessorRandomCloud, MultiTermTest, SuggestComponentTest, TestDefaultStatsCache, PreAnalyzedUpdateProcessorTest, CoreAdminHandlerTest, ConfigSetsAPITest, TestBM25SimilarityFactory, TestCloudDeleteByQuery, BinaryUpdateRequestHandlerTest, BasicFunctionalityTest, TestIndexingPerformance, TestSolrQueryResponse, TestSystemIdResolver, TestCloudManagedSchema, HdfsChaosMonkeyNothingIsSafeTest, RulesTest, TestMissingGroups, TestPerFieldSimilarity, CollectionReloadTest, HttpPartitionTest, TestSchemaVersionResource, TestSolr4Spatial2, TestCustomDocTransformer, NoCacheHeaderTest, SolrInfoMBeanTest, TolerantUpdateProcessorTest, MinimalSchemaTest, TestPKIAuthenticationPlugin, SynonymTokenizerTest, TestFieldTypeResource, TestRandomCollapseQParserPlugin, CacheHeaderTest, DistributedFacetPivotLongTailTest, TestManagedResource, TestFastOutputStream, TestValueSourceCache, OpenCloseCoreStressTest, TestShardHandlerFactory, TestTrieFacet, SparseHLLTest, TestConfigOverlay, TestSolrJ, TestNonDefinedSimilarityFactory, NotRequiredUniqueKeyTest, TestSQLHandler, TestSolrCloudWithKerberosAlt, TestExceedMaxTermLength, HdfsBasicDistributedZk2Test, HdfsDirectoryFactoryTest, TestJsonFacets, ResponseLogComponentTest, TestCloudPivotFacet, TestJettySolrRunner, ZkNodePropsTest, TestExpandComponent, FileUtilsTest, FieldAnalysisRequestHandlerTest, LukeRequestHandlerTest, CursorMarkTest, TestSolr4Spatial, DistributedMLTComponentTest, TestSha256AuthenticationProvider, TestSimpleQParserPlugin, NumericFieldsTest, TestDistributedMissingSort, SegmentsInfoRequestHandlerTest, DirectSolrConnectionTest, TestRawResponseWriter, SpatialHeatmapFacetsTest, SolrXmlInZkTest, DistribJoinFromCollectionTest, ResourceLoaderTest, TestFilteredDocIdSet, TestBinaryField, SolrCmdDistributorTest, HdfsUnloadDistributedZkTest, DataDrivenBlockJoinTest, TestCollationField, TestBinaryResponseWriter, SolrPluginUtilsTest, AtomicUpdatesTest, RecoveryAfterSoftCommitTest, BigEndianAscendingWordSerializerTest, FieldMutatingUpdateProcessorTest, TestFastWriter, HighlighterConfigTest, CustomCollectionTest, TestTrackingShardHandlerFactory, TestDynamicFieldResource, TestRTGBase, TestCoreDiscovery, SortByFunctionTest, CopyFieldTest, TestRestManager, AnalysisErrorHandlingTest, FullSolrCloudDistribCmdsTest, ConjunctionSolrSpellCheckerTest, PKIAuthenticationIntegrationTest, CdcrVersionReplicationTest, TestMiniSolrCloudClusterBase, SuggesterTSTTest, TestSimpleTrackingShardHandler, TestRTimerTree, DistributedExpandComponentTest, HLLSerializationTest, AnalyticsMergeStrategyTest, CSVRequestHandlerTest, RequestLoggingTest, BlockCacheTest, DistributedSuggestComponentTest, TestMiniSolrCloudClusterSSL, TestStandardQParsers, TestQueryUtils, EchoParamsTest, TestConfigSetsAPI, TestRandomFaceting, TestCloudSchemaless, VersionInfoTest, CollectionTooManyReplicasTest, CleanupOldIndexTest, StatsComponentTest, TestInitQParser, HdfsThreadLeakTest, SearchHandlerTest, CdcrReplicationHandlerTest, RankQueryTest, TestReloadDeadlock, SmileWriterTest, CloneFieldUpdateProcessorFactoryTest, TestManagedSynonymFilterFactory, TestExclusionRuleCollectionAccess, PluginInfoTest, HdfsCollectionsAPIDistributedZkTest, TestCSVResponseWriter, OverseerCollectionConfigSetProcessorTest, LeaderInitiatedRecoveryOnCommitTest, BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, ShardRoutingTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestReload, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, TestFunctionQuery, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTest, TestTrie, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, RequestHandlersTest, MoreLikeThisHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestPHPSerializedResponseWriter, SOLR749Test, AlternateDirectoryTest, TestQuerySenderNoQuery, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, SpellPossibilityIteratorTest, TestCharFilters, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestUtils, TestDocumentBuilder, CircularListTest, CursorPagingTest, DistributedIntervalFacetingTest, TestCrossCoreJoin, TestHighlightDedupGrouping, ConnectionReuseTest, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, DeleteReplicaTest, DistributedQueueTest, DistributedVersionInfoTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, TestCollectionAPI, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestTolerantUpdateProcessorCloud, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, StressHdfsTest, ZkStateWriterTest, DirectoryFactoryTest, TestConfigSetProperties, TestConfigSets, TestDynamicLoading, TestReplicationHandlerBackup, TestReqParamsAPI, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, DistributedFacetPivotSmallTest, DistributedQueryComponentOptimizationTest, DocValuesMissingTest, TestCollationFieldDocValues, TestManagedSchema, TestUseDocValuesAsStored2, MergeStrategyTest, TestComplexPhraseQParserPlugin, TestCustomSort, TestOverriddenPrefixQueryForCustomFieldType, TestStressUserVersions, TestMinMaxOnMultiValuedField, BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, GraphQueryTest, TestJsonRequest, TestClassicSimilarityFactory, TestDFISimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, TestDistribIDF, TestExactSharedStatsCache, BasicAuthIntegrationTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.seed=2744AC5300FE5C47 -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=Asia/Beirut -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | BasicAuthIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2744AC5300FE5C47]:0)
   [junit4] Completed [585/585 (1!)] on J1 in 7223.72s, 1 test, 2 errors <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:740: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:684: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/common-build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1457: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1014: There were test failures: 585 suites (10 ignored), 2363 tests, 1 suite-level error, 1 error, 119 ignored (69 assumptions) [seed: 2744AC5300FE5C47]

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



Re: [JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 70 - Still Failing!

Posted by Karl Wright <da...@gmail.com>.
Wish this had forensics...

Anyway, I can reproduce it, will look at it today.

Karl


On Tue, Apr 12, 2016 at 6:11 AM, Michael McCandless <
lucene@mikemccandless.com> wrote:

> Hmm it reproduces:
>
>   ant test  -Dtestcase=TestGeo3DPoint -Dtests.method=testGeo3DRelations
> -Dtests.seed=3B0F8F9FC5B270DA -Dtests.slow=true -Dtests.locale=th-TH
> -Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=ISO-
> 8859-1
>
> And the failures are "should not have matched but did" ...
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
> On Mon, Apr 11, 2016 at 10:46 PM, Policeman Jenkins Server <
> jenkins@thetaphi.de> wrote:
>
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/70/
>> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>
>> 1 tests failed.
>> FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations
>>
>> Error Message:
>> invalid hits for shape=GeoCompositeMembershipShape: {[GeoConvexPolygon:
>> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
>> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
>> Z=0.2640238502385029])], [lat=1.538559019421765,
>> lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])],
>> [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0,
>> Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon:
>> {planetmodel=PlanetModel.WGS84, points=[[lat=0.0,
>> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
>> Z=0.0])], [lat=-1.5707963267948966,
>> lon=-2.2780601241431375([X=-3.9697069088211677E-17,
>> Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678,
>> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
>> Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon:
>> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
>> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
>> Z=0.2640238502385029])], [lat=-0.5516194571595735,
>> lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0,
>> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
>> Z=0.0])]], internalEdges={0, 2}}]}
>>
>> Stack Trace:
>> java.lang.AssertionError: invalid hits for
>> shape=GeoCompositeMembershipShape: {[GeoConvexPolygon:
>> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
>> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
>> Z=0.2640238502385029])], [lat=1.538559019421765,
>> lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])],
>> [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0,
>> Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon:
>> {planetmodel=PlanetModel.WGS84, points=[[lat=0.0,
>> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
>> Z=0.0])], [lat=-1.5707963267948966,
>> lon=-2.2780601241431375([X=-3.9697069088211677E-17,
>> Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678,
>> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
>> Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon:
>> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
>> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
>> Z=0.2640238502385029])], [lat=-0.5516194571595735,
>> lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0,
>> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
>> Z=0.0])]], internalEdges={0, 2}}]}
>>         at
>> __randomizedtesting.SeedInfo.seed([3B0F8F9FC5B270DA:8B70F20B4AFFDE46]:0)
>>         at org.junit.Assert.fail(Assert.java:93)
>>         at
>> org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>         at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>         at java.lang.reflect.Method.invoke(Method.java:498)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
>>         at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>>         at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>>         at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>>         at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>>         at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
>>         at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>>         at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>         at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>>         at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>>         at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>>         at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>>         at java.lang.Thread.run(Thread.java:745)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 8958 lines...]
>>    [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
>>    [junit4] IGNOR/A 0.01s J1 | TestGeo3DPoint.testRandomBig
>>    [junit4]    > Assumption #1: 'nightly' test group is disabled
>> (@Nightly())
>>    [junit4]   1> doc=88 should not have matched but did
>>    [junit4]   1>   point=[X=0.0038335118741108774, Y=-0.573079818081998,
>> Z=0.8181033476562913]
>>    [junit4]   1> doc=204 should not have matched but did
>>    [junit4]   1>   point=[X=0.06261935698392095, Y=-0.7037442799933893,
>> Z=0.7068904282182165]
>>    [junit4]   1> doc=260 should not have matched but did
>>    [junit4]   1>   point=[X=0.4907901530264244, Y=-0.5758499506609788,
>> Z=0.653363480679368]
>>    [junit4]   1> doc=264 should not have matched but did
>>    [junit4]   1>   point=[X=-0.061800745070773974, Y=-0.5326052041841663,
>> Z=0.8425951029848608]
>>    [junit4]   1> doc=287 should not have matched but did
>>    [junit4]   1>   point=[X=0.08818422712556362, Y=-0.614963564464081,
>> Z=0.7824044277871937]
>>    [junit4]   1> doc=547 should not have matched but did
>>    [junit4]   1>   point=[X=-0.04739860157482007, Y=-0.6574284839960851,
>> Z=0.750985475815813]
>>    [junit4]   1> doc=554 should not have matched but did
>>    [junit4]   1>   point=[X=-0.5779207585184598, Y=-0.6049825614514794,
>> Z=0.5479227404361104]
>>    [junit4]   1> doc=847 should not have matched but did
>>    [junit4]   1>   point=[X=0.48950343395228607, Y=-0.6406286311662371,
>> Z=0.5914916803363882]
>>    [junit4]   1> doc=854 should not have matched but did
>>    [junit4]   1>   point=[X=3.042457161835612E-4, Y=-0.7128650494052442,
>> Z=0.7005389695059573]
>>    [junit4]   1> doc=907 should not have matched but did
>>    [junit4]   1>   point=[X=-0.18691746426020325, Y=-0.6887854957245693,
>> Z=0.6996969822802096]
>>    [junit4]   1> doc=1094 should not have matched but did
>>    [junit4]   1>   point=[X=0.24447941208949003, Y=-0.7129089791613828,
>> Z=0.6567516017564152]
>>    [junit4]   1> doc=1096 should not have matched but did
>>    [junit4]   1>   point=[X=0.07576694938258999, Y=-0.7384703771772976,
>> Z=0.6694322939400529]
>>    [junit4]   1> doc=1192 should not have matched but did
>>    [junit4]   1>   point=[X=0.36909002466675517, Y=-0.542817605169824,
>> Z=0.7533496242201582]
>>    [junit4]   1> doc=1268 should not have matched but did
>>    [junit4]   1>   point=[X=0.3890280101830621, Y=-0.5810079873616575,
>> Z=0.7140654641512392]
>>    [junit4]   1> doc=1324 should not have matched but did
>>    [junit4]   1>   point=[X=0.19309742942422353, Y=-0.5212802964477496,
>> Z=0.8298063161802797]
>>    [junit4]   1> doc=1435 should not have matched but did
>>    [junit4]   1>   point=[X=-0.23456167467604777, Y=-0.690411120935381,
>> Z=0.6836682010255007]
>>    [junit4]   1> doc=1457 should not have matched but did
>>    [junit4]   1>   point=[X=-0.2700839398927264, Y=-0.71866306815227,
>> Z=0.6403541724008389]
>>    [junit4]   2> NOTE: reproduce with: ant test
>> -Dtestcase=TestGeo3DPoint -Dtests.method=testGeo3DRelations
>> -Dtests.seed=3B0F8F9FC5B270DA -Dtests.slow=true -Dtests.locale=th-TH
>> -Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>>    [junit4] FAILURE 0.07s J1 | TestGeo3DPoint.testGeo3DRelations <<<
>>    [junit4]    > Throwable #1: java.lang.AssertionError: invalid hits for
>> shape=GeoCompositeMembershipShape: {[GeoConvexPolygon:
>> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
>> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
>> Z=0.2640238502385029])], [lat=1.538559019421765,
>> lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])],
>> [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0,
>> Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon:
>> {planetmodel=PlanetModel.WGS84, points=[[lat=0.0,
>> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
>> Z=0.0])], [lat=-1.5707963267948966,
>> lon=-2.2780601241431375([X=-3.9697069088211677E-17,
>> Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678,
>> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
>> Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon:
>> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
>> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
>> Z=0.2640238502385029])], [lat=-0.5516194571595735,
>> lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0,
>> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
>> Z=0.0])]], internalEdges={0, 2}}]}
>>    [junit4]    >        at
>> __randomizedtesting.SeedInfo.seed([3B0F8F9FC5B270DA:8B70F20B4AFFDE46]:0)
>>    [junit4]    >        at
>> org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434)
>>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
>> {id=PostingsFormat(name=Asserting)},
>> docValues:{id=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=812,
>> maxMBSortInHeap=4.018189025913436,
>> sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=th-TH,
>> timezone=Japan
>>    [junit4]   2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation
>> 1.8.0_72 (64-bit)/cpus=3,threads=1,free=164437840,total=224202752
>>    [junit4]   2> NOTE: All tests run in this JVM: [XYZSolidTest,
>> TestGeo3DPoint]
>>    [junit4] Completed [10/10 (1!)] on J1 in 11.91s, 13 tests, 1 failure,
>> 1 skipped <<< FAILURES!
>>
>> [...truncated 10 lines...]
>> BUILD FAILED
>> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:740: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:684: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:59: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/build.xml:476: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2187:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/module-build.xml:58:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1457:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1014:
>> There were test failures: 10 suites, 45 tests, 1 failure, 1 ignored (1
>> assumption) [seed: 3B0F8F9FC5B270DA]
>>
>> Total time: 21 minutes 45 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> [WARNINGS] Skipping publisher since build result is FAILURE
>> Recording test results
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
>

Re: [JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 70 - Still Failing!

Posted by Michael McCandless <lu...@mikemccandless.com>.
Hmm it reproduces:

  ant test  -Dtestcase=TestGeo3DPoint -Dtests.method=testGeo3DRelations
-Dtests.seed=3B0F8F9FC5B270DA -Dtests.slow=true -Dtests.locale=th-TH
-Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

And the failures are "should not have matched but did" ...

Mike McCandless

http://blog.mikemccandless.com

On Mon, Apr 11, 2016 at 10:46 PM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/70/
> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>
> 1 tests failed.
> FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations
>
> Error Message:
> invalid hits for shape=GeoCompositeMembershipShape: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
> Z=0.2640238502385029])], [lat=1.538559019421765,
> lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])],
> [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0,
> Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.0,
> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
> Z=0.0])], [lat=-1.5707963267948966,
> lon=-2.2780601241431375([X=-3.9697069088211677E-17,
> Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678,
> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
> Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
> Z=0.2640238502385029])], [lat=-0.5516194571595735,
> lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0,
> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
> Z=0.0])]], internalEdges={0, 2}}]}
>
> Stack Trace:
> java.lang.AssertionError: invalid hits for
> shape=GeoCompositeMembershipShape: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
> Z=0.2640238502385029])], [lat=1.538559019421765,
> lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])],
> [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0,
> Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.0,
> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
> Z=0.0])], [lat=-1.5707963267948966,
> lon=-2.2780601241431375([X=-3.9697069088211677E-17,
> Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678,
> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
> Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
> Z=0.2640238502385029])], [lat=-0.5516194571595735,
> lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0,
> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
> Z=0.0])]], internalEdges={0, 2}}]}
>         at
> __randomizedtesting.SeedInfo.seed([3B0F8F9FC5B270DA:8B70F20B4AFFDE46]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at
> org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 8958 lines...]
>    [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
>    [junit4] IGNOR/A 0.01s J1 | TestGeo3DPoint.testRandomBig
>    [junit4]    > Assumption #1: 'nightly' test group is disabled
> (@Nightly())
>    [junit4]   1> doc=88 should not have matched but did
>    [junit4]   1>   point=[X=0.0038335118741108774, Y=-0.573079818081998,
> Z=0.8181033476562913]
>    [junit4]   1> doc=204 should not have matched but did
>    [junit4]   1>   point=[X=0.06261935698392095, Y=-0.7037442799933893,
> Z=0.7068904282182165]
>    [junit4]   1> doc=260 should not have matched but did
>    [junit4]   1>   point=[X=0.4907901530264244, Y=-0.5758499506609788,
> Z=0.653363480679368]
>    [junit4]   1> doc=264 should not have matched but did
>    [junit4]   1>   point=[X=-0.061800745070773974, Y=-0.5326052041841663,
> Z=0.8425951029848608]
>    [junit4]   1> doc=287 should not have matched but did
>    [junit4]   1>   point=[X=0.08818422712556362, Y=-0.614963564464081,
> Z=0.7824044277871937]
>    [junit4]   1> doc=547 should not have matched but did
>    [junit4]   1>   point=[X=-0.04739860157482007, Y=-0.6574284839960851,
> Z=0.750985475815813]
>    [junit4]   1> doc=554 should not have matched but did
>    [junit4]   1>   point=[X=-0.5779207585184598, Y=-0.6049825614514794,
> Z=0.5479227404361104]
>    [junit4]   1> doc=847 should not have matched but did
>    [junit4]   1>   point=[X=0.48950343395228607, Y=-0.6406286311662371,
> Z=0.5914916803363882]
>    [junit4]   1> doc=854 should not have matched but did
>    [junit4]   1>   point=[X=3.042457161835612E-4, Y=-0.7128650494052442,
> Z=0.7005389695059573]
>    [junit4]   1> doc=907 should not have matched but did
>    [junit4]   1>   point=[X=-0.18691746426020325, Y=-0.6887854957245693,
> Z=0.6996969822802096]
>    [junit4]   1> doc=1094 should not have matched but did
>    [junit4]   1>   point=[X=0.24447941208949003, Y=-0.7129089791613828,
> Z=0.6567516017564152]
>    [junit4]   1> doc=1096 should not have matched but did
>    [junit4]   1>   point=[X=0.07576694938258999, Y=-0.7384703771772976,
> Z=0.6694322939400529]
>    [junit4]   1> doc=1192 should not have matched but did
>    [junit4]   1>   point=[X=0.36909002466675517, Y=-0.542817605169824,
> Z=0.7533496242201582]
>    [junit4]   1> doc=1268 should not have matched but did
>    [junit4]   1>   point=[X=0.3890280101830621, Y=-0.5810079873616575,
> Z=0.7140654641512392]
>    [junit4]   1> doc=1324 should not have matched but did
>    [junit4]   1>   point=[X=0.19309742942422353, Y=-0.5212802964477496,
> Z=0.8298063161802797]
>    [junit4]   1> doc=1435 should not have matched but did
>    [junit4]   1>   point=[X=-0.23456167467604777, Y=-0.690411120935381,
> Z=0.6836682010255007]
>    [junit4]   1> doc=1457 should not have matched but did
>    [junit4]   1>   point=[X=-0.2700839398927264, Y=-0.71866306815227,
> Z=0.6403541724008389]
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGeo3DPoint
> -Dtests.method=testGeo3DRelations -Dtests.seed=3B0F8F9FC5B270DA
> -Dtests.slow=true -Dtests.locale=th-TH -Dtests.timezone=Japan
> -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>    [junit4] FAILURE 0.07s J1 | TestGeo3DPoint.testGeo3DRelations <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: invalid hits for
> shape=GeoCompositeMembershipShape: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
> Z=0.2640238502385029])], [lat=1.538559019421765,
> lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])],
> [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0,
> Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.0,
> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
> Z=0.0])], [lat=-1.5707963267948966,
> lon=-2.2780601241431375([X=-3.9697069088211677E-17,
> Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678,
> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
> Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678,
> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192,
> Z=0.2640238502385029])], [lat=-0.5516194571595735,
> lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0,
> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16,
> Z=0.0])]], internalEdges={0, 2}}]}
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([3B0F8F9FC5B270DA:8B70F20B4AFFDE46]:0)
>    [junit4]    >        at
> org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60):
> {id=PostingsFormat(name=Asserting)},
> docValues:{id=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=812,
> maxMBSortInHeap=4.018189025913436,
> sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=th-TH,
> timezone=Japan
>    [junit4]   2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation 1.8.0_72
> (64-bit)/cpus=3,threads=1,free=164437840,total=224202752
>    [junit4]   2> NOTE: All tests run in this JVM: [XYZSolidTest,
> TestGeo3DPoint]
>    [junit4] Completed [10/10 (1!)] on J1 in 11.91s, 13 tests, 1 failure, 1
> skipped <<< FAILURES!
>
> [...truncated 10 lines...]
> BUILD FAILED
> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:740: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:684: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:59: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/build.xml:476: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2187:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/module-build.xml:58:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1457:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1014:
> There were test failures: 10 suites, 45 tests, 1 failure, 1 ignored (1
> assumption) [seed: 3B0F8F9FC5B270DA]
>
> Total time: 21 minutes 45 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>