Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java7-64-test-only/87869/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestNormsFormat.testRamBytesUsed

Error Message:
Actual RAM usage 4476, but got 3056, 31.724754244861487% error

Stack Trace:
java.lang.AssertionError: Actual RAM usage 4476, but got 3056, 
31.724754244861487% error
        at 
__randomizedtesting.SeedInfo.seed([8BBC918A027B9421:791F83CAC8048B77]: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:232)
        at 
org.apache.lucene.index.BaseNormsFormatTestCase.testRamBytesUsed(BaseNormsFormatTestCase.java:44)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        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.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 1522 lines...]
   [junit4] Suite: org.apache.lucene.index.TestNormsFormat
   [junit4] IGNOR/A 0.02s J6 | TestNormsFormat.testMergeStability
   [junit4]    > Assumption #1: The MockRandom PF randomizes content on the 
fly, so we can't check it
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestNormsFormat 
-Dtests.method=testRamBytesUsed -Dtests.seed=8BBC918A027B9421 -Dtests.slow=true 
-Dtests.locale=vi -Dtests.timezone=PRC -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 1.63s J6 | TestNormsFormat.testRamBytesUsed <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Actual RAM usage 4476, 
but got 3056, 31.724754244861487% error
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8BBC918A027B9421:791F83CAC8048B77]:0)
   [junit4]    >        at 
org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:232)
   [junit4]    >        at 
org.apache.lucene.index.BaseNormsFormatTestCase.testRamBytesUsed(BaseNormsFormatTestCase.java:44)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Lucene49: 
{foobar=PostingsFormat(name=Lucene41WithOrds), id=PostingsFormat(name=Memory 
doPackFST= true), stored=PostingsFormat(name=Memory doPackFST= true)}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): 
{foobar=DFR I(F)2}, locale=vi, timezone=PRC
   [junit4]   2> NOTE: Linux 3.2.0-26-generic amd64/Oracle Corporation 1.7.0_55 
(64-bit)/cpus=8,threads=1,free=86131680,total=348651520
   [junit4]   2> NOTE: All tests run in this JVM: [TestTransactions, 
TestSubScorerFreqs, TestSimpleFSDirectory, TestAllFilesHaveChecksumFooter, 
Test2BNumericDocValues, TestDateTools, TestBasicOperations, 
TestUniqueTermCount, TestBinaryDocument, TestTermsEnum, 
TestIndexWriterExceptions, TestFieldMaskingSpanQuery, TestIntsRef, 
TestDoubleBarrelLRUCache, TestNumericRangeQuery64, TestIndexWriterUnicode, 
TestDemo, TestIdentityHashSet, TestDeterminizeLexicon, TestLucene40NormsFormat, 
TestForceMergeForever, TestField, TestRegexpRandom, TestFieldReuse, 
TestReaderClosed, TestDocTermOrdsRangeFilter, TestFixedBitSet, TestSort, 
TestMultiDocValues, TestMixedCodecs, TestTransactionRollback, 
TestFastCompressionMode, TestStressIndexing2, 
TestRamUsageEstimatorOnWildAnimals, TestPayloadNearQuery, TestNoDeletionPolicy, 
TestMultiValuedNumericRangeQuery, TestAllFilesHaveCodecHeader, 
TestDocValuesScoring, TestCachingWrapperFilter, Test2BPostings, 
TestRecyclingByteBlockAllocator, TestNoMergeScheduler, TestTwoPhaseCommitTool, 
TestSimpleAttributeImpl, Test2BBinaryDocValues, TestLucene41StoredFieldsFormat, 
TestLogMergePolicy, TestNormsFormat]
   [junit4] Completed on J6 in 8.12s, 9 tests, 1 failure, 1 skipped <<< 
FAILURES!

[...truncated 49 lines...]
BUILD FAILED
/var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/build.xml:49:
 The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:1296:
 The following error occurred while executing this line:
/var/lib/jenkins/workspace/Lucene-trunk-Linux-Java7-64-test-only/checkout/lucene/common-build.xml:920:
 There were test failures: 401 suites, 3302 tests, 1 failure, 125 ignored (114 
assumptions)

Total time: 6 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to