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 49CD7D9E9 for ; Tue, 2 Oct 2012 10:46:29 +0000 (UTC) Received: (qmail 34957 invoked by uid 500); 2 Oct 2012 10:46:28 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 34914 invoked by uid 500); 2 Oct 2012 10:46:28 -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 34907 invoked by uid 99); 2 Oct 2012 10:46:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 10:46:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 209.85.220.48 is neither permitted nor denied by domain of lucene@mikemccandless.com) Received: from [209.85.220.48] (HELO mail-pa0-f48.google.com) (209.85.220.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 10:46:23 +0000 Received: by mail-pa0-f48.google.com with SMTP id kp12so6646358pab.35 for ; Tue, 02 Oct 2012 03:46:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding:x-gm-message-state; bh=gZqMgUMYCTDHJDTOWCJgAkvyGT9MMoYbqUKXO7Bo7wo=; b=oekQohkEyfhoyIYr8xXud4zbqJprF7T+4Odgtdxe8I5AOUxjTwLZsoV9fGlJ5loIch DZkoikge4hWuZ5L6RiywDJH0404/3aGpGMTLH0U9jC9M2PYAn9Ieodlu2/jMjWkv6oBI /X5pV67n+1SXkV/C0ckfRqvTGa6INOOrvHftgVMJqG0EDqFa0scGLLrZHtWS8xMFcw1j 4e5O8lLz8FWZluYsA3UhQ3TLlfVktRtE3H/sx4mvjpx+DjV4qZPGqZoXpwjX9GxQHvVH 95WBLZyK7CZNnepdMMOSQ5CcLfVHeLIIJOLs+7l7cS7HzvEZr5iMwHq6WunXy4qCQ0eK B+gw== Received: by 10.66.72.197 with SMTP id f5mr43166470pav.20.1349174763031; Tue, 02 Oct 2012 03:46:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.0.33 with HTTP; Tue, 2 Oct 2012 03:45:42 -0700 (PDT) In-Reply-To: <263548190.19.1349164438638.JavaMail.jenkins@serv1.sd-datasolutions.de> References: <263548190.19.1349164438638.JavaMail.jenkins@serv1.sd-datasolutions.de> From: Michael McCandless Date: Tue, 2 Oct 2012 06:45:42 -0400 Message-ID: Subject: Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/ibm-j9-jdk7) - Build # 1486 - Failure! To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQme84VunDLZHjbFl31p0E0e3bLr1UEm+P/kZy6zs8VnCyUV7cHoPsQ/KSvkyZvwDOq7i6qo X-Virus-Checked: Checked by ClamAV on apache.org I'll dig: this is spooky! It's the new assert verifying SegmentInfoPerCommit.sizeInBytes is correct..= . Mike McCandless http://blog.mikemccandless.com On Tue, Oct 2, 2012 at 3:53 AM, Policeman Jenkins Server wrote: > Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/1486/ > Java: 64bit/ibm-j9-jdk7 -Xjit:exclude=3D{org/apache/lucene/util/fst/FST.p= ack(IIF)Lorg/apache/lucene/util/fst/FST;} > > 1 tests failed. > REGRESSION: org.apache.lucene.index.TestRollingUpdates.testRollingUpdate= s > > Error Message: > expected:<819224> but was:<476819> > > Stack Trace: > java.lang.AssertionError: expected:<819224> but was:<476819> > at __randomizedtesting.SeedInfo.seed([F933992B299C139E:77C898529A= 02B655]:0) > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:472) > at org.junit.Assert.assertEquals(Assert.java:456) > at org.apache.lucene.index.TestRollingUpdates.testRollingUpdates(= TestRollingUpdates.java:150) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:88) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:55) > at java.lang.reflect.Method.invoke(Method.java:613) > at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Ran= domizedRunner.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(Tes= tRuleFieldCacheSanity.java:51) > at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(Abst= ractBeforeAfterRule.java:45) > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvar= iantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(Te= stRuleThreadAndTestName.java:48) > at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evalua= te(TestRuleIgnoreAfterMaxFailures.java:70) > at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRule= MarkFailure.java:48) > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.eval= uate(StatementAdapter.java:36) > at com.carrotsearch.randomizedtesting.ThreadLeakControl$Statement= Runner.run(ThreadLeakControl.java:358) > at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeo= utingTask(ThreadLeakControl.java:782) > at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluat= e(ThreadLeakControl.java:442) > at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleT= est(RandomizedRunner.java:746) > at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate= (RandomizedRunner.java:648) > at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate= (RandomizedRunner.java:682) > at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate= (RandomizedRunner.java:693) > at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(Abst= ractBeforeAfterRule.java:45) > at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestR= uleStoreClassName.java:42) > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvar= iantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverride= sOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverride= sOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.eval= uate(StatementAdapter.java:36) > at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(T= estRuleAssertionsRequired.java:43) > at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRule= MarkFailure.java:48) > at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evalua= te(TestRuleIgnoreAfterMaxFailures.java:70) > at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(Tes= tRuleIgnoreTestSuites.java:55) > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.eval= uate(StatementAdapter.java:36) > at com.carrotsearch.randomizedtesting.ThreadLeakControl$Statement= Runner.run(ThreadLeakControl.java:358) > at java.lang.Thread.run(Thread.java:777) > > > > > Build Log: > [...truncated 852 lines...] > [junit4:junit4] Suite: org.apache.lucene.index.TestRollingUpdates > [junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=3DTestRol= lingUpdates -Dtests.method=3DtestRollingUpdates -Dtests.seed=3DF933992B299C= 139E -Dtests.multiplier=3D3 -Dtests.slow=3Dtrue -Dtests.locale=3Dbg_BG -Dte= sts.timezone=3DSystemV/AST4 -Dtests.file.encoding=3DUTF-8 > [junit4:junit4] FAILURE 1.25s J0 | TestRollingUpdates.testRollingUpdates = <<< > [junit4:junit4] > Throwable #1: java.lang.AssertionError: expected:<81= 9224> but was:<476819> > [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([F933992B299= C139E:77C898529A02B655]:0) > [junit4:junit4] > at org.junit.Assert.fail(Assert.java:93) > [junit4:junit4] > at org.junit.Assert.failNotEquals(Assert.java:647= ) > [junit4:junit4] > at org.junit.Assert.assertEquals(Assert.java:128) > [junit4:junit4] > at org.junit.Assert.assertEquals(Assert.java:472) > [junit4:junit4] > at org.junit.Assert.assertEquals(Assert.java:456) > [junit4:junit4] > at org.apache.lucene.index.TestRollingUpdates.tes= tRollingUpdates(TestRollingUpdates.java:150) > [junit4:junit4] > at sun.reflect.NativeMethodAccessorImpl.invoke0(N= ative Method) > [junit4:junit4] > at sun.reflect.NativeMethodAccessorImpl.invoke(Na= tiveMethodAccessorImpl.java:88) > [junit4:junit4] > at sun.reflect.DelegatingMethodAccessorImpl.invok= e(DelegatingMethodAccessorImpl.java:55) > [junit4:junit4] > at java.lang.reflect.Method.invoke(Method.java:61= 3) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedR= unner.invoke(RandomizedRunner.java:1559) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedR= unner.access$600(RandomizedRunner.java:79) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedR= unner$6.evaluate(RandomizedRunner.java:737) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedR= unner$7.evaluate(RandomizedRunner.java:773) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedR= unner$8.evaluate(RandomizedRunner.java:787) > [junit4:junit4] > at org.apache.lucene.util.TestRuleSetupTeardownCh= ained$1.evaluate(TestRuleSetupTeardownChained.java:50) > [junit4:junit4] > at org.apache.lucene.util.TestRuleFieldCacheSanit= y$1.evaluate(TestRuleFieldCacheSanity.java:51) > [junit4:junit4] > at org.apache.lucene.util.AbstractBeforeAfterRule= $1.evaluate(AbstractBeforeAfterRule.java:45) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.Syste= mPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > [junit4:junit4] > at org.apache.lucene.util.TestRuleThreadAndTestNa= me$1.evaluate(TestRuleThreadAndTestName.java:48) > [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreAfterMaxF= ailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) > [junit4:junit4] > at org.apache.lucene.util.TestRuleMarkFailure$1.e= valuate(TestRuleMarkFailure.java:48) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.State= mentAdapter.evaluate(StatementAdapter.java:36) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakC= ontrol$StatementRunner.run(ThreadLeakControl.java:358) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakC= ontrol.forkTimeoutingTask(ThreadLeakControl.java:782) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakC= ontrol$3.evaluate(ThreadLeakControl.java:442) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedR= unner.runSingleTest(RandomizedRunner.java:746) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedR= unner$3.evaluate(RandomizedRunner.java:648) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedR= unner$4.evaluate(RandomizedRunner.java:682) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.RandomizedR= unner$5.evaluate(RandomizedRunner.java:693) > [junit4:junit4] > at org.apache.lucene.util.AbstractBeforeAfterRule= $1.evaluate(AbstractBeforeAfterRule.java:45) > [junit4:junit4] > at org.apache.lucene.util.TestRuleStoreClassName$= 1.evaluate(TestRuleStoreClassName.java:42) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.Syste= mPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.NoSha= dowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRu= le.java:39) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.NoSha= dowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRu= le.java:39) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.State= mentAdapter.evaluate(StatementAdapter.java:36) > [junit4:junit4] > at org.apache.lucene.util.TestRuleAssertionsRequi= red$1.evaluate(TestRuleAssertionsRequired.java:43) > [junit4:junit4] > at org.apache.lucene.util.TestRuleMarkFailure$1.e= valuate(TestRuleMarkFailure.java:48) > [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreAfterMaxF= ailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) > [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreTestSuite= s$1.evaluate(TestRuleIgnoreTestSuites.java:55) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.State= mentAdapter.evaluate(StatementAdapter.java:36) > [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakC= ontrol$StatementRunner.run(ThreadLeakControl.java:358) > [junit4:junit4] > at java.lang.Thread.run(Thread.java:777) > [junit4:junit4] 2> NOTE: test params are: codec=3DLucene40: {id=3DPosti= ngsFormat(name=3DDirect)}, sim=3DRandomSimilarityProvider(queryNorm=3Dfalse= ,coord=3Dyes): {titleTokenized=3DDFR I(ne)L3(800.0), body=3DDFR I(n)Z(0.3)}= , locale=3Dbg_BG, timezone=3DSystemV/AST4 > [junit4:junit4] 2> NOTE: Linux 3.2.0-31-generic amd64/IBM Corporation 1= .7.0 (64-bit)/cpus=3D8,threads=3D1,free=3D232580248,total=3D505282560 > [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestNewestSegment,= TestIndexCommit, TestTimeLimitingCollector, TestByteBlockPool, TestElevati= onComparator, TestConjunctions, TestIndexWriterCommit, TestNot, TestNumeric= TokenStream, TestPayloads, TestShardSearching, TestDateFilter, TestIndexWri= terReader, TestCheckIndex, TestSmallFloat, TestSort, TestLazyProxSkipping, = TestDoubleBarrelLRUCache, TestPhraseQuery, TestIndexWriter, TestOmitPositio= ns, Nested1, TestDeterminism, TestFilterIterator, TestWeakIdentityMap, Test= NumericUtils, TestSpanExplanationsOfNonMatches, TestByteSlices, TestCharTer= mAttributeImpl, TestBooleanQuery, TestTopScoreDocCollector, TestNGramPhrase= Query, TestIndexWriterExceptions, TestAtomicUpdate, TestRollback, TestBoole= anOr, TestPerFieldPostingsFormat2, TestBagOfPostings, TestConcurrentMergeSc= heduler, TestBufferedIndexInput, TestCopyBytes, TestParallelAtomicReader, N= estedSetupChain, NestedTeardownChain, TestWindowsMMap, TestPayloadSpans, Te= stParallelReaderEmptyIndex, TestComplexExplanations, TestTermVectors, TestM= ultiMMap, TestDirectoryReaderReopen, TestFieldInfos, TestDirectory, TestPay= loadExplanations, Nested, Nested, Nested, Nested, Nested, Nested, Nested, N= ested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nest= ed, Nested, Nested, Nested, Nested, TestReaderClosed, TestThreadedForceMerg= e, TestFixedBitSet, TestMergeSchedulerExternal, TestCrash, TestSearchForDup= licates, TestSnapshotDeletionPolicy, TestIndexWriterOnJRECrash, TestCaching= Collector, TestFieldValueFilter, TestByteArrayDataInput, TestPositiveScores= OnlyCollector, TestCloseableThreadLocal, TestSurrogates, TestRecyclingByteB= lockAllocator, TestRollingBuffer, TestImpersonation, TestVirtualMethod, Tes= tOpenBitSet, TestSimpleSearchEquivalence, TestFlushByRamOrCountsPolicy, Tes= tNRTThreads, TestLucene40PostingsFormat, TestAttributeSource, TestConsisten= tFieldNumbers, TestIndexWriterWithThreads, TestGraphTokenizers, TestNorms, = TestLookaheadTokenFilter, TestSearcherManager, TestDuelingCodecs, TestDelet= ionPolicy, TestAddIndexes, TestSearchAfter, TestArrayUtil, TestNRTCachingDi= rectory, TestIndexWriterForceMerge, TestPagedBytes, TestToken, TestCompound= File, TestSimpleExplanations, TestCustomNorms, TestDeterminizeLexicon, Test= TieredMergePolicy, TestDocValuesIndexing, TestHugeRamFile, TestStressNRT, T= estCrashCausesCorruptIndex, TestStressAdvance, TestLevenshteinAutomata, Tes= tMultiValuedNumericRangeQuery, TestFieldsReader, TestRollingUpdates] > [junit4:junit4] Completed on J0 in 1.80s, 2 tests, 1 failure <<< FAILURES= ! > > [...truncated 351 lines...] > BUILD FAILED > /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:38: The follow= ing 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:= 1143: The following error occurred while executing this line: > /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:= 816: There were test failures: 314 suites, 1833 tests, 1 failure, 18 ignore= d (10 assumptions) > > Total time: 8 minutes 12 seconds > Build step 'Invoke Ant' marked build as failure > Recording test results > Description set: Java: 64bit/ibm-j9-jdk7 -Xjit:exclude=3D{org/apache/luce= ne/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} > Email was triggered for: Failure > Sending email for trigger: Failure > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org