The patch below [0] builds fine for SFC, however the distribution check fails during bundle bring up tests with some error in netconf, any pointers?
07:39:35 2018-05-06T07:35:55,344 | ERROR | SystemReadyService-0 | TestBundleDiag | 375 - org.opendaylight.infrautils.ready-impl - 1.3.2.SNAPSHOT | NOK org.opendaylight.netconf.callhome-provider:1.4.2.SNAPSHOT: OSGi state = Active, Karaf bundleState = Failure, due to: Blueprint 07:39:35 5/6/18 7:35 AM 07:39:35 Exception: 07:39:35 Unable to initialize bean callhomeProvider 07:39:35 org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to initialize bean callhomeProvider 07:39:35 at org.apache.aries.blueprint.container.BeanRecipe.runBeanProcInit(BeanRecipe.java:738) 07:39:35 at org.apache.aries.blueprint.container.BeanRecipe.internalCreate2(BeanRecipe.java:848) 07:39:35 at org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:811) 07:39:35 at org.apache.aries.blueprint.di.AbstractRecipe$1.call(AbstractRecipe.java:79) 07:39:35 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 07:39:35 at org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:88) 07:39:35 at org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:255) 07:39:35 at org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:186) 07:39:35 at org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:704) 07:39:35 at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:410) 07:39:35 at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:275) 07:39:35 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 07:39:35 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 07:39:35 at org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106) 07:39:35 at org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48) 07:39:35 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 07:39:35 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 07:39:35 at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) 07:39:35 at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 07:39:35 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 07:39:35 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 07:39:35 at java.lang.Thread.run(Thread.java:748) 07:39:35 Caused by: java.lang.ExceptionInInitializerError Thanks, Faseela [0] https://git.opendaylight.org/gerrit/71813 [1] https://jenkins.opendaylight.org/releng/job/sfc-distribution-check-oxygen/423/consoleFull -----Original Message----- From: Faseela K Sent: Sunday, May 06, 2018 12:22 AM To: 'Faseela K' <[email protected]>; [email protected]; [email protected] Cc: R Srinivasan E <[email protected]> Subject: RE: [release] Autorelease oxygen failed to build sfc-provider from sfc https://git.opendaylight.org/gerrit/71813 Thanks, Faseela -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Faseela K Sent: Saturday, May 05, 2018 11:29 PM To: [email protected]; [email protected] Subject: Re: [release] Autorelease oxygen failed to build sfc-provider from sfc I am working on fixing this. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jenkins Sent: Saturday, May 05, 2018 10:34 PM To: [email protected]; [email protected] Subject: [release] Autorelease oxygen failed to build sfc-provider from sfc Attention sfc-devs, Autorelease oxygen failed to build sfc-provider from sfc in build 282. Attached is a snippet of the error message related to the failure that we were able to automatically parse as well as console logs. Console Logs: https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/autorelease-release-oxygen/282 Jenkins Build: https://jenkins.opendaylight.org/releng/job/autorelease-release-oxygen/282/ Please review and provide an ETA on when a fix will be available. Thanks, ODL releng/autorelease team _______________________________________________ release mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/release _______________________________________________ sfc-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/sfc-dev
