On Tue, Oct 9, 2018 at 6:18 PM Jamo Luhrsen <[email protected]> wrote:
> +netconf, +sfc > > On 10/9/18 8:45 AM, Michael Vorburger wrote: > > [starting a new thread as we're now moving from netvirt to general, Cc > TSC] > > > > With the build problem below in netvirt having been fixed a few ago > today (by Stephen; thank you!), we have now finally > > reached the stage where we have a passing multipatch quick build for > Neon-MRI in > > https://jira.opendaylight.org/browse/TSC-132, and can run CSIT on it. > (We do not however have a passing full non-quick > > build just yet.) > > > > Jamo, > https://jenkins.opendaylight.org/releng/view/integration/job/integration-multipatch-test-neon/62/ > has a lot of red > > though, want to and add people/lists of any affected projects which > should look at this now? > > yeah, something basic is broken. from the CSIT level it looks like restconf > is broken, where there is no ability to open a connection on port 8181. > > but, looking at a karaf.log, I think something even more basic is broken, > maybe in SFC? > > 2018-10-09T12:38:24,657 | ERROR | pool-1-thread-2 | > BootFeaturesInstaller | 8 - > org.apache.karaf.features.core - 4.1.5 | Error installing boot features > org.apache.karaf.features.internal.util.MultiException: Error: > Unable to create resource for bundle > mvn:org.opendaylight.sfc/sfc-sb-rest/0.9.0-SNAPSHOT > Caused by: org.osgi.framework.BundleException: Unable to build resource for mvn:org.opendaylight.sfc/sfc-sb-rest/0.9.0-SNAPSHOT: Duplicate import: org.opendaylight.yangtools.util.concurrent https://git.opendaylight.org/gerrit/#/c/76404/9/sfc-sb-rest/pom.xml doesn't look right, I've taken the liberty of fixing that up right away in https://git.opendaylight.org/gerrit/#/c/76404/9..10/sfc-sb-rest/pom.xml This should have been seen by SFT when locally running (without -Pq) to prepare this... perhaps running CSIT on the quick build is actually premature, and what we really should do is focus on getting a full build to pass, and only then run CSIT? I'll kick a new one off shortly, and keep updating https://jira.opendaylight.org/browse/TSC-132. > from this log: > > https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/aaa-csit-1node-authn-all-neon/58/odl_1/odl1_karaf.log.gz > > yeah, seeing the same thing in the netconf job. > > JamO > > > Tx, > > M. > > -- > > Michael Vorburger, Red Hat > > [email protected] <mailto:[email protected]> | IRC: vorburger > @freenode | ~ = http://vorburger.ch > > <http://vorburger.ch/> > > > > > > ---------- Forwarded message --------- > > From: *Vishal Thapar* <[email protected] <mailto:[email protected]>> > > Date: Tue, Oct 9, 2018 at 7:52 AM > > Subject: Re: [netvirt-dev] NETVIRT-1425 netvirt build failure in > proposed topic:neon-mri ("Weather Item" TSC-132) > > To: Michael Vorburger <[email protected] <mailto:[email protected] > >> > > Cc: Sam Hague <[email protected] <mailto:[email protected]>>, Stephen > Kitt <[email protected] <mailto:[email protected]>>, > > odl netvirt dev <[email protected] <mailto: > [email protected]>> > > > > > > > > > > On Tue, Oct 9, 2018 at 7:00 AM Michael Vorburger <[email protected] > <mailto:[email protected]>> wrote: > > > > On Mon, Oct 8, 2018 at 10:25 PM Sam Hague <[email protected] > <mailto:[email protected]>> wrote: > > > > thanks Vishal! Do we want to remove the wip now? > > > > Where do we stand on the full multipatch and not the fast? I > know the OSGI patch never passed SFT since there > > was always a missing injection somewhere. > > > > Latest status now tracked on > https://jira.opendaylight.org/browse/TSC-132 - summary: Until 1/2h ago, > Neutron was > > broken on Neon-MRI; that is now fixed (full details in NEUTRON-197 > > <https://jira.opendaylight.org/browse/NEUTRON-197> & NEUTRON-200 < > https://jira.opendaylight.org/browse/NEUTRON-200>; > > what a PITA), and if we could get a passing quick or even better > full build, we should start running CSITs for > > Neon-MRI to see how things are looking. > > > > On Mon, Oct 8, 2018 at 6:50 AM Vishal Thapar <[email protected] > <mailto:[email protected]>> wrote: > > > > Netvirt passing now: > > > > https://git.opendaylight.org/gerrit/#/c/76476/ > > > > > > but > https://jenkins.opendaylight.org/releng/view/integration/job/integration-multipatch-test-neon/60/ > failed, see > > > https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/integration-multipatch-test-neon/60/console.log.gz, > it's > > the blueprint-maven-plugin problem from > https://jira.opendaylight.org/browse/ODLPARENT-167 hitting > > neutronvpn-impl... odlparent 4.0.2 instead of 4.0.0 should have > fixed that - huh? > > > > I had a bit of a look, and noticed that it ran > blueprint-maven-plugin:1.4.0 - that is wrong, it should be 1.10.0 ... > > I can't quite see why though, because neutronvpn-impl uses > org.opendaylight.mdsal:binding-parent, via > > netvirt:binding-parent, which at 3.0.0-SNAPSHOT that > > > https://git.opendaylight.org/gerrit/#/c/76476/7/commons/binding-parent/pom.xml > is on already has odlparent 4.0.2... > > hm. BTW: You should switch mdsal 3.0.0-SNAPSHOT, but I don't think > it will help for this problem (but it will avoid > > others after we're past this). > > > > Answer to this question at least is in the very file yo mentioned which > has following entry further down: > > <!-- Support Blueprint XML construction using annotations --> > > <groupId>org.apache.aries.blueprint</groupId> > > <artifactId>blueprint-maven-plugin</artifactId> > > <version>1.4.0</version> > > <configuration> > > I tried with version removed and set to 1.10.0 both, neither helped with > this particular failure. > > > > > > Very curious though that the previous > > > https://jenkins.opendaylight.org/releng/job/integration-multipatch-test-neon/59/ > passes - I can't quite explain that. > > > > On Mon, Oct 8, 2018 at 2:03 PM Vishal Thapar < > [email protected] <mailto:[email protected]>> wrote: > > > > Working on it. Revision needs to change. I'll also pull > in Sam's OSGI-INF changes into this so we have > > single patch for all neon-mri changes. > > > > On Sun, Oct 7, 2018 at 5:18 AM Michael Vorburger < > [email protected] <mailto:[email protected]>> wrote: > > > > Stephen, Sam, > > > > > https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/integration-multipatch-test-neon/56/console.log.gz > > now fails in netvirt - will you look into and update > https://git.opendaylight.org/gerrit/#/c/76476/ ? > > > > [ERROR] > /w/workspace/integration-multipatch-test-neon/patch_tester/netvirt/aclservice/impl/src/main/java/org/opendaylight/netvirt/aclservice/listeners/AclInterfaceStateListener.java:[29,88] > package > org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508 > does not exist > > [ERROR] > /w/workspace/integration-multipatch-test-neon/patch_tester/netvirt/aclservice/impl/src/main/java/org/opendaylight/netvirt/aclservice/listeners/AclInterfaceStateListener.java:[91,14] > cannot find symbol > > symbol: class L2vlan > > location: class > org.opendaylight.netvirt.aclservice.listeners.AclInterfaceStateListener > > [ERROR] > /w/workspace/integration-multipatch-test-neon/patch_tester/netvirt/aclservice/impl/src/main/java/org/opendaylight/netvirt/aclservice/listeners/AclInterfaceStateListener.java:[121,41] > cannot find symbol > > symbol: class L2vlan > > location: class > org.opendaylight.netvirt.aclservice.listeners.AclInterfaceStateListener > > [ERROR] > /w/workspace/integration-multipatch-test-neon/patch_tester/netvirt/aclservice/impl/src/main/java/org/opendaylight/netvirt/aclservice/listeners/AclInterfaceStateListener.java:[130,14] > cannot find symbol > > symbol: class L2vlan > > location: class > org.opendaylight.netvirt.aclservice.listeners.AclInterfaceStateListener > > [INFO] 4 errors > > > > Tx, > > M. > > -- > > Michael Vorburger, Red Hat > > [email protected] <mailto:[email protected]> > | IRC: vorburger @freenode | ~ = > > http://vorburger.ch <http://vorburger.ch/> > > _______________________________________________ > > netvirt-dev mailing list > > [email protected] <mailto: > [email protected]> > > > https://lists.opendaylight.org/mailman/listinfo/netvirt-dev > > > > > > _______________________________________________ > > TSC mailing list > > [email protected] > > https://lists.opendaylight.org/mailman/listinfo/tsc > > >
_______________________________________________ sfc-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/sfc-dev
