Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1390/
2 tests failed.
FAILED: junit.framework.TestSuite.org.apache.lucene.search.TestBoolean2
Error Message:
GC overhead limit exceeded
Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
at __randomizedtesting.SeedInfo.seed([520982AAA1B3B324]:0)
at
org.apache.lucene.util.packed.PackedInts.getReaderNoHeader(PackedInts.java:802)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:91)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:135)
at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:119)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:696)
at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:865)
at
org.apache.lucene.search.TestBoolean2.afterClass(TestBoolean2.java:202)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
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.lucene.search.TestBoolean2
Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has
references to classes of which the sizes cannot be measured due to security
restrictions or Java 9 module encapsulation: - private static
org.apache.lucene.index.IndexReader org.apache.lucene.search.TestBoolean2.reader
Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?)
and null them, your test still has references to classes of which the sizes
cannot be measured due to security restrictions or Java 9 module encapsulation:
- private static org.apache.lucene.index.IndexReader
org.apache.lucene.search.TestBoolean2.reader
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
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: java.security.AccessControlException: access denied
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
at
java.security.AccessController.checkPermission(AccessController.java:884)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
at java.lang.Class.checkPackageAccess(Class.java:2372)
at java.lang.Class.checkMemberAccess(Class.java:2351)
at java.lang.Class.getDeclaredFields(Class.java:1915)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
at java.security.AccessController.doPrivileged(Native Method)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
... 10 more
Build Log:
[...truncated 1190 lines...]
[junit4] Suite: org.apache.lucene.search.TestBoolean2
[junit4] 2> NOTE: test params are:
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
chunkSize=630, maxDocsPerChunk=1, blockSize=5),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY,
chunkSize=630, blockSize=5)), sim=RandomSimilarity(queryNorm=false): {field=DFR
GB1}, locale=ar, timezone=America/Winnipeg
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=241673576,total=535822336
[junit4] 2> NOTE: All tests run in this JVM: [TestBooleanQuery,
TestTryDelete, TestSortRandom, TestDocumentsWriterDeleteQueue,
TestNumericDocValuesUpdates, TestPositiveScoresOnlyCollector,
TestRamUsageEstimator, TestWildcardRandom, TestDocIdSetBuilder, TestStressNRT,
TestIndexWriterOnJRECrash, Test2BDocs, TestGrowableByteArrayDataOutput,
TestFieldCacheRewriteMethod, TestPayloadsOnVectors, TestMultiThreadTermVectors,
TestMultiCollector, TestTermdocPerf, TestShardSearching, TestFieldValueQuery,
TestDocumentsWriterStallControl, TestPolygon2D, TestBM25Similarity,
TestStopFilter, TestIndexWriterOutOfFileDescriptors,
TestAllFilesHaveChecksumFooter, FiniteStringsIteratorTest,
TestSimpleFSLockFactory, TestTrackingDirectoryWrapper,
TestBlockPostingsFormat3, TestForceMergeForever, TestElevationComparator,
TestIntroSelector, TestConsistentFieldNumbers, TestMixedCodecs,
TestMultiFields, TestSumDocFreq, TestDuelingCodecsAtNight, TestSetOnce,
TestBooleanMinShouldMatch, TestFieldsReader, TestSmallFloat, TestRollback,
TestAutomatonQueryUnicode, TestDuelingCodecs, TestNamedSPILoader, TestPayloads,
TestLucene50FieldInfoFormat, TestIndexWriterFromReader,
TestLucene60PointsFormat, TestFlex, TestSpanBoostQuery, TestCheckIndex,
MultiCollectorTest, TestStressAdvance, TestMultiTermQueryRewrites,
TestOmitNorms, TestStandardAnalyzer, TestSpanNearQuery,
TestSpanExplanationsOfNonMatches, TestIndexWriterUnicode, TestInfoStream,
TestRoaringDocIdSet, TestDateTools, TestSortedSetDocValues, TestMultiDocValues,
Test2BPostingsBytes, TestNeedsScores, TestSimilarity2,
TestDocValuesRewriteMethod, TestLRUQueryCache, TestBoostQuery,
TestFlushByRamOrCountsPolicy, TestBoolean2]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestBoolean2
-Dtests.seed=520982AAA1B3B324 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=ar -Dtests.timezone=America/Winnipeg -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J1 | TestBoolean2 (suite) <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit
exceeded
[junit4] > at
__randomizedtesting.SeedInfo.seed([520982AAA1B3B324]:0)
[junit4] > at
org.apache.lucene.util.packed.PackedInts.getReaderNoHeader(PackedInts.java:802)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader.<init>(CompressingStoredFieldsIndexReader.java:91)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:135)
[junit4] > at
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
[junit4] > at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:119)
[junit4] > at
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
[junit4] > at
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:696)
[junit4] > at
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:865)
[junit4] > at
org.apache.lucene.search.TestBoolean2.afterClass(TestBoolean2.java:202)
[junit4] > at java.lang.Thread.run(Thread.java:745)Throwable #2:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?)
and null them, your test still has references to classes of which the sizes
cannot be measured due to security restrictions or Java 9 module encapsulation:
[junit4] > - private static org.apache.lucene.index.IndexReader
org.apache.lucene.search.TestBoolean2.reader
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.security.AccessControlException: access denied
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
[junit4] > at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] > at
java.security.AccessController.checkPermission(AccessController.java:884)
[junit4] > at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
[junit4] > at
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
[junit4] > at java.lang.Class.checkPackageAccess(Class.java:2372)
[junit4] > at java.lang.Class.checkMemberAccess(Class.java:2351)
[junit4] > at java.lang.Class.getDeclaredFields(Class.java:1915)
[junit4] > at java.security.AccessController.doPrivileged(Native
Method)
[junit4] > ... 10 more
[junit4] Completed [295/433 (1!)] on J1 in 176.73s, 10 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 460 lines...]
[junit4] JVM J1: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/temp/junit4-J1-20160912_233927_981.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/heapdumps/java_pid21378.hprof
...
[junit4] Heap dump file created [662757567 bytes in 16.708 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 21963 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:763: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:715:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid21378.hprof
Total time: 136 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
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]