You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/03/17 19:46:14 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 70 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/70/

2 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates

Error Message:
Captured an uncaught exception in thread: Thread[id=536, name=Lucene Merge Thread #2, state=RUNNABLE, group=TGRP-TestIndexWriterExceptions]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=536, name=Lucene Merge Thread #2, state=RUNNABLE, group=TGRP-TestIndexWriterExceptions]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
	at __randomizedtesting.SeedInfo.seed([9C13F0704A54FE3E]:0)
	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:345)
	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:696)
	at org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:691)
	at org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:4701)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4191)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3679)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1875)
	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1010)
	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:618)
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
	at org.apache.lucene.codecs.lucene50.Lucene50LiveDocsFormat.writeLiveDocs(Lucene50LiveDocsFormat.java:117)
	at org.apache.lucene.codecs.asserting.AssertingLiveDocsFormat.writeLiveDocs(AssertingLiveDocsFormat.java:74)
	at org.apache.lucene.index.ReadersAndUpdates.writeLiveDocs(ReadersAndUpdates.java:283)
	at org.apache.lucene.index.IndexWriter$ReaderPool.release(IndexWriter.java:543)
	at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:3560)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4248)
	... 3 more


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterExceptions

Error Message:
The test or suite printed 9842 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 9842 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
	at __randomizedtesting.SeedInfo.seed([9C13F0704A54FE3E]:0)
	at org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
	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)




Build Log:
[...truncated 911 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
   [junit4] IGNOR/A 0.00s J0 | TestIndexWriterExceptions.testTooManyTokens
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> mar 17, 2016 3:43:08 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #2,5,TGRP-TestIndexWriterExceptions]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([9C13F0704A54FE3E]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:345)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:696)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:691)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:4701)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4191)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3679)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1875)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1010)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:618)
   [junit4]   2> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene50.Lucene50LiveDocsFormat.writeLiveDocs(Lucene50LiveDocsFormat.java:117)
   [junit4]   2> 	at org.apache.lucene.codecs.asserting.AssertingLiveDocsFormat.writeLiveDocs(AssertingLiveDocsFormat.java:74)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.writeLiveDocs(ReadersAndUpdates.java:283)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter$ReaderPool.release(IndexWriter.java:543)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:3560)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4248)
   [junit4]   2> 	... 3 more
   [junit4]   2> 
   [junit4]   2> mar 17, 2016 3:43:08 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #0,5,TGRP-TestIndexWriterExceptions]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([9C13F0704A54FE3E]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]   2> Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1875)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1010)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:618)
   [junit4]   2> 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene50.Lucene50LiveDocsFormat.writeLiveDocs(Lucene50LiveDocsFormat.java:117)
   [junit4]   2> 	at org.apache.lucene.codecs.asserting.AssertingLiveDocsFormat.writeLiveDocs(AssertingLiveDocsFormat.java:74)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.writeLiveDocs(ReadersAndUpdates.java:283)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter$ReaderPool.release(IndexWriter.java:543)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:3560)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4248)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3679)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterExceptions -Dtests.method=testNoLostDeletesOrUpdates -Dtests.seed=9C13F0704A54FE3E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=America/Thule -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   5.09s J0 | TestIndexWriterExceptions.testNoLostDeletesOrUpdates <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=536, name=Lucene Merge Thread #2, state=RUNNABLE, group=TGRP-TestIndexWriterExceptions]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9C13F0704A54FE3E]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:345)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:696)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:691)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:4701)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4191)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3679)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]    > Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1875)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1010)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:618)
   [junit4]    > 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50LiveDocsFormat.writeLiveDocs(Lucene50LiveDocsFormat.java:117)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingLiveDocsFormat.writeLiveDocs(AssertingLiveDocsFormat.java:74)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.writeLiveDocs(ReadersAndUpdates.java:283)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$ReaderPool.release(IndexWriter.java:543)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:3560)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4248)
   [junit4]    > 	... 3 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=534, name=Lucene Merge Thread #0, state=RUNNABLE, group=TGRP-TestIndexWriterExceptions]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9C13F0704A54FE3E]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]    > Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1875)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:1010)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:618)
   [junit4]    > 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50LiveDocsFormat.writeLiveDocs(Lucene50LiveDocsFormat.java:117)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingLiveDocsFormat.writeLiveDocs(AssertingLiveDocsFormat.java:74)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.writeLiveDocs(ReadersAndUpdates.java:283)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$ReaderPool.release(IndexWriter.java:543)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitMerge(IndexWriter.java:3560)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4248)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3679)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=ClassicSimilarity, locale=es, timezone=America/Thule
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=4,threads=1,free=50791472,total=267911168
   [junit4]   2> NOTE: All tests run in this JVM: [TestNumericRangeQuery64, TestNoMergePolicy, TestUnicodeUtil, TestMultiPhraseQuery, TestMergeRateLimiter, TestLucene50CompoundFormat, TestDirectPacked, TestMultiTermQueryRewrites, TestEarlyTermination, TestSubScorerFreqs, TestBlockPostingsFormat2, TestTermScorer, TestFieldType, TestReusableStringReader, TestCustomNorms, TestFixedBitDocIdSet, TestVirtualMethod, TestAllFilesHaveChecksumFooter, TestSegmentInfos, TestNeverDelete, TestDeterminism, TestSingleInstanceLockFactory, TestBooleanQueryVisitSubscorers, TestCheckIndex, TestBinaryTerms, TestQueryRescorer, TestIndexWriterDelete, TestIndexWriterThreadsToSegments, TestConstantScoreQuery, TestSentinelIntSet, TestRecyclingByteBlockAllocator, TestDocValuesIndexing, Test4GBStoredFields, TestTermsEnum, TestBytesRef, TestIndexWriterLockRelease, TestBKD, TestPagedBytes, TestIndexWriterCommit, FuzzyTermOnShortTermsTest, TestDoc, TestThreadedForceMerge, TestAutomatonQuery, TestNRTReaderCleanup, TestNGramPhraseQuery, TestNeedsScores, TestCloseableThreadLocal, TestTermVectorsWriter, TestMultiValuedNumericRangeQuery, TestDuelingCodecsAtNight, TestSloppyMath, TestIntArrayDocIdSet, TestNotDocIdSet, TestSimilarity2, TestBooleanCoord, TestIndexWriter, TestSearcherManager, TestPriorityQueue, TestBooleanMinShouldMatch, TestTragicIndexWriterDeadlock, TestToken, TestLucene50StoredFieldsFormat, TestStringHelper, TestFilterIterator, TestSortRandom, TestForTooMuchCloning, TestIsCurrent, TestQueryBuilder, TestDemoParallelLeafReader, TestIndexWriterExceptions]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterExceptions -Dtests.seed=9C13F0704A54FE3E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=America/Thule -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestIndexWriterExceptions (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite printed 9842 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9C13F0704A54FE3E]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [213/415 (1!)] on J0 in 16.43s, 36 tests, 1 failure, 1 error, 1 skipped <<< FAILURES!

[...truncated 668 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build.xml:50: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/common-build.xml:1014: There were test failures: 415 suites (1 ignored), 3458 tests, 1 suite-level error, 1 error, 64 ignored (60 assumptions) [seed: 9C13F0704A54FE3E]

Total time: 7 minutes 50 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