It doesn't reproduce for me which is not too surprising given it uses threads. However 1000 iterations with ant beast didn't reproduce either. Maybe someone more familiar with IndexWriter than me can think about cases when this could happen?
Le lun. 28 mai 2018 à 01:58, Policeman Jenkins Server <[email protected]> a écrit : > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/652/ > Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC > > 1 tests failed. > FAILED: > org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce > > Error Message: > MockDirectoryWrapper: cannot close: there are still 26 open files: > {_7.cfs=1, _c.cfs=1, _l.tvd=1, _2.cfs=1, _h.cfs=1, _1.cfs=1, _l.fdt=1, > _l.tvx=1, _6.cfs=1, _d.cfs=1, _l.fdx=1, _k.fdt=1, _k.tvx=1, _0.cfs=1, > _5.cfs=1, _9.cfs=1, _e.cfs=1, _a.cfs=1, _k.fdx=1, _b.cfs=1, _g.cfs=1, > _k.tvd=1, _3.cfs=1, _4.cfs=1, _f.cfs=1, _8.cfs=1} > > Stack Trace: > java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are > still 26 open files: {_7.cfs=1, _c.cfs=1, _l.tvd=1, _2.cfs=1, _h.cfs=1, > _1.cfs=1, _l.fdt=1, _l.tvx=1, _6.cfs=1, _d.cfs=1, _l.fdx=1, _k.fdt=1, > _k.tvx=1, _0.cfs=1, _5.cfs=1, _9.cfs=1, _e.cfs=1, _a.cfs=1, _k.fdx=1, > _b.cfs=1, _g.cfs=1, _k.tvd=1, _3.cfs=1, _4.cfs=1, _f.cfs=1, _8.cfs=1} > at > __randomizedtesting.SeedInfo.seed([C30D1A9FD0BCA6E7:945B3D7E750DE3B9]:0) > at > org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841) > at > org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341) > at > org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce(TestIndexWriterWithThreads.java:464) > 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:1737) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) > 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:943) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) > 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 IndexOutput: _k.fdx > at > org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732) > at > org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:667) > at > org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44) > at > org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43) > at > org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:113) > at > org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128) > at > org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183) > at > org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48) > at > org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39) > at > org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46) > at > org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:352) > at > org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388) > at > org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:250) > at > org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494) > at > org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1593) > at > org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1585) > at > org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96) > > > > > Build Log: > [...truncated 723 lines...] > [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestIndexWriterWithThreads > -Dtests.method=testIOExceptionDuringAbortWithThreadsOnlyOnce > -Dtests.seed=C30D1A9FD0BCA6E7 -Dtests.slow=true -Dtests.locale=hu > -Dtests.timezone=Pacific/Chatham -Dtests.asserts=true > -Dtests.file.encoding=US-ASCII > [junit4] ERROR 0.10s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce <<< > [junit4] > Throwable #1: java.lang.RuntimeException: > MockDirectoryWrapper: cannot close: there are still 26 open files: > {_7.cfs=1, _c.cfs=1, _l.tvd=1, _2.cfs=1, _h.cfs=1, _1.cfs=1, _l.fdt=1, > _l.tvx=1, _6.cfs=1, _d.cfs=1, _l.fdx=1, _k.fdt=1, _k.tvx=1, _0.cfs=1, > _5.cfs=1, _9.cfs=1, _e.cfs=1, _a.cfs=1, _k.fdx=1, _b.cfs=1, _g.cfs=1, > _k.tvd=1, _3.cfs=1, _4.cfs=1, _f.cfs=1, _8.cfs=1} > [junit4] > at > __randomizedtesting.SeedInfo.seed([C30D1A9FD0BCA6E7:945B3D7E750DE3B9]:0) > [junit4] > at > org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841) > [junit4] > at > org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341) > [junit4] > at > org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce(TestIndexWriterWithThreads.java:464) > [junit4] > at java.lang.Thread.run(Thread.java:748) > [junit4] > Caused by: java.lang.RuntimeException: unclosed > IndexOutput: _k.fdx > [junit4] > at > org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732) > [junit4] > at > org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:667) > [junit4] > at > org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44) > [junit4] > at > org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43) > [junit4] > at > org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:113) > [junit4] > at > org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128) > [junit4] > at > org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183) > [junit4] > at > org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48) > [junit4] > at > org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39) > [junit4] > at > org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46) > [junit4] > at > org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:352) > [junit4] > at > org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388) > [junit4] > at > org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:250) > [junit4] > at > org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494) > [junit4] > at > org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1593) > [junit4] > at > org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1585) > [junit4] > at > org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96) > [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): > {date=PostingsFormat(name=Direct), field=PostingsFormat(name=Direct), > docid=PostingsFormat(name=Asserting), > titleTokenized=PostingsFormat(name=LuceneVarGapDocFreqInterval), > id=PostingsFormat(name=Asserting), body=PostingsFormat(name=Direct), > title=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, > docValues:{docid_intDV=DocValuesFormat(name=Memory), > dv=DocValuesFormat(name=Direct), field=DocValuesFormat(name=Direct), > ___soft_deletes=DocValuesFormat(name=Direct), > titleDV=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=255, > maxMBSortInHeap=6.142463535347968, sim=RandomSimilarity(queryNorm=true): > {field=DFR I(ne)B2, titleTokenized=DFR I(ne)B1, body=DFR GB3(800.0)}, > locale=hu, timezone=Pacific/Chatham > [junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_172 > (64-bit)/cpus=3,threads=1,free=175542144,total=306184192 > [junit4] 2> NOTE: All tests run in this JVM: [TestCrash, TestOmitTf, > TestIndexWriterFromReader, TestMutablePointsReaderUtils, > TestIndexWriterOnVMError, TestSameScoresWithThreads, > TestScoreCachingWrappingScorer, TestSearchWithThreads, TestAtomicUpdate, > TestPriorityQueue, TestPositiveScoresOnlyCollector, > TestSparseFixedBitDocIdSet, TestAxiomaticSimilarity, TestHugeRamFile, > TestSimilarity2, TestConjunctions, TestFrequencyTrackingRingBuffer, > TestIndexedDISI, TestExitableDirectoryReader, TestBooleanSimilarity, > TestNorms, TestCodecs, TestFieldReuse, Test2BTerms, TestSpanOrQuery, > TestTopDocsCollector, TestToken, Test2BNumericDocValues, > TestFieldValueQuery, TestSpansEnum, TestLucene70NormsFormat, > TestDocValuesFieldUpdates, TestLongValuesSource, > TestIndexWriterDeleteByQuery, TestMultiMMap, TestSPIClassIterator, > TestIndexSearcher, TermInSetQueryTest, TestFilterDirectoryReader, > TestLucene50LiveDocsFormat, TestTermVectors, TestWildcardRandom, > TestAutomaton, TestRegexpRandom, TestIndexFileDeleter, TestDoubleRange, > TestBooleanQuery, TestLazyProxSkipping, TestCharArrayMap, TestBinaryTerms, > TestSearch, TestLRUQueryCache, TestSortedSetSelector, TestMutableValues, > TestMultiCollector, TestTimSorter, TestPrefixQuery, > TestBooleanQueryVisitSubscorers, TestThreadedForceMerge, TestOrdinalMap, > TestIntroSorter, TestFieldInfos, TestUpgradeIndexMergePolicy, > TestTermScorer, TestAssertions, TestAllFilesDetectTruncation, TestMathUtil, > TestStandardAnalyzer, TestTerm, TestDirectPacked, TestCharFilter, > TestReadOnlyIndex, TestSpanSearchEquivalence, TestQueryRescorer, > TestIndexWriterMerging, TestDoubleRangeFieldQueries, > TestNormsFieldExistsQuery, TestCharacterUtils, > TestParallelReaderEmptyIndex, TestTragicIndexWriterDeadlock, TestBooleanOr, > TestIndexWriterUnicode, TestConsistentFieldNumbers, TestTermdocPerf, > TestHighCompressionMode, TestSimpleFSDirectory, MultiCollectorTest, > TestSpanExplanationsOfNonMatches, TestReaderWrapperDVTypeCheck, > TestSwappedIndexFiles, TestIndexWriterExceptions, TestIndexableField, > TestIndexWriterWithThreads] > [junit4] Completed [147/475 (1!)] on J0 in 2.26s, 13 tests, 1 error <<< > FAILURES! > > [...truncated 64834 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 2200 links (1755 relative) to 2952 anchors in 228 > 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 > > 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/null1298112355 > [copy] Copying 39 files to > /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/null1298112355 > [delete] Deleting directory > /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/null1298112355 > > 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: > > 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/null839975108 > [copy] Copying 246 files to > /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/null839975108 > [delete] Deleting directory > /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/null839975108 > > 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 40ms :: artifacts dl 3ms > > --------------------------------------------------------------------- > | | 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: 91 minutes 42 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/jenkins4312196964748810372.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/652/consoleText > [repro] Jenkins log URL: > https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/652/consoleText > > [repro] Revision: cafd198a99e6eeb4a5218fbd60f3d2d34b7577bf > > [repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" > [repro] Repro line: ant test -Dtestcase=TestIndexWriterWithThreads > -Dtests.method=testIOExceptionDuringAbortWithThreadsOnlyOnce > -Dtests.seed=C30D1A9FD0BCA6E7 -Dtests.slow=true -Dtests.locale=hu > -Dtests.timezone=Pacific/Chatham -Dtests.asserts=true > -Dtests.file.encoding=US-ASCII > > [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 842 source files to > /export/home/jenkins/workspace/Lucene-Solr-7.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-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] 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/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 482 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/TestIndexWriter.java:2685: > warning: [try] auto-closeable resource closeable is never referenced in > body of corresponding try statement > [javac] Closeable closeable = () -> IOUtils.close(toClose)) { > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 1 warning > [copy] Copying 3 files to > /export/home/jenkins/workspace/Lucene-Solr-7.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:+UseParallelGC" > -Dtests.seed=C30D1A9FD0BCA6E7 -Dtests.slow=true -Dtests.locale=hu > -Dtests.timezone=Pacific/Chatham -Dtests.asserts=true > -Dtests.file.encoding=US-ASCII > 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 15ms :: 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: > C30D1A9FD0BCA6E7 > [mkdir] Created dir: > /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/temp > [junit4] <JUnit4> says olá! Master seed: C30D1A9FD0BCA6E7 > [junit4] Executing 5 suites with 2 JVMs. > [junit4] > [junit4] Started J1 PID(12627@serv1-vm3). > [junit4] Started J0 PID(12628@serv1-vm3). > [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads > [junit4] OK 3.35s J1 | > TestIndexWriterWithThreads.testRollbackAndCommitWithThreads > [junit4] OK 0.04s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads > [junit4] OK 0.04s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce > [junit4] OK 0.02s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads > [junit4] OK 0.05s J1 | > TestIndexWriterWithThreads.testImmediateDiskFullWithThreads > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads > [junit4] OK 0.82s J1 | > TestIndexWriterWithThreads.testCloseWithThreads > [junit4] OK 0.04s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbort > [junit4] OK 0.03s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce > [junit4] OK 0.41s J1 | > TestIndexWriterWithThreads.testUpdateSingleDocWithThreads > [junit4] Completed [1/5] on J1 in 5.32s, 13 tests > [junit4] > [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads > [junit4] OK 2.01s J0 | > TestIndexWriterWithThreads.testRollbackAndCommitWithThreads > [junit4] OK 0.12s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads > [junit4] OK 0.03s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce > [junit4] OK 0.02s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment > [junit4] OK 0.09s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce > [junit4] OK 0.23s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads > [junit4] OK 0.14s J0 | > TestIndexWriterWithThreads.testImmediateDiskFullWithThreads > [junit4] OK 0.02s J0 | > TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads > [junit4] OK 1.42s J0 | > TestIndexWriterWithThreads.testCloseWithThreads > [junit4] OK 0.06s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce > [junit4] OK 0.01s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringAbort > [junit4] OK 0.02s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce > [junit4] OK 0.67s J0 | > TestIndexWriterWithThreads.testUpdateSingleDocWithThreads > [junit4] Completed [2/5] on J0 in 5.23s, 13 tests > [junit4] > [junit4] Duplicate suite name used with XML reports: > org.apache.lucene.index.TestIndexWriterWithThreads. This may confuse tools > that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this > message. > [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads > [junit4] OK 0.91s J1 | > TestIndexWriterWithThreads.testRollbackAndCommitWithThreads > [junit4] OK 0.12s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads > [junit4] OK 0.02s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads > [junit4] OK 0.02s J1 | > TestIndexWriterWithThreads.testImmediateDiskFullWithThreads > [junit4] OK 0.00s J1 | > TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads > [junit4] OK 1.12s J1 | > TestIndexWriterWithThreads.testCloseWithThreads > [junit4] OK 0.18s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbort > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce > [junit4] OK 0.41s J1 | > TestIndexWriterWithThreads.testUpdateSingleDocWithThreads > [junit4] Completed [3/5] on J1 in 2.84s, 13 tests > [junit4] > [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads > [junit4] OK 1.05s J0 | > TestIndexWriterWithThreads.testRollbackAndCommitWithThreads > [junit4] OK 0.14s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads > [junit4] OK 0.06s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce > [junit4] OK 0.01s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment > [junit4] OK 0.01s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce > [junit4] OK 0.10s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads > [junit4] OK 0.10s J0 | > TestIndexWriterWithThreads.testImmediateDiskFullWithThreads > [junit4] OK 0.03s J0 | > TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads > [junit4] OK 0.88s J0 | > TestIndexWriterWithThreads.testCloseWithThreads > [junit4] OK 0.01s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce > [junit4] OK 0.01s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringAbort > [junit4] OK 0.01s J0 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce > [junit4] OK 0.46s J0 | > TestIndexWriterWithThreads.testUpdateSingleDocWithThreads > [junit4] Completed [4/5] on J0 in 2.99s, 13 tests > [junit4] > [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads > [junit4] OK 0.33s J1 | > TestIndexWriterWithThreads.testRollbackAndCommitWithThreads > [junit4] OK 0.02s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce > [junit4] OK 0.16s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testImmediateDiskFullWithThreads > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads > [junit4] OK 0.74s J1 | > TestIndexWriterWithThreads.testCloseWithThreads > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbort > [junit4] OK 0.01s J1 | > TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce > [junit4] OK 0.15s J1 | > TestIndexWriterWithThreads.testUpdateSingleDocWithThreads > [junit4] Completed [5/5] on J1 in 1.51s, 13 tests > [junit4] > [junit4] JVM J0: 0.65 .. 9.53 = 8.88s > [junit4] JVM J1: 0.40 .. 11.27 = 10.87s > [junit4] Execution time total: 11 seconds > [junit4] Tests summary: 5 suites, 65 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] 89.61s | > org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat > [junit4:tophints] 14.12s | org.apache.lucene.search.TestSearcherManager > [junit4:tophints] 13.41s | org.apache.lucene.index.TestDuelingCodecs > [junit4:tophints] 12.72s | org.apache.lucene.index.TestTermsEnum > [junit4:tophints] 12.33s | org.apache.lucene.util.TestTimSorterWorstCase > > -check-totals: > > test-nocompile: > > BUILD SUCCESSFUL > Total time: 13 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$34.hasMatch(FilePath.java:2678) > at hudson.FilePath$34.invoke(FilePath.java:2557) > at hudson.FilePath$34.invoke(FilePath.java:2547) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918) > Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris > VBOX > at > hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) > at > hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) > at hudson.remoting.Channel.call(Channel.java:955) > at hudson.FilePath.act(FilePath.java:1036) > at hudson.FilePath.act(FilePath.java:1025) > at hudson.FilePath.validateAntFileMask(FilePath.java:2547) > 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:1819) > 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:2920) > 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:1038) > at hudson.FilePath.act(FilePath.java:1025) > at hudson.FilePath.validateAntFileMask(FilePath.java:2547) > 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:1819) > 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=cafd198a99e6eeb4a5218fbd60f3d2d34b7577bf, > workspace=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris > [WARNINGS] Computing warning deltas based on reference build #651 > 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]
