Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/265/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED:
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
Error Message:
MockDirectoryWrapper: cannot close: there are still 4 open files: {_0.cfs=1,
_2.cfs=1, _1.cfs=1, _3.cfs=1}
Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still
4 open files: {_0.cfs=1, _2.cfs=1, _1.cfs=1, _3.cfs=1}
at
__randomizedtesting.SeedInfo.seed([8A4C77E7CC808387:EBE17F6810AE003B]: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: _3.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:79)
at
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:70)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:101)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:177)
at
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:271)
at
org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:328)
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.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2592)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1586)
at
org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)
Build Log:
[...truncated 512 lines...]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestIndexWriterWithThreads
-Dtests.method=testIOExceptionDuringAbortWithThreads
-Dtests.seed=8A4C77E7CC808387 -Dtests.slow=true -Dtests.locale=und
-Dtests.timezone=Asia/Karachi -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.11s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads <<<
[junit4] > Throwable #1: java.lang.RuntimeException:
MockDirectoryWrapper: cannot close: there are still 4 open files: {_0.cfs=1,
_2.cfs=1, _1.cfs=1, _3.cfs=1}
[junit4] > at
__randomizedtesting.SeedInfo.seed([8A4C77E7CC808387:EBE17F6810AE003B]: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:
_3.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:79)
[junit4] > at
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:70)
[junit4] > at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:101)
[junit4] > at
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
[junit4] > at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:177)
[junit4] > at
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:271)
[junit4] > at
org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:328)
[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.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2592)
[junit4] > at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1586)
[junit4] > at
org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{date=PostingsFormat(name=LuceneVarGapDocFreqInterval),
field=PostingsFormat(name=LuceneVarGapDocFreqInterval),
docid=Lucene50(blocksize=128), titleTokenized=Lucene50(blocksize=128),
id=Lucene50(blocksize=128),
body=PostingsFormat(name=LuceneVarGapDocFreqInterval),
title=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{date=DocValuesFormat(name=Asserting),
dv=DocValuesFormat(name=Asserting), docid_intDV=DocValuesFormat(name=Lucene80),
docid_int=DocValuesFormat(name=Lucene80),
field=DocValuesFormat(name=Asserting), docid=DocValuesFormat(name=Lucene80),
titleTokenized=DocValuesFormat(name=Lucene80),
id=DocValuesFormat(name=Lucene80), title=DocValuesFormat(name=Direct),
body=DocValuesFormat(name=Asserting),
___soft_deletes=DocValuesFormat(name=Asserting),
titleDV=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=788,
maxMBSortInHeap=7.166579146822819,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6f3b2efa),
locale=und, timezone=Asia/Karachi
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_221
(64-bit)/cpus=3,threads=1,free=68179288,total=188592128
[junit4] 2> NOTE: All tests run in this JVM: [TestIndexWriterExceptions,
TestBagOfPostings, TestLongValuesSource, TestSpanContainQuery,
TestSimpleFSLockFactory, TestPolygon, LimitedFiniteStringsIteratorTest,
TestTermRangeQuery, TestLazyProxSkipping, TestAxiomaticF1LOG,
TestLucene60PointsFormat, TestApproximationSearchEquivalence,
TestIndexWriterThreadsToSegments, TestPrefixInBooleanQuery, TestDeterminism,
TestSloppyPhraseQuery2, TestStressAdvance, TestAutomatonQueryUnicode,
TestFloatRangeFieldQueries, TestSwappedIndexFiles, TestTransactions,
TestIndexWriterWithThreads]
[junit4] Completed [47/525 (1!)] on J1 in 3.96s, 14 tests, 1 error <<<
FAILURES!
[...truncated 67411 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 2593 links (2119 relative) to 3410 anchors in 259 files
[echo] Validated Links & Anchors via:
/export/home/jenkins/workspace/Lucene-Solr-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/null2127496566
[copy] Copying 38 files to
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/null2127496566
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/null2127496566
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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.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-8.x-Solaris/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/null374782087
[copy] Copying 249 files to
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/null374782087
[delete] Deleting directory
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/null374782087
check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@serv1-vm3
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 30ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 9 | 0 | 0 | 0 || 9 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 132 minutes 59 seconds
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Lucene-Solr-8.x-Solaris] $ /bin/sh -xe /var/tmp/jenkins5507424362739443266.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-8.x-Solaris/265/consoleText
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/265/consoleText
[repro] Revision: 0106b74badb98473e1e4464b8e2b37d7bebdc1a4
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line: ant test -Dtestcase=TestIndexWriterWithThreads
-Dtests.method=testIOExceptionDuringAbortWithThreads
-Dtests.seed=8A4C77E7CC808387 -Dtests.slow=true -Dtests.locale=und
-Dtests.timezone=Asia/Karachi -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[repro] ant clean
Buildfile: /export/home/jenkins/workspace/Lucene-Solr-8.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-8.x-Solaris/lucene/core/build.xml
-check-git-state:
-git-cleanroot:
-copy-git-state:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build
[copy] Copying 1 file to
/export/home/jenkins/workspace/Lucene-Solr-8.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-8.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-8.x-Solaris/lucene/build/core/classes/java
[javac] Compiling 883 source files to
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/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-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene80/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.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-8.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-8.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-8.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-8.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-8.x-Solaris/lucene/build/codecs/classes/java
[javac] Compiling 74 source files to
/export/home/jenkins/workspace/Lucene-Solr-8.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-8.x-Solaris/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.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-8.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-8.x-Solaris/lucene/build/test-framework/classes/java
[javac] Compiling 198 source files to
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/test-framework/classes/java
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.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-8.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-8.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-8.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-8.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-8.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-8.x-Solaris/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
[javac] Creating empty
/export/home/jenkins/workspace/Lucene-Solr-8.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-8.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-8.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-8.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-8.x-Solaris/lucene/build/test-framework/classes/java
compile-core:
compile-test:
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/test
[javac] Compiling 536 source files to
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/test
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/core/src/test/org/apache/lucene/analysis/TestAnalyzerWrapper.java:52:
warning: [try] auto-closeable resource ts is never referenced in body of
corresponding try statement
[javac] try (TokenStream ts = wrapped.tokenStream("", "text")) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.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-8.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-8.x-Solaris/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:2688:
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-8.x-Solaris/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:3686:
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-8.x-Solaris/lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java:3689:
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]
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:67:
warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a
member method close() that could throw InterruptedException
[javac] try (TestConstantScoreScorerIndex index = new
TestConstantScoreScorerIndex()) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:103:
warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a
member method close() that could throw InterruptedException
[javac] try (TestConstantScoreScorerIndex index = new
TestConstantScoreScorerIndex()) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:131:
warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a
member method close() that could throw InterruptedException
[javac] try (TestConstantScoreScorerIndex index = new
TestConstantScoreScorerIndex()) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:159:
warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a
member method close() that could throw InterruptedException
[javac] try (TestConstantScoreScorerIndex index = new
TestConstantScoreScorerIndex()) {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/core/src/test/org/apache/lucene/search/TestConstantScoreScorer.java:178:
warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a
member method close() that could throw InterruptedException
[javac] static class TestConstantScoreScorerIndex implements
AutoCloseable {
[javac] ^
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/core/src/test/org/apache/lucene/search/TestSearchAfter.java:220:
warning: [rawtypes] found raw type: TopDocsCollector
[javac] final TopDocsCollector allCollector;
[javac] ^
[javac] missing type arguments for generic class TopDocsCollector<T>
[javac] where T is a type-variable:
[javac] T extends ScoreDoc declared in class TopDocsCollector
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/core/src/test/org/apache/lucene/search/TestSearchAfter.java:248:
warning: [rawtypes] found raw type: TopDocsCollector
[javac] final TopDocsCollector pagedCollector;
[javac] ^
[javac] missing type arguments for generic class TopDocsCollector<T>
[javac] where T is a type-variable:
[javac] T extends ScoreDoc declared in class TopDocsCollector
[javac]
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/core/src/test/org/apache/lucene/store/TestFileSwitchDirectory.java:179:
warning: [try] auto-closeable resource indexInput is never referenced in body
of corresponding try statement
[javac] try (IndexInput indexInput = dir.openInput("foo.tim",
IOContext.DEFAULT)) {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 14 warnings
[copy] Copying 3 files to
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/classes/test
BUILD SUCCESSFUL
Total time: 12 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.TestIndexWriterWithThreads" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC"
-Dtests.seed=8A4C77E7CC808387 -Dtests.slow=true -Dtests.locale=und
-Dtests.timezone=Asia/Karachi -Dtests.asserts=true -Dtests.file.encoding=UTF-8
Buildfile:
/export/home/jenkins/workspace/Lucene-Solr-8.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-8.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.16 in public
[ivy:cachepath] :: resolution report :: resolve 13ms :: artifacts dl 0ms
---------------------------------------------------------------------
| | 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-8.x-Solaris/lucene/build/core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 8A4C77E7CC808387
[mkdir] Created dir:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/test/temp
[junit4] <JUnit4> says ¡Hola! Master seed: 8A4C77E7CC808387
[junit4] Executing 5 suites with 2 JVMs.
[junit4]
[junit4] Started J1 PID(1356@serv1-vm3).
[junit4] Started J0 PID(1355@serv1-vm3).
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 0.39s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.14s J0 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.06s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 1.12s J0 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 1.41s J0 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.04s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.04s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 0.57s J0 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 1.45s J0 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] Completed [1/5] on J0 in 5.94s, 14 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 0.52s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.07s J1 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.11s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 0.91s J1 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.04s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] OK 0.03s J1 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 2.25s J1 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.04s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 1.94s J1 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 1.63s J1 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] Completed [2/5] on J1 in 8.14s, 14 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.05s J0 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.05s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 0.52s J0 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.03s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 2.59s J0 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.03s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 0.53s J0 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 1.41s J0 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] Completed [3/5] on J0 in 5.35s, 14 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.02s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 0.58s J1 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 0.03s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.04s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 2.58s J1 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.04s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.05s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.01s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.03s J1 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 0.74s J1 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 0.76s J1 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] Completed [4/5] on J1 in 5.13s, 14 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
[junit4] OK 0.03s J0 |
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
[junit4] OK 0.69s J0 |
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
[junit4] OK 0.15s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] OK 1.08s J0 | TestIndexWriterWithThreads.testCloseWithThreads
[junit4] OK 0.06s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
[junit4] OK 0.02s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbort
[junit4] OK 0.01s J0 |
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
[junit4] OK 0.32s J0 |
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
[junit4] OK 0.26s J0 |
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
[junit4] Completed [5/5] on J0 in 2.84s, 14 tests
[junit4]
[junit4] JVM J0: 0.41 .. 15.45 = 15.04s
[junit4] JVM J1: 0.41 .. 14.57 = 14.16s
[junit4] Execution time total: 15 seconds
[junit4] Tests summary: 5 suites, 70 tests
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/test/J0
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/test/J0/temp])
[junit4] Could not remove temporary path:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/test/J1
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/core/test/J1/temp])
[echo] 5 slowest tests:
[junit4:tophints] 116.00s |
org.apache.lucene.codecs.lucene80.TestLucene80DocValuesFormat
[junit4:tophints] 49.98s | org.apache.lucene.index.TestSegmentMerger
[junit4:tophints] 24.24s | org.apache.lucene.search.TestLatLonPointQueries
[junit4:tophints] 20.47s | org.apache.lucene.util.TestTimSorterWorstCase
[junit4:tophints] 20.36s | org.apache.lucene.index.TestIndexingSequenceNumbers
-check-totals:
test-nocompile:
BUILD SUCCESSFUL
Total time: 17 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:2805)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
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:2663)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
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:1840)
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:3054)
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:2663)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
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:1840)
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
No credentials specified
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=0106b74badb98473e1e4464b8e2b37d7bebdc1a4,
workspace=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #262
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
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]