This has nothing to do with the Java 8 permission exceptions? How is this related?
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: u...@thetaphi.de From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Thursday, May 16, 2013 10:09 AM To: dev@lucene.apache.org Subject: Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b89) - Build # 5616 - Failure! The above seeds result in the following failure consistently on Windows 8 6.2 amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=8,threads=1 ant test -Dtestcase=TestSqlEntityProcessor -Dtests.seed=18C23A83BF7C726C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_SA -Dtests.timezone=Etc/UTC -Dtests.file.encoding=ISO-8859-1 [junit4:junit4] Started J0 PID(5832@shalin-desktop). [junit4:junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta [junit4:junit4] 2> log4j:WARN No appenders could be found for logger (org.apache.solr.SolrTestCaseJ4). [junit4:junit4] 2> log4j:WARN Please initialize the log4j system properly. [junit4:junit4] 2> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [junit4:junit4] 2> Creating dataDir: C:\work\oss\branch_4x\solr\build\contrib\solr-dataimporthandler\test\J0\.\solrtest-TestSqlEntityProcessorDelta-1368691492059 [junit4:junit4] OK 4.21s | TestSqlEntityProcessorDelta.testWithSimpleTransformer [junit4:junit4] OK 0.40s | TestSqlEntityProcessorDelta.testSingleEntity [junit4:junit4] OK 1.23s | TestSqlEntityProcessorDelta.testWithComplexTransformer [junit4:junit4] HEARTBEAT J0 PID(5832@shalin-desktop): 2013-05-16T13:36:12, stalled for 71.6s at: TestSqlEntityProcessorDelta.testChildEntities [junit4:junit4] HEARTBEAT J0 PID(5832@shalin-desktop): 2013-05-16T13:37:12, stalled for 132s at: TestSqlEntityProcessorDelta.testChildEntities [junit4:junit4] OK 0.18s | TestSqlEntityProcessorDelta.testChildEntities [junit4:junit4] 2> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=Memory doPackFST= false), id=MockFixedIntBlock(blockSize=1812), COUNTRY_CODES_mult_s=PostingsFormat(name=Memory doPackFST= false), AddAColumn_s=PostingsFormat(name=Memory doPackFST= false), countryAdded_s=PostingsFormat(name=Memory doPackFST= false), COUNTRY_CODE_s=PostingsFormat(name=Memory doPackFST= false), NAME_mult_s=PostingsFormat(name=Direct), COUNTRY_NAME_s=PostingsFormat(name=Direct)}, docValues:{}, sim=DefaultSimilarity, locale=iw, timezone=Pacific/Samoa [junit4:junit4] 2> NOTE: Windows 8 6.2 amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=8,threads=1,free=386020992,total=513998848 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestSqlEntityProcessorDelta] [junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSqlEntityProcessorDelta -Dtests.seed=756CA78971FEDC3E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=iw -Dtests.timezone=Pacific/Samoa -Dtests.file.encoding=ISO-8859-1 [junit4:junit4] ERROR 0.00s | TestSqlEntityProcessorDelta (suite) <<< [junit4:junit4] > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=13 closes=0 [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([756CA78971FEDC3E]:0) [junit4:junit4] > at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:252) [junit4:junit4] > at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:101) [junit4:junit4] > at java.lang.Thread.run(Thread.java:722) [junit4:junit4] Completed in 144.51s, 4 tests, 1 failure <<< FAILURES! [junit4:junit4] [junit4:junit4] [junit4:junit4] Tests with failures: [junit4:junit4] - org.apache.solr.handler.dataimport.TestSqlEntityProcessorDelta (suite) [junit4:junit4] On Thu, May 16, 2013 at 12:17 PM, Policeman Jenkins Server <jenk...@thetaphi.de> wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5616/ Java: 64bit/jdk1.8.0-ea-b89 -XX:+UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSqlEntityProcessor Error Message: access denied ("java.sql.SQLPermission" "deregisterDriver") Stack Trace: java.security.AccessControlException: access denied ("java.sql.SQLPermission" "deregisterDriver") at __randomizedtesting.SeedInfo.seed([18C23A83BF7C726C]:0) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:364) at java.security.AccessController.checkPermission(AccessController.java:562) at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) at java.sql.DriverManager.deregisterDriver(DriverManager.java:399) at org.apache.derby.jdbc.AutoloadedDriver.unregisterDriverModule(Unknown Source) at org.apache.derby.jdbc.Driver20.stop(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.stop(Unknown Source) at org.apache.derby.impl.services.monitor.TopService.shutdown(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.shutdown(Unknown Source) at org.apache.derby.impl.services.monitor.BaseMonitor.shutdown(Unknown Source) at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source) at java.sql.DriverManager.getConnection(DriverManager.java:661) at java.sql.DriverManager.getConnection(DriverManager.java:270) at org.apache.solr.handler.dataimport.AbstractDIHJdbcTestCase.afterClassDihJdbcTest(AbstractDIHJdbcTestCase.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:491) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at java.lang.Thread.run(Thread.java:724) FAILED: junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSqlEntityProcessor Error Message: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: 1) Thread[id=29, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:502) at java.util.TimerThread.mainLoop(Timer.java:526) at java.util.TimerThread.run(Timer.java:505) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: 1) Thread[id=29, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:502) at java.util.TimerThread.mainLoop(Timer.java:526) at java.util.TimerThread.run(Timer.java:505) at __randomizedtesting.SeedInfo.seed([18C23A83BF7C726C]:0) FAILED: junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSqlEntityProcessor Error Message: There are still zombie threads that couldn't be terminated: 1) Thread[id=29, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:502) at java.util.TimerThread.mainLoop(Timer.java:526) at java.util.TimerThread.run(Timer.java:505) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated: 1) Thread[id=29, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:502) at java.util.TimerThread.mainLoop(Timer.java:526) at java.util.TimerThread.run(Timer.java:505) at __randomizedtesting.SeedInfo.seed([18C23A83BF7C726C]:0) Build Log: [...truncated 13088 lines...] [junit4:junit4] Suite: org.apache.solr.handler.dataimport.TestSqlEntityProcessor [junit4:junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSqlEntityProcessor-1368686803009 [junit4:junit4] 2> 5926 T27 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s). [junit4:junit4] 2> 25982 T27 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: [junit4:junit4] 2> 1) Thread[id=29, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor] [junit4:junit4] 2> at java.lang.Object.wait(Native Method) [junit4:junit4] 2> at java.lang.Object.wait(Object.java:502) [junit4:junit4] 2> at java.util.TimerThread.mainLoop(Timer.java:526) [junit4:junit4] 2> at java.util.TimerThread.run(Timer.java:505) [junit4:junit4] 2> 25982 T27 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads: [junit4:junit4] 2> 1) Thread[id=29, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor] [junit4:junit4] 2> 28984 T27 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated: [junit4:junit4] 2> 1) Thread[id=29, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor] [junit4:junit4] 2> at java.lang.Object.wait(Native Method) [junit4:junit4] 2> at java.lang.Object.wait(Object.java:502) [junit4:junit4] 2> at java.util.TimerThread.mainLoop(Timer.java:526) [junit4:junit4] 2> at java.util.TimerThread.run(Timer.java:505) [junit4:junit4] 2> NOTE: test params are: codec=Lucene42: {NAME_mult_s=PostingsFormat(name=Direct), timestamp=Lucene41(blocksize=128), sportsAdded_s=PostingsFormat(name=MockSep), countryAdded_s=Lucene41(blocksize=128), COUNTRY_NAME_s=Lucene41(blocksize=128), id=PostingsFormat(name=Asserting), SPORT_NAME_mult_s=PostingsFormat(name=MockSep), AddAColumn_s=Lucene41(blocksize=128), COUNTRY_CODE_s=Lucene41(blocksize=128), COUNTRY_CODES_mult_s=PostingsFormat(name=Direct)}, docValues:{}, sim=DefaultSimilarity, locale=ar_SA, timezone=Etc/UTC [junit4:junit4] 2> NOTE: Linux 3.2.0-41-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=2,free=69802832,total=126484480 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestZKPropertiesWriter, TestSqlEntityProcessor] [junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSqlEntityProcessor -Dtests.seed=18C23A83BF7C726C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_SA -Dtests.timezone=Etc/UTC -Dtests.file.encoding=ISO-8859-1 [junit4:junit4] ERROR 0.00s | TestSqlEntityProcessor (suite) <<< [junit4:junit4] > Throwable #1: java.security.AccessControlException: access denied ("java.sql.SQLPermission" "deregisterDriver") [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([18C23A83BF7C726C]:0) [junit4:junit4] > at java.security.AccessControlContext.checkPermission(AccessControlContext.java:364) [junit4:junit4] > at java.security.AccessController.checkPermission(AccessController.java:562) [junit4:junit4] > at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) [junit4:junit4] > at java.sql.DriverManager.deregisterDriver(DriverManager.java:399) [junit4:junit4] > at org.apache.derby.jdbc.AutoloadedDriver.unregisterDriverModule(Unknown Source) [junit4:junit4] > at org.apache.derby.jdbc.Driver20.stop(Unknown Source) [junit4:junit4] > at org.apache.derby.impl.services.monitor.TopService.stop(Unknown Source) [junit4:junit4] > at org.apache.derby.impl.services.monitor.TopService.shutdown(Unknown Source) [junit4:junit4] > at org.apache.derby.impl.services.monitor.BaseMonitor.shutdown(Unknown Source) [junit4:junit4] > at org.apache.derby.impl.services.monitor.BaseMonitor.shutdown(Unknown Source) [junit4:junit4] > at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) [junit4:junit4] > at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source) [junit4:junit4] > at java.sql.DriverManager.getConnection(DriverManager.java:661) [junit4:junit4] > at java.sql.DriverManager.getConnection(DriverManager.java:270) [junit4:junit4] > at org.apache.solr.handler.dataimport.AbstractDIHJdbcTestCase.afterClassDihJdbcTest(AbstractDIHJdbcTestCase.java:77) [junit4:junit4] > at java.lang.Thread.run(Thread.java:724)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestSqlEntityProcessor: [junit4:junit4] > 1) Thread[id=29, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor] [junit4:junit4] > at java.lang.Object.wait(Native Method) [junit4:junit4] > at java.lang.Object.wait(Object.java:502) [junit4:junit4] > at java.util.TimerThread.mainLoop(Timer.java:526) [junit4:junit4] > at java.util.TimerThread.run(Timer.java:505) [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([18C23A83BF7C726C]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated: [junit4:junit4] > 1) Thread[id=29, name=Timer-0, state=WAITING, group=TGRP-TestSqlEntityProcessor] [junit4:junit4] > at java.lang.Object.wait(Native Method) [junit4:junit4] > at java.lang.Object.wait(Object.java:502) [junit4:junit4] > at java.util.TimerThread.mainLoop(Timer.java:526) [junit4:junit4] > at java.util.TimerThread.run(Timer.java:505) [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([18C23A83BF7C726C]:0) [junit4:junit4] Completed in 29.14s, 6 tests, 3 errors, 1 skipped <<< FAILURES! [...truncated 108 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:383: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:363: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:201: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:405: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:437: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1243: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887: There were test failures: 35 suites, 141 tests, 3 suite-level errors, 131 ignored Total time: 46 minutes 32 seconds Build step 'Invoke Ant' marked build as failure Description set: Java: 64bit/jdk1.8.0-ea-b89 -XX:+UseCompressedOops -XX:+UseSerialGC Archiving artifacts Recording test results Email was triggered for: Failure Sending email for trigger: Failure --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org -- Regards, Shalin Shekhar Mangar.