Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7688/ Java: 32bit/jdk1.8.0_172 -client -XX:+UseSerialGC
1 tests failed. FAILED: org.apache.solr.client.solrj.TestLBHttp2SolrClient.testReliability Error Message: Timeout occured while waiting response from server at: https://127.0.0.1:63173/solr/collection1/select?q=*%3A*&wt=javabin&version=2 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:63173/solr/collection1/select?q=*%3A*&wt=javabin&version=2 at __randomizedtesting.SeedInfo.seed([2624155FA2C6F26F:E7ECC81903A023C6]:0) at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:400) at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:732) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207) at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:983) at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:998) at org.apache.solr.client.solrj.TestLBHttp2SolrClient.testReliability(TestLBHttp2SolrClient.java:223) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at 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:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at 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) Caused by: java.util.concurrent.TimeoutException at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216) at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:391) ... 46 more Build Log: [...truncated 11 lines...] ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: org.eclipse.jgit.api.errors.TransportException: Short read of block. at org.jenkinsci.plugins.gitclient.JGitAPIImpl$5.execute(JGitAPIImpl.java:1472) 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:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Windows VBOX at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:957) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor708.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.$Proxy75.execute(Unknown Source) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186) at hudson.scm.SCM.checkout(SCM.java:504) at hudson.model.AbstractProject.checkout(AbstractProject.java:1208) 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:1810) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused by: org.eclipse.jgit.api.errors.TransportException: Short read of block. at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:135) at org.jenkinsci.plugins.gitclient.JGitAPIImpl$5.execute(JGitAPIImpl.java:1464) ... 10 more Caused by: org.eclipse.jgit.errors.TransportException: Short read of block. at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:377) at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:308) at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:298) at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:245) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:161) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122) at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1201) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128) ... 11 more Caused by: java.io.EOFException: Short read of block. at org.eclipse.jgit.util.IO.readFully(IO.java:249) at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:212) at org.eclipse.jgit.transport.SideBandInputStream.needDataPacket(SideBandInputStream.java:154) at org.eclipse.jgit.transport.SideBandInputStream.read(SideBandInputStream.java:136) at org.eclipse.jgit.transport.PackParser.fill(PackParser.java:1173) at org.eclipse.jgit.transport.PackParser.readPackHeader(PackParser.java:874) at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:512) at org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:195) at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:484) at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:773) at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:370) ... 18 more ERROR: Error cloning remote repo 'origin' Retrying after 10 seconds Fetching changes from the remote Git repository Cleaning workspace Checking out Revision df119573dbc5781b2eed357821856b44bd7af5fd (refs/remotes/origin/master) Commit message: "SOLR-12888: Run URP now auto-registers NestedUpdateProcessor before it." No emails were triggered. Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 [description-setter] Description set: Java: 32bit/jdk1.8.0_172 -client -XX:+UseSerialGC Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 [Lucene-Solr-master-Windows] $ cmd.exe /C "C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\bin\ant.bat '"-Dargs=-client -XX:+UseSerialGC"' jenkins-hourly && exit %%ERRORLEVEL%%" Buildfile: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml jenkins-hourly: -print-java-info: [java-info] java version "1.8.0_172" [java-info] Java(TM) SE Runtime Environment (1.8.0_172-b11, Oracle Corporation) [java-info] Java HotSpot(TM) Client VM (25.172-b11, Oracle Corporation) [java-info] Test args: [-client -XX:+UseSerialGC] 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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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.15 in public [ivy:cachepath] :: resolution report :: resolve 103ms :: artifacts dl 14ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 0 | 0 | 0 || 1 | 0 | --------------------------------------------------------------------- -test-with-heapdumps-enabled: [echo] Java HotSpot(TM) Client VM: Enabling heap dumps on OutOfMemoryError to dir 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\heapdumps'. [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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 C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build git-autoclean: resolve: init: compile-core: [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java [javac] Compiling 860 source files to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\java\org\apache\lucene\index\FrozenBufferedUpdates.java:247: warning: [try] auto-closeable resource finalizer is never referenced in body of corresponding try statement [javac] try (Closeable finalizer = () -> finishApply(writer, segStates, success.get(), delFiles)) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\java\org\apache\lucene\index\NumericDocValuesFieldUpdates.java:37: warning: [rawtypes] found raw type: AbstractPagedMutable [javac] private final AbstractPagedMutable values; [javac] ^ [javac] missing type arguments for generic class AbstractPagedMutable<T> [javac] where T is a type-variable: [javac] T extends AbstractPagedMutable<T> declared in class AbstractPagedMutable [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\java\org\apache\lucene\index\NumericDocValuesFieldUpdates.java:41: warning: [rawtypes] found raw type: AbstractPagedMutable [javac] Iterator(int size, long minValue, AbstractPagedMutable values, PagedMutable docs, long delGen) { [javac] ^ [javac] missing type arguments for generic class AbstractPagedMutable<T> [javac] where T is a type-variable: [javac] T extends AbstractPagedMutable<T> declared in class AbstractPagedMutable [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\java\org\apache\lucene\index\NumericDocValuesFieldUpdates.java:61: warning: [rawtypes] found raw type: AbstractPagedMutable [javac] private AbstractPagedMutable values; [javac] ^ [javac] missing type arguments for generic class AbstractPagedMutable<T> [javac] where T is a type-variable: [javac] T extends AbstractPagedMutable<T> declared in class AbstractPagedMutable [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 warnings [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\util\graph\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\document\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\util\bkd\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\codecs\compressing\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\codecs\lucene60\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\codecs\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\codecs\lucene80\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\util\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\index\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\util\fst\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\analysis\tokenattributes\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\search\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\util\packed\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\util\mutable\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\codecs\lucene70\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\codecs\perfield\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\analysis\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\analysis\standard\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\store\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\codecs\blocktree\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\search\spans\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\search\similarities\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\util\automaton\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\codecs\lucene50\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java\org\apache\lucene\geo\package-info.class [copy] Copying 3 files to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\classes\java [javac] Compiling 74 source files to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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 C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\classes\java\org\apache\lucene\codecs\bloom\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\classes\java\org\apache\lucene\codecs\memory\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\classes\java\org\apache\lucene\codecs\simpletext\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\classes\java\org\apache\lucene\codecs\blockterms\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\classes\java\org\apache\lucene\codecs\blocktreeords\package-info.class [copy] Copying 3 files to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\codecs\classes\java -clover.disable: -clover.load: -clover.classpath: -clover.setup: clover: common.compile-core: [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java [javac] Compiling 196 source files to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\src\java\org\apache\lucene\store\BaseDirectoryTestCase.java:416: warning: [try] auto-closeable resource output is never referenced in body of corresponding try statement [javac] try (IndexOutput output = dir.createOutput(fileName, newIOContext(random()))) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\src\java\org\apache\lucene\store\BaseDirectoryTestCase.java:440: warning: [try] auto-closeable resource input is never referenced in body of corresponding try statement [javac] try (IndexInput input = dir.openInput(file, newIOContext(random()))) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\src\java\org\apache\lucene\store\BaseDirectoryTestCase.java:1051: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement [javac] try (IndexOutput out = dir.createOutput(name, IOContext.DEFAULT)) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework\src\java\org\apache\lucene\store\BaseDirectoryTestCase.java:1056: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement [javac] try (IndexOutput out = dir.createOutput(name, IOContext.DEFAULT)) { [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 4 warnings [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java\org\apache\lucene\codecs\asserting\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java\org\apache\lucene\codecs\ramonly\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java\org\apache\lucene\mockfile\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java\org\apache\lucene\codecs\cheapbastard\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java\org\apache\lucene\codecs\mockrandom\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java\org\apache\lucene\codecs\cranky\package-info.class [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java\org\apache\lucene\codecs\compressing\dummy\package-info.class [copy] Copying 4 files to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\classes\java compile-core: compile-test: [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\test [javac] Compiling 525 source files to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\test [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\analysis\TestAnalyzerWrapper.java:52: warning: [try] auto-closeable resource ts is never referenced in body of corresponding try statement [javac] try (TokenStream ts = wrapped.tokenStream("", "text")) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\index\TestFieldUpdatesBuffer.java:158: warning: [unchecked] unchecked cast [javac] return (T) (rarely() ? value.prepareForApply(random().nextInt(100)) : value); [javac] ^ [javac] required: T [javac] found: BinaryDocValuesUpdate [javac] where T is a type-variable: [javac] T extends DocValuesUpdate declared in method <T>getRandomUpdate(boolean) [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\index\TestFieldUpdatesBuffer.java:163: warning: [unchecked] unchecked cast [javac] return (T) (rarely() ? value.prepareForApply(random().nextInt(100)) : value); [javac] ^ [javac] required: T [javac] found: NumericDocValuesUpdate [javac] where T is a type-variable: [javac] T extends DocValuesUpdate declared in method <T>getRandomUpdate(boolean) [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\index\TestIndexWriter.java:2685: warning: [try] auto-closeable resource closeable is never referenced in body of corresponding try statement [javac] Closeable closeable = () -> IOUtils.close(toClose)) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\index\TestIndexWriter.java:3644: warning: [try] auto-closeable resource w is never referenced in body of corresponding try statement [javac] try (IndexWriter w = new IndexWriter(dir, newIndexWriterConfig().setIndexCreatedVersionMajor(previousMajor))) {} [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\index\TestIndexWriter.java:3647: warning: [try] auto-closeable resource w is never referenced in body of corresponding try statement [javac] try (IndexWriter w = new IndexWriter(dir, newIndexWriterConfig().setOpenMode(openMode).setIndexCreatedVersionMajor(newMajor))) {} [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\search\TestConstantScoreScorer.java:63: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException [javac] try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\search\TestConstantScoreScorer.java:99: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException [javac] try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\search\TestConstantScoreScorer.java:127: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException [javac] try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\search\TestConstantScoreScorer.java:155: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException [javac] try (TestConstantScoreScorerIndex index = new TestConstantScoreScorerIndex()) { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\search\TestConstantScoreScorer.java:174: warning: [try] auto-closeable resource TestConstantScoreScorerIndex has a member method close() that could throw InterruptedException [javac] static class TestConstantScoreScorerIndex implements AutoCloseable { [javac] ^ [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\search\TestSearchAfter.java:220: warning: [rawtypes] found raw type: TopDocsCollector [javac] final TopDocsCollector allCollector; [javac] ^ [javac] missing type arguments for generic class TopDocsCollector<T> [javac] where T is a type-variable: [javac] T extends ScoreDoc declared in class TopDocsCollector [javac] C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\core\src\test\org\apache\lucene\search\TestSearchAfter.java:248: warning: [rawtypes] found raw type: TopDocsCollector [javac] final TopDocsCollector pagedCollector; [javac] ^ [javac] missing type arguments for generic class TopDocsCollector<T> [javac] where T is a type-variable: [javac] T extends ScoreDoc declared in class TopDocsCollector [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 13 warnings [copy] Copying 3 files to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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/LatLonPointDistanceFeatureQuery$DistanceScorer$2 [patch-cls] Remapped: org/apache/lucene/document/LatLonPointDistanceQuery$1$2 [patch-cls] Remapped: org/apache/lucene/document/LatLonPointDistanceQuery$1$3 [patch-cls] Remapped: org/apache/lucene/document/LatLonPointInPolygonQuery$1$1 [patch-cls] Remapped: org/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer$2 [patch-cls] Remapped: org/apache/lucene/document/LongRange [patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$1 [patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$2 [patch-cls] Remapped: org/apache/lucene/document/RangeFieldQuery$QueryType$3 [patch-cls] Remapped: org/apache/lucene/index/BitsSlice [patch-cls] Remapped: org/apache/lucene/index/CheckIndex$VerifyPointsVisitor [patch-cls] Remapped: org/apache/lucene/index/CodecReader [patch-cls] Remapped: org/apache/lucene/index/MergeReaderWrapper [patch-cls] Remapped: org/apache/lucene/index/PointValues [patch-cls] Remapped: org/apache/lucene/search/BooleanScorer$TailPriorityQueue [patch-cls] Remapped: org/apache/lucene/search/PointInSetQuery$SinglePointVisitor [patch-cls] Remapped: org/apache/lucene/search/PointRangeQuery$1$1 [patch-cls] Remapped: org/apache/lucene/search/PointRangeQuery$1$2 [patch-cls] Remapped: org/apache/lucene/search/PointRangeQuery$1 [patch-cls] Remapped: org/apache/lucene/search/TopFieldCollector [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: org/apache/lucene/util/bkd/BKDReader [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter$BKDMergeQueue [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter$OneDimensionBKDWriter [patch-cls] Remapped: org/apache/lucene/util/bkd/BKDWriter [patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$1$1 [patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$2 [patch-cls] Remapped: org/apache/lucene/util/bkd/MutablePointsReaderUtils$3$1 [patch-cls] Remapped 42 class files for Java 9 to: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\classes\java9 [touch] Creating C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\patch-mrjar.stamp install-junit4-taskdef: validate: -init-totals: -test: [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test [loadresource] Do not set property tests.explicitclass as its length is 0. [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\core\test\temp [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\.caches\test-stats\core [junit4] <JUnit4> says salut! Master seed: 5BE1B6A93C03A2A4 [junit4] Your default console's encoding may not display certain unicode glyphs: windows-1252 [junit4] Executing 514 suites with 2 JVMs. [junit4] [junit4] Started J0 PID(5456@localhost). [junit4] Started J1 PID(1200@localhost). [junit4] Suite: org.apache.lucene.index.TestParallelReaderEmptyIndex [junit4] Completed [1/514] on J1 in 1.79s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestParallelLeafReader [junit4] Completed [2/514] on J0 in 2.06s, 10 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestSortedSetSelector [junit4] Completed [3/514] on J1 in 0.60s, 15 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestSortedNumericSortField [junit4] Completed [4/514] on J0 in 0.31s, 9 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestLongBitSet [junit4] IGNOR/A 0.01s J1 | TestLongBitSet.testHugeCapacity [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [5/514] on J1 in 0.30s, 11 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.util.TestLSBRadixSorter [junit4] Completed [6/514] on J0 in 0.30s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestSimilarityProvider [junit4] Completed [7/514] on J0 in 0.30s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestSimpleExplanations [junit4] Completed [8/514] on J1 in 1.79s, 70 tests [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestBasicModelIF [junit4] Completed [9/514] on J1 in 32.32s, 1 test [junit4] [junit4] Suite: org.apache.lucene.store.TestHugeRamFile [junit4] Completed [10/514] on J1 in 1.10s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestBlockMaxConjunction [junit4] Completed [11/514] on J1 in 0.68s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterOutOfFileDescriptors [junit4] Completed [12/514] on J1 in 1.51s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestBasicModelG [junit4] Completed [13/514] on J0 in 37.06s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestBooleanQueryVisitSubscorers [junit4] Completed [14/514] on J1 in 0.25s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestSoftDeletesRetentionMergePolicy [junit4] Completed [15/514] on J1 in 0.50s, 14 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestFrequencyTrackingRingBuffer [junit4] Completed [16/514] on J1 in 0.26s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.Test2BPostingsBytes [junit4] IGNOR/A 0.00s J1 | Test2BPostingsBytes.test [junit4] > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~20GB-30GB of space and 10 minutes)) [junit4] Completed [17/514] on J1 in 0.00s, 1 test, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.store.TestGrowableByteArrayDataOutput [junit4] Completed [18/514] on J0 in 5.03s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestBlendedTermQuery [junit4] Completed [19/514] on J0 in 0.25s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterOnVMError [junit4] IGNOR/A 0.01s J0 | TestIndexWriterOnVMError.testCheckpoint [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [20/514] on J0 in 0.51s, 3 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.search.TestBooleanQuery [junit4] Completed [21/514] on J0 in 0.50s, 22 tests [junit4] [junit4] Suite: org.apache.lucene.TestDemo [junit4] Completed [22/514] on J1 in 5.27s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestSoftDeletesDirectoryReaderWrapper [junit4] Completed [23/514] on J0 in 0.25s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestFixedLengthBytesRefArray [junit4] Completed [24/514] on J0 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.Test2BPostings [junit4] IGNOR/A 0.00s J0 | Test2BPostings.test [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [25/514] on J0 in 0.00s, 1 test, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.TestAssertions [junit4] Completed [26/514] on J0 in 0.25s, 1 test [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 [27/514] on J0 in 1.77s, 21 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.search.TestPrefixRandom [junit4] Completed [28/514] on J0 in 0.50s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy [junit4] Completed [29/514] on J1 in 3.02s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestSortRandom [junit4] Completed [30/514] on J0 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestStringHelper [junit4] Completed [31/514] on J0 in 0.25s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestQueryRescorer [junit4] Completed [32/514] on J1 in 0.50s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestSortRescorer [junit4] Completed [33/514] on J1 in 0.50s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions2 [junit4] Completed [34/514] on J0 in 1.51s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.TestStringMSBRadixSorter [junit4] Completed [35/514] on J1 in 2.01s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestAutomatonQuery [junit4] Completed [36/514] on J0 in 1.54s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterForceMerge [junit4] Completed [37/514] on J1 in 2.11s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestAutomatonQueryUnicode [junit4] Completed [38/514] on J1 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestSegmentCacheables [junit4] Completed [39/514] on J1 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50LiveDocsFormat [junit4] IGNOR/A 0.00s J1 | TestLucene50LiveDocsFormat.testOverflow [junit4] > Assumption #1: 'monster' test group is disabled (@Monster(value=Uses lots of memory)) [junit4] Completed [40/514] on J1 in 0.25s, 4 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.search.TestConjunctions [junit4] Completed [41/514] on J1 in 0.27s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestCodecs [junit4] Completed [42/514] on J1 in 0.52s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.util.automaton.TestUTF32ToUTF8 [junit4] Completed [43/514] on J1 in 1.59s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestGraphTokenFilter [junit4] Completed [44/514] on J1 in 0.27s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestNoMergeScheduler [junit4] Completed [45/514] on J1 in 0.26s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestNotDocIdSet [junit4] Completed [46/514] on J1 in 1.26s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestSearcherManager [junit4] Completed [47/514] on J0 in 6.94s, 11 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50CompoundFormat [junit4] Completed [48/514] on J0 in 4.52s, 26 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestConjunctionDISI [junit4] Completed [49/514] on J0 in 2.26s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestCodecHoldsOpenFiles [junit4] Completed [50/514] on J0 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.automaton.TestRegExp [junit4] Completed [51/514] on J0 in 0.25s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestDelegatingAnalyzerWrapper [junit4] Completed [52/514] on J0 in 0.25s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestNoMergePolicy [junit4] Completed [53/514] on J0 in 0.25s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestNamedSPILoader [junit4] Completed [54/514] on J0 in 0.25s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF2LOG [junit4] Completed [55/514] on J1 in 10.16s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestCustomTermFreq [junit4] Completed [56/514] on J1 in 0.28s, 12 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestMultiThreadTermVectors [junit4] Completed [57/514] on J1 in 1.68s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestConstantScoreScorer [junit4] Completed [58/514] on J1 in 0.28s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestPointValues [junit4] Completed [59/514] on J1 in 6.62s, 32 tests [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestAxiomaticF2EXP [junit4] Completed [60/514] on J0 in 11.32s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestCustomNorms [junit4] Completed [61/514] on J0 in 0.75s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.automaton.TestLevenshteinAutomata [junit4] Completed [62/514] on J1 in 1.57s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestMultiTermQueryRewrites [junit4] Completed [63/514] on J0 in 0.25s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestConstantScoreQuery [junit4] Completed [64/514] on J0 in 0.25s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestSimilarity2 [junit4] Completed [65/514] on J1 in 0.50s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestLongDistanceFeatureQuery [junit4] Completed [66/514] on J1 in 0.50s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestMultiFields [junit4] Completed [67/514] on J1 in 0.50s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestIndexSearcher [junit4] Completed [68/514] on J1 in 0.25s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestPersistentSnapshotDeletionPolicy [junit4] Completed [69/514] on J0 in 1.50s, 13 tests [junit4] [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminizeLexicon [junit4] Completed [70/514] on J0 in 1.00s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestNeverDelete [junit4] Completed [71/514] on J1 in 1.49s, 1 test [junit4] [junit4] Suite: org.apache.lucene.store.TestRateLimiter [junit4] Completed [72/514] on J1 in 1.00s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.search.spans.TestSpanBoostQuery [junit4] Completed [73/514] on J1 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestFieldInvertState [junit4] Completed [74/514] on J1 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.standard.TestStandardAnalyzer [junit4] Completed [75/514] on J1 in 3.76s, 45 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestLongPostings [junit4] Completed [76/514] on J1 in 1.16s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestOneMergeWrappingMergePolicy [junit4] Completed [77/514] on J1 in 0.23s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.MultiCollectorTest [junit4] Completed [78/514] on J1 in 0.23s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestAtomicUpdate [junit4] Completed [79/514] on J1 in 2.24s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestPendingDeletes [junit4] Completed [80/514] on J1 in 0.23s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestLMJelinekMercerSimilarity [junit4] Completed [81/514] on J0 in 14.75s, 1 test [junit4] [junit4] Suite: org.apache.lucene.document.TestLatLonPointDistanceSort [junit4] IGNOR/A 0.00s J0 | TestLatLonPointDistanceSort.testRandomHuge [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [82/514] on J0 in 1.21s, 4 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.index.TestMultiDocValues [junit4] Completed [83/514] on J0 in 0.50s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestIndexOrDocValuesQuery [junit4] Completed [84/514] on J0 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestNRTThreads [junit4] Completed [85/514] on J0 in 3.22s, 1 test [junit4] [junit4] Suite: org.apache.lucene.store.TestRAMDirectory [junit4] IGNOR/A 0.00s J0 | TestRAMDirectory.testPendingDeletions [junit4] > Assumption #1: we can only install VirusCheckingFS on an FSDirectory [junit4] IGNOR/A 0.01s J0 | TestRAMDirectory.testFsyncDoesntCreateNewFiles [junit4] > Assumption #1: test only works for FSDirectory subclasses [junit4] Completed [86/514] on J0 in 1.24s, 45 tests, 2 skipped [junit4] [junit4] Suite: org.apache.lucene.search.spans.TestNearSpansOrdered [junit4] Completed [87/514] on J0 in 0.50s, 19 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestFieldInfos [junit4] Completed [88/514] on J0 in 0.25s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestWordlistLoader [junit4] Completed [89/514] on J0 in 0.25s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestLogMergePolicy [junit4] Completed [90/514] on J0 in 0.51s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestOmitTf [junit4] Completed [91/514] on J0 in 0.49s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.search.FuzzyTermOnShortTermsTest [junit4] Completed [92/514] on J0 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestAllFilesHaveCodecHeader [junit4] Completed [93/514] on J0 in 0.74s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestPayloadsOnVectors [junit4] Completed [94/514] on J0 in 0.25s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestTerms [junit4] Completed [95/514] on J0 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestNumericUtils [junit4] Completed [96/514] on J0 in 1.90s, 24 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator [junit4] IGNOR/A 0.01s J0 | TestRamUsageEstimator.testHotspotBean [junit4] > Assumption #1: testHotspotBean only works on 64bit JVMs. [junit4] IGNOR/A 0.00s J0 | TestRamUsageEstimator.testPrintValues [junit4] > Assumption #1: Specify -Dtests.verbose=true to print constants of RamUsageEstimator. [junit4] Completed [97/514] on J0 in 0.28s, 5 tests, 2 skipped [junit4] [junit4] Suite: org.apache.lucene.search.TestPositionIncrement [junit4] Completed [98/514] on J0 in 0.27s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestIntroSorter [junit4] Completed [99/514] on J0 in 0.27s, 9 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestPagedBytes [junit4] Completed [100/514] on J0 in 2.99s, 4 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.index.TestAddIndexes [junit4] Completed [101/514] on J0 in 1.63s, 28 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestNorms [junit4] Completed [102/514] on J0 in 0.54s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestRollingBuffer [junit4] Completed [103/514] on J0 in 0.27s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat3 [junit4] Completed [104/514] on J0 in 1.08s, 1 test [junit4] [junit4] Suite: org.apache.lucene.store.TestLockFactory [junit4] Completed [105/514] on J0 in 0.27s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestIntRange [junit4] Completed [106/514] on J0 in 0.27s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestUniqueTermCount [junit4] Completed [107/514] on J0 in 0.27s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestPrefixInBooleanQuery [junit4] Completed [108/514] on J0 in 0.54s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestDuelingCodecs [junit4] Completed [109/514] on J0 in 8.64s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestNeedsScores [junit4] Completed [110/514] on J0 in 0.30s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.Test2BPoints [junit4] IGNOR/A 0.00s J0 | 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 J0 | 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 [111/514] on J0 in 0.00s, 2 tests, 2 skipped [junit4] [junit4] Suite: org.apache.lucene.index.TestTermsEnum [junit4] Completed [112/514] on J1 in 35.07s, 13 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestMultiset [junit4] Completed [113/514] on J0 in 0.30s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.util.automaton.TestDaciukMihovAutomatonBuilder [junit4] Completed [114/514] on J0 in 0.30s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestTieredMergePolicy [junit4] Completed [115/514] on J0 in 6.96s, 12 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestTransactionRollback [junit4] Completed [116/514] on J0 in 0.28s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestOfflineSorter [junit4] IGNOR/A 0.00s J1 | TestOfflineSorter.testLargerRandom [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [117/514] on J1 in 10.25s, 15 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.util.TestRecyclingByteBlockAllocator [junit4] Completed [118/514] on J1 in 0.27s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestPositiveScoresOnlyCollector [junit4] Completed [119/514] on J1 in 0.27s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.TestIntsRef [junit4] Completed [120/514] on J1 in 0.27s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestPriorityQueue [junit4] Completed [121/514] on J1 in 0.54s, 10 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestDeletionPolicy [junit4] Completed [122/514] on J0 in 5.09s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestAllFilesCheckIndexHeader [junit4] Completed [123/514] on J1 in 1.07s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestWildcard [junit4] Completed [124/514] on J0 in 0.27s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestDocValues [junit4] Completed [125/514] on J0 in 0.27s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestForceMergeForever [junit4] Completed [126/514] on J0 in 0.24s, 1 test [junit4] [junit4] Suite: org.apache.lucene.document.TestLatLonPoint [junit4] Completed [127/514] on J0 in 0.24s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestNumericDocValuesUpdates [junit4] Completed [128/514] on J1 in 5.60s, 32 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestSPIClassIterator [junit4] Completed [129/514] on J1 in 0.24s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestForUtil [junit4] Completed [130/514] on J1 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.store.TestMmapDirectory [junit4] Completed [131/514] on J1 in 1.46s, 42 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.document.TestLatLonDocValuesField [junit4] Completed [132/514] on J1 in 0.24s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestUpgradeIndexMergePolicy [junit4] Completed [133/514] on J1 in 3.49s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestPrefixQuery [junit4] Completed [134/514] on J1 in 0.87s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestDuelingCodecsAtNight [junit4] IGNOR/A 0.00s J1 | TestDuelingCodecsAtNight.testEquals [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] IGNOR/A 0.00s J1 | TestDuelingCodecsAtNight.testCrazyReaderEquals [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] IGNOR/A 0.00s J1 | TestDuelingCodecsAtNight.testBigEquals [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [135/514] on J1 in 0.00s, 3 tests, 3 skipped [junit4] [junit4] Suite: org.apache.lucene.search.TestNormsFieldExistsQuery [junit4] Completed [136/514] on J1 in 0.44s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.index.Test2BPositions [junit4] IGNOR/A 0.00s J1 | Test2BPositions.test [junit4] > Assumption #1: 'monster' test group is disabled (@Monster(value=uses lots of space and takes a few minutes)) [junit4] Completed [137/514] on J1 in 0.00s, 1 test, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.search.TestNGramPhraseQuery [junit4] Completed [138/514] on J1 in 0.22s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.automaton.TestDeterminism [junit4] Completed [139/514] on J1 in 0.43s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestTragicIndexWriterDeadlock [junit4] Completed [140/514] on J1 in 0.22s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestTransactions [junit4] Completed [141/514] on J1 in 0.87s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestIndependenceStandardized [junit4] Completed [142/514] on J0 in 16.11s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestSimpleSearchEquivalence [junit4] Completed [143/514] on J0 in 0.43s, 17 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestFieldValueQuery [junit4] Completed [144/514] on J0 in 0.65s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestDemoParallelLeafReader [junit4] Completed [145/514] on J1 in 3.92s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestWildcardRandom [junit4] Completed [146/514] on J1 in 0.22s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestDocValuesFieldUpdates [junit4] Completed [147/514] on J1 in 0.23s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestDirectoryReader [junit4] Completed [148/514] on J0 in 0.66s, 24 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestFrozenBufferedUpdates [junit4] Completed [149/514] on J1 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestParallelTermEnum [junit4] Completed [150/514] on J0 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.TestFixedBitDocIdSet [junit4] Completed [151/514] on J0 in 0.76s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestBoostQuery [junit4] Completed [152/514] on J0 in 0.25s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestLatLonPointDistanceFeatureQuery [junit4] Completed [153/514] on J1 in 1.26s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestFieldType [junit4] Completed [154/514] on J0 in 0.25s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterUnicode [junit4] Completed [155/514] on J0 in 2.26s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.store.TestNRTCachingDirectory [junit4] IGNOR/A 0.01s J0 | TestNRTCachingDirectory.testFsyncDoesntCreateNewFiles [junit4] > Assumption #1: test only works for FSDirectory subclasses [junit4] IGNOR/A 0.00s J0 | TestNRTCachingDirectory.testPendingDeletions [junit4] > Assumption #1: we can only install VirusCheckingFS on an FSDirectory [junit4] Completed [156/514] on J0 in 1.26s, 43 tests, 2 skipped [junit4] [junit4] Suite: org.apache.lucene.store.TestByteBuffersDirectory [junit4] IGNOR/A 0.00s J0 | TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=lucene's buffers (heap)} [junit4] > Assumption #1: test only works for FSDirectory subclasses [junit4] IGNOR/A 0.00s J0 | TestByteBuffersDirectory.testPendingDeletions {impl=lucene's buffers (heap)} [junit4] > Assumption #1: we can only install VirusCheckingFS on an FSDirectory [junit4] IGNOR/A 0.00s J0 | TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=byte array (heap)} [junit4] > Assumption #1: test only works for FSDirectory subclasses [junit4] IGNOR/A 0.01s J0 | TestByteBuffersDirectory.testPendingDeletions {impl=byte array (heap)} [junit4] > Assumption #1: we can only install VirusCheckingFS on an FSDirectory [junit4] IGNOR/A 0.00s J0 | TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=one buffer (heap)} [junit4] > Assumption #1: test only works for FSDirectory subclasses [junit4] IGNOR/A 0.01s J0 | TestByteBuffersDirectory.testPendingDeletions {impl=one buffer (heap)} [junit4] > Assumption #1: we can only install VirusCheckingFS on an FSDirectory [junit4] IGNOR/A 0.00s J0 | TestByteBuffersDirectory.testFsyncDoesntCreateNewFiles {impl=many buffers (heap)} [junit4] > Assumption #1: test only works for FSDirectory subclasses [junit4] IGNOR/A 0.01s J0 | TestByteBuffersDirectory.testPendingDeletions {impl=many buffers (heap)} [junit4] > Assumption #1: we can only install VirusCheckingFS on an FSDirectory [junit4] Completed [157/514] on J0 in 2.26s, 168 tests, 8 skipped [junit4] [junit4] Suite: org.apache.lucene.util.automaton.FiniteStringsIteratorTest [junit4] Completed [158/514] on J0 in 0.25s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestShardSearching [junit4] Completed [159/514] on J0 in 3.41s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestRollback [junit4] Completed [160/514] on J0 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestFilterDirectoryReader [junit4] Completed [161/514] on J0 in 0.26s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestManyFields [junit4] Completed [162/514] on J0 in 1.01s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.util.bkd.TestDocIdsWriter [junit4] Completed [163/514] on J0 in 2.51s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestScoreCachingWrappingScorer [junit4] Completed [164/514] on J0 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.TestCharsRef [junit4] Completed [165/514] on J0 in 0.26s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastDecompressionMode [junit4] Completed [166/514] on J0 in 1.01s, 11 tests [junit4] [junit4] Suite: org.apache.lucene.TestSearch [junit4] Completed [167/514] on J0 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat [junit4] IGNOR/A 0.00s J0 | TestPerFieldPostingsFormat.testMergeStability [junit4] > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it [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] Completed [168/514] on J0 in 5.05s, 25 tests, 2 skipped [junit4] [junit4] Suite: org.apache.lucene.search.TestSortedSetSortField [junit4] Completed [169/514] on J0 in 0.28s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.index.Test2BTerms [junit4] IGNOR/A 0.00s J0 | Test2BTerms.test2BTerms [junit4] > Assumption #1: 'monster' test group is disabled (@Monster(value=very slow, use 5g minimum heap)) [junit4] Completed [170/514] on J0 in 0.00s, 1 test, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.util.TestIOUtils [junit4] IGNOR/A 0.00s J0 | TestIOUtils.testSSD [junit4] > Assumption #1: windows is not supported [junit4] IGNOR/A 0.00s J0 | TestIOUtils.testManyPartitions [junit4] > Assumption #1: windows is not supported [junit4] IGNOR/A 0.00s J0 | TestIOUtils.testNVME [junit4] > Assumption #1: windows is not supported [junit4] IGNOR/A 0.00s J0 | TestIOUtils.testRotatingPlatters [junit4] > Assumption #1: windows is not supported [junit4] IGNOR/A 0.00s J0 | TestIOUtils.testSymlinkSSD [junit4] > Assumption #1: windows is not supported [junit4] Completed [171/514] on J0 in 0.28s, 19 tests, 5 skipped [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestLMDirichletSimilarity [junit4] Completed [172/514] on J1 in 21.05s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestControlledRealTimeReopenThread [junit4] IGNOR/A 0.00s J0 | TestControlledRealTimeReopenThread.testCRTReopen [junit4] > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/LUCENE-5737)) [junit4] Completed [173/514] on J0 in 1.72s, 6 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.index.TestIsCurrent [junit4] Completed [174/514] on J0 in 0.28s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery [junit4] Completed [175/514] on J1 in 2.24s, 9 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestFilterWeight [junit4] Completed [176/514] on J1 in 0.28s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexOptions [junit4] Completed [177/514] on J0 in 1.67s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestIntArrayDocIdSet [junit4] Completed [178/514] on J0 in 0.56s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestDirectoryReaderReopen [junit4] Completed [179/514] on J1 in 1.96s, 15 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestNot [junit4] Completed [180/514] on J0 in 0.28s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestPayloads [junit4] Completed [181/514] on J1 in 0.28s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.search.spans.TestSpansEnum [junit4] Completed [182/514] on J0 in 0.28s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestCloseableThreadLocal [junit4] Completed [183/514] on J0 in 0.28s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestSegmentTermDocs [junit4] Completed [184/514] on J0 in 0.55s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterMerging [junit4] Completed [185/514] on J0 in 3.74s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.TestExternalCodecs [junit4] Completed [186/514] on J0 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.TestBytesRefArray [junit4] Completed [187/514] on J0 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestFixedBitSet [junit4] Completed [188/514] on J1 in 5.33s, 21 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestCachingCollector [junit4] Completed [189/514] on J1 in 0.25s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestFloatRange [junit4] Completed [190/514] on J1 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads [junit4] Completed [191/514] on J1 in 1.99s, 14 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestDoubleValuesSource [junit4] Completed [192/514] on J0 in 3.23s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestDateSort [junit4] Completed [193/514] on J0 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestFlushByRamOrCountsPolicy [junit4] Completed [194/514] on J0 in 1.74s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterConfig [junit4] Completed [195/514] on J0 in 0.25s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestSloppyMath [junit4] Completed [196/514] on J0 in 1.49s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriter [junit4] IGNOR/A 0.00s J0 | TestIndexWriter.testPendingDeleteDVGeneration [junit4] > Assumption #1: windows is not supported [junit4] IGNOR/A 0.00s J0 | TestIndexWriter.testWithPendingDeletions [junit4] > Assumption #1: windows is not supported [junit4] IGNOR/A 0.01s J0 | TestIndexWriter.testPendingDeletesAlreadyWrittenFiles [junit4] > Assumption #1: windows is not supported [junit4] Completed [197/514] on J0 in 5.28s, 89 tests, 4 skipped [junit4] [junit4] Suite: org.apache.lucene.util.TestArrayUtil [junit4] Completed [198/514] on J0 in 1.12s, 15 tests [junit4] [junit4] Suite: org.apache.lucene.store.TestNativeFSLockFactory [junit4] Completed [199/514] on J1 in 11.29s, 11 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestFloatRangeFieldQueries [junit4] IGNOR/A 0.00s J0 | TestFloatRangeFieldQueries.testRandomBig [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [200/514] on J0 in 0.67s, 5 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.store.TestDirectory [junit4] IGNOR/A 0.01s J1 | TestDirectory.testListAll [junit4] > Assumption #1: this test does not expect extra files [junit4] Completed [201/514] on J1 in 0.23s, 4 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.index.TestDocIDMerger [junit4] Completed [202/514] on J0 in 0.23s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.util.automaton.LimitedFiniteStringsIteratorTest [junit4] Completed [203/514] on J1 in 0.23s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestBinaryDocument [junit4] Completed [204/514] on J0 in 0.23s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestSimilarity [junit4] Completed [205/514] on J1 in 0.23s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.TestQueryBuilder [junit4] Completed [206/514] on J0 in 0.23s, 25 tests [junit4] [junit4] Suite: org.apache.lucene.search.spans.TestSpanCollection [junit4] Completed [207/514] on J0 in 0.23s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestStressIndexing2 [junit4] Completed [208/514] on J0 in 0.45s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestRollingUpdates [junit4] Completed [209/514] on J1 in 0.93s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestFilterLeafReader [junit4] Completed [210/514] on J1 in 0.23s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestMaxPosition [junit4] Completed [211/514] on J1 in 0.23s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.util.bkd.TestMutablePointsReaderUtils [junit4] Completed [212/514] on J1 in 0.91s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestScorerPerf [junit4] Completed [213/514] on J1 in 1.27s, 1 test [junit4] [junit4] Suite: org.apache.lucene.util.TestCharsRefBuilder [junit4] Completed [214/514] on J1 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat [junit4] Completed [215/514] on J0 in 3.57s, 28 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.compressing.TestHighCompressionMode [junit4] Completed [216/514] on J1 in 0.51s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.TestSearchForDuplicates [junit4] Completed [217/514] on J1 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldPostingsFormat2 [junit4] Completed [218/514] on J1 in 0.50s, 6 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestSubScorerFreqs [junit4] Completed [219/514] on J1 in 0.25s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.index.Test4GBStoredFields [junit4] IGNOR/A 0.00s J1 | Test4GBStoredFields.test [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [220/514] on J1 in 0.00s, 1 test, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.util.TestInPlaceMergeSorter [junit4] Completed [221/514] on J1 in 0.25s, 9 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestCustomSearcherSort [junit4] Completed [222/514] on J1 in 0.49s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestLazyProxSkipping [junit4] Completed [223/514] on J1 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexReaderClose [junit4] Completed [224/514] on J1 in 0.25s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.store.TestByteBuffersDataInput [junit4] Completed [225/514] on J0 in 2.96s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestIntroSelector [junit4] Completed [226/514] on J1 in 0.74s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestSameTokenSamePosition [junit4] Completed [227/514] on J0 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestPhrasePrefixQuery [junit4] Completed [228/514] on J1 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.store.TestBufferedChecksum [junit4] Completed [229/514] on J1 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.store.TestBufferedIndexInput [junit4] Completed [230/514] on J0 in 0.49s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestCollectionUtil [junit4] Completed [231/514] on J1 in 2.71s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestSegmentTermEnum [junit4] Completed [232/514] on J1 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestBagOfPositions [junit4] Completed [233/514] on J0 in 2.97s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestDistributionLL [junit4] Completed [234/514] on J0 in 35.28s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestReqOptSumScorer [junit4] Completed [235/514] on J0 in 4.17s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestAnalyzerWrapper [junit4] Completed [236/514] on J0 in 0.27s, 1 test [junit4] [junit4] Suite: org.apache.lucene.analysis.TestCachingTokenFilter [junit4] Completed [237/514] on J0 in 0.29s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestCharArrayMap [junit4] Completed [238/514] on J0 in 0.28s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestCharArraySet [junit4] Completed [239/514] on J0 in 0.28s, 15 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestCharFilter [junit4] Completed [240/514] on J0 in 0.26s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestCharacterUtils [junit4] Completed [241/514] on J0 in 0.25s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestGraphTokenizers [junit4] Completed [242/514] on J0 in 2.21s, 23 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestReusableStringReader [junit4] Completed [243/514] on J0 in 0.24s, 1 test [junit4] [junit4] Suite: org.apache.lucene.analysis.TestStopFilter [junit4] Completed [244/514] on J0 in 0.23s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.TestToken [junit4] Completed [245/514] on J0 in 0.23s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestBytesRefAttImpl [junit4] Completed [246/514] on J0 in 0.36s, 1 test [junit4] [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestCharTermAttributeImpl [junit4] Completed [247/514] on J0 in 0.36s, 13 tests [junit4] [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestPackedTokenAttributeImpl [junit4] Completed [248/514] on J0 in 0.26s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterNRTIsCurrent [junit4] Completed [249/514] on J1 in 47.87s, 1 test [junit4] [junit4] Suite: org.apache.lucene.analysis.tokenattributes.TestSimpleAttributeImpl [junit4] Completed [250/514] on J0 in 0.22s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.TestCodecLoadingDeadlock [junit4] Completed [251/514] on J0 in 0.18s, 1 test [junit4] [junit4] Suite: org.apache.lucene.TestMergeSchedulerExternal [junit4] Completed [252/514] on J1 in 0.65s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.TestCodecUtil [junit4] Completed [253/514] on J0 in 0.22s, 16 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.TestCompetitiveFreqNormAccumulator [junit4] Completed [254/514] on J0 in 0.22s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestBytesRefHash [junit4] Completed [255/514] on J1 in 0.87s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestEarlyTermination [junit4] Completed [256/514] on J1 in 0.22s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.compressing.TestFastCompressionMode [junit4] Completed [257/514] on J0 in 0.22s, 11 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestDisjunctionMaxQuery [junit4] Completed [258/514] on J1 in 0.87s, 13 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestForTooMuchCloning [junit4] Completed [259/514] on J1 in 0.22s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50StoredFieldsFormat [junit4] IGNOR/A 0.00s J0 | TestLucene50StoredFieldsFormat.testBigDocuments [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [260/514] on J0 in 1.09s, 17 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50StoredFieldsFormatHighCompression [junit4] IGNOR/A 0.00s J0 | TestLucene50StoredFieldsFormatHighCompression.testBigDocuments [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [261/514] on J0 in 2.17s, 19 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete [junit4] IGNOR/A 0.00s J1 | TestIndexWriterDelete.testApplyDeletesOnFlush [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [262/514] on J1 in 6.36s, 26 tests, 2 skipped [junit4] [junit4] Suite: org.apache.lucene.util.TestSmallFloat [junit4] Completed [263/514] on J1 in 0.25s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestIndexWriterCommit [junit4] Completed [264/514] on J1 in 1.26s, 14 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestAttributeSource [junit4] Completed [265/514] on J1 in 0.26s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene50TermVectorsFormat [junit4] Completed [266/514] on J0 in 6.01s, 17 tests [junit4] [junit4] Suite: org.apache.lucene.search.TestFuzzyQuery [junit4] Completed [267/514] on J1 in 1.00s, 11 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestDocInverterPerFieldErrorInfo [junit4] Completed [268/514] on J1 in 0.26s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestLucene60FieldInfoFormat [junit4] Completed [269/514] on J0 in 0.26s, 11 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestDateTools [junit4] Completed [270/514] on J1 in 0.25s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.util.TestRadixSelector [junit4] Completed [271/514] on J1 in 0.76s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.search.spans.TestSpanContainQuery [junit4] Completed [272/514] on J1 in 0.25s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestStressNRT [junit4] Completed [273/514] on J1 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene60.TestLucene60PointsFormat [junit4] IGNOR/A 0.00s J0 | TestLucene60PointsFormat.testRandomBinaryBig [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] IGNOR/A 0.00s J0 | TestLucene60PointsFormat.testMergeStability [junit4] > Assumption #1: merge is not stable [junit4] Completed [274/514] on J0 in 1.54s, 20 tests, 2 skipped [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat2 [junit4] Completed [275/514] on J1 in 1.51s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.store.TestByteBuffersDataOutput [junit4] Completed [276/514] on J1 in 0.36s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestSegmentInfos [junit4] Completed [277/514] on J1 in 0.28s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.store.TestByteArrayDataInput [junit4] Completed [278/514] on J1 in 0.25s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestBagOfPostings [junit4] Completed [279/514] on J1 in 0.75s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene70.TestIndexedDISI [junit4] Completed [280/514] on J0 in 5.02s, 10 tests [junit4] [junit4] Suite: org.apache.lucene.search.similarities.TestDistributionSPL [junit4] Completed [281/514] on J1 in 25.48s, 1 test [junit4] [junit4] Suite: org.apache.lucene.search.TestSameScoresWithThreads [junit4] Completed [282/514] on J1 in 0.56s, 1 test [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene70.TestLucene70NormsFormat [junit4] IGNOR/A 0.00s J1 | TestLucene70NormsFormat.testNCommonBig [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] IGNOR/A 0.00s J1 | TestLucene70NormsFormat.testSparseNCommonBig [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] IGNOR/A 0.00s J1 | TestLucene70NormsFormat.testMergeStability [junit4] > Assumption #1: The MockRandom PF randomizes content on the fly, so we can't check it [junit4] Completed [283/514] on J1 in 2.21s, 29 tests, 3 skipped [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene70.TestLucene70SegmentInfoFormat [junit4] Completed [284/514] on J1 in 0.28s, 16 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat [junit4] Completed [285/514] on J1 in 11.56s, 110 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestDocument [junit4] Completed [286/514] on J1 in 0.23s, 12 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestDoubleRange [junit4] Completed [287/514] on J1 in 0.23s, 1 test [junit4] [junit4] Suite: org.apache.lucene.document.TestFeatureField [junit4] Completed [288/514] on J1 in 0.24s, 8 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestField [junit4] Completed [289/514] on J1 in 0.23s, 23 tests [junit4] [junit4] Suite: org.apache.lucene.document.TestLongRange [junit4] Completed [290/514] on J1 in 0.23s, 1 test [junit4] [junit4] Suite: org.apache.lucene.geo.TestGeoEncodingUtils [junit4] Completed [291/514] on J1 in 0.45s, 3 tests [junit4] [junit4] Suite: org.apache.lucene.geo.TestGeoUtils [junit4] Completed [292/514] on J1 in 5.95s, 7 tests [junit4] [junit4] Suite: org.apache.lucene.geo.TestPolygon [junit4] Completed [293/514] on J1 in 0.25s, 15 tests [junit4] [junit4] Suite: org.apache.lucene.geo.TestPolygon2D [junit4] Completed [294/514] on J1 in 3.19s, 12 tests [junit4] [junit4] Suite: org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat [junit4] IGNOR/A 0.00s J0 | TestLucene70DocValuesFormat.testSortedVariableLengthManyVsStoredFields [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] IGNOR/A 0.00s J0 | TestLucene70DocValuesFormat.testSortedSetVariableLengthManyVsStoredFields [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] IGNOR/A 0.00s J0 | TestLucene70DocValuesFormat.testTermsEnumRandomMany [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [295/514] on J0 in 51.39s, 126 tests, 3 skipped [junit4] [junit4] Suite: org.apache.lucene.index.Test2BBinaryDocValues [junit4] IGNOR/A 0.00s J1 | Test2BBinaryDocValues.testVariableBinary [junit4] > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 6 hours if the heap is 5gb)) [junit4] IGNOR/A 0.00s J1 | Test2BBinaryDocValues.testFixedBinary [junit4] > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 6 hours if the heap is 5gb)) [junit4] Completed [296/514] on J1 in 0.00s, 2 tests, 2 skipped [junit4] [junit4] Suite: org.apache.lucene.index.Test2BDocs [junit4] IGNOR/A 0.00s J0 | Test2BDocs.test2BDocs [junit4] > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~30min)) [junit4] Completed [297/514] on J0 in 0.00s, 1 test, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.index.Test2BNumericDocValues [junit4] IGNOR/A 0.00s J1 | Test2BNumericDocValues.testNumerics [junit4] > Assumption #1: 'monster' test group is disabled (@Monster(value=takes ~ 2 hours if the heap is 5gb)) [junit4] Completed [298/514] on J1 in 0.00s, 1 test, 1 skipped [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 [299/514] on J0 in 0.00s, 1 test, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.index.Test2BSortedDocValuesOrds [junit4] IGNOR/A 0.00s J1 | Test2BSortedDocValuesOrds.test2BOrds [junit4] > Assumption #1: 'monster' test group is disabled (@Monster(value=Takes ~ 6 hours if the heap is 5gb)) [junit4] Completed [300/514] on J1 in 0.00s, 1 test, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.index.TestAllFilesHaveChecksumFooter [junit4] Completed [301/514] on J1 in 0.49s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestAllFilesDetectTruncation [junit4] Completed [302/514] on J0 in 0.74s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestBinaryTerms [junit4] Completed [303/514] on J0 in 0.25s, 2 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestBinaryDocValuesUpdates [junit4] IGNOR/A 0.00s J1 | TestBinaryDocValuesUpdates.testTonsOfUpdates [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly()) [junit4] Completed [304/514] on J1 in 0.99s, 29 tests, 1 skipped [junit4] [junit4] Suite: org.apache.lucene.index.TestCheckIndex [junit4] Completed [305/514] on J1 in 0.49s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestByteSlices [junit4] Completed [306/514] on J0 in 1.23s, 1 test [junit4] [junit4] Suite: org.apache.lucene.index.TestConsistentFieldNumbers [junit4] Completed [307/514] on J0 in 0.51s, 4 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestCrash [junit4] Completed [308/514] on J0 in 0.27s, 5 tests [junit4] [junit4] Suite: org.apache.lucene.index.TestCrashCausesCorruptIndex [junit4] Completed [309/514] on J0 in 0.27s, 1 test [junit4] [junit4] Suite: org.apache.lucen [...truncated too long message...] ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\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: patch-mrjar-classes: -mrjar-check: -mrjar-core: [exec] Execute failed: java.io.IOException: Cannot run program "git" (in directory "C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\test-framework"): CreateProcess error=2, The system cannot find the file specified [jar] Building jar: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\test-framework\lucene-test-framework-9.0.0-SNAPSHOT.jar -jar-core: jar-core: -ecj-javadoc-lint-unsupported: 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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\top-level-ivy-settings.xml -ecj-resolve: -ecj-javadoc-lint: -ecj-javadoc-lint-unsupported: 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 = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\top-level-ivy-settings.xml -ecj-resolve: -ecj-javadoc-lint-src: [mkdir] Created dir: C:\Users\jenkins\AppData\Local\Temp\ecj1380787383 [ecj-lint] Compiling 1241 source files to C:\Users\jenkins\AppData\Local\Temp\ecj1380787383 [ecj-lint] Processing annotations [ecj-lint] Annotations processed [ecj-lint] Processing annotations [ecj-lint] No elements to process [ecj-lint] invalid Class-Path header in manifest of jar file: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\lib\org.restlet-2.3.0.jar [ecj-lint] invalid Class-Path header in manifest of jar file: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\lib\org.restlet.ext.servlet-2.3.0.jar [ecj-lint] ---------- [ecj-lint] 1. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\client\solrj\embedded\EmbeddedSolrServer.java (at line 219) [ecj-lint] return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in); [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed [ecj-lint] ---------- [ecj-lint] ---------- [ecj-lint] 2. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\cloud\api\collections\RestoreCmd.java (at line 257) [ecj-lint] throw new SolrException(ErrorCode.BAD_REQUEST, "Unexpected number of replicas, replicationFactor, " + [ecj-lint] Replica.Type.NRT + " or " + Replica.Type.TLOG + " must be greater than 0"); [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] Resource leak: 'repository' is not closed at this location [ecj-lint] ---------- [ecj-lint] ---------- [ecj-lint] 3. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\handler\loader\JavabinLoader.java (at line 137) [ecj-lint] new JavaBinCodec() { [ecj-lint] SolrParams params; [ecj-lint] AddUpdateCommand addCmd = null; [ecj-lint] [ecj-lint] @Override [ecj-lint] public List<Object> readIterator(DataInputInputStream fis) throws IOException { [ecj-lint] while (true) { [ecj-lint] Object o = readVal(fis); [ecj-lint] if (o == END_OBJ) break; [ecj-lint] if (o instanceof NamedList) { [ecj-lint] params = ((NamedList) o).toSolrParams(); [ecj-lint] } else { [ecj-lint] try { [ecj-lint] if (o instanceof byte[]) { [ecj-lint] if (params != null) req.setParams(params); [ecj-lint] byte[] buf = (byte[]) o; [ecj-lint] contentStreamLoader.load(req, rsp, new ContentStreamBase.ByteArrayStream(buf, null), processor); [ecj-lint] } else { [ecj-lint] throw new RuntimeException("unsupported type "); [ecj-lint] } [ecj-lint] } catch (Exception e) { [ecj-lint] throw new RuntimeException(e); [ecj-lint] } finally { [ecj-lint] params = null; [ecj-lint] req.setParams(old); [ecj-lint] } [ecj-lint] } [ecj-lint] } [ecj-lint] return Collections.emptyList(); [ecj-lint] } [ecj-lint] [ecj-lint] }.unmarshal(in); [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed [ecj-lint] ---------- [ecj-lint] ---------- [ecj-lint] 4. ERROR in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\DocumentBuilder.java (at line 32) [ecj-lint] import org.apache.solr.common.util.ByteArrayUtf8CharSequence; [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] The import org.apache.solr.common.util.ByteArrayUtf8CharSequence is never used [ecj-lint] ---------- [ecj-lint] ---------- [ecj-lint] 5. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\UpdateLog.java (at line 1867) [ecj-lint] if (exceptionOnExecuteUpdate.get() != null) throw exceptionOnExecuteUpdate.get(); [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] Resource leak: 'proc' is not closed at this location [ecj-lint] ---------- [ecj-lint] ---------- [ecj-lint] 6. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\FileUtils.java (at line 50) [ecj-lint] in = new FileInputStream(src).getChannel(); [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed [ecj-lint] ---------- [ecj-lint] 7. WARNING in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\FileUtils.java (at line 51) [ecj-lint] out = new FileOutputStream(destination).getChannel(); [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed [ecj-lint] ---------- [ecj-lint] 7 problems (1 error, 6 warnings) BUILD FAILED C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:633: The following error occurred while executing this line: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:101: The following error occurred while executing this line: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:680: The following error occurred while executing this line: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:2093: The following error occurred while executing this line: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:2132: Compile failed; see the compiler error output for details. Total time: 142 minutes 34 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 [WARNINGS] Skipping publisher since build result is FAILURE Recording test results Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
