Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/965/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED:
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
Error Message:
MockDirectoryWrapper: cannot close: there are still 7 open files: {_m.cfs=1,
_r.cfs=1, _q.cfs=1, _p.cfs=1, _n.cfs=1, _g.cfs=1, _f.cfs=1}
Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still
7 open files: {_m.cfs=1, _r.cfs=1, _q.cfs=1, _p.cfs=1, _n.cfs=1, _g.cfs=1,
_f.cfs=1}
at
__randomizedtesting.SeedInfo.seed([4A5A215BC5BEC4EE:2BF729D419904752]:0)
at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:838)
at
org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
at
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads(TestIndexWriterWithThreads.java:458)
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:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: unclosed IndexInput: _g.cfs
at
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:730)
at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:773)
at
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:78)
at
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:70)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:100)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
at
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:271)
at
org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:327)
at
org.apache.lucene.index.FrozenBufferedUpdates.forceApply(FrozenBufferedUpdates.java:221)
at
org.apache.lucene.index.FrozenBufferedUpdates.tryApply(FrozenBufferedUpdates.java:159)
at
org.apache.lucene.index.BufferedUpdatesStream.waitApply(BufferedUpdatesStream.java:232)
at
org.apache.lucene.index.BufferedUpdatesStream.waitApplyForMerge(BufferedUpdatesStream.java:206)
at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4215)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4071)
at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
Build Log:
[...truncated 1429 lines...]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestIndexWriterWithThreads
-Dtests.method=testIOExceptionDuringAbortWithThreads
-Dtests.seed=4A5A215BC5BEC4EE -Dtests.slow=true -Dtests.locale=ar-EG
-Dtests.timezone=Canada/Yukon -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.09s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads <<<
[junit4] > Throwable #1: java.lang.RuntimeException:
MockDirectoryWrapper: cannot close: there are still 7 open files: {_m.cfs=1,
_r.cfs=1, _q.cfs=1, _p.cfs=1, _n.cfs=1, _g.cfs=1, _f.cfs=1}
[junit4] > at
__randomizedtesting.SeedInfo.seed([4A5A215BC5BEC4EE:2BF729D419904752]:0)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:838)
[junit4] > at
org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
[junit4] > at
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads(TestIndexWriterWithThreads.java:458)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: unclosed IndexInput:
_g.cfs
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:730)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:773)
[junit4] > at
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:78)
[junit4] > at
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:70)
[junit4] > at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:100)
[junit4] > at
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
[junit4] > at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
[junit4] > at
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:271)
[junit4] > at
org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:327)
[junit4] > at
org.apache.lucene.index.FrozenBufferedUpdates.forceApply(FrozenBufferedUpdates.java:221)
[junit4] > at
org.apache.lucene.index.FrozenBufferedUpdates.tryApply(FrozenBufferedUpdates.java:159)
[junit4] > at
org.apache.lucene.index.BufferedUpdatesStream.waitApply(BufferedUpdatesStream.java:232)
[junit4] > at
org.apache.lucene.index.BufferedUpdatesStream.waitApplyForMerge(BufferedUpdatesStream.java:206)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4215)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4071)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=RandomSimilarity(queryNorm=true): {field=DFR I(ne)LZ(0.3),
titleTokenized=DFR I(F)L1, body=DFR G3(800.0)}, locale=ar-EG,
timezone=Canada/Yukon
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_191
(64-bit)/cpus=3,threads=1,free=95734504,total=287309824
[junit4] 2> NOTE: All tests run in this JVM: [TestCharacterUtils,
TestRamUsageEstimator, TestIndexableField, TestByteBlockPool,
TestReqExclBulkScorer, TestLogMergePolicy, TestTrackingDirectoryWrapper,
TestLongsRef, TestExitableDirectoryReader, TestFixedLengthBytesRefArray,
TestLSBRadixSorter, TestTimeLimitingCollector, TestSumDocFreq,
TestIndexWriterDeleteByQuery, TestSpanExplanations, TestFrozenBufferedUpdates,
TestCloseableThreadLocal, TestNamedSPILoader, TestMultiPhraseEnum, TestField,
TestStressIndexing2, TestDocsAndPositions, TestSearch, TestCachingCollector,
TestPackedTokenAttributeImpl, TestByteBuffersDirectory, TestFieldValueQuery,
TestDocIdSetBuilder, TestFieldUpdatesBuffer, TestIntroSorter,
TestReadOnlyIndex, TestTryDelete, TestCrashCausesCorruptIndex,
TestDocIdSetIterator, TestCharsRef, FiniteStringsIteratorTest,
TestIndexWriterExceptions2, TestNumericUtils, TestPolygon,
TestSimpleSearchEquivalence, TestMultiTermConstantScore, TestTermRangeQuery,
TestTopDocsMerge, TestMultiDocValues, TestStringHelper,
TestDuelingCodecsAtNight, TestSingleInstanceLockFactory, TestGeoEncodingUtils,
TestSpanCollection, TestLucene70NormsFormat, TestGrowableByteArrayDataOutput,
TestPerFieldPostingsFormat2, TestVirtualMethod, TestSpanFirstQuery,
TestLockFactory, TestCheckIndex, TestCodecs, TestFutureArrays,
TestIndexWriterConfig, TestDocCount, TestFilterLeafReader, TestNRTThreads,
TestLucene50LiveDocsFormat, TestExternalCodecs, TestOrdinalMap,
TestShardSearching, TestQueryBuilder, TestNRTReaderCleanup,
TestMaxTermFrequency, TestBoolean2ScorerSupplier, TestDirectoryReaderReopen,
TestTopFieldCollectorEarlyTermination, TestWordlistLoader, Test4GBStoredFields,
TestManyFields, TestSameTokenSamePosition, TestTerms,
TestSoftDeletesDirectoryReaderWrapper, TestCustomTermFreq,
TestMultiThreadTermVectors, TestNRTCachingDirectory, TestFloatRange,
TestCachingTokenFilter, TestSimilarityBase, TestPostingsOffsets,
TestPayloadsOnVectors, TestNearSpansOrdered, TestDaciukMihovAutomatonBuilder,
TestAssertions, TestBytesRefArray, TestDemoParallelLeafReader,
TestControlledRealTimeReopenThread, TestRegExp, Test2BBKDPoints,
TestConjunctions, TestConsistentFieldNumbers, TestDocIdsWriter,
TestSpanTermQuery, TestIndexWriterFromReader, TestUnicodeUtil, TestAutomaton,
TestIndexFileDeleter, TestMatchNoDocsQuery, TestLatLonDocValuesField,
TestDateSort, TestIndexWriterOnVMError, TestIsCurrent, TestSortedSetDocValues,
TestPrefixQuery, TestArrayUtil, TestAllFilesHaveChecksumFooter,
TestSortedSetSortField, TestSloppyMath, TestNormsFieldExistsQuery,
TestSpansEnum, TestIndexWriterMaxDocs, TestOmitNorms, TestAutomatonQuery,
TestRegexpRandom, TestSearcherManager, TestCharArraySet, TestCharFilter,
TestGraphTokenizers, TestReusableStringReader, TestStopFilter, TestToken,
TestBytesRefAttImpl, TestCharTermAttributeImpl, TestCodecUtil,
TestFastCompressionMode, TestFastDecompressionMode, TestHighCompressionMode,
TestBlockPostingsFormat, TestBlockPostingsFormat2, TestBlockPostingsFormat3,
TestForUtil, TestLucene50CompoundFormat,
TestLucene50StoredFieldsFormatHighCompression, TestLucene50TermVectorsFormat,
TestLucene60FieldInfoFormat, TestLucene60PointsFormat, TestIndexedDISI,
TestPerFieldDocValuesFormat, TestPerFieldPostingsFormat, TestDateTools,
TestDocument, TestDoubleRange, TestFeatureField, TestLatLonPointDistanceSort,
TestLongRange, Test2BBinaryDocValues, Test2BDocs, Test2BNumericDocValues,
Test2BPoints, Test2BPositions, Test2BPostings, Test2BPostingsBytes,
Test2BSortedDocValuesFixedSorted, Test2BSortedDocValuesOrds, Test2BTerms,
TestAllFilesCheckIndexHeader, TestAllFilesDetectTruncation, TestAtomicUpdate,
TestBagOfPositions, TestBagOfPostings, TestBinaryDocValuesUpdates,
TestBinaryTerms, TestByteSlices, TestDocInverterPerFieldErrorInfo,
TestDocValues, TestDocValuesFieldUpdates, TestDocValuesIndexing,
TestDocumentWriter, TestDocumentsWriterDeleteQueue,
TestDocumentsWriterStallControl, TestDuelingCodecs, TestFieldInvertState,
TestFieldReuse, TestFilterCodecReader, TestFilterDirectoryReader, TestFlex,
TestFlushByRamOrCountsPolicy, TestForTooMuchCloning, TestForceMergeForever,
TestIndexManyDocuments, TestIndexReaderClose, TestIndexSorting,
TestIndexTooManyDocs, TestIndexWriter, TestIndexWriterCommit,
TestIndexWriterMerging, TestIndexWriterNRTIsCurrent, TestIndexWriterOnDiskFull,
TestIndexWriterOnJRECrash, TestIndexWriterReader, TestIndexWriterWithThreads]
[junit4] Completed [328/488 (1!)] on J0 in 5.20s, 14 tests, 1 error <<<
FAILURES!
[...truncated 63240 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1:
invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid
part, must have at least one section (e.g., chapter, appendix, etc.)
[java] Processed 2458 links (2009 relative) to 3221 anchors in 247 files
[echo] Validated Links & Anchors via:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-ref-guide/bare-bones-html/
-documentation-lint:
[jtidy] Checking for broken html (such as invalid tags)...
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/jtidy_tmp
[echo] Checking for broken links...
[exec]
[exec] Crawl/parse...
[exec]
[exec] Verify...
[echo] Checking for malformed docs...
jar-checksums:
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
common.resolve:
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/null1545486290
[copy] Copying 36 files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/null1545486290
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/null1545486290
resolve-example:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
resolve-server:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/null340927417
[copy] Copying 242 files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/null340927417
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/null340927417
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 34ms :: artifacts dl 2ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 92 minutes 43 seconds
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Lucene-Solr-7.x-Solaris] $ /bin/sh -xe /var/tmp/jenkins5265290571413502733.sh
+ mv lucene/build lucene/build.orig
+ mv solr/build solr/build.orig
+ ANT_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
+ export ANT_HOME
+
PATH=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/bin:/export/home/jenkins/tools/java/64bit/jdk1.8.0/bin:/usr/bin:/usr/sbin
+ export PATH
+ python3.4 -u dev-tools/scripts/reproduceJenkinsFailures.py --no-git
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/965/consoleText
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/965/consoleText
[repro] Revision: 28eaf354fb46ba3d5593551c690f4ae17b89ce23
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line: ant test -Dtestcase=TestIndexWriterWithThreads
-Dtests.method=testIOExceptionDuringAbortWithThreads
-Dtests.seed=4A5A215BC5BEC4EE -Dtests.slow=true -Dtests.locale=ar-EG
-Dtests.timezone=Canada/Yukon -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[repro] ant clean
Buildfile: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/build.xml
clean:
clean:
clean:
BUILD SUCCESSFUL
Total time: 0 seconds
[repro] Test suites by module:
[repro] lucene/core
[repro] TestIndexWriterWithThreads
[repro] ant compile-test
Buildfile:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/build.xml
-check-git-state:
-git-cleanroot:
-copy-git-state:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build
[copy] Copying 1 file to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build
git-autoclean:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 ::
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
init:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
compile-core:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java
[javac] Compiling 859 source files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java:246:
warning: [try] auto-closeable resource finalizer is never referenced in body
of corresponding try statement
[javac] try (Closeable finalizer = () -> finishApply(writer,
segStates, success.get(), delFiles)) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/src/java/org/apache/lucene/index/NumericDocValuesFieldUpdates.java:37:
warning: [rawtypes] found raw type: AbstractPagedMutable
[javac] private final AbstractPagedMutable values;
[javac] ^
[javac] missing type arguments for generic class AbstractPagedMutable<T>
[javac] where T is a type-variable:
[javac] T extends AbstractPagedMutable<T> declared in class
AbstractPagedMutable
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/src/java/org/apache/lucene/index/NumericDocValuesFieldUpdates.java:41:
warning: [rawtypes] found raw type: AbstractPagedMutable
[javac] Iterator(int size, long minValue, AbstractPagedMutable values,
PagedMutable docs, long delGen) {
[javac] ^
[javac] missing type arguments for generic class AbstractPagedMutable<T>
[javac] where T is a type-variable:
[javac] T extends AbstractPagedMutable<T> declared in class
AbstractPagedMutable
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/src/java/org/apache/lucene/index/NumericDocValuesFieldUpdates.java:61:
warning: [rawtypes] found raw type: AbstractPagedMutable
[javac] private AbstractPagedMutable values;
[javac] ^
[javac] missing type arguments for generic class AbstractPagedMutable<T>
[javac] where T is a type-variable:
[javac] T extends AbstractPagedMutable<T> declared in class
AbstractPagedMutable
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 4 warnings
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene62/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
[copy] Copying 3 files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/java
compile-test-framework:
-check-git-state:
-git-cleanroot:
-copy-git-state:
git-autoclean:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
init:
compile-lucene-core:
-check-git-state:
-git-cleanroot:
-copy-git-state:
git-autoclean:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
init:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
compile-core:
compile-codecs:
-check-git-state:
-git-cleanroot:
-copy-git-state:
git-autoclean:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
common.init:
compile-lucene-core:
init:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
compile-core:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/codecs/classes/java
[javac] Compiling 67 source files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/codecs/classes/java
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
[copy] Copying 3 files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/codecs/classes/java
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
common.compile-core:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java
[javac] Compiling 191 source files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:416:
warning: [try] auto-closeable resource output is never referenced in body of
corresponding try statement
[javac] try (IndexOutput output = dir.createOutput(fileName,
newIOContext(random()))) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:440:
warning: [try] auto-closeable resource input is never referenced in body of
corresponding try statement
[javac] try (IndexInput input = dir.openInput(file,
newIOContext(random()))) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1051:
warning: [try] auto-closeable resource out is never referenced in body of
corresponding try statement
[javac] try (IndexOutput out = dir.createOutput(name,
IOContext.DEFAULT)) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1056:
warning: [try] auto-closeable resource out is never referenced in body of
corresponding try statement
[javac] try (IndexOutput out = dir.createOutput(name,
IOContext.DEFAULT)) {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 4 warnings
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
[copy] Copying 4 files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/test-framework/classes/java
compile-core:
compile-test:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/test
[javac] Compiling 496 source files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/test
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/src/test/org/apache/lucene/index/TestFieldUpdatesBuffer.java:158:
warning: [unchecked] unchecked cast
[javac] return (T) (rarely() ?
value.prepareForApply(random().nextInt(100)) : value);
[javac] ^
[javac] required: T
[javac] found: BinaryDocValuesUpdate
[javac] where T is a type-variable:
[javac] T extends DocValuesUpdate declared in method
<T>getRandomUpdate(boolean)
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/src/test/org/apache/lucene/index/TestFieldUpdatesBuffer.java:163:
warning: [unchecked] unchecked cast
[javac] return (T) (rarely() ?
value.prepareForApply(random().nextInt(100)) : value);
[javac] ^
[javac] required: T
[javac] found: NumericDocValuesUpdate
[javac] where T is a type-variable:
[javac] T extends DocValuesUpdate declared in method
<T>getRandomUpdate(boolean)
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:2708:
warning: [try] auto-closeable resource closeable is never referenced in body
of corresponding try statement
[javac] Closeable closeable = () -> IOUtils.close(toClose)) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:3667:
warning: [try] auto-closeable resource w is never referenced in body of
corresponding try statement
[javac] try (IndexWriter w = new IndexWriter(dir,
newIndexWriterConfig().setIndexCreatedVersionMajor(previousMajor))) {}
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:3670:
warning: [try] auto-closeable resource w is never referenced in body of
corresponding try statement
[javac] try (IndexWriter w = new IndexWriter(dir,
newIndexWriterConfig().setOpenMode(openMode).setIndexCreatedVersionMajor(newMajor)))
{}
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 5 warnings
[copy] Copying 3 files to
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/classes/test
BUILD SUCCESSFUL
Total time: 17 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.TestIndexWriterWithThreads" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
-Dtests.seed=4A5A215BC5BEC4EE -Dtests.slow=true -Dtests.locale=ar-EG
-Dtests.timezone=Canada/Yukon -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
Buildfile:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/core/build.xml
-clover.disable:
ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 ::
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file =
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/top-level-ivy-settings.xml
install-junit4-taskdef:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
resolve-groovy:
[ivy:cachepath] :: resolving dependencies ::
org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 19ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 0 | 0 | 0 || 1 | 0 |
---------------------------------------------------------------------
-init-totals:
-test:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 4A5A215BC5BEC4EE
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/temp
[junit4] <JUnit4> says مرحبا! Master seed: 4A5A215BC5BEC4EE
[junit4] Executing 5 suites with 2 JVMs.
[junit4]
[junit4] Started J1 PID(15331@serv1-vm3).
[junit4] Started J0 PID(15330@serv1-vm3).
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 4.97s J1 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 1.22s J1 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 0.13s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 1.07s J1 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.03s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.06s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 2.94s J1 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.17s J1 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] Completed [1/5] on J1 in 11.54s, 14 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 4.80s J0 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 0.65s J0 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 0.12s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.03s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 1.24s J0 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.24s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.15s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.10s J0 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 3.60s J0 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.05s J0 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.04s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] Completed [2/5] on J0 in 12.00s, 14 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 1.18s J0 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 0.35s J0 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 0.04s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 0.87s J0 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 1.96s J0 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.03s J0 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.07s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] Completed [3/5] on J0 in 4.79s, 14 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 1.63s J1 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 0.56s J1 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 0.09s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 1.03s J1 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 2.15s J1 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.50s J1 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 0.03s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] Completed [4/5] on J1 in 6.32s, 14 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 1.27s J0 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 0.29s J0 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 0.09s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 0.80s J0 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.12s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 0.60s J0 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] Completed [5/5] on J0 in 3.54s, 14 tests
[junit4]
[junit4] JVM J0: 0.70 .. 22.02 = 21.32s
[junit4] JVM J1: 0.69 .. 19.81 = 19.11s
[junit4] Execution time total: 22 seconds
[junit4] Tests summary: 5 suites, 70 tests
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J0
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J0/temp])
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J1
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J1/temp])
[echo] 5 slowest tests:
[junit4:tophints] 68.26s |
org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
[junit4:tophints] 18.85s | org.apache.lucene.index.TestIndexingSequenceNumbers
[junit4:tophints] 11.51s |
org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat
[junit4:tophints] 11.13s | org.apache.lucene.util.TestTimSorterWorstCase
[junit4:tophints] 10.85s |
org.apache.lucene.codecs.lucene50.TestLucene50CompoundFormat
-check-totals:
test-nocompile:
BUILD SUCCESSFUL
Total time: 25 seconds
[repro] Failures:
[repro] 0/5 failed: org.apache.lucene.index.TestIndexWriterWithThreads
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
mv: cannot access solr/build
+ true
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:957)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=28eaf354fb46ba3d5593551c690f4ae17b89ce23,
workspace=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #964
Recording test results
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]