i disabled Direct for this test. On Sun, Dec 22, 2013 at 12:58 AM, Policeman Jenkins Server <[email protected]> wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8779/ > Java: 64bit/jdk1.7.0_60-ea-b01 -XX:+UseCompressedOops -XX:+UseSerialGC > > 1 tests failed. > REGRESSION: > org.apache.lucene.analysis.core.TestBugInSomething.testUnicodeShinglesAndNgrams > > Error Message: > Java heap space > > Stack Trace: > java.lang.OutOfMemoryError: Java heap space > at > __randomizedtesting.SeedInfo.seed([7A0889E0CF1E38EC:4720D4846F8E46D]:0) > at org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:346) > at > org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:323) > at > org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:128) > at > org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:112) > at > org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:205) > at > org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:260) > at > org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:109) > at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:95) > at > org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:59) > at > org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:728) > at > org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:49) > at > org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:64) > at > org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:737) > at org.apache.lucene.util.IOUtils.close(IOUtils.java:139) > at > org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:532) > at > org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:428) > at > org.apache.lucene.analysis.core.TestBugInSomething.testUnicodeShinglesAndNgrams(TestBugInSomething.java:255) > 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:1559) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) > 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:70) > > > > > Build Log: > [...truncated 5638 lines...] > [junit4] Suite: org.apache.lucene.analysis.core.TestBugInSomething > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestBugInSomething -Dtests.method=testUnicodeShinglesAndNgrams > -Dtests.seed=7A0889E0CF1E38EC -Dtests.multiplier=3 -Dtests.slow=true > -Dtests.locale=es_CO -Dtests.timezone=Atlantic/Bermuda > -Dtests.file.encoding=UTF-8 > [junit4] ERROR 111s J0 | > TestBugInSomething.testUnicodeShinglesAndNgrams <<< > [junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space > [junit4] > at > __randomizedtesting.SeedInfo.seed([7A0889E0CF1E38EC:4720D4846F8E46D]:0) > [junit4] > at > org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:346) > [junit4] > at > org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:323) > [junit4] > at > org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:128) > [junit4] > at > org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:112) > [junit4] > at > org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:205) > [junit4] > at > org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:260) > [junit4] > at > org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:109) > [junit4] > at > org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:95) > [junit4] > at > org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:59) > [junit4] > at > org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:728) > [junit4] > at > org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:49) > [junit4] > at > org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:64) > [junit4] > at > org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:737) > [junit4] > at > org.apache.lucene.util.IOUtils.close(IOUtils.java:139) > [junit4] > at > org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:532) > [junit4] > at > org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:428) > [junit4] > at > org.apache.lucene.analysis.core.TestBugInSomething.testUnicodeShinglesAndNgrams(TestBugInSomething.java:255) > [junit4] 2> NOTE: test params are: codec=Lucene46: > {dummy=PostingsFormat(name=Direct)}, docValues:{}, sim=DefaultSimilarity, > locale=es_CO, timezone=Atlantic/Bermuda > [junit4] 2> NOTE: Linux 3.8.0-34-generic amd64/Oracle Corporation > 1.7.0_60-ea (64-bit)/cpus=8,threads=1,free=46520120,total=518979584 > [junit4] 2> NOTE: All tests run in this JVM: > [DateRecognizerSinkTokenizerTest, TestLatvianStemFilterFactory, > TestTypeTokenFilter, TestSnowballVocab, TestCharArraySet, > TestSpanishAnalyzer, TestNorwegianLightStemFilter, TestFrenchLightStemFilter, > TestCommonGramsQueryFilterFactory, TestBulgarianStemFilterFactory, > TestWordDelimiterFilter, TestKeepWordFilter, > TestSpanishLightStemFilterFactory, TestNorwegianMinimalStemFilter, > HunspellStemmerTest, TestThaiWordFilterFactory, TestFinnishLightStemFilter, > TestRemoveDuplicatesTokenFilterFactory, TestCharTokenizers, > TestReversePathHierarchyTokenizer, TestHindiNormalizer, > TestMappingCharFilter, TestKeywordAnalyzer, TestSnowballPorterFilterFactory, > TestIrishLowerCaseFilter, TestLatvianStemmer, TestKStemmer, > TestUAX29URLEmailTokenizerFactory, > TestScandinavianNormalizationFilterFactory, TestPortugueseAnalyzer, > TestGermanMinimalStemFilter, TestFactories, TestHindiStemmer, > TestSwedishAnalyzer, TestDuelingAnalyzers, TestIndonesianStemmer, > TestReverseStringFilter, TestTrimFilter, TestFrenchMinimalStemFilter, > TestPatternTokenizer, TestStemmerOverrideFilterFactory, > TestKeywordRepeatFilter, TestGalicianStemFilterFactory, > TestStemmerOverrideFilter, TestPortugueseMinimalStemFilter, > TestRussianAnalyzer, TestScandinavianFoldingFilter, TestSynonymFilterFactory, > TestGermanNormalizationFilter, TestPatternReplaceFilter, > TestPatternReplaceCharFilter, TestItalianLightStemFilter, > TestGalicianAnalyzer, TestKStemFilterFactory, > TestLimitTokenCountFilterFactory, TestRemoveDuplicatesTokenFilter, > TestClassicAnalyzer, TestCJKAnalyzer, NGramTokenizerTest, > TestPorterStemFilter, TestASCIIFoldingFilter, TestHindiAnalyzer, > TestCatalanAnalyzer, TestBulgarianAnalyzer, TestArabicStemFilter, > TestPersianCharFilter, TestStopFilter, TestArabicNormalizationFilter, > TestCommonGramsFilterFactory, TestPatternTokenizerFactory, > TestAnalysisSPILoader, TestShingleFilterFactory, TestBugInSomething] > [junit4] Completed on J0 in 110.78s, 3 tests, 1 error <<< FAILURES! > > [...truncated 1 lines...] > [junit4] JVM J0: stdout was not empty, see: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20131222_055455_246.sysout > [junit4] >>> JVM J0: stdout (verbatim) ---- > [junit4] java.lang.OutOfMemoryError: Java heap space > [junit4] Dumping heap to > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/heapdumps/java_pid31610.hprof > ... > [junit4] Heap dump file created [542745292 bytes in 2.571 secs] > [junit4] <<< JVM J0: EOF ---- > > [...truncated 9 lines...] > BUILD FAILED > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:453: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:433: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:539: The > following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:2023: > The following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/analysis/build.xml:106: > The following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/analysis/build.xml:38: > The following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:60: > The following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1304: > The following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:937: > There were test failures: 222 suites, 1236 tests, 1 error, 1 ignored > > Total time: 13 minutes 11 seconds > Build step 'Invoke Ant' marked build as failure > Description set: Java: 64bit/jdk1.7.0_60-ea-b01 -XX:+UseCompressedOops > -XX:+UseSerialGC > Archiving artifacts > Recording test results > Email was triggered for: Failure > Sending email for trigger: Failure > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
