Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20377/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

2 tests failed.
FAILED:  
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't 
used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise 
LogUpdateProcessor isn't used and can't be tested.
        at 
__randomizedtesting.SeedInfo.seed([EEFC03F9D0E86AE5:9F18FD2FA6034D29]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
count1=7, count2=7 - no 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: count1=7, count2=7 - no 'solr.node' logs in: 
{numFound=0,start=0,docs=[]}
        at 
__randomizedtesting.SeedInfo.seed([EEFC03F9D0E86AE5:B1182ECEBBE4F9A0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:90)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11413 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_EEFC03F9D0E86AE5-001/init-core-data-001
   [junit4]   2> 692777 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[EEFC03F9D0E86AE5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 693146 WARN  (coreLoadExecutor-2342-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 693148 WARN  (coreLoadExecutor-2342-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest 
-Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=EEFC03F9D0E86AE5 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-PH 
-Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.00s J1 | 
UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Tests must be run with 
INFO level logging otherwise LogUpdateProcessor isn't used and can't be tested.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EEFC03F9D0E86AE5:9F18FD2FA6034D29]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_EEFC03F9D0E86AE5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1814, maxMBSortInHeap=6.906478122863362, 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-PH, timezone=Asia/Baku
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=77564488,total=303427584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudPivotFacet, 
TestBM25SimilarityFactory, TestFiltering, TestLRUCache, StatsReloadRaceTest, 
TestPayloadScoreQParserPlugin, BasicAuthIntegrationTest, 
TestCustomDocTransformer, V2StandaloneTest, AssignBackwardCompatibilityTest, 
TestNumericTerms32, DisMaxRequestHandlerTest, 
TestCollectionsAPIViaSolrCloudCluster, TestSQLHandler, HdfsLockFactoryTest, 
CoreMergeIndexesAdminHandlerTest, SubstringBytesRefFilterTest, TestUpdate, 
AnalysisAfterCoreReloadTest, ShardRoutingCustomTest, ConvertedLegacyTest, 
DistributedQueueTest, SpellCheckComponentTest, 
TestEmbeddedSolrServerConstructors, SchemaVersionSpecificBehaviorTest, 
EnumFieldTest, TestAtomicUpdateErrorCases, TestDFISimilarityFactory, 
TestDocBasedVersionConstraints, TestAuthorizationFramework, 
CollectionsAPIDistributedZkTest, AddBlockUpdateTest, 
TestSha256AuthenticationProvider, LeaderElectionContextKeyTest, 
TermVectorComponentTest, WrapperMergePolicyFactoryTest, MetricsConfigTest, 
TestElisionMultitermQuery, LeaderInitiatedRecoveryOnCommitTest, 
TestSchemaNameResource, TestMultiValuedNumericRangeQuery, 
OpenCloseCoreStressTest, TestDistributedGrouping, AtomicUpdatesTest, 
CloudMLTQParserTest, TestTrackingShardHandlerFactory, TestSolrCLIRunExample, 
TestCustomStream, SuggestComponentContextFilterQueryTest, 
TestMiniSolrCloudClusterSSL, TestUnifiedSolrHighlighter, 
TestMaxTokenLenTokenizer, TestReloadAndDeleteDocs, AnalyticsMergeStrategyTest, 
TestExpandComponent, HLLSerializationTest, DocValuesTest, 
UpdateRequestProcessorFactoryTest]
   [junit4] Completed [200/732 (1!)] on J1 in 0.41s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 216 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_EEFC03F9D0E86AE5-001/init-core-data-001
   [junit4]   2> 831819 WARN  
(SUITE-SolrSlf4jReporterTest-seed#[EEFC03F9D0E86AE5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter 
-Dtests.seed=EEFC03F9D0E86AE5 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=he -Dtests.timezone=Indian/Mayotte -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 8.05s J1 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: count1=7, count2=7 - 
no 'solr.node' logs in: {numFound=0,start=0,docs=[]}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EEFC03F9D0E86AE5:B1182ECEBBE4F9A0]:0)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:90)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.SolrSlf4jReporterTest_EEFC03F9D0E86AE5-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=he, timezone=Indian/Mayotte
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=57792280,total=303558656
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudPivotFacet, 
TestBM25SimilarityFactory, TestFiltering, TestLRUCache, StatsReloadRaceTest, 
TestPayloadScoreQParserPlugin, BasicAuthIntegrationTest, 
TestCustomDocTransformer, V2StandaloneTest, AssignBackwardCompatibilityTest, 
TestNumericTerms32, DisMaxRequestHandlerTest, 
TestCollectionsAPIViaSolrCloudCluster, TestSQLHandler, HdfsLockFactoryTest, 
CoreMergeIndexesAdminHandlerTest, SubstringBytesRefFilterTest, TestUpdate, 
AnalysisAfterCoreReloadTest, ShardRoutingCustomTest, ConvertedLegacyTest, 
DistributedQueueTest, SpellCheckComponentTest, 
TestEmbeddedSolrServerConstructors, SchemaVersionSpecificBehaviorTest, 
EnumFieldTest, TestAtomicUpdateErrorCases, TestDFISimilarityFactory, 
TestDocBasedVersionConstraints, TestAuthorizationFramework, 
CollectionsAPIDistributedZkTest, AddBlockUpdateTest, 
TestSha256AuthenticationProvider, LeaderElectionContextKeyTest, 
TermVectorComponentTest, WrapperMergePolicyFactoryTest, MetricsConfigTest, 
TestElisionMultitermQuery, LeaderInitiatedRecoveryOnCommitTest, 
TestSchemaNameResource, TestMultiValuedNumericRangeQuery, 
OpenCloseCoreStressTest, TestDistributedGrouping, AtomicUpdatesTest, 
CloudMLTQParserTest, TestTrackingShardHandlerFactory, TestSolrCLIRunExample, 
TestCustomStream, SuggestComponentContextFilterQueryTest, 
TestMiniSolrCloudClusterSSL, TestUnifiedSolrHighlighter, 
TestMaxTokenLenTokenizer, TestReloadAndDeleteDocs, AnalyticsMergeStrategyTest, 
TestExpandComponent, HLLSerializationTest, DocValuesTest, 
UpdateRequestProcessorFactoryTest, TestSolrConfigHandler, 
LukeRequestHandlerTest, TestConfigsApi, 
StatelessScriptUpdateProcessorFactoryTest, ConfigureRecoveryStrategyTest, 
TestMaxScoreQueryParser, ConnectionManagerTest, ConnectionReuseTest, 
TestHalfAndHalfDocValues, HdfsUnloadDistributedZkTest, ZkControllerTest, 
TestChildDocTransformer, ReplicaListTransformerTest, 
TolerantUpdateProcessorTest, TestSubQueryTransformerDistrib, QueryParsingTest, 
MetricUtilsTest, OverseerModifyCollectionTest, SolrMetricReporterTest, 
TestValueSourceCache, ScriptEngineTest, DistanceFunctionTest, 
TestAnalyzeInfixSuggestions, TestFastLRUCache, ResourceLoaderTest, 
ZkFailoverTest, NoCacheHeaderTest, TestExactSharedStatsCache, 
TestGraphMLResponseWriter, DistributedFacetPivotLongTailTest, TestRestManager, 
SolrSlf4jReporterTest]
   [junit4] Completed [270/732 (2!)] on J1 in 8.10s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 40955 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to