Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2837/
Java: 32bit/jdk-9-ea+155 -client -XX:+UseSerialGC
3 tests failed.
FAILED:
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew
Error Message:
expected:<200> but was:<403>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
at
__randomizedtesting.SeedInfo.seed([72EF27670A52ABE:30B506684869F71A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:131)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:317)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:334)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:543)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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
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.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.handler.admin.TestApiFramework.testFramework
Error Message:
Could not initialize class org.easymock.internal.ClassProxyFactory$2
Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class
org.easymock.internal.ClassProxyFactory$2
at
__randomizedtesting.SeedInfo.seed([72EF27670A52ABE:105838517671C683]:0)
at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
at org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
at org.easymock.EasyMock.createMock(EasyMock.java:104)
at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
at
org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:59)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:543)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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
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.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.handler.admin.TestCoreAdminApis.testCalls
Error Message:
Stack Trace:
java.lang.ExceptionInInitializerError
at
__randomizedtesting.SeedInfo.seed([72EF27670A52ABE:35EFED1DF5299919]:0)
at
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166)
at
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
at
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
at org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
at org.easymock.EasyMock.createMock(EasyMock.java:104)
at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
at
org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:43)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:543)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make
protected final java.lang.Class
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
throws java.lang.ClassFormatError accessible: module java.base does not "opens
java.lang" to unnamed module @1c6bcc0
at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:207)
at
java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:192)
at java.base/java.lang.reflect.Method.setAccessible(Method.java:186)
at net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46)
... 52 more
Build Log:
[...truncated 10948 lines...]
[junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_72EF27670A52ABE-001/init-core-data-001
[junit4] 2> 39723 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
[junit4] 2> 39724 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_72EF27670A52ABE-001/tempDir-001
[junit4] 2> 39725 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 39725 INFO (Thread-15) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 39725 INFO (Thread-15) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 39825 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:45843
[junit4] 2> 39837 INFO (jetty-launcher-20-thread-1) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 39839 INFO (jetty-launcher-20-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2ed134{/solr,null,AVAILABLE}
[junit4] 2> 39839 INFO (jetty-launcher-20-thread-2) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 39840 INFO (jetty-launcher-20-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@b7fca6{/solr,null,AVAILABLE}
[junit4] 2> 39843 INFO (jetty-launcher-20-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@f03492{HTTP/1.1,[http/1.1]}{127.0.0.1:44178}
[junit4] 2> 39843 INFO (jetty-launcher-20-thread-2) [ ] o.e.j.s.Server
Started @41761ms
[junit4] 2> 39843 INFO (jetty-launcher-20-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2d7229{HTTP/1.1,[http/1.1]}{127.0.0.1:36476}
[junit4] 2> 39844 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44178}
[junit4] 2> 39844 INFO (jetty-launcher-20-thread-1) [ ] o.e.j.s.Server
Started @41761ms
[junit4] 2> 39844 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36476}
[junit4] 2> 39844 ERROR (jetty-launcher-20-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 39844 ERROR (jetty-launcher-20-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 39844 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.0
[junit4] 2> 39844 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.5.0
[junit4] 2> 39844 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 39845 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 39845 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 39845 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 39845 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-11T23:40:33.467124Z
[junit4] 2> 39845 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-11T23:40:33.467104Z
[junit4] 2> 39849 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 39853 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 39870 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 39870 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 39872 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45843/solr
[junit4] 2> 39874 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45843/solr
[junit4] 2> 39906 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36476_solr
[junit4] 2> 39906 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44178_solr
[junit4] 2> 39907 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=97442623216418821-127.0.0.1:36476_solr-n_0000000000) starting
[junit4] 2> 39908 INFO (zkCallback-31-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 39908 INFO (zkCallback-30-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 39917 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36476_solr
[junit4] 2> 39919 INFO (zkCallback-30-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 39930 INFO (zkCallback-31-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 40011 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.c.CoreContainer Authentication plugin class obtained from system property
'authenticationPlugin': org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 40021 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.s.KerberosPlugin Params: {token.valid=30,
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
token.validity=36000, signer.secret.provider.zookeeper.path=/token,
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT,
signer.secret.provider=zookeeper}
[junit4] 2> 40070 INFO (jetty-launcher-20-thread-1) [ ]
o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 40083 INFO (jetty-launcher-20-thread-1-EventThread) [ ]
o.a.c.f.s.ConnectionStateManager State change: CONNECTED
[junit4] 2> 40134 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.c.CoreContainer Authentication plugin class obtained from system property
'authenticationPlugin': org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 40134 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.s.KerberosPlugin Params: {token.valid=30,
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
token.validity=36000, signer.secret.provider.zookeeper.path=/token,
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT,
signer.secret.provider=zookeeper}
[junit4] 2> 40135 INFO (jetty-launcher-20-thread-2) [ ]
o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 40139 INFO (jetty-launcher-20-thread-2-EventThread) [ ]
o.a.c.f.s.ConnectionStateManager State change: CONNECTED
[junit4] 2> 40248 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with:
org.apache.solr.security.HttpParamDelegationTokenPlugin$2@11ccecb
[junit4] 2> 40248 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with:
org.apache.solr.security.HttpParamDelegationTokenPlugin$2@1809f74
[junit4] 2> 40249 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.u.UpdateShardHandler Reconfiguring the default client with:
org.apache.solr.security.HttpParamDelegationTokenPlugin$2@11ccecb
[junit4] 2> 40249 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.u.UpdateShardHandler Reconfiguring the default client with:
org.apache.solr.security.HttpParamDelegationTokenPlugin$2@1809f74
[junit4] 2> 40471 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_72EF27670A52ABE-001/tempDir-001/node1/.
[junit4] 2> 40477 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_72EF27670A52ABE-001/tempDir-001/node2/.
[junit4] 2> 40577 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
[junit4] 2> 40892 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
[junit4] 2> 40907 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
[junit4] 2> 40938 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 40939 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45843/solr ready
[junit4] 2> 40951 ERROR (qtp4859373-119) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_2]
[junit4] 2> 40981 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 40982 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45843/solr ready
[junit4] 2> 41008 ERROR (qtp13116390-131) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_3]
[junit4] 2> 41018 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 41019 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45843/solr ready
[junit4] 2> 41035 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 41037 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45843/solr ready
[junit4] 2> 41044 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
[junit4] 2> 41059 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
[junit4] 2> 41070 INFO (qtp4859373-121) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 41071 INFO (qtp4859373-121) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 41085 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
[junit4] 2> 41113 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
[junit4] 2> 41128 WARN (qtp4859373-121) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: foo tries to renew a token
with renewer bar
[junit4] 2> 41129 WARN (qtp4859373-121) [ ] o.a.s.s.KerberosPlugin
Could not find org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 41134 WARN (qtp13116390-130) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: foo tries to renew a token
with renewer bar
[junit4] 2> 41135 WARN (qtp13116390-130) [ ] o.a.s.s.KerberosPlugin
Could not find org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 41147 WARN (qtp4859373-120) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew
a token with renewer renewUser
[junit4] 2> 41148 WARN (qtp4859373-120) [ ] o.a.s.s.KerberosPlugin
Could not find org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 41151 WARN (qtp13116390-125) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew
a token with renewer renewUser
[junit4] 2> 41152 WARN (qtp13116390-125) [ ] o.a.s.s.KerberosPlugin
Could not find org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 41153 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
[junit4] IGNOR/A 0.01s J0 |
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail
[junit4] > Assumption #1: 'awaitsfix' test group is disabled
(@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/HADOOP-14044"))
[junit4] 2> 41181 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
[junit4] 2> 41215 INFO (qtp4859373-114) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVovjLR2igFaU5k4dgYEFFDW4aH6PISR3RYvUf7YAMPgd_RMB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 41216 INFO (qtp4859373-114) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVovjLR2igFaU5k4dgYEFFDW4aH6PISR3RYvUf7YAMPgd_RMB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 41216 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
[junit4] 2> 41240 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
[junit4] 2> 41252 WARN (qtp4859373-119) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: bar is trying to renew a
token with wrong password
[junit4] 2> 41252 WARN (qtp4859373-119) [ ] o.a.s.s.KerberosPlugin
Could not find org.apache.solr.security.authentication.requestcontinues
[junit4] 2> 41254 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrCloudWithDelegationTokens
-Dtests.method=testDelegationTokenRenew -Dtests.seed=72EF27670A52ABE
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-IE
-Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.04s J0 |
TestSolrCloudWithDelegationTokens.testDelegationTokenRenew <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but
was:<403>
[junit4] > at
__randomizedtesting.SeedInfo.seed([72EF27670A52ABE:30B506684869F71A]:0)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:131)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:317)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:334)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:543)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 41272 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
[junit4] 2> 41294 INFO (qtp4859373-114) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVovjLTRigFaU5k40QgEFHmB-G9W3UvcqgD6BuXQACLrKC7TB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 41294 INFO (qtp4859373-114) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVovjLTRigFaU5k40QgEFHmB-G9W3UvcqgD6BuXQACLrKC7TB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 41333 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72EF27670A52ABE])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 41334 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72EF27670A52ABE])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45843/solr ready
[junit4] 2> 41354 INFO (qtp13116390-126) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVovjLTRigFaU5k40QgEFHmB-G9W3UvcqgD6BuXQACLrKC7TB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 41354 INFO (qtp13116390-126) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVovjLTRigFaU5k40QgEFHmB-G9W3UvcqgD6BuXQACLrKC7TB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 41383 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72EF27670A52ABE])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 41384 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72EF27670A52ABE])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45843/solr ready
[junit4] 2> 41397 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[72EF27670A52ABE])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
[junit4] 2> 41410 INFO (jetty-launcher-20-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@2d7229{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 41410 INFO (jetty-launcher-20-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@f03492{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 41417 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=31209009
[junit4] 2> 41417 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=31416413
[junit4] 2> 41423 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=97442623216418821-127.0.0.1:36476_solr-n_0000000000) closing
[junit4] 2> 41423 INFO
(OverseerStateUpdate-97442623216418821-127.0.0.1:36476_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36476_solr
[junit4] 2> 41435 INFO (jetty-launcher-20-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 41435 ERROR
(Thread[Thread-33,5,TGRP-TestSolrCloudWithDelegationTokens]) [ ]
o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received
java.lang.InterruptedException: sleep interrupted
[junit4] 2> 41438 WARN (zkCallback-30-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 41438 INFO (jetty-launcher-20-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 41438 ERROR
(Thread[Thread-35,5,TGRP-TestSolrCloudWithDelegationTokens]) [ ]
o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received
java.lang.InterruptedException: sleep interrupted
[junit4] 2> 41445 INFO (jetty-launcher-20-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@b7fca6{/solr,null,UNAVAILABLE}
[junit4] 2> 41445 INFO (jetty-launcher-20-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2ed134{/solr,null,UNAVAILABLE}
[junit4] 2> 41447 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45843 45843
[junit4] 2> 46558 INFO (Thread-15) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:45843 45843
[junit4] 2> 46559 WARN (Thread-15) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/aliases.json
[junit4] 2> 8 /solr/clusterprops.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/clusterstate.json
[junit4] 2> 3 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/live_nodes
[junit4] 2> 8 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
[junit4] 2>
[junit4] 2> 46560 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_72EF27670A52ABE-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=836, maxMBSortInHeap=5.1957979664934335,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=en-IE,
timezone=Pacific/Samoa
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=19636968,total=65077248
[junit4] 2> NOTE: All tests run in this JVM: [ResourceLoaderTest,
ConnectionReuseTest, ParsingFieldUpdateProcessorsTest, TestDocSet,
TestSchemaManager, EnumFieldTest, TestSolrCloudWithDelegationTokens]
[junit4] Completed [23/691 (1!)] on J0 in 6.85s, 8 tests, 1 failure, 1
skipped <<< FAILURES!
[...truncated 596 lines...]
[junit4] Suite: org.apache.solr.handler.admin.TestCoreAdminApis
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.TestCoreAdminApis_72EF27670A52ABE-001/init-core-data-001
[junit4] 2> 751826 INFO
(SUITE-TestCoreAdminApis-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 751827 INFO
(TEST-TestCoreAdminApis.testCalls-seed#[72EF27670A52ABE]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCalls
[junit4] 2> 751875 INFO
(TEST-TestCoreAdminApis.testCalls-seed#[72EF27670A52ABE]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCalls
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCoreAdminApis
-Dtests.method=testCalls -Dtests.seed=72EF27670A52ABE -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=bs-Cyrl-BA
-Dtests.timezone=America/Argentina/Catamarca -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.05s J1 | TestCoreAdminApis.testCalls <<<
[junit4] > Throwable #1: java.lang.ExceptionInInitializerError
[junit4] > at
__randomizedtesting.SeedInfo.seed([72EF27670A52ABE:35EFED1DF5299919]:0)
[junit4] > at
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166)
[junit4] > at
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
[junit4] > at
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
[junit4] > at
net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144)
[junit4] > at
net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116)
[junit4] > at
net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
[junit4] > at
net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
[junit4] > at
net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
[junit4] > at
org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
[junit4] > at org.easymock.EasyMock.createMock(EasyMock.java:104)
[junit4] > at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
[junit4] > at
org.apache.solr.handler.admin.TestCoreAdminApis.testCalls(TestCoreAdminApis.java:43)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:543)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] > Caused by: java.lang.reflect.InaccessibleObjectException:
Unable to make protected final java.lang.Class
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
throws java.lang.ClassFormatError accessible: module java.base does not "opens
java.lang" to unnamed module @1c6bcc0
[junit4] > at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:207)
[junit4] > at
java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:192)
[junit4] > at
java.base/java.lang.reflect.Method.setAccessible(Method.java:186)
[junit4] > at
net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56)
[junit4] > at
java.base/java.security.AccessController.doPrivileged(Native Method)
[junit4] > at
net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46)
[junit4] > ... 52 more
[junit4] 2> 751876 INFO
(SUITE-TestCoreAdminApis-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.TestCoreAdminApis_72EF27670A52ABE-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=314, maxMBSortInHeap=7.349765592691392,
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=bs-Cyrl-BA,
timezone=America/Argentina/Catamarca
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=91275328,total=228397056
[junit4] 2> NOTE: All tests run in this JVM: [OpenCloseCoreStressTest,
AnalysisErrorHandlingTest, LoggingHandlerTest,
ConcurrentDeleteAndCreateCollectionTest, SpatialFilterTest,
TestDynamicFieldResource, TestRestManager, TestQueryUtils,
RemoteQueryErrorTest, TestManagedSchemaAPI, SolrIndexConfigTest,
TestScoreJoinQPNoScore, TestSchemaResource, ConvertedLegacyTest,
DirectSolrSpellCheckerTest, TestRTGBase, TestSearcherReuse,
TestHdfsCloudBackupRestore, TestLeaderInitiatedRecoveryThread,
ShardRoutingTest, RAMDirectoryFactoryTest, TestCloudPseudoReturnFields,
FacetPivotSmallTest, TestFieldTypeCollectionResource,
DistributedFacetPivotSmallAdvancedTest, TestLMDirichletSimilarityFactory,
DistanceFunctionTest, TestCursorMarkWithoutUniqueKey, TestRebalanceLeaders,
CopyFieldTest, JvmMetricsTest, SolrIndexSplitterTest, TestMissingGroups,
TestQuerySenderListener, TestConfigOverlay, CollectionTooManyReplicasTest,
UtilsToolTest, SuggesterFSTTest, TestDistribDocBasedVersion,
TestGraphMLResponseWriter, TestDFISimilarityFactory, TestQueryWrapperFilter,
ClusterStateUpdateTest, TlogReplayBufferedWhileIndexingTest, HdfsSyncSliceTest,
TestCloudDeleteByQuery, TestUpdate, SolrMetricReporterTest,
SpellCheckComponentTest, IndexBasedSpellCheckerTest, SearchHandlerTest,
TestRawResponseWriter, MultiTermTest, ShufflingReplicaListTransformerTest,
TestBM25SimilarityFactory, WordBreakSolrSpellCheckerTest,
TestSolrCloudWithKerberosAlt, SecurityConfHandlerTest, TestTrie,
DeleteLastCustomShardedReplicaTest, TestClusterStateMutator,
AnalyticsMergeStrategyTest, TestCSVResponseWriter, DistributedMLTComponentTest,
TestStressLiveNodes, CollectionsAPIDistributedZkTest, EchoParamsTest,
TestPivotHelperCode, TestChildDocTransformer, TestElisionMultitermQuery,
ChaosMonkeySafeLeaderTest, TestStandardQParsers, SampleTest, DocValuesTest,
RestartWhileUpdatingTest, TestWordDelimiterFilterFactory, TestCoreAdminApis]
[junit4] Completed [217/691 (2!)] on J1 in 0.06s, 1 test, 1 error <<<
FAILURES!
[...truncated 1145 lines...]
[junit4] Suite: org.apache.solr.handler.admin.TestApiFramework
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.TestApiFramework_72EF27670A52ABE-001/init-core-data-001
[junit4] 2> 2336831 INFO
(SUITE-TestApiFramework-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 2336833 INFO
(TEST-TestApiFramework.testFramework-seed#[72EF27670A52ABE]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testFramework
[junit4] 2> 2336834 INFO
(TEST-TestApiFramework.testFramework-seed#[72EF27670A52ABE]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testFramework
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestApiFramework
-Dtests.method=testFramework -Dtests.seed=72EF27670A52ABE -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=ar -Dtests.timezone=MST7MDT
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | TestApiFramework.testFramework <<<
[junit4] > Throwable #1: java.lang.NoClassDefFoundError: Could not
initialize class org.easymock.internal.ClassProxyFactory$2
[junit4] > at
__randomizedtesting.SeedInfo.seed([72EF27670A52ABE:105838517671C683]:0)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createEnhancer(ClassProxyFactory.java:259)
[junit4] > at
org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:174)
[junit4] > at
org.easymock.internal.MocksControl.createMock(MocksControl.java:60)
[junit4] > at org.easymock.EasyMock.createMock(EasyMock.java:104)
[junit4] > at
org.apache.solr.handler.admin.TestCoreAdminApis.getCoreContainerMock(TestCoreAdminApis.java:76)
[junit4] > at
org.apache.solr.handler.admin.TestApiFramework.testFramework(TestApiFramework.java:59)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:543)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 2336835 INFO
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[72EF27670A52ABE]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testTrailingTemplatePaths
[junit4] 2> 2336835 INFO
(TEST-TestApiFramework.testTrailingTemplatePaths-seed#[72EF27670A52ABE]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testTrailingTemplatePaths
[junit4] 2> 2336835 INFO
(SUITE-TestApiFramework-seed#[72EF27670A52ABE]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.TestApiFramework_72EF27670A52ABE-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ar, timezone=MST7MDT
[junit4] 2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=87733992,total=450605056
[junit4] 2> NOTE: All tests run in this JVM: [OpenCloseCoreStressTest,
AnalysisErrorHandlingTest, LoggingHandlerTest,
ConcurrentDeleteAndCreateCollectionTest, SpatialFilterTest,
TestDynamicFieldResource, TestRestManager, TestQueryUtils,
RemoteQueryErrorTest, TestManagedSchemaAPI, SolrIndexConfigTest,
TestScoreJoinQPNoScore, TestSchemaResource, ConvertedLegacyTest,
DirectSolrSpellCheckerTest, TestRTGBase, TestSearcherReuse,
TestHdfsCloudBackupRestore, TestLeaderInitiatedRecoveryThread,
ShardRoutingTest, RAMDirectoryFactoryTest, TestCloudPseudoReturnFields,
FacetPivotSmallTest, TestFieldTypeCollectionResource,
DistributedFacetPivotSmallAdvancedTest, TestLMDirichletSimilarityFactory,
DistanceFunctionTest, TestCursorMarkWithoutUniqueKey, TestRebalanceLeaders,
CopyFieldTest, JvmMetricsTest, SolrIndexSplitterTest, TestMissingGroups,
TestQuerySenderListener, TestConfigOverlay, CollectionTooManyReplicasTest,
UtilsToolTest, SuggesterFSTTest, TestDistribDocBasedVersion,
TestGraphMLResponseWriter, TestDFISimilarityFactory, TestQueryWrapperFilter,
ClusterStateUpdateTest, TlogReplayBufferedWhileIndexingTest, HdfsSyncSliceTest,
TestCloudDeleteByQuery, TestUpdate, SolrMetricReporterTest,
SpellCheckComponentTest, IndexBasedSpellCheckerTest, SearchHandlerTest,
TestRawResponseWriter, MultiTermTest, ShufflingReplicaListTransformerTest,
TestBM25SimilarityFactory, WordBreakSolrSpellCheckerTest,
TestSolrCloudWithKerberosAlt, SecurityConfHandlerTest, TestTrie,
DeleteLastCustomShardedReplicaTest, TestClusterStateMutator,
AnalyticsMergeStrategyTest, TestCSVResponseWriter, DistributedMLTComponentTest,
TestStressLiveNodes, CollectionsAPIDistributedZkTest, EchoParamsTest,
TestPivotHelperCode, TestChildDocTransformer, TestElisionMultitermQuery,
ChaosMonkeySafeLeaderTest, TestStandardQParsers, SampleTest, DocValuesTest,
RestartWhileUpdatingTest, TestWordDelimiterFilterFactory, TestCoreAdminApis,
CoreMergeIndexesAdminHandlerTest, SchemaVersionSpecificBehaviorTest,
TestAddFieldRealTimeGet, TestLuceneMatchVersion, HdfsUnloadDistributedZkTest,
TestConfigSetsAPIZkFailure, AsyncCallRequestStatusResponseTest, TestInitParams,
ClassificationUpdateProcessorIntegrationTest, TestFieldCacheSort,
TestUniqueKeyFieldResource, V2ApiIntegrationTest,
TestRequestStatusCollectionAPI, TestConfigSets, OverseerModifyCollectionTest,
RequestLoggingTest, ZkSolrClientTest, TestReRankQParserPlugin,
DistanceUnitsTest, TestSurroundQueryParser, TestRestoreCore,
SuggestComponentTest, OutOfBoxZkACLAndCredentialsProvidersTest,
TermVectorComponentTest, TestAuthorizationFramework,
DistributedTermsComponentTest, DocumentBuilderTest, TestNamedUpdateProcessors,
TestSweetSpotSimilarityFactory, DistributedIntervalFacetingTest,
CloudMLTQParserTest, TestStressVersions, IndexSchemaTest,
TestFileDictionaryLookup, LeaderFailureAfterFreshStartTest,
TestCloudSchemaless, SmileWriterTest, FullSolrCloudDistribCmdsTest, ZkCLITest,
TestDistributedGrouping, TestFaceting, TestHashPartitioner, ZkControllerTest,
TestRealTimeGet, TestJoin, TestCoreContainer, SimpleFacetsTest, SolrCoreTest,
StatsComponentTest, SolrCmdDistributorTest, PeerSyncTest, TestSort,
TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest,
TestIndexSearcher, HighlighterTest, SoftAutoCommitTest,
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser,
CoreAdminHandlerTest, SuggesterWFSTTest, NoCacheHeaderTest,
SolrCoreCheckLockOnStartupTest, QueryEqualityTest,
DirectUpdateHandlerOptimizeTest, SortByFunctionTest, DocValuesMultiTest,
XsltUpdateRequestHandlerTest, LukeRequestHandlerTest, PrimitiveFieldTypeTest,
TermsComponentTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest,
IndexSchemaRuntimeFieldTest, TestJmxIntegration,
UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions,
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, HighlighterConfigTest,
AlternateDirectoryTest, TestQuerySenderNoQuery, TestMergePolicyConfig,
OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter,
DirectSolrConnectionTest, TestDFRSimilarityFactory, TestIBSimilarityFactory,
URLClassifyProcessorTest, TestHighlightDedupGrouping, TestTolerantSearch,
TestPathTrie, TestEmbeddedSolrServerConstructors, ActionThrottleTest,
AliasIntegrationTest, CdcrReplicationDistributedZkTest,
CdcrReplicationHandlerTest, CdcrVersionReplicationTest,
CloudExitableDirectoryReaderTest, CollectionReloadTest,
CollectionsAPIAsyncDistributedZkTest, CollectionsAPISolrJTest,
DeleteInactiveReplicaTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest,
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest,
ForceLeaderTest, OverseerStatusTest, OverseerTaskQueueTest,
PeerSyncReplicationTest, SolrXmlInZkTest, TestCollectionAPI, TestCryptoKeys,
TestRandomRequestDistribution, TestSegmentSorting, HdfsBasicDistributedZk2Test,
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest,
HdfsNNFailoverTest, HdfsRecoverLeaseTest, HdfsRestartWhileUpdatingTest,
HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest,
CachingDirectoryFactoryTest, CoreSorterTest, ExitableDirectoryReaderTest,
HdfsDirectoryFactoryTest, QueryResultKeyTest, TestCustomStream,
TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, TestSQLHandler,
SegmentsInfoRequestHandlerTest, TestApiFramework]
[junit4] Completed [564/691 (3!)] on J1 in 0.02s, 2 tests, 1 error <<<
FAILURES!
[...truncated 52070 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]