I can't repro this, but I'm pretty sure i understand what's going on here -- and i think the problem is that this test (which is only on 6x) is just straight up broken, but the brokenness wasn't obvious until i made the recent changes in SOLR-9028.
I'll track fixing this in SOLR-9028. : Date: Sun, 1 May 2016 03:17:17 +0000 (UTC) : From: Policeman Jenkins Server <[email protected]> : Reply-To: [email protected] : To: [email protected] : Subject: [JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+115) - Build # 544 : - Failure! : : Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/544/ : Java: 32bit/jdk-9-ea+115 -server -XX:+UseSerialGC : : 1 tests failed. : FAILED: org.apache.solr.client.solrj.impl.HttpClientUtilTest.testSSLSystemProperties : : Error Message: : HTTPS scheme could not be created using the javax.net.ssl.* system properties. : : Stack Trace: : java.lang.AssertionError: HTTPS scheme could not be created using the javax.net.ssl.* system properties. : at org.junit.Assert.fail(Assert.java:93) : at org.junit.Assert.assertTrue(Assert.java:43) : at org.junit.Assert.assertNotNull(Assert.java:526) : at org.apache.solr.client.solrj.impl.HttpClientUtilTest.testSSLSystemProperties(HttpClientUtilTest.java:127) : at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) : at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) : at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) : at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531) : at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45) : at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) : at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42) : at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) : at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263) : at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68) : at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47) : at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231) : at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60) : at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229) : at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50) : at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222) : at org.junit.runners.ParentRunner.run(ParentRunner.java:300) : at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:243) : at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:354) : at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:10) : : : : : Build Log: : [...truncated 12880 lines...] : [junit4] Suite: org.apache.solr.client.solrj.impl.HttpClientUtilTest : [junit4] FAILURE 0.01s J2 | HttpClientUtilTest.testSSLSystemProperties <<< : [junit4] > Throwable #1: java.lang.AssertionError: HTTPS scheme could not be created using the javax.net.ssl.* system properties. : [junit4] > at org.apache.solr.client.solrj.impl.HttpClientUtilTest.testSSLSystemProperties(HttpClientUtilTest.java:127) : [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) : [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) : [junit4] > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) : [junit4] 2> 9751 INFO (main) [ ] o.a.s.c.s.i.Krb5HttpClientConfigurer Setting up SPNego auth with config: test : [junit4] Completed [8/83 (1!)] on J2 in 0.02s, 5 tests, 1 failure <<< FAILURES! : : [...truncated 238 lines...] : BUILD FAILED : /home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line: : /home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line: : /home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line: : /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:246: The following error occurred while executing this line: : /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:529: The following error occurred while executing this line: : /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line: : /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 83 suites, 545 tests, 1 failure [seed: 7082846C35A93A2A] : : Total time: 62 minutes 6 seconds : Build step 'Invoke Ant' marked build as failure : Archiving artifacts : [WARNINGS] Skipping publisher since build result is FAILURE : Recording test results : Email was triggered for: Failure - Any : Sending email for trigger: Failure - Any : : : -Hoss http://www.lucidworks.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
