Aluminium netvirt project Jenkins Verified Build Failure - Reg


JamO Luhrsen
 

CC integration-dev

I'm not much help, but I see this:

08:59:15 	Error downloading mvn:org.opendaylight.serviceutils/upgrade/0.5.0-SNAPSHOT

in most of the recent job failures. But, it seems that serviceutils is using 0.6.0-SNAPSHOT
for Aluminium now. I also see that netvirt shows the version it wants is also the same:

https://git.opendaylight.org/gerrit/gitweb?p=netvirt.git;a=blob;f=commons/binding-parent/pom.xml;h=4ecc3072b0f96bb410f0454980a720b69b830724;hb=ddc0602e916fee3a0557be76dcb66e2b32778fe2#l33

Even so, 0.5.0 is on nexus so the error still doesn't make sense to me:

https://nexus.opendaylight.org/service/local/repositories/autorelease-3729/content/org/opendaylight/serviceutils/upgrade/0.5.0/upgrade-0.5.0.jar

I'm not quite sure right now... just wanted to write that I took a quick look.

Thanks,
JamO



On 3/26/20 8:47 PM, Karthikeyan wrote:

Hi All,
   We are seeing "Netvirt"(Master) verified jenkins build has broken with ERROR][0]. Please help us to fix this issue to unblock all of our pending commits merge.

   Please refer the Jenkins log console output at the link[1]

[0]
01:40:07 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.403 s <<< FAILURE! - in org.opendaylight.odlparent.featuretest.SingleFeatureTest
01:40:07 [ERROR] installFeatureCatchAndLog(org.opendaylight.odlparent.featuretest.SingleFeatureTest)[repoUrl: file:/w/workspace/netvirt-maven-verify-aluminium-mvn35-openjdk11/features/odl-netvirt-impl/target/feature/feature.xml, Feature: odl-netvirt-impl 0.11.0.SNAPSHOT]  Time elapsed: 12.977 s  <<< ERROR!
01:40:07 org.apache.karaf.features.internal.util.MultiException: 
01:40:07 Error:
01:40:07 	Error downloading mvn:org.opendaylight.serviceutils/upgrade/0.5.0-SNAPSHOT
01:40:07 	at org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader.<init>(MavenDownloadManager.java:91)
01:40:07 	at org.apache.karaf.features.internal.download.impl.MavenDownloadManager.createDownloader(MavenDownloadManager.java:72)
01:40:07 	at org.apache.karaf.features.internal.region.Subsystem.downloadBundles(Subsystem.java:457)
01:40:07 	at org.apache.karaf.features.internal.region.Subsystem.downloadBundles(Subsystem.java:452)
01:40:07 	at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:224)
01:40:07 	at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:393)
01:40:07 	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1062)
01:40:07 	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:998)
01:40:07 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
01:40:07 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
01:40:07 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
01:40:07 	at java.base/java.lang.Thread.run(Thread.java:834)
01:40:07 	Suppressed: java.io.IOException: Error downloading mvn:org.opendaylight.serviceutils/upgrade/0.5.0-SNAPSHOT
01:40:07 		at org.apache.karaf.features.internal.download.impl.AbstractRetryableDownloadTask.run(AbstractRetryableDownloadTask.java:77)
01:40:07 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
01:40:07 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
01:40:07 		at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
01:40:07 		... 3 more
01:40:07 	Caused by: java.io.IOException: Error resolving artifact org.opendaylight.serviceutils:upgrade:jar:0.5.0-SNAPSHOT: [Could not find artifact org.opendaylight.serviceutils:upgrade:jar:0.5.0-SNAPSHOT in defaultlocal (file:/tmp/r/)]

              

              
[1] https://jenkins.opendaylight.org/releng/job/netvirt-maven-verify-aluminium-mvn35-openjdk11/77/console

              

              
Thanks & Regards,
Karthikeyan.


Robert Varga
 

On 27/03/2020 05:20, Jamo Luhrsen wrote:
CC integration-dev

I'm not much help, but I see this:

*08:59:15* Error downloading mvn:org.opendaylight.serviceutils/upgrade/0.5.0-SNAPSHOT

in most of the recent job failures. But, it seems that serviceutils is
using 0.6.0-SNAPSHOT
for Aluminium now.
Yes, https://git.opendaylight.org/gerrit/c/ovsdb/+/88533 introduced it
after branch cut.

https://git.opendaylight.org/gerrit/c/ovsdb/+/88746 fixes that up,
please be careful around these.

Bye,
Robert


Chetan Arakere Gowdru <chetan.arakere@...>
 

Thanks Robert. Have merged the patch -
https://git.opendaylight.org/gerrit/c/ovsdb/+/88746

@Karthikeyan Krishnan

Please rebase and verify netvirt build.

Thanks,
Chetan

-----Original Message-----
From: Robert Varga <nite@...>
Sent: 27 March 2020 14:19
To: Jamo Luhrsen <jluhrsen@...>; Karthikeyan
<karthikeyangceb007@...>; netvirt-dev
<netvirt-dev@...>
Cc: integration-dev@...; Chetan Arakere Gowdru
<chetan.arakere@...>
Subject: Re: Aluminium netvirt project Jenkins Verified Build Failure - Reg

On 27/03/2020 05:20, Jamo Luhrsen wrote:
CC integration-dev

I'm not much help, but I see this:

*08:59:15* Error downloading
mvn:org.opendaylight.serviceutils/upgrade/0.5.0-SNAPSHOT

in most of the recent job failures. But, it seems that serviceutils is
using 0.6.0-SNAPSHOT for Aluminium now.
Yes, https://git.opendaylight.org/gerrit/c/ovsdb/+/88533 introduced it after
branch cut.

https://git.opendaylight.org/gerrit/c/ovsdb/+/88746 fixes that up, please be
careful around these.

Bye,
Robert


Karthikeyan
 

Thanks Chetan and Robert. Now Netvirt verified build is working fine.

Thanks & Regards,
Karthikeyan.

On Fri, Mar 27, 2020 at 3:16 PM Chetan Arakere Gowdru <chetan.arakere@...> wrote:
Thanks Robert. Have merged the patch -
https://git.opendaylight.org/gerrit/c/ovsdb/+/88746

@Karthikeyan Krishnan

Please rebase and verify netvirt build.

Thanks,
Chetan
-----Original Message-----
From: Robert Varga <nite@...>
Sent: 27 March 2020 14:19
To: Jamo Luhrsen <jluhrsen@...>; Karthikeyan
<karthikeyangceb007@...>; netvirt-dev
<netvirt-dev@...>
Cc: integration-dev@...; Chetan Arakere Gowdru
<chetan.arakere@...>
Subject: Re: Aluminium netvirt project Jenkins Verified Build Failure - Reg

On 27/03/2020 05:20, Jamo Luhrsen wrote:
> CC integration-dev
>
> I'm not much help, but I see this:
>
> *08:59:15*    Error downloading
> mvn:org.opendaylight.serviceutils/upgrade/0.5.0-SNAPSHOT
>
> in most of the recent job failures. But, it seems that serviceutils is
> using 0.6.0-SNAPSHOT for Aluminium now.

Yes, https://git.opendaylight.org/gerrit/c/ovsdb/+/88533 introduced it after
branch cut.

https://git.opendaylight.org/gerrit/c/ovsdb/+/88746 fixes that up, please be
careful around these.

Bye,
Robert