Re: Solr 6.6 test failure: TestSolrCloudWithKerberosAlt.testBasics

2017-07-20 Thread Nawab Zada Asad Iqbal
Mine is actually very different:-




-test:
   [junit4]  says ᐊᐃ! Master seed: C3B77541FB9DE693
   [junit4] Executing 1 suite with 1 JVM.
   [junit4]
   [junit4] Started J0 PID(37742@mbp-9009).
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithKerberosAlt
   [junit4]   2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrCloudWithKerberosAlt -Dtests.method=testBasics
-Dtests.seed=C3B77541FB9DE693 -Dtests.slow=true -Dtests.locale=fr-CA
-Dtests.timezone=IST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   7.95s | TestSolrCloudWithKerberosAlt.testBasics <<<
   [junit4]> Throwable #1: java.lang.NoSuchFieldError: id_aes128_CBC
   [junit4]> at
__randomizedtesting.SeedInfo.seed([C3B77541FB9DE693:FE6FDB6DC373B8E3]:0)
   [junit4]> at
org.bouncycastle.jce.provider.symmetric.AESMappings.(Unknown Source)
   [junit4]> at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   [junit4]> at java.lang.Class.newInstance(Class.java:442)
   [junit4]> at
org.bouncycastle.jce.provider.BouncyCastleProvider.loadAlgorithms(Unknown
Source)
   [junit4]> at
org.bouncycastle.jce.provider.BouncyCastleProvider.setup(Unknown Source)
   [junit4]> at
org.bouncycastle.jce.provider.BouncyCastleProvider.access$000(Unknown
Source)
   [junit4]> at
org.bouncycastle.jce.provider.BouncyCastleProvider$1.run(Unknown Source)
   [junit4]> at java.security.AccessController.doPrivileged(Native
Method)
   [junit4]> at
org.bouncycastle.jce.provider.BouncyCastleProvider.(Unknown Source)
   [junit4]> at
org.apache.directory.server.core.security.TlsKeyGenerator.(TlsKeyGenerator.java:98)
   [junit4]> at
org.apache.directory.server.core.DefaultDirectoryService.createBootstrapEntries(DefaultDirectoryService.java:1483)
   [junit4]> at
org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:1828)
   [junit4]> at
org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:1248)
   [junit4]> at
org.apache.hadoop.minikdc.MiniKdc.initDirectoryService(MiniKdc.java:383)
   [junit4]> at
org.apache.hadoop.minikdc.MiniKdc.start(MiniKdc.java:319)
   [junit4]> at
org.apache.solr.cloud.KerberosTestServices.start(KerberosTestServices.java:59)
   [junit4]> at
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.setupMiniKdc(TestSolrCloudWithKerberosAlt.java:115)
   [junit4]> at
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.setUp(TestSolrCloudWithKerberosAlt.java:101)
   [junit4]> at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at:
/Users/niqbal/otherdev/box/lucene-solr/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithKerberosAlt_C3B77541FB9DE693-001
   [junit4]   2> Jul 20, 2017 12:34:00 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked
thread(s).
   [junit4]   2> Jul 20, 2017 12:34:20 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 5 threads leaked from SUITE scope at
org.apache.solr.cloud.TestSolrCloudWithKerberosAlt:
   [junit4]   2>1) Thread[id=15, name=apacheds, state=WAITING,
group=TGRP-TestSolrCloudWithKerberosAlt]
   [junit4]   2> at java.lang.Object.wait(Native Method)
   [junit4]   2> at java.lang.Object.wait(Object.java:502)
   [junit4]   2> at java.util.TimerThread.mainLoop(Timer.java:526)
   [junit4]   2> at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2>2) Thread[id=17, name=groupCache.data,
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithKerberosAlt]
   [junit4]   2> at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2> at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
   [junit4]   2> at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]   2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>3) Thread[id=16, name=kdcReplayCache.data,
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithKerberosAlt]
   [junit4]   2> at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> at
java.util.c

Re: Solr 6.6 test failure: TestSolrCloudWithKerberosAlt.testBasics

2017-07-20 Thread Steve Rowe
Does it look like this?: 


I see failures like that on my Jenkins once or twice a week.

--
Steve
www.lucidworks.com

> On Jul 20, 2017, at 3:53 PM, Nawab Zada Asad Iqbal  wrote:
> 
> Hi,
> 
> I cloned solr 6.6 branch today and I see this failure consistently.
> 
> TestSolrCloudWithKerberosAlt.testBasics
> 
> 
> I had done some script changes but after seeing this failure I reverted
> them and ran: `ant -Dtestcase=TestSolrCloudWithKerberosAlt clean test` but
> this test still fails with this error:-
> 
>   [junit4]> Throwable #1: java.lang.NoSuchFieldError: id_aes128_CBC
>   [junit4]> at
> __randomizedtesting.SeedInfo.seed([453D16027AC52FD9:78E5B82E422B71A9]:0)
> 
> 
> I see the jenkins build are all clean, so not sure what I am hitting.
> 
> https://builds.apache.org/job/Lucene-Solr-Maven-6.x/
> 
> https://builds.apache.org/job/Solr-Artifacts-6.x/
> 
> Regards
> Nawab



Solr 6.6 test failure: TestSolrCloudWithKerberosAlt.testBasics

2017-07-20 Thread Nawab Zada Asad Iqbal
Hi,

I cloned solr 6.6 branch today and I see this failure consistently.

TestSolrCloudWithKerberosAlt.testBasics


I had done some script changes but after seeing this failure I reverted
them and ran: `ant -Dtestcase=TestSolrCloudWithKerberosAlt clean test` but
this test still fails with this error:-

   [junit4]> Throwable #1: java.lang.NoSuchFieldError: id_aes128_CBC
   [junit4]> at
__randomizedtesting.SeedInfo.seed([453D16027AC52FD9:78E5B82E422B71A9]:0)


I see the jenkins build are all clean, so not sure what I am hitting.

https://builds.apache.org/job/Lucene-Solr-Maven-6.x/

https://builds.apache.org/job/Solr-Artifacts-6.x/

Regards
Nawab