On Monday, July 21, 2014 10:08:12 AM David Caro wrote: > On 07/19, Einav Cohen wrote: > > another update: > > > > the merged patch fixed the "ovirt-engine_master_create-rpms_merged" > > (fedora19-host) job [1]. but again, the > > "ovirt-engine_master_create-rpms-quick_merged" (fedora20) job got broken. > > > > thoughts? >
So looking at the logs, it actually tells us the problem: https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound The reason it is all working for me, is that I am using maven 3.05 and I guess this plugin breaks when you move to maven 3.1+. I am assuming our build is using a later version. Basically the only thing we can do is revert the patch, as the plugin I am using in that patch is incompatible with maven 3.1+ > It seems like it's trying to dynamically import this class and > failing: > > org.sonatype.aether.RepositorySystem > > But the jar is reachable through the artifactory: > > http://artifactory.ovirt.org:8081/artifactory/ovirt-mirror/org/sonatype/aeth > er/aether-api/1.13.1/ > > So not sure why it does not get it, is it in the pom.xml? Is a new way > of importing things? Related to the properties change maybe? I > cannsee this message that was not shown before: > > Execution set-properties of goal > com.github.goldin:properties-maven-plugin:0.2.5:set-properties failed: > A required class was missing while executing > com.github.goldin:properties-maven-plugin:0.2.5:set-properties: > Lorg/sonatype/aether/RepositorySystem > > > [1] > > http://jenkins.ovirt.org/job/ovirt-engine_master_create-rpms_merged/label > > =fedora19-host/ [2] > > http://jenkins.ovirt.org/job/ovirt-engine_master_create-rpms-quick_merged > > /label=fedora20/ > > > > ----- Original Message ----- > > > > > From: "Einav Cohen" <[email protected]> > > > To: [email protected], [email protected] > > > Cc: [email protected] > > > Sent: Friday, July 18, 2014 9:23:30 PM > > > Subject: fix for the 'ovirt-engine_3.5_create-rpms_merged' jenkins job > > > > > > I merged to master (what is supposed to be) the patch [1] that is > > > targeted ultimately to fix the 'ovirt-engine_3.5_create-rpms_merged' > > > broken jenkins job , however another job [2] got broken after the > > > merge, and I am not sure if this is related to the patch or not. > > > > > > @David/Alex - any idea? I don't want to proceed with merging the > > > backport of the fix to 'ovirt-engine-3.5' [3] before we figure out > > > what's the deal with [2]. > > > > > > ---- > > > Thanks, > > > Einav > > > > > > [1] http://gerrit.ovirt.org/#/c/30324/ [master] > > > > > > [2] > > > http://jenkins.ovirt.org/job/ovirt-engine_master_create-rpms-quick_merge > > > d/3490/ the broken job is the 'fedora 20' one, the other two (fedora19, > > > centos6) are not > > > broken, therefore I suspect that it is not necessarily related to [1]. > > > > > > [3] http://gerrit.ovirt.org/#/c/30465/ [ovirt-engine-3.5] > > > > > > ----- Original Message ----- > > > > > > > From: "Alexander Wels" <[email protected]> > > > > To: [email protected] > > > > Cc: "Tal Nisan" <[email protected]>, "Einav Cohen" > > > > <[email protected]>, > > > > "Vojtech Szocs" <[email protected]>, > > > > [email protected] > > > > Sent: Friday, July 18, 2014 8:34:42 AM > > > > Subject: Re: Change in ovirt-engine[ovirt-engine-3.5]: > > > > engine,userportal,webadmin: configurable unsupported locales > > > > > > > > Looking into the issue. > > > > > > > > On Friday, July 18, 2014 06:21:41 AM [email protected] wrote: > > > > > David Caro has posted comments on this change. > > > > > > > > > > Change subject: engine,userportal,webadmin: configurable unsupported > > > > > locales > > > > > .................................................................... > > > > > .. > > > > > > > > > > > > > > > Patch Set 2: > > > > > > > > > > This change seems to be breaking the engine 3.5 rpm build, can you > > > > > take a > > > > > look at it and solve ASAP please? > > > > > > > > > > http://jenkins.ovirt.org/view/All%20Unstable%20Jobs/job/ovirt-engin > > > > > e_3.5_cr > > > > > > > > > > eate-rpms_merged/26/label=centos6-host/ > > > > > > > > > > The error: > > > > > 06:25:52 [INFO] [ERROR] Invalid property value > > > > > > > > > > '${gwt.availableLocales}' > > > > > > > > > > Thanks! > > > > > > _______________________________________________ > > > Infra mailing list > > > [email protected] > > > http://lists.ovirt.org/mailman/listinfo/infra _______________________________________________ Infra mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/infra
