Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1481/
2 tests failed.
FAILED: org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([F9067CED3D4B4E18:7E510162AC123298]:0)
at java.util.Arrays.copyOf(Arrays.java:3236)
at org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:285)
at
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:354)
at
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:132)
at
org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:116)
at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:293)
at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:373)
at
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
at
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4586)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4081)
at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2245)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5096)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1730)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1462)
at
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:190)
at
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:160)
at
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:75)
at
org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:81)
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)
FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_idx
Error Message:
Some docs had errors -- check logs expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but
was:<1>
at
__randomizedtesting.SeedInfo.seed([246B70166FE67079:B11705DEB33ADD98]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:337)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_idx(TestStressCloudBlindAtomicUpdates.java:226)
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
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
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)
Build Log:
[...truncated 9 lines...]
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress
git://git.apache.org/lucene-solr.git +refs/heads/*:refs/remotes/origin/*"
returned status code 128:
stdout:
stderr: remote: Counting objects: 72747
remote: Counting objects: 163841
remote: Counting objects: 249745
remote: Counting objects: 337880
remote: Counting objects: 398867
remote: Counting objects: 455037
remote: Counting objects: 505233
remote: Counting objects: 559211
remote: Counting objects: 609342
remote: Counting objects: 680115
remote: Counting objects: 758823
remote: Counting objects: 833409
remote: Counting objects: 938752
remote: Counting objects: 943188, done.
remote: Compressing objects: 0% (1/189617)
remote: Compressing objects: 1% (1897/189617)
remote: Compressing objects: 2% (3793/189617)
remote: Compressing objects: 3% (5689/189617)
remote: Compressing objects: 4% (7585/189617)
remote: Compressing objects: 5% (9481/189617)
remote: Compressing objects: 6% (11378/189617)
remote: Compressing objects: 7% (13274/189617)
remote: Compressing objects: 8% (15170/189617)
remote: Compressing objects: 9% (17066/189617)
remote: Compressing objects: 10% (18962/189617)
remote: Compressing objects: 11% (20858/189617)
remote: Compressing objects: 12% (22755/189617)
remote: Compressing objects: 13% (24651/189617)
remote: Compressing objects: 14% (26547/189617)
remote: Compressing objects: 15% (28443/189617)
remote: Compressing objects: 16% (30339/189617)
remote: Compressing objects: 17% (32235/189617)
remote: Compressing objects: 18% (34132/189617)
remote: Compressing objects: 19% (36028/189617)
remote: Compressing objects: 20% (37924/189617)
remote: Compressing objects: 21% (39820/189617)
remote: Compressing objects: 22% (41716/189617)
remote: Compressing objects: 23% (43612/189617)
remote: Compressing objects: 24% (45509/189617)
remote: Compressing objects: 25% (47405/189617)
remote: Compressing objects: 26% (49301/189617)
remote: Compressing objects: 27% (51197/189617)
remote: Compressing objects: 28% (53093/189617)
remote: Compressing objects: 29% (54989/189617)
remote: Compressing objects: 30% (56886/189617)
remote: Compressing objects: 31% (58782/189617)
remote: Compressing objects: 32% (60678/189617)
remote: Compressing objects: 33% (62574/189617)
remote: Compressing objects: 34% (64470/189617)
remote: Compressing objects: 35% (66366/189617)
remote: Compressing objects: 36% (68263/189617)
remote: Compressing objects: 37% (70159/189617)
remote: Compressing objects: 38% (72055/189617)
remote: Compressing objects: 39% (73951/189617)
remote: Compressing objects: 40% (75847/189617)
remote: Compressing objects: 41% (77743/189617)
remote: Compressing objects: 42% (79640/189617)
remote: Compressing objects: 43% (81536/189617)
remote: Compressing objects: 44% (83432/189617)
remote: Compressing objects: 45% (85328/189617)
remote: Compressing objects: 46% (87224/189617)
remote: Compressing objects: 47% (89120/189617)
remote: Compressing objects: 48% (91017/189617)
remote: Compressing objects: 49% (92913/189617)
remote: Compressing objects: 50% (94809/189617)
remote: Compressing objects: 51% (96705/189617)
remote: Compressing objects: 52% (98601/189617)
remote: Compressing objects: 53% (100498/189617)
remote: Compressing objects: 54% (102394/189617)
remote: Compressing objects: 55% (104290/189617)
remote: Compressing objects: 56% (106186/189617)
remote: Compressing objects: 57% (108082/189617)
remote: Compressing objects: 58% (109978/189617)
remote: Compressing objects: 59% (111875/189617)
remote: Compressing objects: 60% (113771/189617)
remote: Compressing objects: 61% (115667/189617)
remote: Compressing objects: 62% (117563/189617)
remote: Compressing objects: 63% (119459/189617)
remote: Compressing objects: 64% (121355/189617)
remote: Compressing objects: 65% (123252/189617)
remote: Compressing objects: 66% (125148/189617)
remote: Compressing objects: 67% (127044/189617)
remote: Compressing objects: 68% (128940/189617)
remote: Compressing objects: 69% (130836/189617)
remote: Compressing objects: 70% (132732/189617)
remote: Compressing objects: 71% (134629/189617)
remote: Compressing objects: 72% (136525/189617)
remote: Compressing objects: 73% (138421/189617)
remote: Compressing objects: 74% (140317/189617)
remote: Compressing objects: 75% (142213/189617)
remote: Compressing objects: 76% (144109/189617)
remote: Compressing objects: 77% (146006/189617)
remote: Compressing objects: 78% (147902/189617)
remote: Compressing objects: 79% (149798/189617)
remote: Compressing objects: 80% (151694/189617)
remote: Compressing objects: 81% (153590/189617)
remote: Compressing objects: 82% (155486/189617)
remote: Compressing objects: 83% (157383/189617)
remote: Compressing objects: 84% (159279/189617)
remote: Compressing objects: 85% (161175/189617)
remote: Compressing objects: 86% (163071/189617)
remote: Compressing objects: 87% (164967/189617)
remote: Compressing objects: 87% (166744/189617)
remote: Compressing objects: 88% (166863/189617)
remote: Compressing objects: 88% (168123/189617)
remote: Compressing objects: 89% (168760/189617)
remote: Compressing objects: 90% (170656/189617)
remote: Compressing objects: 91% (172552/189617)
remote: Compressing objects: 92% (174448/189617)
remote: Compressing objects: 93% (176344/189617)
remote: Compressing objects: 94% (178240/189617)
remote: Compressing objects: 94% (178592/189617)
remote: Compressing objects: 94% (179460/189617)
remote: Compressing objects: 95% (180137/189617)
remote: Compressing objects: 95% (181277/189617)
remote: Compressing objects: 96% (182033/189617)
remote: Compressing objects: 97% (183929/189617)
remote: Compressing objects: 98% (185825/189617)
remote: Compressing objects: 99% (187721/189617)
remote: Compressing objects: 99% (187792/189617)
remote: Compressing objects: 100% (189617/189617)
remote: Compressing objects: 100% (189617/189617), done.
Receiving objects: 0% (1/943188)
Receiving objects: 1% (9432/943188)
Receiving objects: 2% (18864/943188), 1.98 MiB | 3.95 MiB/s
Receiving objects: 3% (28296/943188), 1.98 MiB | 3.95 MiB/s
Receiving objects: 4% (37728/943188), 1.98 MiB | 3.95 MiB/s
Receiving objects: 5% (47160/943188), 1.98 MiB | 3.95 MiB/s
Receiving objects: 5% (47403/943188), 1.98 MiB | 3.95 MiB/s
Receiving objects: 6% (56592/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 7% (66024/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 8% (75456/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 9% (84887/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 10% (94319/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 11% (103751/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 12% (113183/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 13% (122615/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 14% (132047/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 15% (141479/943188), 11.56 MiB | 11.54 MiB/s
Receiving objects: 16% (150911/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 17% (160342/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 18% (169774/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 19% (179206/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 20% (188638/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 21% (198070/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 22% (207502/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 23% (216934/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 24% (226366/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 25% (235797/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 25% (240892/943188), 18.72 MiB | 12.45 MiB/s
Receiving objects: 26% (245229/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 27% (254661/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 28% (264093/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 29% (273525/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 30% (282957/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 31% (292389/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 32% (301821/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 33% (311253/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 34% (320684/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 35% (330116/943188), 24.79 MiB | 12.37 MiB/s
Receiving objects: 36% (339548/943188), 31.12 MiB | 12.42 MiB/s
Receiving objects: 37% (348980/943188), 31.12 MiB | 12.42 MiB/s
Receiving objects: 38% (358412/943188), 31.12 MiB | 12.42 MiB/s
Receiving objects: 39% (367844/943188), 31.12 MiB | 12.42 MiB/s
Receiving objects: 40% (377276/943188), 31.12 MiB | 12.42 MiB/s
Receiving objects: 41% (386708/943188), 31.12 MiB | 12.42 MiB/s
Receiving objects: 42% (396139/943188), 31.12 MiB | 12.42 MiB/s
Receiving objects: 42% (397784/943188), 31.12 MiB | 12.42 MiB/s
Receiving objects: 42% (402288/943188), 49.81 MiB | 12.17 MiB/s
Receiving objects: 43% (405571/943188), 54.24 MiB | 11.79 MiB/s
Receiving objects: 43% (408899/943188), 54.24 MiB | 11.79 MiB/s
Receiving objects: 44% (415003/943188), 58.16 MiB | 12.21 MiB/s
Receiving objects: 45% (424435/943188), 60.99 MiB | 10.73 MiB/s
Receiving objects: 45% (433557/943188), 60.99 MiB | 10.73 MiB/s
Receiving objects: 46% (433867/943188), 60.99 MiB | 10.73 MiB/s
Receiving objects: 47% (443299/943188), 63.89 MiB | 9.81 MiB/s
Receiving objects: 48% (452731/943188), 66.35 MiB | 9.02 MiB/s
Receiving objects: 48% (457157/943188), 66.35 MiB | 9.02 MiB/s
Receiving objects: 49% (462163/943188), 68.91 MiB | 8.18 MiB/s
Receiving objects: 49% (467626/943188), 70.91 MiB | 6.92 MiB/s
Receiving objects: 50% (471594/943188), 72.79 MiB | 6.20 MiB/s
Receiving objects: 50% (475548/943188), 76.11 MiB | 4.83 MiB/s
Receiving objects: 50% (475548/943188), 79.23 MiB | 4.03 MiB/s
Receiving objects: 50% (477369/943188), 80.46 MiB | 3.66 MiB/s
Receiving objects: 51% (481026/943188), 82.40 MiB | 2.99 MiB/s
Receiving objects: 51% (481805/943188), 82.40 MiB | 2.99 MiB/s
Receiving objects: 51% (484337/943188), 83.79 MiB | 2.41 MiB/s
Receiving objects: 51% (488449/943188), 85.10 MiB | 1.94 MiB/s
Receiving objects: 52% (490458/943188), 85.75 MiB | 1.73 MiB/s
Receiving objects: 52% (493534/943188), 86.44 MiB | 1.54 MiB/s
Receiving objects: 52% (498663/943188), 87.79 MiB | 1.29 MiB/s
Receiving objects: 53% (499890/943188), 87.79 MiB | 1.29 MiB/s
Receiving objects: 53% (503266/943188), 89.06 MiB | 1.24 MiB/s
Receiving objects: 53% (506605/943188), 90.20 MiB | 1.19 MiB/s
Receiving objects: 54% (509322/943188), 90.67 MiB | 1.16 MiB/s
Receiving objects: 54% (509665/943188), 90.67 MiB | 1.16 MiB/s
Receiving objects: 54% (511560/943188), 91.54 MiB | 1.06 MiB/s
Receiving objects: 54% (514518/943188), 92.36 MiB | 972.00 KiB/s
Receiving objects: 54% (516908/943188), 93.20 MiB | 881.00 KiB/s
Receiving objects: 55% (518754/943188), 93.62 MiB | 852.00 KiB/s
Receiving objects: 55% (519304/943188), 94.05 MiB | 819.00 KiB/s
Receiving objects: 55% (519936/943188), 94.95 MiB | 808.00 KiB/s
Receiving objects: 55% (520662/943188), 95.86 MiB | 837.00 KiB/s
Receiving objects: 55% (520670/943188), 96.82 MiB | 860.00 KiB/s
Receiving objects: 55% (520682/943188), 97.86 MiB | 906.00 KiB/s
Receiving objects: 55% (520806/943188), 98.39 MiB | 928.00 KiB/s
Receiving objects: 55% (520824/943188), 99.99 MiB | 969.00 KiB/s
Receiving objects: 55% (520826/943188), 101.11 MiB | 1019.00 KiB/s
Receiving objects: 55% (520826/943188), 102.14 MiB | 1021.00 KiB/s
Receiving objects: 55% (520827/943188), 102.69 MiB | 1.00 MiB/s
Receiving objects: 55% (520834/943188), 103.89 MiB | 1.03 MiB/s
Receiving objects: 55% (520843/943188), 105.00 MiB | 1.04 MiB/s
Receiving objects: 55% (520858/943188), 105.53 MiB | 1.04 MiB/s
Receiving objects: 55% (520876/943188), 106.69 MiB | 1.05 MiB/s
Receiving objects: 55% (521029/943188), 107.70 MiB | 1.04 MiB/s
Receiving objects: 55% (522638/943188), 108.61 MiB | 1019.00 KiB/s
Receiving objects: 55% (525373/943188), 109.50 MiB | 985.00 KiB/s
Receiving objects: 56% (528186/943188), 110.42 MiB | 961.00 KiB/s
Receiving objects: 56% (528995/943188), 110.42 MiB | 961.00 KiB/s
Receiving objects: 56% (530648/943188), 111.32 MiB | 936.00 KiB/s
Receiving objects: 56% (530844/943188), 112.32 MiB | 926.00 KiB/s
Receiving objects: 57% (537618/943188), 112.83 MiB | 950.00 KiB/s
Receiving objects: 57% (538280/943188), 114.04 MiB | 1007.00 KiB/s
Receiving objects: 57% (539458/943188), 114.79 MiB | 1.03 MiB/s
Receiving objects: 58% (547050/943188), 115.64 MiB | 1.12 MiB/s
Receiving objects: 58% (549168/943188), 116.65 MiB | 1.22 MiB/s
Receiving objects: 59% (556481/943188), 116.65 MiB | 1.22 MiB/s
Receiving objects: 60% (565913/943188), 117.82 MiB | 1.38 MiB/s
Receiving objects: 60% (568015/943188), 119.11 MiB | 1.56 MiB/s
Receiving objects: 61% (575345/943188), 119.11 MiB | 1.56 MiB/s
Receiving objects: 62% (584777/943188), 120.75 MiB | 1.80 MiB/s
Receiving objects: 62% (585107/943188), 122.51 MiB | 2.07 MiB/s
Receiving objects: 63% (594209/943188), 124.32 MiB | 2.33 MiB/s
Receiving objects: 63% (602627/943188), 125.99 MiB | 2.57 MiB/s
Receiving objects: 64% (603641/943188), 125.99 MiB | 2.57 MiB/s
Receiving objects: 65% (613073/943188), 127.16 MiB | 2.68 MiB/s
Receiving objects: 65% (613685/943188), 128.56 MiB | 2.81 MiB/s
Receiving objects: 65% (614090/943188), 131.39 MiB | 2.96 MiB/s
Receiving objects: 66% (622505/943188), 132.91 MiB | 3.01 MiB/s
Receiving objects: 66% (627146/943188), 134.29 MiB | 2.95 MiB/s
Receiving objects: 67% (631936/943188), 134.29 MiB | 2.95 MiB/s
Receiving objects: 68% (641368/943188), 135.46 MiB | 2.83 MiB/s
Receiving objects: 68% (642651/943188), 135.46 MiB | 2.83 MiB/s
Receiving objects: 69% (650800/943188), 136.59 MiB | 2.69 MiB/s
Receiving objects: 70% (660232/943188), 137.94 MiB | 2.61 MiB/s
Receiving objects: 70% (665540/943188), 137.94 MiB | 2.61 MiB/s
Receiving objects: 71% (669664/943188), 139.36 MiB | 2.66 MiB/s
Receiving objects: 72% (679096/943188), 139.36 MiB | 2.66 MiB/s
Receiving objects: 73% (688528/943188), 140.68 MiB | 2.64 MiB/s
Receiving objects: 73% (691514/943188), 140.68 MiB | 2.64 MiB/s
Receiving objects: 74% (697960/943188), 142.19 MiB | 2.67 MiB/s
Receiving objects: 75% (707391/943188), 142.19 MiB | 2.67 MiB/s
Receiving objects: 76% (716823/943188), 143.71 MiB | 2.68 MiB/s
Receiving objects: 76% (721600/943188), 143.71 MiB | 2.68 MiB/s
Receiving objects: 77% (726255/943188), 145.10 MiB | 2.65 MiB/s
Receiving objects: 78% (735687/943188), 145.10 MiB | 2.65 MiB/s
Receiving objects: 79% (745119/943188), 146.64 MiB | 2.67 MiB/s
Receiving objects: 79% (754041/943188), 146.64 MiB | 2.67 MiB/s
Receiving objects: 80% (754551/943188), 146.64 MiB | 2.67 MiB/s
Receiving objects: 81% (763983/943188), 148.71 MiB | 2.61 MiB/s
Receiving objects: 81% (764084/943188), 148.71 MiB | 2.61 MiB/s
Receiving objects: 81% (765727/943188), 150.44 MiB | 2.40 MiB/s
Receiving objects: 81% (773211/943188), 152.20 MiB | 2.17 MiB/s
Receiving objects: 82% (773415/943188), 152.20 MiB | 2.17 MiB/s
Receiving objects: 82% (781307/943188), 154.77 MiB | 1.78 MiB/s
Receiving objects: 83% (782847/943188), 154.77 MiB | 1.78 MiB/s
Receiving objects: 83% (789620/943188), 155.61 MiB | 1.66 MiB/s
Receiving objects: 83% (790048/943188), 157.55 MiB | 1.56 MiB/s
Receiving objects: 83% (790048/943188), 158.79 MiB | 1.44 MiB/s
Receiving objects: 83% (790048/943188), 159.93 MiB | 1.29 MiB/s
Receiving objects: 83% (790048/943188), 161.09 MiB | 1.17 MiB/s
Receiving objects: 83% (790048/943188), 161.94 MiB | 1.05 MiB/s
Receiving objects: 83% (790048/943188), 162.29 MiB | 1020.00 KiB/s
Receiving objects: 83% (790048/943188), 162.82 MiB | 868.00 KiB/s
Receiving objects: 83% (790048/943188), 163.35 MiB | 748.00 KiB/s
Receiving objects: 83% (790048/943188), 163.85 MiB | 606.00 KiB/s
Receiving objects: 83% (790048/943188), 164.20 MiB | 491.00 KiB/s
Receiving objects: 83% (790048/943188), 164.55 MiB | 433.00 KiB/s
Receiving objects: 83% (790049/943188), 164.71 MiB | 408.00 KiB/s
Receiving objects: 83% (790053/943188), 165.28 MiB | 355.00 KiB/s
Receiving objects: 83% (790053/943188), 165.67 MiB | 349.00 KiB/s
Receiving objects: 83% (790053/943188), 166.07 MiB | 363.00 KiB/s
Receiving objects: 83% (790053/943188), 166.29 MiB | 373.00 KiB/s
Receiving objects: 83% (790053/943188), 166.75 MiB | 398.00 KiB/s
Receiving objects: 83% (790053/943188), 167.28 MiB | 426.00 KiB/s
Receiving objects: 83% (790053/943188), 167.88 MiB | 471.00 KiB/s
Receiving objects: 83% (790053/943188), 168.57 MiB | 530.00 KiB/s
Receiving objects: 83% (790053/943188), 169.57 MiB | 650.00 KiB/s
Receiving objects: 83% (790053/943188), 171.19 MiB | 889.00 KiB/s
Receiving objects: 83% (790053/943188), 173.25 MiB | 1.18 MiB/s
Receiving objects: 84% (792278/943188), 173.25 MiB | 1.18 MiB/s
Receiving objects: 84% (795139/943188), 173.25 MiB | 1.18 MiB/s
Receiving objects: 85% (801710/943188), 174.29 MiB | 1.33 MiB/s
Receiving objects: 86% (811142/943188), 175.41 MiB | 1.50 MiB/s
Receiving objects: 86% (814254/943188), 176.38 MiB | 1.62 MiB/s
Receiving objects: 87% (820574/943188), 177.11 MiB | 1.68 MiB/s
Receiving objects: 87% (824999/943188), 177.11 MiB | 1.68 MiB/s
Receiving objects: 88% (830006/943188), 177.64 MiB | 1.69 MiB/s
Receiving objects: 88% (835803/943188), 178.18 MiB | 1.65 MiB/s
Receiving objects: 89% (839438/943188), 178.75 MiB | 1.58 MiB/s
Receiving objects: 90% (848870/943188), 179.33 MiB | 1.49 MiB/s
Receiving objects: 90% (850656/943188), 179.33 MiB | 1.49 MiB/s
Receiving objects: 90% (853651/943188), 180.48 MiB | 1.30 MiB/s
Receiving objects: 90% (855605/943188), 182.01 MiB | 1.04 MiB/s
Receiving objects: 90% (855605/943188), 183.07 MiB | 1.03 MiB/s
Receiving objects: 90% (855605/943188), 183.99 MiB | 1011.00 KiB/s
Receiving objects: 90% (855605/943188), 184.90 MiB | 961.00 KiB/s
Receiving objects: 90% (855605/943188), 185.39 MiB | 950.00 KiB/s
Receiving objects: 90% (855605/943188), 186.11 MiB | 882.00 KiB/s
Receiving objects: 91% (858302/943188), 186.11 MiB | 882.00 KiB/s
Receiving objects: 91% (859307/943188), 186.66 MiB | 785.00 KiB/s
Receiving objects: 91% (859307/943188), 187.27 MiB | 712.00 KiB/s
Receiving objects: 91% (860492/943188), 187.88 MiB | 641.00 KiB/s
Receiving objects: 91% (861361/943188), 188.50 MiB | 577.00 KiB/s
Receiving objects: 91% (861361/943188), 189.11 MiB | 581.00 KiB/s
Receiving objects: 91% (861361/943188), 189.75 MiB | 591.00 KiB/s
Receiving objects: 91% (861362/943188), 190.04 MiB | 589.00 KiB/s
Receiving objects: 91% (861366/943188), 190.71 MiB | 601.00 KiB/s
Receiving objects: 91% (861366/943188), 191.39 MiB | 620.00 KiB/s
Receiving objects: 91% (861366/943188), 192.04 MiB | 634.00 KiB/s
Receiving objects: 91% (861370/943188), 192.36 MiB | 635.00 KiB/s
Receiving objects: 91% (861853/943188), 193.47 MiB | 693.00 KiB/s
Receiving objects: 91% (861853/943188), 194.04 MiB | 675.00 KiB/s
Receiving objects: 91% (861853/943188), 194.64 MiB | 660.00 KiB/s
Receiving objects: 91% (861854/943188), 195.27 MiB | 641.00 KiB/s
Receiving objects: 91% (861854/943188), 195.93 MiB | 628.00 KiB/s
Receiving objects: 91% (861928/943188), 196.60 MiB | 625.00 KiB/s
Receiving objects: 91% (861928/943188), 197.45 MiB | 684.00 KiB/s
Receiving objects: 91% (861928/943188), 198.37 MiB | 751.00 KiB/s
Receiving objects: 91% (861936/943188), 199.42 MiB | 835.00 KiB/s
Receiving objects: 91% (861937/943188), 199.97 MiB | 876.00 KiB/s
Receiving objects: 91% (861939/943188), 201.07 MiB | 957.00 KiB/s
Receiving objects: 91% (861939/943188), 202.18 MiB | 1005.00 KiB/s
Receiving objects: 91% (861940/943188), 203.33 MiB | 1.03 MiB/s
Receiving objects: 91% (862042/943188), 204.65 MiB | 1.09 MiB/s
Receiving objects: 91% (862150/943188), 206.30 MiB | 1.20 MiB/s
Receiving objects: 91% (862151/943188), 208.50 MiB | 1.43 MiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1996)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1715)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:614)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:207)
at hudson.remoting.UserRequest.perform(UserRequest.java:53)
at hudson.remoting.Request$2.run(Request.java:358)
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)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to
lucene
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
at hudson.remoting.Channel.call(Channel.java:908)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor966.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy129.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1120)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1160)
at
org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:143)
at hudson.scm.SCM.checkout(SCM.java:495)
at
hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
at
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1724)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://git.apache.org/lucene-solr.git #
> timeout=10
Fetching upstream changes from git://git.apache.org/lucene-solr.git
> git --version # timeout=10
> git fetch --tags --progress git://git.apache.org/lucene-solr.git
> +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a2eb1dc271973bfc2452b4326bb88a1aa7cde67e
(refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f a2eb1dc271973bfc2452b4326bb88a1aa7cde67e
Commit message: "Added copy sheet docs for Apache Zepplin"
> git rev-list --no-walk d91e4cbea219adc242521bd4d0b08aaeda249f28 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Checking out a fresh workspace because
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data
doesn't exist
Cleaning local Directory test-data
Checking out http://svn.apache.org/repos/asf/lucene/test-data at revision
'2018-02-19T08:47:40.619 +0000'
A README.txt
A enwiki.random.lines.txt
At revision 1824723
No emails were triggered.
[checkout] $ /home/jenkins/tools/ant/apache-ant-1.8.4/bin/ant -file build.xml
-Dtests.multiplier=2
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
jenkins-nightly
Buildfile:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml
jenkins-nightly:
-print-java-info:
[java-info] java version "1.8.0_144"
[java-info] Java(TM) SE Runtime Environment (1.8.0_144-b01, Oracle Corporation)
[java-info] Java HotSpot(TM) 64-Bit Server VM (25.144-b01, Oracle Corporation)
[java-info] Test args: []
clean:
clean:
clean:
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 =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
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.13 in public
[ivy:cachepath] :: resolution report :: resolve 103ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 0 | 0 | 0 || 1 | 0 |
---------------------------------------------------------------------
-test-with-heapdumps-enabled:
[echo] Java HotSpot(TM) 64-Bit Server VM: Enabling heap dumps on
OutOfMemoryError to dir
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps'.
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps
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-master/checkout/lucene/top-level-ivy-settings.xml
resolve-groovy:
test:
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-master/checkout/lucene/top-level-ivy-settings.xml
-clover.load:
resolve-groovy:
-init-totals:
test-core:
-clover.disable:
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-master/checkout/lucene/top-level-ivy-settings.xml
-clover.load:
-clover.classpath:
-clover.setup:
clover:
-check-git-state:
-git-cleanroot:
-copy-git-state:
[copy] Copying 1 file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build
git-autoclean:
resolve:
init:
compile-core:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java
[javac] Compiling 832 source files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/graph/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/document/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/bkd/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/compressing/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene60/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/index/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/fst/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/analysis/tokenattributes/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/search/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene62/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/packed/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/mutable/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene70/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/perfield/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/analysis/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/analysis/standard/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/store/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/blocktree/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/search/spans/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/search/similarities/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/util/automaton/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/codecs/lucene50/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java/org/apache/lucene/geo/package-info.class
[copy] Copying 3 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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 =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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 =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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 =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java
[javac] Compiling 67 source files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class
[copy] Copying 3 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/codecs/classes/java
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
common.compile-core:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java
[javac] Compiling 191 source files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/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
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class
[javac] Creating empty
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class
[copy] Copying 4 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/test-framework/classes/java
compile-core:
compile-test:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/test
[javac] Compiling 496 source files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/test
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 3 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/test
-mrjar-classes-uptodate:
resolve-groovy:
patch-mrjar-classes:
[patch-cls] Remapped:
org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl
[patch-cls] Remapped: org/apache/lucene/codecs/compressing/LZ4
[patch-cls] Remapped: org/apache/lucene/document/BinaryPoint$2
[patch-cls] Remapped: org/apache/lucene/document/DoubleRange
[patch-cls] Remapped: org/apache/lucene/document/FloatRange
[patch-cls] Remapped: org/apache/lucene/document/IntRange
[patch-cls] Remapped: org/apache/lucene/document/LongRange
[patch-cls] Remapped: org/apache/lucene/index/BitsSlice
[patch-cls] Remapped: org/apache/lucene/index/CodecReader
[patch-cls] Remapped: org/apache/lucene/index/MergeReaderWrapper
[patch-cls] Remapped: org/apache/lucene/search/BooleanScorer$TailPriorityQueue
[patch-cls] Remapped: org/apache/lucene/util/BytesRef
[patch-cls] Remapped: org/apache/lucene/util/BytesRefArray
[patch-cls] Remapped:
org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator
[patch-cls] Remapped: org/apache/lucene/util/CharsRef
[patch-cls] Remapped: org/apache/lucene/util/IntsRef
[patch-cls] Remapped: org/apache/lucene/util/LongsRef
[patch-cls] Remapped: org/apache/lucene/util/StringHelper
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton$Builder
[patch-cls] Remapped: org/apache/lucene/util/automaton/Automaton
[patch-cls] Remapped 20 class files for Java 9 to:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/classes/java9
[touch] Creating
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/patch-mrjar.stamp
install-junit4-taskdef:
validate:
-init-totals:
-test:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/temp
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/.caches/test-stats/core
[junit4] <JUnit4> says aloha! Master seed: 47869747F64EF424
[junit4] Executing 486 suites with 3 JVMs.
[junit4]
[junit4] Started J1 PID(7096@localhost).
[junit4] Started J0 PID(7092@localhost).
[junit4] Started J2 PID(7093@localhost).
[junit4] Suite: org.apache.lucene.search.spans.TestSpanNotQuery
[junit4] Completed [1/486] on J0 in 1.25s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.analysis.TestDelegatingAnalyzerWrapper
[junit4] Completed [2/486] on J0 in 0.09s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestSegmentTermDocs
[junit4] Completed [3/486] on J2 in 3.27s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestLongValuesSource
[junit4] Completed [4/486] on J2 in 6.55s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSortedNumericSortField
[junit4] Completed [5/486] on J2 in 0.55s, 9 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestNorms
[junit4] Completed [6/486] on J1 in 13.97s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestBooleanQuery
[junit4] Completed [7/486] on J1 in 1.78s, 22 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterForceMerge
[junit4] Completed [8/486] on J0 in 14.38s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestMultiset
[junit4] Completed [9/486] on J1 in 0.07s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.store.TestRateLimiter
[junit4] IGNOR/A 0.76s J1 | TestRateLimiter.testThreads
[junit4] > Assumption #1: actualMBPerSec=15.148936777812514
targetMBPerSec=17.46316922667823
[junit4] Completed [10/486] on J1 in 0.82s, 2 tests, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.TestSearchForDuplicates
[junit4] Completed [11/486] on J1 in 0.57s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestBooleanQueryVisitSubscorers
[junit4] Completed [12/486] on J1 in 0.28s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticSimilarity
[junit4] Completed [13/486] on J1 in 0.14s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestMinShouldMatch2
[junit4] Completed [14/486] on J1 in 9.92s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestCollectionUtil
[junit4] Completed [15/486] on J2 in 17.28s, 4 tests
[junit4]
[junit4] Suite:
org.apache.lucene.analysis.tokenattributes.TestCharTermAttributeImpl
[junit4] Completed [16/486] on J2 in 0.65s, 13 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestMultiCollector
[junit4] Completed [17/486] on J2 in 4.42s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.automaton.TestMinimize
[junit4] Completed [18/486] on J1 in 5.85s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestNot
[junit4] Completed [19/486] on J1 in 0.07s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.util.TestRecyclingByteBlockAllocator
[junit4] Completed [20/486] on J1 in 0.25s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.spans.TestSpans
[junit4] Completed [21/486] on J2 in 1.73s, 25 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsOfNonMatches
[junit4] Completed [22/486] on J2 in 0.53s, 70 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.automaton.TestOperations
[junit4] Completed [23/486] on J2 in 1.88s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestTermRangeQuery
[junit4] Completed [24/486] on J2 in 0.85s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestRoaringDocIdSet
[junit4] Completed [25/486] on J2 in 2.12s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TermInSetQueryTest
[junit4] Completed [26/486] on J1 in 9.29s, 10 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestFieldCacheRewriteMethod
[junit4] Completed [27/486] on J2 in 14.17s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestLRUQueryCache
[junit4] Completed [28/486] on J0 in 56.36s, 22 tests
[junit4]
[junit4] Suite: org.apache.lucene.analysis.TestCharArrayMap
[junit4] Completed [29/486] on J0 in 0.19s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestBooleanOr
[junit4] Completed [30/486] on J1 in 46.13s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestFilterWeight
[junit4] Completed [31/486] on J1 in 0.03s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestBlockMaxConjunction
[junit4] Completed [32/486] on J1 in 3.91s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestDocCount
[junit4] Completed [33/486] on J1 in 0.62s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestRegexpRandom2
[junit4] Completed [34/486] on J1 in 4.93s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestMergeRateLimiter
[junit4] Completed [35/486] on J1 in 0.03s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestNGramPhraseQuery
[junit4] Completed [36/486] on J1 in 0.05s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.spans.TestSpanExplanations
[junit4] Completed [37/486] on J1 in 1.02s, 30 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestIntRangeFieldQueries
[junit4] Completed [38/486] on J2 in 47.78s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestScorerPerf
[junit4] Completed [39/486] on J2 in 9.92s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF2LOG
[junit4] Completed [40/486] on J1 in 24.48s, 1 test
[junit4]
[junit4] Suite:
org.apache.lucene.analysis.tokenattributes.TestBytesRefAttImpl
[junit4] Completed [41/486] on J1 in 0.05s, 1 test
[junit4]
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:00:09, stalled for
71.1s at: TestIndexWriterExceptions.testTooManyTokens
[junit4] Suite: org.apache.lucene.search.TestFloatRangeFieldQueries
[junit4] Completed [42/486] on J2 in 43.44s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterOnJRECrash
[junit4] Completed [43/486] on J2 in 6.88s, 1 test
[junit4]
[junit4] Suite:
org.apache.lucene.codecs.lucene50.TestLucene50TermVectorsFormat
[junit4] Completed [44/486] on J1 in 38.00s, 17 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestBytesRef
[junit4] Completed [45/486] on J1 in 0.05s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestTimeLimitingCollector
[junit4] Completed [46/486] on J1 in 3.85s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestPrefixInBooleanQuery
[junit4] Completed [47/486] on J1 in 2.98s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestBytesRefArray
[junit4] Completed [48/486] on J1 in 0.21s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50CompoundFormat
[junit4] Completed [49/486] on J1 in 4.99s, 26 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestIndexSearcher
[junit4] Completed [50/486] on J1 in 0.33s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSortedSetSortField
[junit4] Completed [51/486] on J1 in 0.07s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestAllFilesHaveChecksumFooter
[junit4] Completed [52/486] on J1 in 0.65s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestStressNRT
[junit4] Completed [53/486] on J1 in 0.63s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF1LOG
[junit4] Completed [54/486] on J2 in 24.07s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestRollback
[junit4] Completed [55/486] on J2 in 0.09s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSynonymQuery
[junit4] Completed [56/486] on J2 in 0.02s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.store.TestSimpleFSDirectory
[junit4] Completed [57/486] on J2 in 4.94s, 42 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.spans.TestSpanTermQuery
[junit4] Completed [58/486] on J2 in 0.04s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene60FieldInfoFormat
[junit4] Completed [59/486] on J2 in 0.85s, 11 tests
[junit4]
[junit4] Suite: org.apache.lucene.document.TestIntRange
[junit4] Completed [60/486] on J2 in 0.03s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.util.TestFixedLengthBytesRefArray
[junit4] Completed [61/486] on J2 in 0.20s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.spans.TestSpanBoostQuery
[junit4] Completed [62/486] on J2 in 0.04s, 2 tests
[junit4]
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:01:09, stalled for
131s at: TestIndexWriterExceptions.testTooManyTokens
[junit4] Suite: org.apache.lucene.search.TestTopDocsMerge
[junit4] Completed [63/486] on J2 in 30.17s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestFutureObjects
[junit4] Completed [64/486] on J2 in 0.05s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.document.TestDoubleRange
[junit4] Completed [65/486] on J2 in 0.05s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSearchWithThreads
[junit4] Completed [66/486] on J2 in 14.12s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.similarities.TestSimilarityBase
[junit4] Completed [67/486] on J2 in 0.39s, 27 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestFilterCodecReader
[junit4] Completed [68/486] on J2 in 0.03s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestAutomatonQueryUnicode
[junit4] Completed [69/486] on J2 in 0.04s, 1 test
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:01:45, stalled for
63.2s at: TestDistributionSPL.testRandomScoring
[junit4] Suite: org.apache.lucene.search.similarities.TestDistributionSPL
[junit4] Completed [70/486] on J1 in 63.97s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestNoMergePolicy
[junit4] Completed [71/486] on J1 in 0.08s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestPhraseQuery
[junit4] Completed [72/486] on J1 in 2.31s, 22 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterLockRelease
[junit4] Completed [73/486] on J1 in 0.06s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.store.TestFilterDirectory
[junit4] IGNOR/A 0.01s J2 | TestFilterDirectory.testPendingDeletions
[junit4] > Assumption #1: we can only install VirusCheckingFS on an
FSDirectory
[junit4] IGNOR/A 0.01s J2 | TestFilterDirectory.testFsyncDoesntCreateNewFiles
[junit4] > Assumption #1: test only works for FSDirectory subclasses
[junit4] Completed [74/486] on J2 in 5.38s, 44 tests, 2 skipped
[junit4]
[junit4] Suite: org.apache.lucene.index.TestSegmentReader
[junit4] Completed [75/486] on J2 in 0.88s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestTermScorer
[junit4] Completed [76/486] on J2 in 0.88s, 5 tests
[junit4]
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:02:09, stalled for
191s at: TestIndexWriterExceptions.testTooManyTokens
[junit4] Suite:
org.apache.lucene.search.similarities.TestIndependenceStandardized
[junit4] Completed [77/486] on J1 in 35.89s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestStressDeletes
[junit4] Completed [78/486] on J1 in 1.76s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.store.TestRAMDirectory
[junit4] IGNOR/A 0.01s J1 | TestRAMDirectory.testFsyncDoesntCreateNewFiles
[junit4] > Assumption #1: test only works for FSDirectory subclasses
[junit4] IGNOR/A 0.00s J1 | TestRAMDirectory.testPendingDeletions
[junit4] > Assumption #1: we can only install VirusCheckingFS on an
FSDirectory
[junit4] Completed [79/486] on J1 in 5.27s, 46 tests, 2 skipped
[junit4]
[junit4] Suite: org.apache.lucene.util.automaton.TestLevenshteinAutomata
[junit4] Completed [80/486] on J1 in 1.78s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestMathUtil
[junit4] Completed [81/486] on J1 in 0.04s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestNumericDocValuesUpdates
[junit4] Completed [82/486] on J2 in 59.64s, 32 tests
[junit4]
[junit4] Suite: org.apache.lucene.store.TestHugeRamFile
[junit4] Completed [83/486] on J2 in 2.38s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
[junit4] Completed [84/486] on J0 in 242.47s, 34 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestDocumentWriter
[junit4] Completed [85/486] on J0 in 0.44s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestApproximationSearchEquivalence
[junit4] Completed [86/486] on J2 in 22.63s, 10 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestCloseableThreadLocal
[junit4] Completed [87/486] on J2 in 0.01s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.automaton.TestCompiledAutomaton
[junit4] Completed [88/486] on J2 in 0.64s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.fst.TestBytesStore
[junit4] Completed [89/486] on J0 in 16.70s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterDeleteByQuery
[junit4] Completed [90/486] on J0 in 0.03s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.Test2BNumericDocValues
[junit4] IGNOR/A 0.01s J0 | Test2BNumericDocValues.testNumerics
[junit4] > Assumption #1: 'monster' test group is disabled
(@Monster(value=takes ~ 2 hours if the heap is 5gb))
[junit4] Completed [91/486] on J0 in 0.02s, 1 test, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.search.MultiCollectorTest
[junit4] Completed [92/486] on J0 in 0.05s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.spans.TestSpanCollection
[junit4] Completed [93/486] on J0 in 0.23s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestSPIClassIterator
[junit4] Completed [94/486] on J0 in 0.03s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSort
[junit4] Completed [95/486] on J0 in 0.45s, 25 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestDocValuesIndexing
[junit4] Completed [96/486] on J0 in 1.01s, 34 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestBooleanRewrites
[junit4] Completed [97/486] on J0 in 0.69s, 12 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestFlex
[junit4] Completed [98/486] on J0 in 0.37s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.store.TestGrowableByteArrayDataOutput
[junit4] Completed [99/486] on J0 in 12.36s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.store.TestNativeFSLockFactory
[junit4] Completed [100/486] on J0 in 7.57s, 11 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestTermVectorsWriter
[junit4] Completed [101/486] on J0 in 0.36s, 15 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestConstantScoreQuery
[junit4] Completed [102/486] on J0 in 0.07s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestOfflineSorter
[junit4] Completed [103/486] on J2 in 26.08s, 15 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestMultiFields
[junit4] Completed [104/486] on J2 in 6.00s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.analysis.TestCharacterUtils
[junit4] Completed [105/486] on J2 in 0.04s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestElevationComparator
[junit4] Completed [106/486] on J2 in 0.12s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestUpgradeIndexMergePolicy
[junit4] IGNOR/A 0.01s J2 |
TestUpgradeIndexMergePolicy.testForceMergeNotNeeded
[junit4] > Assumption #1: this test cannot tolerate random forceMerges
[junit4] Completed [107/486] on J2 in 0.02s, 1 test, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat3
[junit4] Completed [108/486] on J2 in 10.63s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestWildcardRandom
[junit4] Completed [109/486] on J2 in 0.68s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2
[junit4] Completed [110/486] on J2 in 14.16s, 6 tests
[junit4]
[junit4] Suite:
org.apache.lucene.search.spans.TestSpanExplanationsOfNonMatches
[junit4] Completed [111/486] on J2 in 0.12s, 30 tests
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:04:21, stalled for
68.4s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.util.TestFixedBitSet
[junit4] Completed [112/486] on J2 in 27.53s, 19 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestBytesRefHash
[junit4] Completed [113/486] on J2 in 2.94s, 8 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexFileDeleter
[junit4] Completed [114/486] on J2 in 1.19s, 10 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestParallelCompositeReader
[junit4] Completed [115/486] on J2 in 0.63s, 11 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterFromReader
[junit4] Completed [116/486] on J2 in 2.42s, 12 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestDocIDMerger
[junit4] Completed [117/486] on J2 in 0.02s, 2 tests
[junit4]
[junit4] Suite:
org.apache.lucene.analysis.tokenattributes.TestPackedTokenAttributeImpl
[junit4] Completed [118/486] on J2 in 0.02s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator
[junit4] IGNOR/A 0.00s J2 | TestRamUsageEstimator.testPrintValues
[junit4] > Assumption #1: Specify -Dtests.verbose=true to print constants
of RamUsageEstimator.
[junit4] Completed [119/486] on J2 in 0.04s, 5 tests, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.search.TestBoolean2ScorerSupplier
[junit4] Completed [120/486] on J2 in 0.20s, 10 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.similarities.TestSimilarity2
[junit4] Completed [121/486] on J2 in 0.41s, 8 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestSegmentInfos
[junit4] Completed [122/486] on J2 in 0.22s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestPayloads
[junit4] Completed [123/486] on J2 in 0.96s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestPositiveScoresOnlyCollector
[junit4] Completed [124/486] on J2 in 0.05s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.util.TestMergedIterator
[junit4] Completed [125/486] on J2 in 0.27s, 25 tests
[junit4]
[junit4] Suite: org.apache.lucene.document.TestDateTools
[junit4] Completed [126/486] on J2 in 0.06s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.Test2BPoints
[junit4] IGNOR/A 0.00s J2 | Test2BPoints.test2D
[junit4] > Assumption #1: 'monster' test group is disabled
(@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
[junit4] IGNOR/A 0.00s J2 | Test2BPoints.test1D
[junit4] > Assumption #1: 'monster' test group is disabled
(@Monster(value=takes at least 4 hours and consumes many GB of temp disk space))
[junit4] Completed [127/486] on J2 in 0.00s, 2 tests, 2 skipped
[junit4]
[junit4] Suite: org.apache.lucene.index.TestDocsWithFieldSet
[junit4] Completed [128/486] on J2 in 0.01s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat
[junit4] Completed [129/486] on J0 in 72.16s, 28 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestSparseFixedBitDocIdSet
[junit4] Completed [130/486] on J2 in 2.86s, 5 tests
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:05:22, stalled for
129s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.search.similarities.TestClassicSimilarity
[junit4] Completed [131/486] on J2 in 45.27s, 12 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestAllFilesHaveCodecHeader
[junit4] Completed [132/486] on J2 in 0.61s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.util.TestSetOnce
[junit4] Completed [133/486] on J2 in 0.02s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat
[junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testPostingsEnumReuse
[junit4] > Assumption #1: The MockRandom PF randomizes content on the
fly, so we can't check it
[junit4] IGNOR/A 0.01s J0 | TestPerFieldPostingsFormat.testMergeStability
[junit4] > Assumption #1: The MockRandom PF randomizes content on the
fly, so we can't check it
[junit4] Completed [134/486] on J0 in 51.21s, 25 tests, 2 skipped
[junit4]
[junit4] Suite: org.apache.lucene.search.TestPositionIncrement
[junit4] Completed [135/486] on J0 in 0.04s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIntBlockPool
[junit4] Completed [136/486] on J0 in 0.65s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestAttributeSource
[junit4] Completed [137/486] on J0 in 0.03s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.mutable.TestMutableValues
[junit4] Completed [138/486] on J0 in 0.02s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestIntsRef
[junit4] Completed [139/486] on J0 in 0.01s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.bkd.TestDocIdsWriter
[junit4] Completed [140/486] on J0 in 5.46s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestCodecs
[junit4] Completed [141/486] on J0 in 0.60s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestCrashCausesCorruptIndex
[junit4] Completed [142/486] on J0 in 0.09s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestPostingsOffsets
[junit4] Completed [143/486] on J0 in 3.01s, 13 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.Test2BPositions
[junit4] IGNOR/A 0.00s J0 | Test2BPositions.test
[junit4] > Assumption #1: 'monster' test group is disabled
(@Monster(value=uses lots of space and takes a few minutes))
[junit4] Completed [144/486] on J0 in 0.00s, 1 test, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.geo.TestPolygon
[junit4] Completed [145/486] on J0 in 0.02s, 15 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterNRTIsCurrent
[junit4] Completed [146/486] on J0 in 24.91s, 1 test
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:06:22, stalled for
189s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.index.TestFlushByRamOrCountsPolicy
[junit4] Completed [147/486] on J0 in 4.51s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterMaxDocs
[junit4] IGNOR/A 0.00s J0 | TestIndexWriterMaxDocs.testExactlyAtTrueLimit
[junit4] > Assumption #1: 'monster' test group is disabled
(@Monster(value=takes over two hours))
[junit4] Completed [148/486] on J0 in 10.21s, 21 tests, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexInput
[junit4] Completed [149/486] on J0 in 0.73s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestIntroSorter
[junit4] Completed [150/486] on J0 in 0.16s, 9 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestNotDocIdSet
[junit4] Completed [151/486] on J0 in 1.58s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestFilterDirectoryReader
[junit4] Completed [152/486] on J0 in 0.01s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestTotalHitCountCollector
[junit4] Completed [153/486] on J0 in 0.04s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestBinaryDocValuesUpdates
[junit4] Completed [154/486] on J2 in 71.08s, 29 tests
[junit4]
[junit4] Suite:
org.apache.lucene.util.graph.TestGraphTokenStreamFiniteStrings
[junit4] Completed [155/486] on J2 in 0.34s, 12 tests
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:07:22, stalled for
249s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:07:46, stalled for
69.0s at: TestDuelingCodecsAtNight.testBigEquals
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:08:10, stalled for
65.1s at:
TestLucene70DocValuesFormat.testSortedSetVariableLengthBigVsStoredFields
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:08:22, stalled for
309s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:08:46, stalled for
129s at: TestDuelingCodecsAtNight.testBigEquals
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:09:10, stalled for
125s at:
TestLucene70DocValuesFormat.testSortedSetVariableLengthBigVsStoredFields
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:09:22, stalled for
369s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:09:46, stalled for
189s at: TestDuelingCodecsAtNight.testBigEquals
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:10:22, stalled for
429s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:10:46, stalled for
249s at: TestDuelingCodecsAtNight.testBigEquals
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:11:22, stalled for
489s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.index.TestDuelingCodecsAtNight
[junit4] Completed [156/486] on J0 in 323.67s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestStressIndexing
[junit4] Completed [157/486] on J0 in 5.13s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.util.automaton.TestRegExp
[junit4] Completed [158/486] on J0 in 0.06s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestMultiPhraseQuery
[junit4] Completed [159/486] on J0 in 0.17s, 16 tests, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSearchAfter
[junit4] Completed [160/486] on J0 in 1.32s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestForceMergeForever
[junit4] Completed [161/486] on J0 in 0.55s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.codecs.TestCodecLoadingDeadlock
[junit4] Completed [162/486] on J0 in 0.48s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSimpleExplanationsWithFillerDocs
[junit4] IGNOR/A 0.01s J0 | TestSimpleExplanationsWithFillerDocs.testMA2
[junit4] > Assumption #1: got: <[test is not viable with empty filler
docs, null]>, expected: each not null
[junit4] IGNOR/A 0.00s J0 | TestSimpleExplanationsWithFillerDocs.testMA1
[junit4] > Assumption #1: got: <[test is not viable with empty filler
docs, null]>, expected: each not null
[junit4] Completed [163/486] on J0 in 8.35s, 70 tests, 2 skipped
[junit4]
[junit4] Suite: org.apache.lucene.util.TestRollingBuffer
[junit4] Completed [164/486] on J0 in 0.29s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.util.TestFrequencyTrackingRingBuffer
[junit4] Completed [165/486] on J0 in 0.33s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestPriorityQueue
[junit4] Completed [166/486] on J0 in 0.34s, 9 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestSparseFixedBitSet
[junit4] Completed [167/486] on J0 in 2.28s, 11 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestAllFilesDetectTruncation
[junit4] Completed [168/486] on J0 in 1.67s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestOneMergeWrappingMergePolicy
[junit4] Completed [169/486] on J0 in 0.01s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestUniqueTermCount
[junit4] Completed [170/486] on J0 in 0.04s, 1 test
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:12:22, stalled for
549s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.search.spans.TestSpanMultiTermQueryWrapper
[junit4] Completed [171/486] on J0 in 0.14s, 9 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestReqExclBulkScorer
[junit4] Completed [172/486] on J0 in 0.04s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.Test2BSortedDocValuesFixedSorted
[junit4] IGNOR/A 0.00s J0 | Test2BSortedDocValuesFixedSorted.testFixedSorted
[junit4] > Assumption #1: 'monster' test group is disabled
(@Monster(value=Takes ~ 6 hours if the heap is 5gb))
[junit4] Completed [173/486] on J0 in 0.00s, 1 test, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF3LOG
[junit4] Completed [174/486] on J0 in 23.24s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.spans.TestSpanFirstQuery
[junit4] Completed [175/486] on J0 in 0.02s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.codecs.lucene60.TestLucene60PointsFormat
[junit4] IGNOR/A 0.00s J0 | TestLucene60PointsFormat.testMergeStability
[junit4] > Assumption #1: TODO: mess with the parameters and test gets
angry!
[junit4] Completed [176/486] on J0 in 27.11s, 20 tests, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.util.TestQueryBuilder
[junit4] Completed [177/486] on J0 in 0.05s, 23 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery
[junit4] Completed [178/486] on J0 in 1.87s, 9 tests
[junit4]
[junit4] Suite: org.apache.lucene.document.TestFieldType
[junit4] Completed [179/486] on J0 in 0.01s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestDirectoryReaderReopen
[junit4] Completed [180/486] on J0 in 2.07s, 14 tests
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:13:22, stalled for
609s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:13:34, stalled for
67.9s at: TestLucene70DocValuesFormat.testTermsEnumLongSharedPrefixes
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:14:22, stalled for
65.4s at: TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:14:22, stalled for
669s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:15:22, stalled for
125s at: TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:15:22, stalled for
729s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:15:46, stalled for
68.6s at: TestLucene70DocValuesFormat.testSparseDocValuesVsStoredFields
[junit4] Suite: org.apache.lucene.index.TestIndexWriterThreadsToSegments
[junit4] Completed [181/486] on J0 in 175.13s, 4 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestSegmentMerger
[junit4] Completed [183/486] on J0 in 0.38s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexReaderClose
[junit4] Completed [184/486] on J0 in 1.35s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexCommit
[junit4] Completed [185/486] on J0 in 0.01s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.util.TestInPlaceMergeSorter
[junit4] Completed [186/486] on J0 in 0.09s, 9 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestNeverDelete
[junit4] Completed [187/486] on J0 in 5.09s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.util.TestPagedBytes
[junit4] Completed [188/486] on J0 in 2.08s, 4 tests, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.index.TestBinaryTerms
[junit4] Completed [189/486] on J0 in 0.05s, 2 tests
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:16:22, stalled for
789s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.search.similarities.TestDistributionLL
[junit4] Completed [190/486] on J0 in 58.69s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestMergePolicyWrapper
[junit4] Completed [191/486] on J0 in 0.01s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestPrefixRandom
[junit4] Completed [192/486] on J0 in 0.73s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestSortedSetDocValues
[junit4] Completed [193/486] on J0 in 0.03s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestTopFieldCollector
[junit4] Completed [194/486] on J0 in 0.48s, 8 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexableField
[junit4] Completed [195/486] on J0 in 0.65s, 2 tests
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:17:22, stalled for
849s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.index.TestIndexWriter
[junit4] Completed [196/486] on J0 in 9.69s, 75 tests, 1 skipped
[junit4]
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:17:58, stalled for
61.8s at: TestLucene70DocValuesFormat.testTermsEnumRandomMany
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:18:22, stalled for
909s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:19:10, stalled for
66.2s at: TestLucene70DocValuesFormat.testRandomAdvanceNumeric
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:19:22, stalled for
969s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat
[junit4] Completed [197/486] on J0 in 157.07s, 110 tests
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:20:22, stalled for
1029s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.index.TestIndexWriterReader
[junit4] Completed [198/486] on J0 in 35.25s, 23 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterMerging
[junit4] Completed [199/486] on J0 in 3.73s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
[junit4] Completed [200/486] on J2 in 854.83s, 126 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestRegexpQuery
[junit4] Completed [201/486] on J2 in 0.08s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestInfoStream
[junit4] Completed [202/486] on J2 in 0.05s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestTermdocPerf
[junit4] Completed [203/486] on J2 in 0.02s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.codecs.compressing.TestFastCompressionMode
[junit4] Completed [204/486] on J2 in 1.19s, 11 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestFieldsReader
[junit4] Completed [205/486] on J2 in 0.33s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestSwappedIndexFiles
[junit4] Completed [206/486] on J2 in 0.26s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestMaxPosition
[junit4] Completed [207/486] on J2 in 0.05s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestRecyclingIntBlockAllocator
[junit4] Completed [208/486] on J2 in 0.55s, 3 tests
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:21:22, stalled for
1089s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.util.packed.TestPackedInts
[junit4] Completed [209/486] on J2 in 25.11s, 28 tests, 2 skipped
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
[junit4] IGNOR/A 0.06s J2 |
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
[junit4] > Assumption #1: aborting test: timeout obtaining lock
[junit4] Completed [210/486] on J2 in 6.02s, 12 tests, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.analysis.TestGraphTokenizers
[junit4] Completed [211/486] on J2 in 2.11s, 23 tests
[junit4]
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:21:58, stalled for
60.9s at: TestFSTs.testBigSet
[junit4] Suite: org.apache.lucene.search.TestShardSearching
[junit4] Completed [212/486] on J2 in 15.81s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.store.TestMultiMMap
[junit4] Completed [213/486] on J2 in 10.73s, 54 tests
[junit4]
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:22:22, stalled for
1149s at: TestIndexSorting.testRandom3
[junit4] Suite: org.apache.lucene.util.fst.TestFSTs
[junit4] Completed [214/486] on J0 in 96.74s, 20 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestDeletionPolicy
[junit4] Completed [215/486] on J0 in 4.81s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.spans.TestBasics
[junit4] Completed [216/486] on J0 in 4.64s, 27 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
[junit4] Completed [217/486] on J0 in 17.47s, 25 tests, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
[junit4] Completed [218/486] on J0 in 3.29s, 7 tests
[junit4]
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:23:10, stalled for
60.3s at: TestSearcherManager.testSearcherManager
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:23:22, stalled for
1209s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:23:58, stalled for
62.3s at: TestNRTThreads.testNRTThreads
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:24:10, stalled for
120s at: TestSearcherManager.testSearcherManager
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:24:22, stalled for
1269s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:24:58, stalled for
122s at: TestNRTThreads.testNRTThreads
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:25:10, stalled for
180s at: TestSearcherManager.testSearcherManager
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:25:22, stalled for
1329s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:25:58, stalled for
182s at: TestNRTThreads.testNRTThreads
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:26:10, stalled for
240s at: TestSearcherManager.testSearcherManager
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:26:22, stalled for
1389s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:26:58, stalled for
243s at: TestNRTThreads.testNRTThreads
[junit4] HEARTBEAT J2 PID(7093@localhost): 2018-02-19T09:27:10, stalled for
301s at: TestSearcherManager.testSearcherManager
[junit4] HEARTBEAT J1 PID(7096@localhost): 2018-02-19T09:27:22, stalled for
1449s at: TestIndexSorting.testRandom3
[junit4] HEARTBEAT J0 PID(7092@localhost): 2018-02-19T09:27:58, stalled for
[...truncated too long message...]
er/checkout/lucene/top-level-ivy-settings.xml
resolve-groovy:
check-lucene-core-uptodate:
jar-lucene-core:
check-backward-codecs-uptodate:
jar-backward-codecs:
check-analyzers-phonetic-uptodate:
jar-analyzers-phonetic:
check-analyzers-kuromoji-uptodate:
jar-analyzers-kuromoji:
check-codecs-uptodate:
jar-codecs:
check-expressions-uptodate:
jar-expressions:
check-suggest-uptodate:
jar-suggest:
check-highlighter-uptodate:
jar-highlighter:
check-memory-uptodate:
jar-memory:
check-misc-uptodate:
jar-misc:
check-spatial-extras-uptodate:
jar-spatial-extras:
check-spatial3d-uptodate:
jar-spatial3d:
check-grouping-uptodate:
jar-grouping:
check-queries-uptodate:
jar-queries:
check-queryparser-uptodate:
jar-queryparser:
check-join-uptodate:
jar-join:
check-sandbox-uptodate:
jar-sandbox:
check-classification-uptodate:
jar-classification:
prep-lucene-jars:
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-master/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-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
-check-git-state:
-git-cleanroot:
-copy-git-state:
git-autoclean:
ivy-fail:
resolve:
common.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 =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
init:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
compile-core:
init:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
common.compile-core:
compile-core:
resolve-groovy:
check-lucene-core-uptodate:
jar-lucene-core:
check-backward-codecs-uptodate:
jar-backward-codecs:
check-analyzers-phonetic-uptodate:
jar-analyzers-phonetic:
check-analyzers-kuromoji-uptodate:
jar-analyzers-kuromoji:
check-codecs-uptodate:
jar-codecs:
check-expressions-uptodate:
jar-expressions:
check-suggest-uptodate:
jar-suggest:
check-highlighter-uptodate:
jar-highlighter:
check-memory-uptodate:
jar-memory:
check-misc-uptodate:
jar-misc:
check-spatial-extras-uptodate:
jar-spatial-extras:
check-spatial3d-uptodate:
jar-spatial3d:
check-grouping-uptodate:
jar-grouping:
check-queries-uptodate:
jar-queries:
check-queryparser-uptodate:
jar-queryparser:
check-join-uptodate:
jar-join:
check-sandbox-uptodate:
jar-sandbox:
check-classification-uptodate:
jar-classification:
prep-lucene-jars:
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-master/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-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
-check-git-state:
-git-cleanroot:
-copy-git-state:
git-autoclean:
ivy-fail:
resolve:
common.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 =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
init:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
compile-core:
init:
common.compile-core:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/java
[javac] Compiling 5 source files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/java
[javac] Note:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java
uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[copy] Copying 13 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/java
common-solr.compile-core:
compile-core:
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 =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
init:
compile-lucene-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 =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
common.init:
compile-lucene-core:
init:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
compile-core:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
common.compile-core:
compile-core:
common.compile-test:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/test
[javac] Compiling 2 source files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/test
[copy] Copying 2 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/classes/test
compile-test:
patch-mrjar-classes:
install-junit4-taskdef:
compile-tools:
-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 =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
init:
compile-core:
validate:
-init-totals:
-test:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/test
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/test/temp
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/.caches/test-stats/solr-velocity
[junit4] <JUnit4> says שלום! Master seed: EFF59C04E5165E89
[junit4] Executing 1 suite with 1 JVM.
[junit4]
[junit4] Started J0 PID(24052@lucene1-us-west).
[junit4] Suite: org.apache.solr.velocity.VelocityResponseWriterTest
[junit4] Completed [1/1] in 2.85s, 13 tests
[junit4]
[junit4] JVM J0: 0.31 .. 3.66 = 3.35s
[junit4] Execution time total: 3.69 sec.
[junit4] Tests summary: 1 suite, 13 tests
[junit4] Could not remove temporary path:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/test/J0
(java.nio.file.DirectoryNotEmptyException: Remaining files:
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-velocity/test/J0/temp])
[echo] 5 slowest tests:
[junit4:tophints] 2.85s | org.apache.solr.velocity.VelocityResponseWriterTest
-check-totals:
common.test:
-check-totals:
test:
ivy-availability-check:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve-groovy:
-check-totals:
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:626:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:570:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid26915.hprof
Total time: 337 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]