: BTW, Uwe, how come the reply-to for these failures is
: [email protected]?  It almost bit me ... (i.e. I must remember to do
: "reply all" not just "reply").

Are you sure that's not a quirk of your client?

 
0) the normal Reply-To 'list' header is added by ezmlm (documented) 

1) as recent committer the mail was CC'ed directly to you by jenkins 
(observed)

2) you use gmail as your MTA (suspected)

3) you recieved 2 copies of the email, one direct from jenkins and one via 
the mailing list (implied by #1)

4) gmail ignores dup messages, even if they've been modified by a mailing 
list and/or you sent the original message (documented)

5) gmail got the direct mail first, which didn't have the Reply-To set by 
the list. (conclusion drawn from #3 + #4)



: Mike McCandless
: 
: http://blog.mikemccandless.com
: 
: On Wed, Sep 3, 2014 at 2:11 PM, Policeman Jenkins Server
: <[email protected]> wrote:
: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11170/
: > Java: 64bit/jdk1.9.0-ea-b26 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
: >
: > 1 tests failed.
: > REGRESSION:  
org.apache.lucene.replicator.IndexReplicationClientTest.testConsistencyOnExceptions
: >
: > Error Message:
: > _2.fdt
: >
: > Stack Trace:
: > java.io.FileNotFoundException: _2.fdt
: >         at 
org.apache.lucene.store.RAMDirectory.fileLength(RAMDirectory.java:136)
: >         at 
org.apache.lucene.store.NRTCachingDirectory.fileLength(NRTCachingDirectory.java:137)
: >         at 
org.apache.lucene.store.MockDirectoryWrapper.fileLength(MockDirectoryWrapper.java:936)
: >         at 
org.apache.lucene.index.SegmentCommitInfo.sizeInBytes(SegmentCommitInfo.java:217)
: >         at 
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:546)
: >         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:207)
: >         at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:730)
: >         at org.apache.lucene.util.IOUtils.close(IOUtils.java:77)
: >         at 
org.apache.lucene.replicator.IndexReplicationClientTest.tearDown(IndexReplicationClientTest.java:154)
: >         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:484)
: >         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
: >         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:885)
: >         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:365)
: >         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
: >         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
: >         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:365)
: >         at java.lang.Thread.run(Thread.java:745)
: >
: >
: >
: >
: > Build Log:
: > [...truncated 9652 lines...]
: >    [junit4] Suite: org.apache.lucene.replicator.IndexReplicationClientTest
: >    [junit4]   1> CheckIndex failed
: >    [junit4]   1> Segments file=segments_3 numSegments=3 version=5.0.0 
id=58fd3bf153931bb967681e93ba82e29b format= userData={version=3}
: >    [junit4]   1>   1 of 3: name=_0 docCount=1
: >    [junit4]   1>     version=5.0.0
: >    [junit4]   1>     id=58fd3bf153931bb967681e93ba82e296
: >    [junit4]   1>     codec=Lucene410
: >    [junit4]   1>     compound=false
: >    [junit4]   1>     numFiles=4
: >    [junit4]   1>     size (MB)=0
: >    [junit4]   1>     diagnostics = {os=Linux, java.vendor=Oracle 
Corporation, java.version=1.9.0-ea, lucene.version=5.0.0, os.arch=amd64, 
source=flush, os.version=3.13.0-35-generic, timestamp=1409767844660}
: >    [junit4]   1>     no deletions
: >    [junit4]   1>     test: open reader.........OK
: >    [junit4]   1>     test: check integrity.....OK
: >    [junit4]   1>     test: check live docs.....OK
: >    [junit4]   1>     test: fields..............OK [0 fields]
: >    [junit4]   1>     test: field norms.........OK [0 fields]
: >    [junit4]   1>     test: terms, freq, prox...OK [0 terms; 0 terms/docs 
pairs; 0 tokens]
: >    [junit4]   1>     test: stored fields.......OK [0 total field count; avg 
0 fields per doc]
: >    [junit4]   1>     test: term vectors........OK [0 total vector count; 
avg 0 term/freq vector fields per doc]
: >    [junit4]   1>     test: docvalues...........OK [0 docvalues fields; 0 
BINARY; 0 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET]
: >    [junit4]   1>
: >    [junit4]   1>   2 of 3: name=_1 docCount=1
: >    [junit4]   1>     version=5.0.0
: >    [junit4]   1>     id=58fd3bf153931bb967681e93ba82e298
: >    [junit4]   1>     codec=Lucene410
: >    [junit4]   1>     compound=false
: >    [junit4]   1>     numFiles=4
: >    [junit4]   1>     size (MB)=0
: >    [junit4]   1>     diagnostics = {os=Linux, java.vendor=Oracle 
Corporation, java.version=1.9.0-ea, lucene.version=5.0.0, os.arch=amd64, 
source=flush, os.version=3.13.0-35-generic, timestamp=1409767844669}
: >    [junit4]   1>     no deletions
: >    [junit4]   1>     test: open reader.........OK
: >    [junit4]   1>     test: check integrity.....OK
: >    [junit4]   1>     test: check live docs.....OK
: >    [junit4]   1>     test: fields..............OK [0 fields]
: >    [junit4]   1>     test: field norms.........OK [0 fields]
: >    [junit4]   1>     test: terms, freq, prox...OK [0 terms; 0 terms/docs 
pairs; 0 tokens]
: >    [junit4]   1>     test: stored fields.......OK [0 total field count; avg 
0 fields per doc]
: >    [junit4]   1>     test: term vectors........OK [0 total vector count; 
avg 0 term/freq vector fields per doc]
: >    [junit4]   1>     test: docvalues...........OK [0 docvalues fields; 0 
BINARY; 0 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET]
: >    [junit4]   1>
: >    [junit4]   1>   3 of 3: name=_2 docCount=1
: >    [junit4]   1>     version=5.0.0
: >    [junit4]   1>     id=58fd3bf153931bb967681e93ba82e29a
: >    [junit4]   1>     codec=Lucene410
: >    [junit4]   1>     compound=false
: >    [junit4]   1>     numFiles=4
: >    [junit4]   1> FAILED
: >    [junit4]   1>     WARNING: fixIndex() would remove reference to this 
segment; full exception:
: >    [junit4]   1> java.io.FileNotFoundException: _2.fdt
: >    [junit4]   1>        at 
org.apache.lucene.store.RAMDirectory.fileLength(RAMDirectory.java:136)
: >    [junit4]   1>        at 
org.apache.lucene.store.NRTCachingDirectory.fileLength(NRTCachingDirectory.java:137)
: >    [junit4]   1>        at 
org.apache.lucene.index.SegmentCommitInfo.sizeInBytes(SegmentCommitInfo.java:217)
: >    [junit4]   1>        at 
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:546)
: >    [junit4]   1>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:207)
: >    [junit4]   1>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:196)
: >    [junit4]   1>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:192)
: >    [junit4]   1>        at 
org.apache.lucene.replicator.IndexReplicationClientTest$4.handleUpdateException(IndexReplicationClientTest.java:309)
: >    [junit4]   1>        at 
org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:78)
: >    [junit4]   1>
: >    [junit4]   1> WARNING: 1 broken segments (containing 1 documents) 
detected
: >    [junit4]   1>
: >    [junit4]   2> set 04, 2014 7:10:44 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
: >    [junit4]   2> ADVERTÊNCIA: Uncaught exception in thread: 
Thread[ReplicationThread-index,5,TGRP-IndexReplicationClientTest]
: >    [junit4]   2> java.lang.RuntimeException: CheckIndex failed
: >    [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([A9BD282CBD676EBF]:0)
: >    [junit4]   2>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:211)
: >    [junit4]   2>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:196)
: >    [junit4]   2>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:192)
: >    [junit4]   2>        at 
org.apache.lucene.replicator.IndexReplicationClientTest$4.handleUpdateException(IndexReplicationClientTest.java:309)
: >    [junit4]   2>        at 
org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:78)
: >    [junit4]   2>
: >    [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=IndexReplicationClientTest 
-Dtests.method=testConsistencyOnExceptions -Dtests.seed=A9BD282CBD676EBF 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt_BR 
-Dtests.timezone=MIT -Dtests.file.encoding=ISO-8859-1
: >    [junit4] ERROR   1.83s J1 | 
IndexReplicationClientTest.testConsistencyOnExceptions <<<
: >    [junit4]    > Throwable #1: java.io.FileNotFoundException: _2.fdt
: >    [junit4]    >        at 
org.apache.lucene.store.RAMDirectory.fileLength(RAMDirectory.java:136)
: >    [junit4]    >        at 
org.apache.lucene.store.NRTCachingDirectory.fileLength(NRTCachingDirectory.java:137)
: >    [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.fileLength(MockDirectoryWrapper.java:936)
: >    [junit4]    >        at 
org.apache.lucene.index.SegmentCommitInfo.sizeInBytes(SegmentCommitInfo.java:217)
: >    [junit4]    >        at 
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:546)
: >    [junit4]    >        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:207)
: >    [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:730)
: >    [junit4]    >        at 
org.apache.lucene.util.IOUtils.close(IOUtils.java:77)
: >    [junit4]    >        at 
org.apache.lucene.replicator.IndexReplicationClientTest.tearDown(IndexReplicationClientTest.java:154)
: >    [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable 
#2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=16, name=ReplicationThread-index, 
state=RUNNABLE, group=TGRP-IndexReplicationClientTest]
: >    [junit4]    > Caused by: java.lang.RuntimeException: CheckIndex failed
: >    [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A9BD282CBD676EBF]:0)
: >    [junit4]    >        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:211)
: >    [junit4]    >        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:196)
: >    [junit4]    >        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:192)
: >    [junit4]    >        at 
org.apache.lucene.replicator.IndexReplicationClientTest$4.handleUpdateException(IndexReplicationClientTest.java:309)
: >    [junit4]    >        at 
org.apache.lucene.replicator.ReplicationClient$ReplicationThread.run(ReplicationClient.java:78)
: >    [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/replicator/test/J1/./temp/lucene.replicator.IndexReplicationClientTest-A9BD282CBD676EBF-001
: >    [junit4]   2> NOTE: test params are: codec=Lucene410: {}, docValues:{}, 
sim=DefaultSimilarity, locale=pt_BR, timezone=MIT
: >    [junit4]   2> NOTE: Linux 3.13.0-35-generic amd64/Oracle Corporation 
1.9.0-ea (64-bit)/cpus=8,threads=1,free=107031128,total=127729664
: >    [junit4]   2> NOTE: All tests run in this JVM: 
[IndexReplicationClientTest]
: >    [junit4] Completed on J1 in 3.09s, 4 tests, 1 error <<< FAILURES!
: >
: > [...truncated 25 lines...]
: > BUILD FAILED
: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:491: The 
following error occurred while executing this line:
: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:471: The 
following error occurred while executing this line:
: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:60: The 
following error occurred while executing this line:
: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: 
The following error occurred while executing this line:
: > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:462: 
The following error occurred while executing this line:
: > 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:2082:
 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:1335:
 The following error occurred while executing this line:
: > 
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:950: 
There were test failures: 7 suites, 31 tests, 1 error
: >
: > Total time: 42 minutes 11 seconds
: > Build step 'Invoke Ant' marked build as failure
: > [description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b26 
-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
: > 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]
: 
: 

-Hoss
http://www.lucidworks.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to