Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/580/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed.
FAILED:
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail
Error Message:
expected:<200> but was:<404>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
at
__randomizedtesting.SeedInfo.seed([90800243793B8443:F83F3769A9A196AF]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:141)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:295)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
junit.framework.TestSuite.org.apache.solr.highlight.TestUnifiedSolrHighlighter
Error Message:
Can't load schema
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema-unifiedhighlight.xml:
org.xml.sax.SAXParseException; systemId: solrres:/schema-unifiedhighlight.xml;
lineNumber: 18; columnNumber: 6; The processing instruction target matching
"[xX][mM][lL]" is not allowed.
Stack Trace:
org.apache.solr.common.SolrException: Can't load schema
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema-unifiedhighlight.xml:
org.xml.sax.SAXParseException; systemId: solrres:/schema-unifiedhighlight.xml;
lineNumber: 18; columnNumber: 6; The processing instruction target matching
"[xX][mM][lL]" is not allowed.
at __randomizedtesting.SeedInfo.seed([90800243793B8443]:0)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:598)
at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
at org.apache.solr.util.TestHarness.<init>(TestHarness.java:107)
at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:635)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:625)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:467)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:456)
at
org.apache.solr.highlight.TestUnifiedSolrHighlighter.beforeClass(TestUnifiedSolrHighlighter.java:29)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: org.xml.sax.SAXParseException;
systemId: solrres:/schema-unifiedhighlight.xml; lineNumber: 18; columnNumber:
6; The processing instruction target matching "[xX][mM][lL]" is not allowed.
at org.apache.solr.core.Config.<init>(Config.java:154)
at org.apache.solr.core.Config.<init>(Config.java:90)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:460)
... 33 more
Caused by: org.xml.sax.SAXParseException; systemId:
solrres:/schema-unifiedhighlight.xml; lineNumber: 18; columnNumber: 6; The
processing instruction target matching "[xX][mM][lL]" is not allowed.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPIData(XMLScanner.java:746)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanPIData(XMLDocumentFragmentScannerImpl.java:1014)
at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPI(XMLScanner.java:714)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:907)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
at org.apache.solr.core.Config.<init>(Config.java:143)
... 35 more
FAILED:
org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure
Error Message:
The data directory was not cleaned up on unload after a failed core reload
Stack Trace:
java.lang.AssertionError: The data directory was not cleaned up on unload after
a failed core reload
at
__randomizedtesting.SeedInfo.seed([90800243793B8443:EB49A00F5A195642]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure(CoreAdminHandlerTest.java:334)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 10863 lines...]
[junit4] Suite: org.apache.solr.highlight.TestUnifiedSolrHighlighter
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.highlight.TestUnifiedSolrHighlighter_90800243793B8443-001\init-core-data-001
[junit4] 2> 337742 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[90800243793B8443]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 337743 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[90800243793B8443]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 337744 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 337820 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 337855 ERROR
(SUITE-TestUnifiedSolrHighlighter-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.Config Exception during parsing file:
schema:org.xml.sax.SAXParseException; systemId:
solrres:/schema-unifiedhighlight.xml; lineNumber: 18; columnNumber: 6; The
processing instruction target matching "[xX][mM][lL]" is not allowed.
[junit4] 2> at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
[junit4] 2> at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPIData(XMLScanner.java:746)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanPIData(XMLDocumentFragmentScannerImpl.java:1014)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPI(XMLScanner.java:714)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:907)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
[junit4] 2> at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
[junit4] 2> at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
[junit4] 2> at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
[junit4] 2> at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
[junit4] 2> at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
[junit4] 2> at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
[junit4] 2> at org.apache.solr.core.Config.<init>(Config.java:143)
[junit4] 2> at org.apache.solr.core.Config.<init>(Config.java:90)
[junit4] 2> at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:460)
[junit4] 2> at
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
[junit4] 2> at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
[junit4] 2> at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:107)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:635)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:625)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:467)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:456)
[junit4] 2> at
org.apache.solr.highlight.TestUnifiedSolrHighlighter.beforeClass(TestUnifiedSolrHighlighter.java:29)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 337856 INFO
(SUITE-TestUnifiedSolrHighlighter-seed#[90800243793B8443]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=731, maxMBSortInHeap=7.054188566672074,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ga-IE,
timezone=Australia/North
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=61976544,total=226975744
[junit4] 2> NOTE: All tests run in this JVM: [TestConfigSetsAPIZkFailure,
TestSolrDeletionPolicy1, DirectSolrSpellCheckerTest, TestSort,
BasicDistributedZkTest, SolrRequestParserTest, TestRebalanceLeaders,
QueryElevationComponentTest, DateFieldTest, DeleteStatusTest,
TlogReplayBufferedWhileIndexingTest, TestSQLHandler,
ClassificationUpdateProcessorFactoryTest, HdfsNNFailoverTest,
MultiThreadedOCPTest, ChaosMonkeyNothingIsSafeTest, TestSurroundQueryParser,
XsltUpdateRequestHandlerTest, DocumentBuilderTest, TestUpdate,
TestBM25SimilarityFactory, TestUnifiedSolrHighlighter]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestUnifiedSolrHighlighter -Dtests.seed=90800243793B8443
-Dtests.slow=true -Dtests.locale=ga-IE -Dtests.timezone=Australia/North
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestUnifiedSolrHighlighter (suite) <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: Can't load
schema
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema-unifiedhighlight.xml:
org.xml.sax.SAXParseException; systemId: solrres:/schema-unifiedhighlight.xml;
lineNumber: 18; columnNumber: 6; The processing instruction target matching
"[xX][mM][lL]" is not allowed.
[junit4] > at
__randomizedtesting.SeedInfo.seed([90800243793B8443]:0)
[junit4] > at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:598)
[junit4] > at
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
[junit4] > at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:107)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:635)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:625)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:467)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:456)
[junit4] > at
org.apache.solr.highlight.TestUnifiedSolrHighlighter.beforeClass(TestUnifiedSolrHighlighter.java:29)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.solr.common.SolrException:
org.xml.sax.SAXParseException; systemId: solrres:/schema-unifiedhighlight.xml;
lineNumber: 18; columnNumber: 6; The processing instruction target matching
"[xX][mM][lL]" is not allowed.
[junit4] > at org.apache.solr.core.Config.<init>(Config.java:154)
[junit4] > at org.apache.solr.core.Config.<init>(Config.java:90)
[junit4] > at
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:460)
[junit4] > ... 33 more
[junit4] > Caused by: org.xml.sax.SAXParseException; systemId:
solrres:/schema-unifiedhighlight.xml; lineNumber: 18; columnNumber: 6; The
processing instruction target matching "[xX][mM][lL]" is not allowed.
[junit4] > at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
[junit4] > at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPIData(XMLScanner.java:746)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanPIData(XMLDocumentFragmentScannerImpl.java:1014)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLScanner.scanPI(XMLScanner.java:714)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:907)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
[junit4] > at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
[junit4] > at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
[junit4] > at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
[junit4] > at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
[junit4] > at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
[junit4] > at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
[junit4] > at org.apache.solr.core.Config.<init>(Config.java:143)
[junit4] > ... 35 more
[junit4] Completed [59/657 (1!)] on J0 in 0.14s, 0 tests, 1 error <<<
FAILURES!
[...truncated 340 lines...]
[junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_90800243793B8443-001\init-core-data-001
[junit4] 2> 831378 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[90800243793B8443]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 831387 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_90800243793B8443-001\tempDir-001
[junit4] 2> 831387 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 831387 INFO (Thread-1610) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 831387 INFO (Thread-1610) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 831488 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:58369
[junit4] 2> 831499 INFO (jetty-launcher-7789-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 831499 INFO (jetty-launcher-7789-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 831501 INFO (jetty-launcher-7789-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@48837ef4{/solr,null,AVAILABLE}
[junit4] 2> 831507 INFO (jetty-launcher-7789-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@293ccfa9{/solr,null,AVAILABLE}
[junit4] 2> 831508 INFO (jetty-launcher-7789-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@b0eff58{HTTP/1.1,[http/1.1]}{127.0.0.1:58373}
[junit4] 2> 831508 INFO (jetty-launcher-7789-thread-1) [ ]
o.e.j.s.Server Started @837364ms
[junit4] 2> 831508 INFO (jetty-launcher-7789-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=58373}
[junit4] 2> 831508 ERROR (jetty-launcher-7789-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1dc58c90{HTTP/1.1,[http/1.1]}{127.0.0.1:58376}
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-2) [ ]
o.e.j.s.Server Started @837365ms
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=58376}
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-25T03:37:08.438Z
[junit4] 2> 831509 ERROR (jetty-launcher-7789-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 831509 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-25T03:37:08.438Z
[junit4] 2> 831513 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 831513 INFO (jetty-launcher-7789-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 831536 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 831537 INFO (jetty-launcher-7789-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 831537 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58369/solr
[junit4] 2> 831538 INFO (jetty-launcher-7789-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58369/solr
[junit4] 2> 831543 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 0x158998ee3e10003, 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> 831579 INFO (jetty-launcher-7789-thread-1)
[n:127.0.0.1:58373_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:58373_solr
[junit4] 2> 831580 INFO (jetty-launcher-7789-thread-2)
[n:127.0.0.1:58376_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58376_solr
[junit4] 2> 831580 INFO (jetty-launcher-7789-thread-1)
[n:127.0.0.1:58373_solr ] o.a.s.c.Overseer Overseer
(id=96996230976045061-127.0.0.1:58373_solr-n_0000000000) starting
[junit4] 2> 831584 INFO
(zkCallback-7799-thread-1-processing-n:127.0.0.1:58373_solr)
[n:127.0.0.1:58373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 831585 INFO
(zkCallback-7800-thread-1-processing-n:127.0.0.1:58376_solr)
[n:127.0.0.1:58376_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 831595 INFO (jetty-launcher-7789-thread-1)
[n:127.0.0.1:58373_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58373_solr
[junit4] 2> 831626 INFO (jetty-launcher-7789-thread-2)
[n:127.0.0.1:58376_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 831666 INFO
(zkCallback-7800-thread-1-processing-n:127.0.0.1:58376_solr)
[n:127.0.0.1:58376_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 831666 INFO
(zkCallback-7799-thread-1-processing-n:127.0.0.1:58373_solr)
[n:127.0.0.1:58373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 831681 INFO (jetty-launcher-7789-thread-1)
[n:127.0.0.1:58373_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 831699 INFO (jetty-launcher-7789-thread-2)
[n:127.0.0.1:58376_solr ] o.a.s.s.KerberosPlugin Params: {token.valid=30,
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
token.validity=36000, signer.secret.provider.zookeeper.path=/token,
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT,
signer.secret.provider=zookeeper}
[junit4] 2> 831699 INFO (jetty-launcher-7789-thread-1)
[n:127.0.0.1:58373_solr ] o.a.s.s.KerberosPlugin Params: {token.valid=30,
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
token.validity=36000, signer.secret.provider.zookeeper.path=/token,
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT,
signer.secret.provider=zookeeper}
[junit4] 2> 832046 INFO (jetty-launcher-7789-thread-2)
[n:127.0.0.1:58376_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 832046 INFO (jetty-launcher-7789-thread-1)
[n:127.0.0.1:58373_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 832128 INFO (jetty-launcher-7789-thread-1-EventThread)
[n:127.0.0.1:58373_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 832131 INFO (jetty-launcher-7789-thread-2-EventThread)
[n:127.0.0.1:58376_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 832438 ERROR (jetty-launcher-7789-thread-2)
[n:127.0.0.1:58376_solr ] o.a.h.u.Shell Failed to locate the winutils binary
in the hadoop binary path
[junit4] 2> java.io.IOException: Could not locate executable
null\bin\winutils.exe in the Hadoop binaries.
[junit4] 2> at
org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356)
[junit4] 2> at
org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371)
[junit4] 2> at org.apache.hadoop.util.Shell.<clinit>(Shell.java:364)
[junit4] 2> at
org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:80)
[junit4] 2> at
org.apache.hadoop.conf.Configuration.getBoolean(Configuration.java:1437)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenManager.<init>(DelegationTokenManager.java:115)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.initTokenManager(DelegationTokenAuthenticationHandler.java:148)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.init(DelegationTokenAuthenticationHandler.java:118)
[junit4] 2> at
org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler.init(HttpParamDelegationTokenPlugin.java:185)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.AuthenticationFilter.initializeAuthHandler(AuthenticationFilter.java:238)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.initializeAuthHandler(DelegationTokenAuthenticationFilter.java:209)
[junit4] 2> at
org.apache.solr.security.DelegationTokenKerberosFilter.initializeAuthHandler(DelegationTokenKerberosFilter.java:142)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.AuthenticationFilter.init(AuthenticationFilter.java:227)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.init(DelegationTokenAuthenticationFilter.java:175)
[junit4] 2> at
org.apache.solr.security.DelegationTokenKerberosFilter.init(DelegationTokenKerberosFilter.java:71)
[junit4] 2> at
org.apache.solr.security.HttpParamDelegationTokenPlugin.init(HttpParamDelegationTokenPlugin.java:142)
[junit4] 2> at
org.apache.solr.core.CoreContainer.initializeAuthenticationPlugin(CoreContainer.java:316)
[junit4] 2> at
org.apache.solr.core.CoreContainer.load(CoreContainer.java:446)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:204)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:153)
[junit4] 2> at
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:137)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:856)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1542)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1576)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1268)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1113)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:260)
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:348)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:321)
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:358)
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:221)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[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> 832771 INFO (jetty-launcher-7789-thread-1)
[n:127.0.0.1:58373_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.security.HttpParamDelegationTokenPlugin$2@5fd5d67c
[junit4] 2> 832771 INFO (jetty-launcher-7789-thread-2)
[n:127.0.0.1:58376_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.security.HttpParamDelegationTokenPlugin$2@7d34ef6a
[junit4] 2> 832772 INFO (jetty-launcher-7789-thread-2)
[n:127.0.0.1:58376_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.security.HttpParamDelegationTokenPlugin$2@7d34ef6a
[junit4] 2> 832772 INFO (jetty-launcher-7789-thread-1)
[n:127.0.0.1:58373_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.security.HttpParamDelegationTokenPlugin$2@5fd5d67c
[junit4] 2> 832775 INFO (jetty-launcher-7789-thread-1)
[n:127.0.0.1:58373_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_90800243793B8443-001\tempDir-001\node1\.
[junit4] 2> 832775 INFO (jetty-launcher-7789-thread-2)
[n:127.0.0.1:58376_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_90800243793B8443-001\tempDir-001\node2\.
[junit4] 2> 832780 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 0x158998ee3e10009, 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> 832807 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
[junit4] 2> 834127 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 0x158998ee3e1000a, 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> 834128 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
[junit4] 2> 834157 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
[junit4] 2> 834176 INFO (qtp1119208502-30994) [n:127.0.0.1:58373_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 834176 INFO (qtp1119208502-30994) [n:127.0.0.1:58373_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 834188 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=bar&p=bar&t=test&e=1480081031091&s=wek2WbTxj2nMH9YryP0gUiL28Dk=";
Path=/; Domain=127.0.0.1; Expires= , 25- -2016 13:37:11 GMT; HttpOnly".
Invalid 'expires' attribute: , 25- -2016 13:37:11 GMT
[junit4] 2> 834188 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
[junit4] 2> 834208 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
[junit4] 2> 834267 ERROR (qtp1119208502-30992) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_2]
[junit4] 2> 834293 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834296 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834301 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834302 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 0x158998ee3e1000b, 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> 834307 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834322 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834323 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834326 ERROR (qtp1119208502-30989) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_3]
[junit4] 2> 834328 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 0x158998ee3e1000c, 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> 834331 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834337 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834337 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834340 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834341 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 0x158998ee3e1000d, 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> 834341 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
[junit4] 2> 834360 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
[junit4] 2> 834395 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834396 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834398 INFO (qtp1119208502-30996) [n:127.0.0.1:58373_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZju96igFYvZtzegQDFONaCEEAv92fKU3zO2q4z8xHUiQ4B3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834398 INFO (qtp1119208502-30996) [n:127.0.0.1:58373_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZju96igFYvZtzegQDFONaCEEAv92fKU3zO2q4z8xHUiQ4B3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834398 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 0x158998ee3e1000e, 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> 834402 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834406 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834407 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834410 INFO (qtp1119208502-30998) [n:127.0.0.1:58373_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZju96igFYvZtzegQDFONaCEEAv92fKU3zO2q4z8xHUiQ4B3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834410 INFO (qtp1119208502-30998) [n:127.0.0.1:58373_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZju96igFYvZtzegQDFONaCEEAv92fKU3zO2q4z8xHUiQ4B3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834411 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 0x158998ee3e1000f, 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> 834415 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834416 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834418 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834420 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 0x158998ee3e10010, 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> 834435 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834436 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834438 INFO (qtp1119208502-31000) [n:127.0.0.1:58373_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZju-2igFYvZtztgUDFHpbAV8A1oHFWF21l6RSbVHfKLRNB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834438 INFO (qtp1119208502-31000) [n:127.0.0.1:58373_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZju-2igFYvZtztgUDFHpbAV8A1oHFWF21l6RSbVHfKLRNB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834439 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 0x158998ee3e10011, 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> 834444 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834445 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834448 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834449 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 0x158998ee3e10012, 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> 834452 INFO (qtp59978539-31004) [n:127.0.0.1:58376_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZju-2igFYvZtztgUDFHpbAV8A1oHFWF21l6RSbVHfKLRNB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834452 INFO (qtp59978539-31004) [n:127.0.0.1:58376_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZju-2igFYvZtztgUDFHpbAV8A1oHFWF21l6RSbVHfKLRNB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834454 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834468 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834469 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834472 INFO (qtp1119208502-31000) [n:127.0.0.1:58373_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZju_ZigFYvZtz2QYDFDlL_EqWcAQljEPfE3r4C12b4TLSB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834472 INFO (qtp1119208502-31000) [n:127.0.0.1:58373_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZju_ZigFYvZtz2QYDFDlL_EqWcAQljEPfE3r4C12b4TLSB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834473 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 0x158998ee3e10013, 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> 834477 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834478 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834481 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834482 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 0x158998ee3e10014, 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> 834484 INFO (qtp59978539-30995) [n:127.0.0.1:58376_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZju_ZigFYvZtz2QYDFDlL_EqWcAQljEPfE3r4C12b4TLSB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834484 INFO (qtp59978539-30995) [n:127.0.0.1:58376_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZju_ZigFYvZtz2QYDFDlL_EqWcAQljEPfE3r4C12b4TLSB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834487 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834501 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834502 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834505 INFO (qtp1119208502-30992) [n:127.0.0.1:58373_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZju_6igFYvZtz-gcDFErOMfs3B-AH36vh6s3nbl0p5qPoB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834505 INFO (qtp1119208502-30992) [n:127.0.0.1:58373_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZju_6igFYvZtz-gcDFErOMfs3B-AH36vh6s3nbl0p5qPoB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834506 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 0x158998ee3e10015, 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> 834508 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834510 INFO (qtp59978539-31006) [n:127.0.0.1:58376_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZju_6igFYvZtz-gcDFErOMfs3B-AH36vh6s3nbl0p5qPoB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834510 INFO (qtp59978539-31006) [n:127.0.0.1:58376_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZju_6igFYvZtz-gcDFErOMfs3B-AH36vh6s3nbl0p5qPoB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834514 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834514 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
[junit4] 2> 834538 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
[junit4] 2> 834554 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrCloudWithDelegationTokens
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=90800243793B8443
-Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=America/St_Barthelemy
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.04s J1 |
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but
was:<404>
[junit4] > at
__randomizedtesting.SeedInfo.seed([90800243793B8443:F83F3769A9A196AF]:0)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:141)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:295)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 834581 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
[junit4] 2> 834594 WARN (qtp1119208502-31000) [n:127.0.0.1:58373_solr
] o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: foo tries to renew a token
with renewer bar
[junit4] 2> 834595 WARN (qtp1119208502-31000) [n:127.0.0.1:58373_solr
] o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 834595 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834597 WARN (qtp59978539-31005) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: foo tries to renew a token
with renewer bar
[junit4] 2> 834597 WARN (qtp59978539-31005) [ ] o.a.s.s.KerberosPlugin
Could not find org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 834598 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834607 WARN (qtp1119208502-30989) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew
a token with renewer renewUser
[junit4] 2> 834608 WARN (qtp1119208502-30989) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 834608 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834610 WARN (qtp59978539-31005) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew
a token with renewer renewUser
[junit4] 2> 834610 WARN (qtp59978539-31005) [ ] o.a.s.s.KerberosPlugin
Could not find org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 834611 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834611 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
[junit4] 2> 834629 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
[junit4] 2> 834649 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834655 INFO (qtp1119208502-30996) [n:127.0.0.1:58373_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZjvCHigFYvZt0hwsDFF27XfjVK1Rn2uZGEoRXarADb20xB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834655 INFO (qtp1119208502-30996) [n:127.0.0.1:58373_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZjvCHigFYvZt0hwsDFF27XfjVK1Rn2uZGEoRXarADb20xB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834656 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
[junit4] 2> 834679 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
[junit4] 2> 834702 INFO (qtp1119208502-31001) [n:127.0.0.1:58373_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZjvC5igFYvZt0uQwDFPBZPqCpAafGX_fPVMbqvOs6HuCqB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834702 INFO (qtp1119208502-31001) [n:127.0.0.1:58373_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZjvC5igFYvZt0uQwDFPBZPqCpAafGX_fPVMbqvOs6HuCqB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834705 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834718 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[90800243793B8443])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 834719 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[90800243793B8443])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:58369/solr ready
[junit4] 2> 834719 INFO (qtp1119208502-31000) [n:127.0.0.1:58373_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAViZjvC5igFYvZt0uQwDFPBZPqCpAafGX_fPVMbqvOs6HuCqB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 834719 INFO (qtp1119208502-31000) [n:127.0.0.1:58373_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAViZjvC5igFYvZt0uQwDFPBZPqCpAafGX_fPVMbqvOs6HuCqB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 834724 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 0x158998ee3e10016, 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> 834728 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[90800243793B8443])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 834729 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[90800243793B8443])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
[junit4] 2> 834731 INFO (jetty-launcher-7789-thread-1) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@1dc58c90{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 834732 INFO (jetty-launcher-7789-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=599147233
[junit4] 2> 834732 INFO (jetty-launcher-7789-thread-2) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@b0eff58{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 834732 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=526980325
[junit4] 2> 834749 INFO (jetty-launcher-7789-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=96996230976045061-127.0.0.1:58373_solr-n_0000000000) closing
[junit4] 2> 834750 INFO
(OverseerStateUpdate-96996230976045061-127.0.0.1:58373_solr-n_0000000000)
[n:127.0.0.1:58373_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:58373_solr
[junit4] 2> 836251 WARN
(zkCallback-7800-thread-1-processing-n:127.0.0.1:58376_solr)
[n:127.0.0.1:58376_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 836251 WARN
(zkCallback-7799-thread-2-processing-n:127.0.0.1:58373_solr)
[n:127.0.0.1:58373_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 836253 ERROR
(Thread[Thread-1627,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:58376_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 836253 ERROR
(Thread[Thread-1629,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:58373_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 836308 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 0x158998ee3e10007, 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> 836310 INFO (jetty-launcher-7789-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@48837ef4{/solr,null,UNAVAILABLE}
[junit4] 2> 836311 INFO (jetty-launcher-7789-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@293ccfa9{/solr,null,UNAVAILABLE}
[junit4] 2> 836316 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:58369 58369
[junit4] 2> 836318 INFO (Thread-1610) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:58369 58369
[junit4] 2> 836320 WARN (Thread-1610) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 14 /solr/aliases.json
[junit4] 2> 14 /solr/clusterprops.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 14 /solr/clusterstate.json
[junit4] 2> 4 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 14 /solr/live_nodes
[junit4] 2> 14 /solr/collections
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
[junit4] 2>
[junit4] 2> 836325 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[90800243793B8443]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_90800243793B8443-001
[junit4] 2> Nov 25, 2016 3:37:13 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 3 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-KW,
timezone=America/St_Barthelemy
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=156964904,total=304254976
[junit4] 2> NOTE: All tests run in this JVM:
[PeerSyncWithIndexFingerprintCachingTest, DeleteInactiveReplicaTest,
ShardRoutingCustomTest, CacheHeaderTest, SuggesterWFSTTest,
FieldAnalysisRequestHandlerTest, TestConfigSetProperties,
TestShardHandlerFactory, TestFieldCacheReopen,
TestDynamicFieldCollectionResource, SolrIndexSplitterTest,
DistribCursorPagingTest, TestSolrQueryResponse,
BigEndianAscendingWordSerializerTest, TestExpandComponent,
LeaderInitiatedRecoveryOnCommitTest, TestSQLHandlerNonCloud,
TestOnReconnectListenerSupport, TestStandardQParsers, AddBlockUpdateTest,
MigrateRouteKeyTest, TestRawResponseWriter, TestSchemaManager,
SpatialHeatmapFacetsTest, TestFieldCacheSort, CollectionTooManyReplicasTest,
CdcrReplicationHandlerTest, TestPKIAuthenticationPlugin, EchoParamsTest,
ZkSolrClientTest, SortByFunctionTest, DistributedFacetPivotLongTailTest,
TestCryptoKeys, TestReplicaProperties, TestLockTree,
TestCopyFieldCollectionResource, CSVRequestHandlerTest, CollectionReloadTest,
AsyncCallRequestStatusResponseTest, HighlighterMaxOffsetTest,
AliasIntegrationTest, TestDynamicLoading, TestReRankQParserPlugin,
TestCollationFieldDocValues, OverseerRolesTest,
DefaultValueUpdateProcessorTest, HdfsCollectionsAPIDistributedZkTest,
CopyFieldTest, TestExactSharedStatsCache, PreAnalyzedUpdateProcessorTest,
TestQuerySenderNoQuery, TestRecovery, TestInfoStreamLogging, TestFiltering,
SparseHLLTest, CreateCollectionCleanupTest, TestPHPSerializedResponseWriter,
SmileWriterTest, TestUseDocValuesAsStored2, SpellPossibilityIteratorTest,
SolrCLIZkUtilsTest, URLClassifyProcessorTest, TestConfigOverlay,
CoreSorterTest, TestStressLiveNodes, QueryParsingTest, ShardSplitTest,
DebugComponentTest, ZkStateReaderTest, TestSolrCloudWithDelegationTokens]
[junit4] Completed [157/657 (2!)] on J1 in 5.74s, 8 tests, 1 failure <<<
FAILURES!
[...truncated 689 lines...]
[junit4] Suite: org.apache.solr.handler.admin.CoreAdminHandlerTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_90800243793B8443-001\init-core-data-001
[junit4] 2> 1673028 INFO
(SUITE-CoreAdminHandlerTest-seed#[90800243793B8443]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1673030 INFO
(SUITE-CoreAdminHandlerTest-seed#[90800243793B8443]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1673031 INFO
(SUITE-CoreAdminHandlerTest-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1673102 WARN
(SUITE-CoreAdminHandlerTest-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1673103 INFO
(SUITE-CoreAdminHandlerTest-seed#[90800243793B8443]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 1673120 INFO
(SUITE-CoreAdminHandlerTest-seed#[90800243793B8443]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1673192 WARN
(SUITE-CoreAdminHandlerTest-seed#[90800243793B8443]-worker) [ ]
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 1673194 INFO
(SUITE-CoreAdminHandlerTest-seed#[90800243793B8443]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1673206 INFO
(SUITE-CoreAdminHandlerTest-seed#[90800243793B8443]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1673220 INFO (coreLoadExecutor-7681-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1673244 WARN (coreLoadExecutor-7681-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1673245 INFO (coreLoadExecutor-7681-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 1673263 INFO (coreLoadExecutor-7681-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1673338 WARN (coreLoadExecutor-7681-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 1673341 INFO (coreLoadExecutor-7681-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1673358 INFO (coreLoadExecutor-7681-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1
[junit4] 2> 1673358 INFO (coreLoadExecutor-7681-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_90800243793B8443-001\init-core-data-001\]
[junit4] 2> 1673358 INFO (coreLoadExecutor-7681-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3b7d16d1
[junit4] 2> 1673359 INFO (coreLoadExecutor-7681-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1673375 INFO (coreLoadExecutor-7681-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1673375 INFO (coreLoadExecutor-7681-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1673377 INFO (coreLoadExecutor-7681-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1673377 INFO (coreLoadExecutor-7681-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1673377 INFO (coreLoadExecutor-7681-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDelete
[...truncated too long message...]
urce("solrj/sampleGroupResponse.xml");
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 41. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\client\solrj\response\QueryResponseTest.java
(at line 205)
[ecj-lint] InputStream is = new
SolrResourceLoader().openResource("solrj/sampleSimpleGroupResponse.xml");
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 42. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\client\solrj\response\TestClusteringResponse.java
(at line 41)
[ecj-lint] InputStream is = new
SolrResourceLoader().openResource("solrj/sampleClusteringResponse.xml");
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 43. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\ContentStreamTest.java
(at line 48)
[ecj-lint] InputStream is = new SolrResourceLoader().openResource(
"solrj/README" );
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 44. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\ContentStreamTest.java
(at line 77)
[ecj-lint] InputStream is = new SolrResourceLoader().openResource(
"solrj/README" );
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 45. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 59)
[ecj-lint] new JavaBinCodec().marshal(s, os);
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 46. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 61)
[ecj-lint] Object o = new JavaBinCodec().unmarshal(is);
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 47. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 168)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec(){
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 48. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 210)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec(){
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 49. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 228)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec();
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 50. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 251)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec();
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 51. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 286)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec();
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] 52. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 293)
[ecj-lint] return new JavaBinCodec().unmarshal(new
ByteArrayInputStream(bytes));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 53. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 346)
[ecj-lint] m1 = (Map) new JavaBinCodec(null, stringCache).unmarshal(new
ByteArrayInputStream(b1));
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 54. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 347)
[ecj-lint] m2 = (Map) new JavaBinCodec(null, stringCache).unmarshal(new
ByteArrayInputStream(b2));
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 55. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestJavaBinCodec.java
(at line 559)
[ecj-lint] JavaBinCodec javabin = new JavaBinCodec(null, stringCache);
[ecj-lint] ^^^^^^^
[ecj-lint] Resource leak: 'javabin' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 56. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestNamedListCodec.java
(at line 78)
[ecj-lint] new JavaBinCodec(null).marshal(nl,baos);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 57. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestNamedListCodec.java
(at line 80)
[ecj-lint] nl = (NamedList) new JavaBinCodec().unmarshal(new
ByteArrayInputStream(arr));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 58. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestNamedListCodec.java
(at line 118)
[ecj-lint] new JavaBinCodec(null).marshal(nl,baos);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 59. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestNamedListCodec.java
(at line 120)
[ecj-lint] nl = (NamedList) new JavaBinCodec().unmarshal(new
ByteArrayInputStream(arr));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 60. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestNamedListCodec.java
(at line 140)
[ecj-lint] new JavaBinCodec(null).marshal(r,baos);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 61. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestNamedListCodec.java
(at line 144)
[ecj-lint] NamedList result = (NamedList) new JavaBinCodec().unmarshal(new
ByteArrayInputStream(arr));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 62. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestNamedListCodec.java
(at line 251)
[ecj-lint] new JavaBinCodec(null).marshal(nl,baos);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 63. WARNING in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\solrj\src\test\org\apache\solr\common\util\TestNamedListCodec.java
(at line 254)
[ecj-lint] res = (NamedList) new JavaBinCodec().unmarshal(new
ByteArrayInputStream(arr));
[ecj-lint] ^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 63 problems (1 error, 62 warnings)
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:765: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:101: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build.xml:671: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:1998:
The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:2031:
Compile failed; see the compiler error output for details.
Total time: 96 minutes 14 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: [email protected]
For additional commands, e-mail: [email protected]