JDK-8150280 : jdk-9-ea+105 breaks MinimizeOperations.minimize()
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86_64
  • Submitted: 2016-02-17
  • Updated: 2016-09-22
  • Resolved: 2016-02-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
java version "9-ea"
Java(TM) SE Runtime Environment (build 9-ea+105-2016-02-10-210515.javare.4433.nc)
Java HotSpot(TM) 64-Bit Server VM (build 9-ea+105-2016-02-10-210515.javare.4433.nc, mixed mode)

FULL OS VERSION :
Linux beast 4.2.0-25-generic #30-Ubuntu SMP Mon Jan 18 12:31:50 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux


A DESCRIPTION OF THE PROBLEM :
Since lucene upgraded to testing jdk-9-ea+105 we see regressions that only fail with this version. Prior EA releases did not have the problem so it was introduced fairly recently.

So far, the failures appear as if integer arrays may have incorrect values (this is a test of our finite state machine)

I've created an issue at lucene jira with my investigations so far: https://issues.apache.org/jira/browse/LUCENE-7032



THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: No

THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Yes

REGRESSION.  Last worked in version 9

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
git clone https://github.com/apache/lucene-solr.git
cd lucene-solr
git checkout 25931d36248d57e52847feee1a2ecd0be98954b6
cd lucene/core
ant test -Dtestcase=TestMinimize -Dtests.method="testBasic*" -Dtests.seed=5E1BF6106DCA9EC9 -Dargs="-XX:-TieredCompilation -Xbatch"

Note: -verbose can be added to the 'ant test' command if you want to see additional debug information (such as exact commandline launched)

EXPECTED VERSUS ACTUAL BEHAVIOR :
The test passes with other java versions.

With jdk-9-ea+105 the test fails (a lucene bounds check fails):

   [junit4] ERROR   0.64s | TestMinimize.testBasic <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5E1BF6106DCA9EC9:F5E1EB05B21618E7]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165)
   [junit4]    > 	at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537)
   [junit4]    > 	at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617)
   [junit4]    > 	at org.apach
REPRODUCIBILITY :
This bug can be reproduced always.


Comments
This was triggered by the fix for JDK-8145322 which was first included in b105. I'm able to reproduce this and verified that it's solved by JDK-8148786 (which is not yet part of any build). Closing as duplicate.
26-02-2016

Test Result: ########## OS : Ubuntu Linux 14.04 JDK : ******* 8u72 b12 : Pass 9ea b105 : Fail ####################################################################################### Output: ###### abhijit@abhijit-VirtualBox:/media/sf_ora/solr/lucene-solr/lucene/core$ java -version java version "9-ea" Java(TM) SE Runtime Environment (build 9-ea+105-2016-02-10-210515.javare.4433.nc) Java HotSpot(TM) 64-Bit Server VM (build 9-ea+105-2016-02-10-210515.javare.4433.nc, mixed mode) abhijit@abhijit-VirtualBox:/media/sf_ora/solr/lucene-solr/lucene/core$ abhijit@abhijit-VirtualBox:/media/sf_ora/solr/lucene-solr/lucene/core$ ant test -Dtestcase=TestMinimize -Dtests.method="testBasic*" -Dtests.seed=5E1BF6106DCA9EC9 -Dargs="-XX:-TieredCompilation -Xbatch" Buildfile: /media/sf_ora/solr/lucene-solr/lucene/core/build.xml -clover.disable: ivy-availability-check: ivy-fail: ivy-configure: [ivy:configure] :: Apache Ivy non official version - :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = /media/sf_ora/solr/lucene-solr/lucene/ivy-settings.xml -clover.load: -clover.classpath: -clover.setup: clover: -check-git-state: -git-cleanroot: -copy-git-state: git-autoclean: resolve: init: compile-core: compile-test-framework: -check-git-state: -git-cleanroot: -copy-git-state: git-autoclean: ivy-availability-check: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /media/sf_ora/solr/lucene-solr/lucene/ivy-settings.xml resolve: [ivy:retrieve] downloading http://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar ... [ivy:retrieve] ............................................................. (247kB) [ivy:retrieve] .. (0kB) [ivy:retrieve] [SUCCESSFUL ] junit#junit;4.10!junit.jar (2507ms) [ivy:retrieve] downloading http://repo1.maven.org/maven2/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.3.2/randomizedtesting-runner-2.3.2.jar ... [ivy:retrieve] ............................................. (232kB) [ivy:retrieve] .. (0kB) [ivy:retrieve] [SUCCESSFUL ] com.carrotsearch.randomizedtesting#randomizedtesting-runner;2.3.2!randomizedtesting-runner.jar (1840ms) init: compile-lucene-core: -check-git-state: -git-cleanroot: -copy-git-state: git-autoclean: ivy-availability-check: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /media/sf_ora/solr/lucene-solr/lucene/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: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /media/sf_ora/solr/lucene-solr/lucene/ivy-settings.xml resolve: common.init: compile-lucene-core: init: -clover.disable: -clover.load: -clover.classpath: -clover.setup: clover: compile-core: [mkdir] Created dir: /media/sf_ora/solr/lucene-solr/lucene/build/codecs/classes/java [javac] Compiling 68 source files to /media/sf_ora/solr/lucene-solr/lucene/build/codecs/classes/java [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/codecs/classes/java/org/apache/lucene/codecs/bloom/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/codecs/classes/java/org/apache/lucene/codecs/memory/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/codecs/classes/java/org/apache/lucene/codecs/simpletext/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blockterms/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/codecs/classes/java/org/apache/lucene/codecs/blocktreeords/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/codecs/classes/java/org/apache/lucene/codecs/autoprefix/package-info.class [copy] Copying 3 files to /media/sf_ora/solr/lucene-solr/lucene/build/codecs/classes/java -clover.disable: -clover.load: -clover.classpath: -clover.setup: clover: common.compile-core: [mkdir] Created dir: /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java [javac] Compiling 177 source files to /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java [javac] /media/sf_ora/solr/lucene-solr/lucene/test-framework/src/java/org/apache/lucene/store/MockDirectoryWrapper.java:425: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement [javac] try (IndexOutput out = in.createOutput(name, LuceneTestCase.newIOContext(randomState))) { [javac] ^ [javac] /media/sf_ora/solr/lucene-solr/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1241: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement [javac] try (IndexOutput out = dir.createOutput(fileName, IOContext.DEFAULT)) { [javac] ^ [javac] /media/sf_ora/solr/lucene-solr/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1241: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement [javac] try (IndexOutput out = dir.createOutput(fileName, IOContext.DEFAULT)) { [javac] ^ [javac] /media/sf_ora/solr/lucene-solr/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1285: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement [javac] try (IndexOutput out = fsDir.createOutput(fileName + "z", IOContext.DEFAULT)) { [javac] ^ [javac] /media/sf_ora/solr/lucene-solr/lucene/test-framework/src/java/org/apache/lucene/store/BaseDirectoryTestCase.java:1291: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement [javac] try (IndexOutput out = dir.createOutput(fileName, IOContext.DEFAULT)) { [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 5 warnings [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/asserting/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/ramonly/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java/org/apache/lucene/mockfile/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cheapbastard/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/mockrandom/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/cranky/package-info.class [javac] Creating empty /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java/org/apache/lucene/codecs/compressing/dummy/package-info.class [copy] Copying 4 files to /media/sf_ora/solr/lucene-solr/lucene/build/test-framework/classes/java compile-core: compile-test: [mkdir] Created dir: /media/sf_ora/solr/lucene-solr/lucene/build/core/classes/test [javac] Compiling 418 source files to /media/sf_ora/solr/lucene-solr/lucene/build/core/classes/test [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [copy] Copying 3 files to /media/sf_ora/solr/lucene-solr/lucene/build/core/classes/test install-junit4-taskdef: [ivy:cachepath] downloading http://repo1.maven.org/maven2/com/carrotsearch/randomizedtesting/junit4-ant/2.3.2/junit4-ant-2.3.2-sources.jar ... [ivy:cachepath] ........................................ (122kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] com.carrotsearch.randomizedtesting#junit4-ant;2.3.2!junit4-ant.jar(source) (1962ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/com/carrotsearch/randomizedtesting/junit4-ant/2.3.2/junit4-ant-2.3.2-javadoc.jar ... [ivy:cachepath] ........................................................................................................................................... (514kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] com.carrotsearch.randomizedtesting#junit4-ant;2.3.2!junit4-ant.jar(javadoc) (2200ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/com/carrotsearch/randomizedtesting/junit4-ant/2.3.2/junit4-ant-2.3.2.jar ... [ivy:cachepath] ..................................................................... [ivy:cachepath] .................................................................................................................................................. [ivy:cachepath] .................................................. [ivy:cachepath] .................................................................................... [ivy:cachepath] .......... (1448kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] com.carrotsearch.randomizedtesting#junit4-ant;2.3.2!junit4-ant.jar (7371ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/org/apache/ant/ant/1.9.4/ant-1.9.4.jar ... [ivy:cachepath] .......................................................................... [ivy:cachepath] ....................................................................................... [ivy:cachepath] .............................................................................................................. [ivy:cachepath] ......................................................................... [ivy:cachepath] ............................................................................. [ivy:cachepath] .......................................................... [ivy:cachepath] ..................................................... [ivy:cachepath] ..................................................................... [ivy:cachepath] ............................................................ [ivy:cachepath] ............................................................... [ivy:cachepath] ........................................................................... [ivy:cachepath] .................................. (1971kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] org.apache.ant#ant;1.9.4!ant.jar (19028ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/org/apache/ant/ant-junit/1.9.4/ant-junit-1.9.4.jar ... [ivy:cachepath] ........................................ (115kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] org.apache.ant#ant-junit;1.9.4!ant-junit.jar (1710ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/com/google/guava/guava/19.0-rc3/guava-19.0-rc3.jar ... [ivy:cachepath] ................................................................................................................................... [ivy:cachepath] ....................................................................................................................................... [ivy:cachepath] ................................................................................................................ [ivy:cachepath] .............................................................................................................................. [ivy:cachepath] .............................................................................................................................. [ivy:cachepath] .................................................................. [ivy:cachepath] ......................................................................................................... [ivy:cachepath] ........ (2251kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] com.google.guava#guava;19.0-rc3!guava.jar(bundle) (12352ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar ... [ivy:cachepath] ....................... (52kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] org.ow2.asm#asm;5.0.4!asm.jar (1453ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1.jar ... [ivy:cachepath] ........................................................ [ivy:cachepath] ...................................................................... [ivy:cachepath] ............ (403kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] org.simpleframework#simple-xml;2.7.1!simple-xml.jar (4624ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar ... [ivy:cachepath] ..... (17kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] org.apache.ant#ant-launcher;1.9.4!ant-launcher.jar (1231ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar ... [ivy:cachepath] .................................. (74kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] org.hamcrest#hamcrest-core;1.1!hamcrest-core.jar (1712ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar ... [ivy:cachepath] ........... (25kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] stax#stax-api;1.0.1!stax-api.jar (1205ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/stax/stax/1.2.0/stax-1.2.0.jar ... [ivy:cachepath] ................................................................. (175kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] stax#stax;1.2.0!stax.jar (2166ms) [ivy:cachepath] downloading http://repo1.maven.org/maven2/xpp3/xpp3/1.1.3.3/xpp3-1.1.3.3.jar ... [ivy:cachepath] ............ (91kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] xpp3#xpp3;1.1.3.3!xpp3.jar (1483ms) validate: 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.4 in public [ivy:cachepath] downloading http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/2.4.4/groovy-all-2.4.4.jar ... [ivy:cachepath] ............................................................................................................. [ivy:cachepath] ..................................................................................................................... [ivy:cachepath] ............................................................................ [ivy:cachepath] ...................................................................................... [ivy:cachepath] ................................................................ [ivy:cachepath] .......................................................................... [ivy:cachepath] ............................................................... [ivy:cachepath] ...................................................................... [ivy:cachepath] .................................................. [ivy:cachepath] ................................................ [ivy:cachepath] ............................... [ivy:cachepath] ................................. [ivy:cachepath] ................................................ [ivy:cachepath] ......................................................................... [ivy:cachepath] ...................................................... [ivy:cachepath] .................................................................... [ivy:cachepath] ......................................... [ivy:cachepath] ...................................................... [ivy:cachepath] .............................................................................. [ivy:cachepath] ........................................................... [ivy:cachepath] ............................................. [ivy:cachepath] ............................................................................. [ivy:cachepath] ..................................................................................... [ivy:cachepath] ................................... [ivy:cachepath] ............................ [ivy:cachepath] ....................................... [ivy:cachepath] ................................ [ivy:cachepath] ........................................ [ivy:cachepath] ........................................... [ivy:cachepath] ............................................................... [ivy:cachepath] ........................................ [ivy:cachepath] .......................................... [ivy:cachepath] ........................................ [ivy:cachepath] ............................ [ivy:cachepath] .......................... [ivy:cachepath] .......................... [ivy:cachepath] ........................ [ivy:cachepath] ....................... [ivy:cachepath] ............................. [ivy:cachepath] ............................ [ivy:cachepath] ........................................ [ivy:cachepath] .................................................. [ivy:cachepath] ......................................................................... [ivy:cachepath] ........................................................................................ [ivy:cachepath] ................................................................... [ivy:cachepath] ......................................... [ivy:cachepath] ................................................................ [ivy:cachepath] ................................................. [ivy:cachepath] ........................ [ivy:cachepath] ........................................ [ivy:cachepath] ............................................. [ivy:cachepath] ............................................................ [ivy:cachepath] ................................. (6834kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] [SUCCESSFUL ] org.codehaus.groovy#groovy-all;2.4.4!groovy-all.jar (85622ms) [ivy:cachepath] :: resolution report :: resolve 2032ms :: artifacts dl 85623ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 1 | 1 | 0 || 1 | 1 | --------------------------------------------------------------------- -init-totals: -test: [mkdir] Created dir: /media/sf_ora/solr/lucene-solr/lucene/build/core/test [junit4:pickseed] Seed property 'tests.seed' already defined: 5E1BF6106DCA9EC9 [mkdir] Created dir: /media/sf_ora/solr/lucene-solr/lucene/build/core/test/temp [mkdir] Created dir: /media/sf_ora/solr/lucene-solr/.caches/test-stats/core [junit4] <JUnit4> says g'day! Master seed: 5E1BF6106DCA9EC9 [junit4] Executing 1 suite with 1 JVM. [junit4] [junit4] Started J0 PID(26134@localhost). [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestMinimize -Dtests.method=testBasic -Dtests.seed=5E1BF6106DCA9EC9 -Dtests.slow=true -Dtests.locale=fr-GF -Dtests.timezone=Africa/Khartoum -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 4.48s | TestMinimize.testBasic <<< [junit4] > Throwable #1: java.lang.IllegalArgumentException: source=3 is out of bounds (maxState is 2) [junit4] > at __randomizedtesting.SeedInfo.seed([5E1BF6106DCA9EC9:F5E1EB05B21618E7]:0) [junit4] > at org.apache.lucene.util.automaton.Automaton.addTransition(Automaton.java:165) [junit4] > at org.apache.lucene.util.automaton.MinimizationOperations.minimize(MinimizationOperations.java:245) [junit4] > at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:537) [junit4] > at org.apache.lucene.util.automaton.RegExp.findLeaves(RegExp.java:617) [junit4] > at org.apache.lucene.util.automaton.RegExp.toAutomatonInternal(RegExp.java:519) [junit4] > at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:495) [junit4] > at org.apache.lucene.util.automaton.RegExp.toAutomaton(RegExp.java:426) [junit4] > at org.apache.lucene.util.automaton.AutomatonTestUtil.randomSingleAutomaton(AutomatonTestUtil.java:262) [junit4] > at org.apache.lucene.util.automaton.AutomatonTestUtil.randomAutomaton(AutomatonTestUtil.java:276) [junit4] > at org.apache.lucene.util.automaton.TestMinimize.testBasic(TestMinimize.java:30) [junit4] > at java.lang.Thread.run(Thread.java:804) [junit4] 2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=fr-GF, timezone=Africa/Khartoum [junit4] 2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=1,threads=1,free=15560600,total=32440320 [junit4] 2> NOTE: All tests run in this JVM: [TestMinimize] [junit4] Completed [1/1 (1!)] in 27.46s, 1 test, 1 error <<< FAILURES! [junit4] [junit4] [junit4] Tests with failures [seed: 5E1BF6106DCA9EC9]: [junit4] - org.apache.lucene.util.automaton.TestMinimize.testBasic [junit4] [junit4] [junit4] JVM J0: 9.40 .. 54.99 = 45.59s [junit4] Execution time total: 55 seconds [junit4] Tests summary: 1 suite, 1 test, 1 error BUILD FAILED /media/sf_ora/solr/lucene-solr/lucene/common-build.xml:1457: The following error occurred while executing this line: /media/sf_ora/solr/lucene-solr/lucene/common-build.xml:1014: There were test failures: 1 suite, 1 test, 1 error [seed: 5E1BF6106DCA9EC9] Total time: 7 minutes 21 seconds abhijit@abhijit-VirtualBox:/media/sf_ora/solr/lucene-solr/lucene/core$ ######################################################################################################## java version "1.8.0_72" Java(TM) SE Runtime Environment (build 1.8.0_72-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.72-b12, mixed mode) abhijit@abhijit-VirtualBox:/media/sf_ora/solr/lucene-solr/lucene/core$ 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.4 in public [ivy:cachepath] :: resolution report :: resolve 185ms :: artifacts dl 1ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 0 | 0 | 0 || 1 | 0 | --------------------------------------------------------------------- -init-totals: -test: [junit4:pickseed] Seed property 'tests.seed' already defined: 5E1BF6106DCA9EC9 [junit4] <JUnit4> says g'day! Master seed: 5E1BF6106DCA9EC9 [junit4] Executing 1 suite with 1 JVM. [junit4] [junit4] Started J0 PID(26265@localhost). [junit4] Suite: org.apache.lucene.util.automaton.TestMinimize [junit4] OK 5.66s | TestMinimize.testBasic [junit4] Completed [1/1] in 30.62s, 1 test [junit4] [junit4] JVM J0: 8.85 .. 58.62 = 49.78s [junit4] Execution time total: 59 seconds [junit4] Tests summary: 1 suite, 1 test [junit4] Could not remove temporary path: /media/sf_ora/solr/lucene-solr/lucene/build/core/test/J0 (/media/sf_ora/solr/lucene-solr/lucene/build/core/test/J0) [echo] 5 slowest tests: [junit4:tophints] 29.04s | org.apache.lucene.util.automaton.TestMinimize -check-totals: common.test: test-lock-factory: test: BUILD SUCCESSFUL Total time: 1 minute 34 seconds abhijit@abhijit-VirtualBox:/media/sf_ora/solr/lucene-solr/lucene/core$
19-02-2016