You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/02/18 02:34:32 UTC

[JENKINS-EA] Lucene-Solr-5.x-Linux (64bit/jdk-9-ea+105) - Build # 15607 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/15607/
Java: 64bit/jdk-9-ea+105 -XX:+UseCompressedOops -XX:+UseG1GC -XX:-UseSuperWord

2 tests failed.
FAILED:  org.apache.lucene.search.TestMinShouldMatch2.testNextVaryingNumberOfTerms

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([8A2C7EE93B6A4127:75FDE26C61843946]:0)
	at org.apache.lucene.search.BooleanScorer.scoreWindowIntoBitSetAndReplay(BooleanScorer.java:218)
	at org.apache.lucene.search.BooleanScorer.scoreWindowMultipleScorers(BooleanScorer.java:266)
	at org.apache.lucene.search.BooleanScorer.scoreWindow(BooleanScorer.java:311)
	at org.apache.lucene.search.BooleanScorer.score(BooleanScorer.java:335)
	at org.apache.lucene.search.BulkScorerWrapperScorer.refill(BulkScorerWrapperScorer.java:52)
	at org.apache.lucene.search.BulkScorerWrapperScorer.access$500(BulkScorerWrapperScorer.java:25)
	at org.apache.lucene.search.BulkScorerWrapperScorer$2.advance(BulkScorerWrapperScorer.java:101)
	at org.apache.lucene.search.BulkScorerWrapperScorer$2.nextDoc(BulkScorerWrapperScorer.java:95)
	at org.apache.lucene.search.TestMinShouldMatch2.assertNext(TestMinShouldMatch2.java:157)
	at org.apache.lucene.search.TestMinShouldMatch2.testNextVaryingNumberOfTerms(TestMinShouldMatch2.java:278)
	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:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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: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:804)


FAILED:  org.apache.lucene.util.automaton.TestUTF32ToUTF8.testRandomRegexes

Error Message:
7

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 7
	at __randomizedtesting.SeedInfo.seed([8A2C7EE93B6A4127:76880BEA52035F4E]:0)
	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
	at org.apache.lucene.util.automaton.TestUTF32ToUTF8.testRandomRegexes(TestUTF32ToUTF8.java:207)
	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:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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: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:804)




Build Log:
[...truncated 873 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestUTF32ToUTF8
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestUTF32ToUTF8 -Dtests.method=testRandomRegexes -Dtests.seed=8A2C7EE93B6A4127 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt-CV -Dtests.timezone=Pacific/Gambier -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.14s J0 | TestUTF32ToUTF8.testRandomRegexes <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 7
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8A2C7EE93B6A4127:76880BEA52035F4E]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:235)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:524)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestUTF32ToUTF8.testRandomRegexes(TestUTF32ToUTF8.java:207)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=9, maxDocsPerChunk=8, blockSize=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=9, blockSize=5)), sim=DefaultSimilarity, locale=pt-CV, timezone=Pacific/Gambier
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=308063160,total=535822336
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollectionUtil, TestSimilarityProvider, TestIntArrayDocIdSet, Test2BBinaryDocValues, TestSpanOrQuery, TestLucene50StoredFieldsFormat, Test2BNumericDocValues, TestRegexpRandom2, TestIndexFileDeleter, TestElevationComparator, TestPhrasePrefixQuery, TestNoDeletionPolicy, TestAllFilesDetectTruncation, TestNIOFSDirectory, TestSegmentReader, TestCodecUtil, TestSumDocFreq, TestIndexCommit, TestMergePolicyWrapper, TestCustomSearcherSort, TestHugeRamFile, TestSpansAdvanced, TestSort, TestCachingCollector, TestIntsRef, TestArrayUtil, TestTotalHitCountCollector, TestNoMergeScheduler, TestDocsAndPositions, TestDocBoost, TestSparseFixedBitDocIdSet, TestPrefixInBooleanQuery, TestBlockPostingsFormat2, TestIOUtils, TestCharTermAttributeImpl, TestMultiLevelSkipList, TestTermsEnum, TestSortRandom, TestLongBitSet, TestNot, TestRegexpQuery, TestMultiTermsEnum, TestLucene53NormsFormat, TestNotDocIdSet, Test2BPagedBytes, TestNearSpansOrdered, TestMultiTermQueryRewrites, TestIndexWriterFromReader, TestDocValues, TestUTF32ToUTF8]
   [junit4] Completed [169/421 (1!)] on J0 in 1.22s, 6 tests, 1 error <<< FAILURES!

[...truncated 634 lines...]
   [junit4] Suite: org.apache.lucene.search.TestMinShouldMatch2
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMinShouldMatch2 -Dtests.method=testNextVaryingNumberOfTerms -Dtests.seed=8A2C7EE93B6A4127 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt-AO -Dtests.timezone=Canada/Atlantic -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J2 | TestMinShouldMatch2.testNextVaryingNumberOfTerms <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8A2C7EE93B6A4127:75FDE26C61843946]:0)
   [junit4]    > 	at org.apache.lucene.search.BooleanScorer.scoreWindowIntoBitSetAndReplay(BooleanScorer.java:218)
   [junit4]    > 	at org.apache.lucene.search.BooleanScorer.scoreWindowMultipleScorers(BooleanScorer.java:266)
   [junit4]    > 	at org.apache.lucene.search.BooleanScorer.scoreWindow(BooleanScorer.java:311)
   [junit4]    > 	at org.apache.lucene.search.BooleanScorer.score(BooleanScorer.java:335)
   [junit4]    > 	at org.apache.lucene.search.BulkScorerWrapperScorer.refill(BulkScorerWrapperScorer.java:52)
   [junit4]    > 	at org.apache.lucene.search.BulkScorerWrapperScorer.access$500(BulkScorerWrapperScorer.java:25)
   [junit4]    > 	at org.apache.lucene.search.BulkScorerWrapperScorer$2.advance(BulkScorerWrapperScorer.java:101)
   [junit4]    > 	at org.apache.lucene.search.BulkScorerWrapperScorer$2.nextDoc(BulkScorerWrapperScorer.java:95)
   [junit4]    > 	at org.apache.lucene.search.TestMinShouldMatch2.assertNext(TestMinShouldMatch2.java:157)
   [junit4]    > 	at org.apache.lucene.search.TestMinShouldMatch2.testNextVaryingNumberOfTerms(TestMinShouldMatch2.java:278)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {field=FST50}, docValues:{dv=DocValuesFormat(name=Memory)}, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=pt-AO, timezone=Canada/Atlantic
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=380780128,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryBuilder, TestSloppyMath, TestCachingWrapperQuery, TestSegmentTermEnum, MultiCollectorTest, TestMultiMMap, TestFuzzyQuery, TestIndexWriterConfig, TestOmitNorms, TestSingleInstanceLockFactory, TestFilteredQuery, TestAutomatonQuery, TestConjunctions, TestDocValuesRewriteMethod, TestAutomatonQueryUnicode, TestDirectMonotonic, TestIndexWriterOnVMError, TestParallelCompositeReader, TestDefaultSimilarity, TestMaxTermFrequency, TestMaxPosition, TestParallelLeafReader, TestExceedMaxTermLength, TestMultiDocValues, TestNRTThreads, TestTermdocPerf, TestTransactions, TestTopFieldCollector, TestCachingWrapperFilter, TestSortRescorer, TestFilteredSearch, TestSpanNotQuery, TestCharFilter, TestOperations, TestQueryWrapperFilter, TestSpans, TestRecyclingByteBlockAllocator, TestMergedIterator, TestIndexWriterLockRelease, TestInPlaceMergeSorter, TestSpanExplanationsOfNonMatches, TestDeterminizeLexicon, TestLucene50TermVectorsFormat, TestCodecHoldsOpenFiles, TestTopDocsCollector, TestDocCount, TestRollingUpdates, TestPostingsOffsets, TestExternalCodecs, TestFilterIterator, TestPagedBytes, TestCloseableThreadLocal, TestLongPostings, TestMatchNoDocsQuery, TestSpanCollection, TestTwoPhaseCommitTool, TestOmitTf, TestCharsRef, TestBufferedIndexInput, TestConsistentFieldNumbers, TestSloppyPhraseQuery, TestNumericTokenStream, TestMultiPhraseEnum, TestBlockPostingsFormat, TestDocIdSetBuilder, TestPhraseQuery, TestDocIdSet, TestDocumentWriter, TestField, TestSortedSetSortField, TestIndexWriter, TestPerFieldDocValuesFormat, TestIndexWriterReader, TestIndexWriterMerging, TestNumericRangeQuery64, TestBytesStore, TestNumericRangeQuery32, TestAddIndexes, TestSearcherManager, TestDeletionPolicy, TestBooleanOr, TestFlushByRamOrCountsPolicy, TestIndexWriterDelete, TestIndexWriterMergePolicy, TestDuelingCodecs, TestPersistentSnapshotDeletionPolicy, TestAtomicUpdate, TestTimeLimitingCollector, TestSearchAfter, TestConcurrentMergeScheduler, TestStressIndexing, TestTieredMergePolicy, TestPerFieldPostingsFormat, TestDirectoryReader, TestFixedBitSet, TestComplexExplanations, TestNRTCachingDirectory, TestFastDecompressionMode, TestIndexWriterNRTIsCurrent, TestFieldCacheRewriteMethod, TestCrash, TestMultiThreadTermVectors, TestPerFieldPostingsFormat2, TestNumericUtils, TestTransactionRollback, TestFlex, TestSpanExplanations, TestFastCompressionMode, TestMergeSchedulerExternal, TestTermVectorsWriter, TestBytesRefHash, TestStressNRT, TestForceMergeForever, TestMultiFields, TestMultiTermConstantScore, TestLiveFieldValues, TestForTooMuchCloning, TestPayloads, TestWildcard, TestSimilarity2, TestFieldMaskingSpanQuery, TestSimpleExplanationsOfNonMatches, TestPerSegmentDeletes, TestMultiValuedNumericRangeQuery, TestIntBlockPool, TestBooleanQuery, TestComplexExplanationsOfNonMatches, TestUnicodeUtil, TestParallelReaderEmptyIndex, TestDocument, TestIndexableField, TestSentinelIntSet, TestWildcardRandom, TestPrefixRandom, TestRegexpRandom, TestFieldValueFilter, TestBooleanQueryVisitSubscorers, TestSizeBoundedForceMerge, TestConstantScoreQuery, TestBinaryTerms, TestPositionIncrement, TestSimilarity, TestFilterLeafReader, TestCachingTokenFilter, Test2BPostings, TestBinaryDocument, TestRamUsageEstimator, TestSpanFirstQuery, TestNoMergePolicy, TestByteBlockPool, TestBytesRef, TestDemo, TestPrefixFilter, Test4GBStoredFields, TestNGramPhraseQuery, Test2BPostingsBytes, Test2BTerms, TestPackedTokenAttributeImpl, TestForUtil, TestLucene50CompoundFormat, TestLucene50FieldInfoFormat, TestLucene50SegmentInfoFormat, TestLucene50StoredFieldsFormatHighCompression, TestFieldType, Test2BSortedDocValuesFixedSorted, Test2BSortedDocValuesOrds, TestAllFilesCheckIndexHeader, TestAllFilesHaveChecksumFooter, TestBinaryDocValuesUpdates, TestDocInverterPerFieldErrorInfo, TestFieldReuse, TestFilterDirectoryReader, TestIndexReaderClose, TestIndexWriterExceptions2, TestIndexWriterMaxDocs, TestIndexWriterOutOfFileDescriptors, TestInfoStream, TestMixedDocValuesUpdates, TestNumericDocValuesUpdates, TestOrdinalMap, TestReaderWrapperDVTypeCheck, TestSegmentInfos, TestSwappedIndexFiles, TestTerms, TestTragicIndexWriterDeadlock, TestTryDelete, TestBlendedTermQuery, TestBooleanRewrites, TestEarlyTermination, TestFieldValueQuery, TestIndexSearcher, TestMinShouldMatch2]
   [junit4] Completed [365/421 (2!)] on J2 in 2.69s, 6 tests, 1 failure <<< FAILURES!

[...truncated 273 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1033: There were test failures: 421 suites (1 ignored), 3386 tests, 1 error, 1 failure, 147 ignored (143 assumptions) [seed: 8A2C7EE93B6A4127]

Total time: 7 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any