Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10477/
Java: 64bit/jdk1.8.0_20-ea-b15 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
REGRESSION:  
org.apache.lucene.codecs.lucene3x.TestLucene3xStoredFieldsFormat.testRamBytesUsed

Error Message:
Actual RAM usage 1840, but got 736, 60.0% error

Stack Trace:
java.lang.AssertionError: Actual RAM usage 1840, but got 736, 60.0% error
        at 
__randomizedtesting.SeedInfo.seed([2683353ACF814603:D420277A05FE5955]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:237)
        at 
org.apache.lucene.index.BaseStoredFieldsFormatTestCase.testRamBytesUsed(BaseStoredFieldsFormatTestCase.java:71)
        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:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 769 lines...]
   [junit4] Suite: 
org.apache.lucene.codecs.lucene3x.TestLucene3xStoredFieldsFormat
   [junit4] IGNOR/A 0.01s J1 | TestLucene3xStoredFieldsFormat.testWriteReadMerge
   [junit4]    > Assumption #1: impersonation isnt good enough
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLucene3xStoredFieldsFormat -Dtests.method=testRamBytesUsed 
-Dtests.seed=2683353ACF814603 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ro_RO -Dtests.timezone=Africa/Juba -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.22s J1 | TestLucene3xStoredFieldsFormat.testRamBytesUsed 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Actual RAM usage 1840, 
but got 736, 60.0% error
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2683353ACF814603:D420277A05FE5955]:0)
   [junit4]    >        at 
org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:237)
   [junit4]    >        at 
org.apache.lucene.index.BaseStoredFieldsFormatTestCase.testRamBytesUsed(BaseStoredFieldsFormatTestCase.java:71)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4] IGNOR/A 0.00s J1 | TestLucene3xStoredFieldsFormat.testBigDocuments
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/core/test/J1/./lucene.codecs.lucene3x.TestLucene3xStoredFieldsFormat-2683353ACF814603-001
   [junit4]   2> NOTE: test params are: codec=Lucene45, 
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {id=DFR I(ne)B1}, 
locale=ro_RO, timezone=Africa/Juba
   [junit4]   2> NOTE: Linux 3.8.0-41-generic amd64/Oracle Corporation 
1.8.0_20-ea (64-bit)/cpus=8,threads=1,free=154655344,total=310378496
   [junit4]   2> NOTE: All tests run in this JVM: [TestSumDocFreq, 
ThrowInUncaught, Nested1, TestNGramPhraseQuery, TestByteArrayDataInput, 
TestBoolean2, TestIndexWriterExceptions, TestTerm, TestSimpleFSDirectory, 
TestTieredMergePolicy, TestNoDeletionPolicy, TestMixedCodecs, TestPrefixQuery, 
Before3, Before3, TestFilteredQuery, TestSpanExplanationsOfNonMatches, 
TestMultiFields, TestLiveFieldValues, TestBasics, TestNewestSegment, 
TestIndexInput, TestDateFilter, TestDocsAndPositions, TestSegmentTermEnum, 
TestSortDocValues, TestMathUtil, TestLucene40StoredFieldsFormat, 
TestRAMDirectory, TestBlockPostingsFormat2, TestWildcardRandom, 
TestExplanations, TestNRTCachingDirectory, NestedSetupChain, 
NestedTeardownChain, TestIsCurrent, TestCachingCollector, 
TestIndexWriterUnicode, TestIndexWriterMergePolicy, TestSnapshotDeletionPolicy, 
TestImpersonation, TestThreadedForceMerge, TestTopDocsCollector, 
TestMultiValuedNumericRangeQuery, TestStringHelper, TestAddIndexes, 
TestSearchWithThreads, TestWeakIdentityMap, TestDocValuesIndexing, 
TestLucene3xTermVectorsFormat, TestLevenshteinAutomata, TestDocIdSet, 
TestLucene42NormsFormat, TestIndexWriterNRTIsCurrent, Nested2, Nested, 
TestFieldCache, Nested, TestTimSorter, TestGraphTokenizers, 
TestPForDeltaDocIdSet, TestHighCompressionMode, 
TestDocInverterPerFieldErrorInfo, TestLongPostings, TestEarlyTermination, 
TestIndexWriterDelete, TestFieldMaskingSpanQuery, TestDateSort, TestForUtil, 
TestBagOfPostings, TestAtomicUpdate, TestDocumentWriter, 
TestLucene3xStoredFieldsFormat]
   [junit4] Completed on J1 in 14.99s, 13 tests, 1 failure, 2 skipped <<< 
FAILURES!

[...truncated 1127 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build.xml:49: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1297: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:921: 
There were test failures: 413 suites, 3463 tests, 1 failure, 136 ignored (125 
assumptions)

Total time: 22 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0_20-ea-b15 -XX:-UseCompressedOops 
-XX:+UseParallelGC
Archiving artifacts
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]

Reply via email to