Filed LUCENE-8643. Dawid
On Wed, Jan 16, 2019 at 3:46 AM Apache Jenkins Server <[email protected]> wrote: > > Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/1/ > > 2 tests failed. > FAILED: org.apache.lucene.document.TestLatLonLineShapeQueries.testRandomBig > > Error Message: > Test abandoned because suite timeout was reached. > > Stack Trace: > java.lang.Exception: Test abandoned because suite timeout was reached. > at __randomizedtesting.SeedInfo.seed([37C511586778964F]:0) > > > FAILED: > junit.framework.TestSuite.org.apache.lucene.document.TestLatLonLineShapeQueries > > Error Message: > Suite timeout exceeded (>= 7200000 msec). > > Stack Trace: > java.lang.Exception: Suite timeout exceeded (>= 7200000 msec). > at __randomizedtesting.SeedInfo.seed([37C511586778964F]:0) > > > > > Build Log: > [...truncated 10816 lines...] > [junit4] Suite: org.apache.lucene.document.TestLatLonLineShapeQueries > [junit4] 2> Jan 16, 2019 6:52:36 AM > com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate > [junit4] 2> WARNING: Suite execution timed out: > org.apache.lucene.document.TestLatLonLineShapeQueries > [junit4] 2> 1) Thread[id=1, name=main, state=WAITING, group=main] > [junit4] 2> at java.lang.Object.wait(Native Method) > [junit4] 2> at java.lang.Thread.join(Thread.java:1252) > [junit4] 2> at java.lang.Thread.join(Thread.java:1326) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496) > [junit4] 2> at > com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269) > [junit4] 2> at > com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394) > [junit4] 2> at > com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13) > [junit4] 2> 2) Thread[id=16, > name=TEST-TestLatLonLineShapeQueries.testRandomBig-seed#[37C511586778964F], > state=RUNNABLE, group=TGRP-TestLatLonLineShapeQueries] > [junit4] 2> at sun.nio.ch.NativeThread.current(Native Method) > [junit4] 2> at > sun.nio.ch.NativeThreadSet.add(NativeThreadSet.java:46) > [junit4] 2> at > sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:737) > [junit4] 2> at > sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:727) > [junit4] 2> at > org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111) > [junit4] 2> at > org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111) > [junit4] 2> at > org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111) > [junit4] 2> at > org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:179) > [junit4] 2> at > org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:342) > [junit4] 2> at > org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:54) > [junit4] 2> at > org.apache.lucene.store.MockIndexInputWrapper.readByte(MockIndexInputWrapper.java:140) > [junit4] 2> at > org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41) > [junit4] 2> at > org.apache.lucene.codecs.simpletext.SimpleTextUtil.readLine(SimpleTextUtil.java:59) > [junit4] 2> at > org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader.readFields(SimpleTextFieldsReader.java:103) > [junit4] 2> at > org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader.<init>(SimpleTextFieldsReader.java:88) > [junit4] 2> at > org.apache.lucene.codecs.simpletext.SimpleTextPostingsFormat.fieldsProducer(SimpleTextPostingsFormat.java:50) > [junit4] 2> at > org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:113) > [junit4] 2> at > org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83) > [junit4] 2> at > org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172) > [junit4] 2> at > org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:271) > [junit4] 2> at > org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:328) > [junit4] 2> at > org.apache.lucene.index.FrozenBufferedUpdates.forceApply(FrozenBufferedUpdates.java:222) > [junit4] 2> at > org.apache.lucene.index.FrozenBufferedUpdates.tryApply(FrozenBufferedUpdates.java:160) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2589) > [junit4] 2> at > org.apache.lucene.index.IndexWriter$$Lambda$59/448719248.process(Unknown > Source) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5112) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213) > [junit4] 2> at > org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:249) > [junit4] 2> at > org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:225) > [junit4] 2> at > org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:206) > [junit4] 2> at > org.apache.lucene.document.BaseLatLonShapeTestCase.testRandomBig(BaseLatLonShapeTestCase.java:182) > [junit4] 2> at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit4] 2> at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > [junit4] 2> at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) > [junit4] 2> at > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) > [junit4] 2> at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) > [junit4] 2> at > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) > [junit4] 2> at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) > [junit4] 2> at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) > [junit4] 2> at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) > [junit4] 2> at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) > [junit4] 2> at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) > [junit4] 2> at > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) > [junit4] 2> at java.lang.Thread.run(Thread.java:748) > [junit4] 2> 3) Thread[id=9, name=JUnit4-serializer-daemon, > state=TIMED_WAITING, group=main] > [junit4] 2> at java.lang.Thread.sleep(Native Method) > [junit4] 2> at > com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50) > [junit4] 2> 4) Thread[id=15, > name=SUITE-TestLatLonLineShapeQueries-seed#[37C511586778964F], > state=RUNNABLE, group=TGRP-TestLatLonLineShapeQueries] > [junit4] 2> at java.lang.Thread.getStackTrace(Thread.java:1559) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693) > [junit4] 2> at > java.security.AccessController.doPrivileged(Native Method) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629) > [junit4] 2> NOTE: download the large Jenkins line-docs file by running > 'ant get-jenkins-line-docs' in the lucene directory. > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestLatLonLineShapeQueries -Dtests.method=testRandomBig > -Dtests.seed=37C511586778964F -Dtests.multiplier=2 -Dtests.nightly=true > -Dtests.slow=true > -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt > -Dtests.locale=und -Dtests.timezone=Asia/Chungking -Dtests.asserts=true > -Dtests.file.encoding=UTF-8 > [junit4] ERROR 2892s J2 | TestLatLonLineShapeQueries.testRandomBig <<< > [junit4] > Throwable #1: java.lang.Exception: Test abandoned because > suite timeout was reached. > [junit4] > at > __randomizedtesting.SeedInfo.seed([37C511586778964F]:0) > [junit4] 2> Jan 16, 2019 6:52:36 AM > com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks > [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked > thread(s). > [junit4] 2> Jan 16, 2019 6:52:56 AM > com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks > [junit4] 2> SEVERE: 1 thread leaked from SUITE scope at > org.apache.lucene.document.TestLatLonLineShapeQueries: > [junit4] 2> 1) Thread[id=16, > name=TEST-TestLatLonLineShapeQueries.testRandomBig-seed#[37C511586778964F], > state=RUNNABLE, group=TGRP-TestLatLonLineShapeQueries] > [junit4] 2> at sun.nio.ch.NativeThread.current(Native Method) > [junit4] 2> at > sun.nio.ch.NativeThreadSet.add(NativeThreadSet.java:46) > [junit4] 2> at > sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:737) > [junit4] 2> at > sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:727) > [junit4] 2> at > org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111) > [junit4] 2> at > org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111) > [junit4] 2> at > org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111) > [junit4] 2> at > org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:179) > [junit4] 2> at > org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:342) > [junit4] 2> at > org.apache.lucene.store.BufferedIndexInput.readBytes(BufferedIndexInput.java:140) > [junit4] 2> at > org.apache.lucene.store.BufferedIndexInput.readBytes(BufferedIndexInput.java:116) > [junit4] 2> at > org.apache.lucene.store.MockIndexInputWrapper.readBytes(MockIndexInputWrapper.java:146) > [junit4] 2> at > org.apache.lucene.store.BufferedChecksumIndexInput.readBytes(BufferedChecksumIndexInput.java:49) > [junit4] 2> at > org.apache.lucene.codecs.simpletext.SimpleTextBKDWriter$5$2.next(SimpleTextBKDWriter.java:752) > [junit4] 2> at > org.apache.lucene.util.OfflineSorter$MergePartitionsTask.call(OfflineSorter.java:697) > [junit4] 2> at > org.apache.lucene.util.OfflineSorter$MergePartitionsTask.call(OfflineSorter.java:642) > [junit4] 2> at > java.util.concurrent.FutureTask.run(FutureTask.java:266) > [junit4] 2> at > org.apache.lucene.util.SameThreadExecutorService.execute(SameThreadExecutorService.java:34) > [junit4] 2> at > java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) > [junit4] 2> at > org.apache.lucene.util.OfflineSorter.mergePartitions(OfflineSorter.java:369) > [junit4] 2> at > org.apache.lucene.util.OfflineSorter.sort(OfflineSorter.java:312) > [junit4] 2> at > org.apache.lucene.codecs.simpletext.SimpleTextBKDWriter.sort(SimpleTextBKDWriter.java:759) > [junit4] 2> at > org.apache.lucene.codecs.simpletext.SimpleTextBKDWriter.finish(SimpleTextBKDWriter.java:835) > [junit4] 2> at > org.apache.lucene.codecs.simpletext.SimpleTextPointsWriter.writeField(SimpleTextPointsWriter.java:106) > [junit4] 2> at > org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62) > [junit4] 2> at > org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191) > [junit4] 2> at > org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:201) > [junit4] 2> at > org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:161) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054) > [junit4] 2> at > org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2155) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597) > [junit4] 2> at > org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213) > [junit4] 2> at > org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:249) > [junit4] 2> at > org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:225) > [junit4] 2> at > org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:206) > [junit4] 2> at > org.apache.lucene.document.BaseLatLonShapeTestCase.testRandomBig(BaseLatLonShapeTestCase.java:182) > [junit4] 2> at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit4] 2> at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > [junit4] 2> at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) > [junit4] 2> at > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) > [junit4] 2> at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) > [junit4] 2> at > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) > [junit4] 2> at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) > [junit4] 2> at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) > [junit4] 2> at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) > [junit4] 2> at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) > [junit4] 2> at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) > [junit4] 2> at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) > [junit4] 2> at > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) > [junit4] 2> at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > [junit4] 2> at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) > [junit4] 2> at java.lang.Thread.run(Thread.java:748) > [junit4] 2> Jan 16, 2019 6:52:56 AM > com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll > [junit4] 2> INFO: Starting to interrupt leaked threads: > [junit4] 2> 1) Thread[id=16, > name=TEST-TestLatLonLineShapeQueries.testRandomBig-seed#[37C511586778964F], > state=RUNNABLE, group=TGRP-TestLatLonLineShapeQueries] > [junit4] 2> NOTE: leaving temporary files on disk at: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/sandbox/test/J2/temp/lucene.document.TestLatLonLineShapeQueries_37C511586778964F-001 > [junit4] 2> Jan 15, 2019 10:52:57 PM > com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll > [junit4] 2> INFO: All leaked threads terminated. > [junit4] 2> NOTE: test params are: codec=SimpleText, > sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@272e8394), > locale=und, timezone=Asia/Chungking > [junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation > 1.8.0_191 (64-bit)/cpus=4,threads=1,free=181598240,total=520617984 > [junit4] 2> NOTE: All tests run in this JVM: [TestTessellator, > TestIntervals, TestLatLonLineShapeQueries] > [junit4] 2> NOTE: download the large Jenkins line-docs file by running > 'ant get-jenkins-line-docs' in the lucene directory. > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestLatLonLineShapeQueries -Dtests.seed=37C511586778964F > -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true > -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt > -Dtests.locale=und -Dtests.timezone=Asia/Chungking -Dtests.asserts=true > -Dtests.file.encoding=UTF-8 > [junit4] ERROR 0.00s J2 | TestLatLonLineShapeQueries (suite) <<< > [junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded > (>= 7200000 msec). > [junit4] > at > __randomizedtesting.SeedInfo.seed([37C511586778964F]:0) > [junit4] Completed [23/24 (1!)] on J2 in 7220.62s, 3 tests, 2 errors <<< > FAILURES! > > [...truncated 54698 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 2465 links (2016 relative) to 3228 anchors in 247 files > [echo] Validated Links & Anchors via: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-ref-guide/bare-bones-html/ > > -documentation-lint: > [jtidy] Checking for broken html (such as invalid tags)... > [delete] Deleting directory > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml > > resolve: > > jar-checksums: > [mkdir] Created dir: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/null1507363050 > [copy] Copying 36 files to > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/null1507363050 > [delete] Deleting directory > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/null1507363050 > > 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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/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 = > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml > > resolve: > > jar-checksums: > [mkdir] Created dir: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1016425866 > [copy] Copying 256 files to > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1016425866 > [delete] Deleting directory > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1016425866 > > 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 120ms :: artifacts dl 4ms > --------------------------------------------------------------------- > | | 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: 644 minutes 22 seconds > Archiving artifacts > java.lang.InterruptedException: no matches found within 10000 > at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847) > at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726) > at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086) > Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene > 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:1072) > at hudson.FilePath.act(FilePath.java:1061) > at hudson.FilePath.validateAntFileMask(FilePath.java:2705) > at > hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) > at > hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) > at > hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) > at > hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) > at > hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) > at hudson.model.Build$BuildExecution.post2(Build.java:186) > at > hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) > at hudson.model.Run.execute(Run.java:1835) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > at > hudson.model.ResourceController.execute(ResourceController.java:97) > at hudson.model.Executor.run(Executor.java:429) > Caused: hudson.FilePath$TunneledInterruptedException > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088) > at hudson.remoting.UserRequest.perform(UserRequest.java:212) > at hudson.remoting.UserRequest.perform(UserRequest.java:54) > at hudson.remoting.Request$2.run(Request.java:369) > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:748) > Caused: java.lang.InterruptedException: java.lang.InterruptedException: no > matches found within 10000 > at hudson.FilePath.act(FilePath.java:1074) > at hudson.FilePath.act(FilePath.java:1061) > at hudson.FilePath.validateAntFileMask(FilePath.java:2705) > at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) > at > hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) > at > hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) > at > hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) > at hudson.model.Build$BuildExecution.post2(Build.java:186) > at > hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) > at hudson.model.Run.execute(Run.java:1835) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > at hudson.model.ResourceController.execute(ResourceController.java:97) > at hudson.model.Executor.run(Executor.java:429) > No artifacts found that match the file pattern > "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error? > Recording test results > 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) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
