Github user dlyle65535 commented on the issue:
https://github.com/apache/incubator-metron/pull/436
Travis failure. Upsetting. This came in with my latest Master merge. Don't
fail locally with Travis command line. Log below. It's in unrelated code. Any
ideas?
> ------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.metron.common.stellar.maas.StellarMaaSIntegrationTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.359 sec
- in org.apache.metron.common.stellar.maas.StellarMaaSIntegrationTest
> Running
org.apache.metron.common.dsl.functions.resolver.ClasspathFunctionResolverIntegrationTest
> 2017-03-07 21:54:03 ERROR ServiceDiscoverer:171 - instance must be
started before calling this method
> java.lang.IllegalStateException: instance must be started before calling
this method
> at
com.google.common.base.Preconditions.checkState(Preconditions.java:176)
> at
org.apache.curator.framework.imps.CuratorFrameworkImpl.getChildren(CuratorFrameworkImpl.java:379)
> at
org.apache.curator.x.discovery.details.ServiceDiscoveryImpl.queryForNames(ServiceDiscoveryImpl.java:276)
> at
org.apache.metron.maas.discovery.ServiceDiscoverer.updateState(ServiceDiscoverer.java:130)
> at
org.apache.metron.maas.discovery.ServiceDiscoverer.lambda$new$0(ServiceDiscoverer.java:94)
> at
org.apache.metron.maas.discovery.ServiceDiscoverer$$Lambda$4/1527152775.childEvent(Unknown
Source)
> at
org.apache.curator.framework.recipes.cache.TreeCache$2.apply(TreeCache.java:685)
> at
org.apache.curator.framework.recipes.cache.TreeCache$2.apply(TreeCache.java:679)
> at
org.apache.curator.framework.listen.ListenerContainer$1.run(ListenerContainer.java:92)
> at
com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:297)
> at
org.apache.curator.framework.listen.ListenerContainer.forEach(ListenerContainer.java:84)
> at
org.apache.curator.framework.recipes.cache.TreeCache.callListeners(TreeCache.java:678)
> at
org.apache.curator.framework.recipes.cache.TreeCache.access$1400(TreeCache.java:69)
> at
org.apache.curator.framework.recipes.cache.TreeCache$4.run(TreeCache.java:790)
> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Formatting using clusterid: testClusterID
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.249 sec
<<< FAILURE! - in
org.apache.metron.common.dsl.functions.resolver.ClasspathFunctionResolverIntegrationTest
>
org.apache.metron.common.dsl.functions.resolver.ClasspathFunctionResolverIntegrationTest
Time elapsed: 1.249 sec <<< ERROR!
> java.lang.NoSuchMethodError:
org.apache.hadoop.security.authentication.server.AuthenticationFilter.constructSecretProvider(Ljavax/servlet/ServletContext;Ljava/util/Properties;Z)Lorg/apache/hadoop/security/authentication/util/SignerSecretProvider;
> at
org.apache.hadoop.http.HttpServer2.constructSecretProvider(HttpServer2.java:447)
> at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:340)
> at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:114)
> at
org.apache.hadoop.http.HttpServer2$Builder.build(HttpServer2.java:290)
> at
org.apache.hadoop.hdfs.server.namenode.NameNodeHttpServer.start(NameNodeHttpServer.java:126)
> at
org.apache.hadoop.hdfs.server.namenode.NameNode.startHttpServer(NameNode.java:752)
> at
org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:638)
> at
org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:811)
> at
org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:795)
> at
org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1488)
> at
org.apache.hadoop.hdfs.MiniDFSCluster.createNameNode(MiniDFSCluster.java:1111)
> at
org.apache.hadoop.hdfs.MiniDFSCluster.createNameNodesAndSetConf(MiniDFSCluster.java:982)
> at
org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:811)
> at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:471)
> at
org.apache.hadoop.hdfs.MiniDFSCluster$Builder.build(MiniDFSCluster.java:430)
> at
org.apache.metron.integration.components.MRComponent.start(MRComponent.java:58)
> at
org.apache.metron.common.dsl.functions.resolver.ClasspathFunctionResolverIntegrationTest.setup(ClasspathFunctionResolverIntegrationTest.java:49)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
> at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
> at
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
> at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
> at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
> at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
> at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>
org.apache.metron.common.dsl.functions.resolver.ClasspathFunctionResolverIntegrationTest
Time elapsed: 1.249 sec <<< ERROR!
> java.lang.NullPointerException
> at
org.apache.metron.integration.components.MRComponent.stop(MRComponent.java:66)
> at
org.apache.metron.common.dsl.functions.resolver.ClasspathFunctionResolverIntegrationTest.teardown(ClasspathFunctionResolverIntegrationTest.java:63)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
> at
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
> at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
> at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
> at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
> at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
> at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> Running org.apache.metron.common.cli.ConfigurationManagerIntegrationTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
- in org.apache.metron.common.cli.ConfigurationManagerIntegrationTest
> Results :
> Tests in error:
>
org.apache.metron.common.dsl.functions.resolver.ClasspathFunctionResolverIntegrationTest.org.apache.metron.common.dsl.functions.resolver.ClasspathFunctionResolverIntegrationTest
> Run 1: ClasspathFunctionResolverIntegrationTest.setup:49 »
NoSuchMethod org.apache.ha...
> Run 2: ClasspathFunctionResolverIntegrationTest.teardown:63 »
NullPointer
> Tests run: 8, Failures: 0, Errors: 1, Skipped: 0
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---