Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9A64177DE for ; Wed, 5 Nov 2014 00:03:58 +0000 (UTC) Received: (qmail 38373 invoked by uid 500); 5 Nov 2014 00:03:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 38313 invoked by uid 500); 5 Nov 2014 00:03:58 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 38295 invoked by uid 99); 5 Nov 2014 00:03:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 00:03:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jenkins@thetaphi.de designates 188.138.97.18 as permitted sender) Received: from [188.138.97.18] (HELO serv1.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2014 00:03:30 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=serv1) by serv1.sd-datasolutions.de with esmtp (Exim 4.76) (envelope-from ) id 1Xlo4P-0007SJ-76; Wed, 05 Nov 2014 00:03:29 +0000 Date: Wed, 5 Nov 2014 00:03:10 +0000 (UTC) From: Policeman Jenkins Server To: janhoy@apache.org, mikemccand@apache.org, dev@lucene.apache.org Message-ID: <905720649.25.1415145808859.JavaMail.jenkins@serv1.sd-datasolutions.de> In-Reply-To: <2050598904.23.1415137119437.JavaMail.jenkins@serv1.sd-datasolutions.de> References: <2050598904.23.1415137119437.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_40-ea-b09) - Build # 11406 - Still Failing! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_24_1973893363.1415145790589" X-Jenkins-Job: Lucene-Solr-5.x-Linux X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_24_1973893363.1415145790589 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11406/ Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseConcMarkSweepGC (asserts: fa= lse) 1 tests failed. REGRESSION: org.apache.lucene.util.automaton.TestAutomaton.testRandomFinit= e Error Message: Determinizing automaton would result in more than 10000 states. Stack Trace: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determin= izing automaton would result in more than 10000 states. =09at __randomizedtesting.SeedInfo.seed([17CE8379D33E977E:5078E5446CAEF25F]= :0) =09at org.apache.lucene.util.automaton.Operations.determinize(Operations.ja= va:739) =09at org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomat= on.java:1080) =09at org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestA= utomaton.java:1033) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:62) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:43) =09at java.lang.reflect.Method.invoke(Method.java:497) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomized= Runner.java:1618) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Random= izedRunner.java:827) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Random= izedRunner.java:863) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Random= izedRunner.java:877) =09at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRu= leSetupTeardownChained.java:50) =09at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBef= oreAfterRule.java:46) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRul= e$1.evaluate(SystemPropertiesInvariantRule.java:55) =09at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleT= hreadAndTestName.java:49) =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test= RuleIgnoreAfterMaxFailures.java:65) =09at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai= lure.java:48) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:365) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTa= sk(ThreadLeakControl.java:798) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(Threa= dLeakControl.java:458) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran= domizedRunner.java:836) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Random= izedRunner.java:738) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Random= izedRunner.java:772) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Random= izedRunner.java:783) =09at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBef= oreAfterRule.java:46) =09at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStor= eClassName.java:42) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRul= e$1.evaluate(SystemPropertiesInvariantRule.java:55) =09at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMeth= odsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) =09at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMeth= odsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRule= AssertionsRequired.java:54) =09at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai= lure.java:48) =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test= RuleIgnoreAfterMaxFailures.java:65) =09at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIg= noreTestSuites.java:55) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:365) =09at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 1464 lines...] [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=3DTestAutomaton= -Dtests.method=3DtestRandomFinite -Dtests.seed=3D17CE8379D33E977E -Dtests.= multiplier=3D3 -Dtests.slow=3Dtrue -Dtests.locale=3Des_US -Dtests.timezone= =3DAmerica/Indiana/Indianapolis -Dtests.asserts=3Dfalse -Dtests.file.encodi= ng=3DISO-8859-1 [junit4] ERROR 5.76s J0 | TestAutomaton.testRandomFinite <<< [junit4] > Throwable #1: org.apache.lucene.util.automaton.TooComplexT= oDeterminizeException: Determinizing automaton would result in more than 10= 000 states. [junit4] > =09at __randomizedtesting.SeedInfo.seed([17CE8379D33E977E:= 5078E5446CAEF25F]:0) [junit4] > =09at org.apache.lucene.util.automaton.Operations.determin= ize(Operations.java:739) [junit4] > =09at org.apache.lucene.util.automaton.TestAutomaton.asser= tSame(TestAutomaton.java:1080) [junit4] > =09at org.apache.lucene.util.automaton.TestAutomaton.testR= andomFinite(TestAutomaton.java:1033) [junit4] > =09at java.lang.Thread.run(Thread.java:745) [junit4] 2> NOTE: test params are: codec=3DAsserting(Lucene50): {}, do= cValues:{}, sim=3DRandomSimilarityProvider(queryNorm=3Dtrue,coord=3Dno): {}= , locale=3Des_US, timezone=3DAmerica/Indiana/Indianapolis [junit4] 2> NOTE: Linux 3.13.0-39-generic i386/Oracle Corporation 1.8.= 0_40-ea (32-bit)/cpus=3D8,threads=3D1,free=3D202095872,total=3D518979584 [junit4] 2> NOTE: All tests run in this JVM: [TestStressIndexing2, Tes= tSizeBoundedForceMerge, TestNamedSPILoader, TestCustomSearcherSort, TestThr= eadedForceMerge, TestIndexWriterUnicode, TestBinaryDocument, TestIndexWrite= rDelete, TestTerms, TestHugeRamFile, TestPersistentSnapshotDeletionPolicy, = TestMutableValues, Test2BSortedDocValues, TestDateFilter, TestPayloadExplan= ations, TestIndexWriterExceptions, TestTermRangeFilter, TestBoolean2, TestC= omplexExplanationsOfNonMatches, TestSearchAfter, TestLazyProxSkipping, Test= SortRandom, TestCodecs, TestIntroSorter, TestNRTThreads, TestEliasFanoSeque= nce, TestTopScoreDocCollector, TestExternalCodecs, TestFSTs, TestRecyclingB= yteBlockAllocator, TestHighCompressionMode, TestPerFieldPostingsFormat, Tes= tPrefixCodedTerms, TestCollectionUtil, TestMultiDocValues, TestNumericToken= Stream, TestBytesRefArray, TestSpans, TestDocIdSetBuilder, TestMockCharFilt= er, TestWeakIdentityMap, Test2BPostingsBytes, TestTryDelete, TestPhrasePref= ixQuery, TestInPlaceMergeSorter, TestBroadWord, TestCharsRef, TestDocumentW= riter, TestBooleanQueryVisitSubscorers, TestStressAdvance, TestDirectory, T= estMultiLevelSkipList, TestSpanFirstQuery, TestPagedBytes, TestBytesStore, = TestMinShouldMatch2, Nested1, TestIndexWriterThreadsToSegments, TestMultiFi= elds, TestOrdinalMap, TestSumDocFreq, Nested1, TestSparseFixedBitDocIdSet, = TestIndexableField, TestByteSlices, TestDocTermOrdsRewriteMethod, TestOmitT= f, TestParallelLeafReader, TestStoredFieldsFormat, TestDocumentsWriterDelet= eQueue, TestBinaryTerms, TestPayloadSpans, Test2BPositions, TestIndexSearch= er, TestOfflineSorter, TestPositionIncrement, TestIndexWriterCommit, TestMi= xedCodecs, TestLock, TestSimpleAttributeImpl, TestSameScoresWithThreads, Te= stMatchAllDocsQuery, TestCloseableThreadLocal, TestSegmentMerger, TestIntBl= ockPool, TestCrash, TestSimilarityBase, TestPayloads, TestCompiledAutomaton= , TestSmallFloat, TestDirectoryReader, TestRegexpQuery, TestPrefixFilter, T= estAssertingTermVectorsFormat, TestEarlyTermination, TestRollback, TestBasi= cs, TestMixedDocValuesUpdates, TestIndexWriterOutOfFileDescriptors, TestTie= redMergePolicy, TestToken, TestBlockPostingsFormat, TestCompressingTermVect= orsFormat, TestLongPostings, TestMinimize, TestRollingUpdates, TestSnapshot= DeletionPolicy, TestLevenshteinAutomata, TestConsistentFieldNumbers, TestSi= mpleExplanations, TestCompressingStoredFieldsFormat, TestLockFactory, TestP= hraseQuery, TestBagOfPositions, TestFixedBitSet, TestComplexExplanations, T= estMockAnalyzer, TestIndexWriterNRTIsCurrent, TestMultiThreadTermVectors, T= estPayloadTermQuery, TestNumericUtils, TestIndexWriterOnDiskFull, TestPosti= ngsOffsets, TestFlex, TestSpanExplanations, TestMultiPhraseQuery, TestDeter= minism, TestDocsAndPositions, TestMergeSchedulerExternal, TestFieldCacheRan= geFilter, TestBagOfPostings, TestTermVectorsWriter, TestCharTermAttributeIm= pl, TestIndexInput, TestSloppyPhraseQuery2, TestForceMergeForever, TestQuer= yWrapperFilter, TestTermRangeQuery, TestCrashCausesCorruptIndex, TestMultiT= ermConstantScore, TestForTooMuchCloning, Nested, Nested, Nested, Nested, Ne= sted, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Neste= d, Nested, Nested, Nested, Nested, Nested, Nested, Nested, TestFuzzyQuery, = TestWildcard, TestFieldMaskingSpanQuery, TestSimpleExplanationsOfNonMatches= , TestTermVectors, TestSpansAdvanced2, TestPerSegmentDeletes, TestMultiValu= edNumericRangeQuery, TestPrefixInBooleanQuery, TestSegmentTermEnum, TestUni= codeUtil, TestMaxTermFrequency, TestTermScorer, TestSentinelIntSet, TestWin= dowsMMap, TestPrefixRandom, TestPayloadsOnVectors, TestFieldValueFilter, Te= stSearchForDuplicates, TestPrefixQuery, TestDocIdSet, TestFilteredSearch, T= estRecyclingIntBlockAllocator, TestMultiTermQueryRewrites, TestDateSort, Te= stIdentityHashSet, TestVirtualMethod, TestSimilarityProvider, TestFilterLea= fReader, TestSearch, TestSpansAdvanced, TestSameTokenSamePosition, NestedSe= tupChain, NestedTeardownChain, TestTotalHitCountCollector, TestRamUsageEsti= mator, TestIndexWriterLockRelease, Nested1, TestAssertions, TestNot, TestVe= rsion, TestReaderClosed, TestNGramPhraseQuery, TestTermdocPerf, TestTerm, T= estNewestSegment, Test2BNumericDocValues, Test2BPagedBytes, TestPackedToken= AttributeImpl, TestAssertingNormsFormat, TestLucene50FieldInfoFormat, TestL= ucene50SegmentInfoFormat, TestLucene50StoredFieldsFormat, TestAllFilesHaveC= hecksumFooter, TestBinaryDocValuesUpdates, TestStressDeletes, FuzzyTermOnSh= ortTermsTest, TestBooleanCoord, TestBooleanUnevenly, TestControlledRealTime= ReopenThread, TestQueryRescorer, TestSortRescorer, TestSortedNumericSortFie= ld, TestSortedSetSelector, TestSortedSetSortField, TestFilterDirectory, Tes= tNIOFSDirectory, TestRateLimitedDirectoryWrapper, TestRateLimiter, TestSimp= leFSDirectory, TestCharsRefBuilder, TestLongBitSet, TestNotDocIdSet, TestSt= ringHelper, TestAutomaton] [junit4] Completed on J0 in 6.61s, 42 tests, 1 error <<< FAILURES! [...truncated 28 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The followi= ng error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:473: The followi= ng error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The followin= g error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The = following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build.xml:49: The f= ollowing error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:13= 59: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:96= 6: There were test failures: 404 suites, 3309 tests, 1 error, 62 ignored (5= 2 assumptions) Total time: 26 minutes 32 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b09 -clien= t -XX:+UseConcMarkSweepGC (asserts: false) Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any ------=_Part_24_1973893363.1415145790589 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org ------=_Part_24_1973893363.1415145790589--