I don't know if that's the issue, but I mentioned something to Mike T. In deps/XenServerJava/pom.xml
the release build script removed a -SNAPSHOT in the xapi version so <artifactId>xapi</artifactId> <version>5.6.100-1</version> used to be 5.6.100-1-SNAPSHOT Sadly I have no clue if this is normal or not… On Sep 9, 2014, at 6:01 PM, Nux! <n...@li.nux.ro> wrote: > Hi Rohit, > > Thanks for the advice, but removing that did not help. Here's the log: > http://tmp.nux.ro/431xenfailflog.txt > > I see jenkins job #583 is also failing for the same reason. > > Lucian > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > > ----- Original Message ----- >> From: "Rohit Yadav" <rohit.ya...@shapeblue.com> >> To: dev@cloudstack.apache.org >> Sent: Tuesday, 9 September, 2014 4:00:56 PM >> Subject: Re: [VOTE] Release Apache CloudStack 4.3.1, round #3 >> >> Hi Lucian, looks like you’re hitting mvn/cache issues. I see this issue on >> our jenkins.buildacloud.org as well. >> >> Can you remove files from >> ~/.m2/repository/net/java/dev/vcc/thirdparty/xen-api and try building it >> again. You may even remove you whole ~/.m2 and try building. If you hit it >> again, can you share the full log with us for debuggin? >> >> I’m able to build 4.3.1 from source. Here’s my build log: >> http://people.apache.org/~bhaisaab/4.3.1-rpmbuild.txt >> >> I’ve put built rpms from above here: >> http://packages.bhaisaab.org/cloudstack/main/centos/ >> >> >> On 09-Sep-2014, at 4:12 pm, Nux! <n...@li.nux.ro> wrote: >> >>> -1, source doesnt build the rpms for me >>> >>> INFO] Total time: 3:45.324s >>> [INFO] Finished at: Tue Sep 09 14:52:58 BST 2014 >>> [INFO] Final Memory: 40M/243M >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] Failed to execute goal >>> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile >>> (default-compile) on project cloud-plugin-hypervisor-xen: Compilation >>> failure: Compilation failure: >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625StorageProcessor.java:[177,34] >>> error: cannot find symbol >>> [ERROR] symbol: method copyAsync2(Connection,SR,<null>,<null>) >>> [ERROR] location: variable srcVdi of type VDI >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625StorageProcessor.java:[236,34] >>> error: cannot find symbol >>> [ERROR] symbol: method copyAsync2(Connection,SR,VDI,<null>) >>> [ERROR] location: variable snapshotvdi of type VDI >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625StorageProcessor.java:[347,43] >>> error: cannot find symbol >>> [ERROR] symbol: method copyAsync2(Connection,SR,<null>,<null>) >>> [ERROR] location: variable snapshotVdi of type VDI >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625StorageProcessor.java:[465,27] >>> error: cannot find symbol >>> [ERROR] symbol: method copyAsync2(Connection,SR,<null>,<null>) >>> [ERROR] location: variable vol of type VDI >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625StorageProcessor.java:[581,37] >>> error: cannot find symbol >>> [ERROR] symbol: method copyAsync2(Connection,<null>,<null>,VDI) >>> [ERROR] location: variable snapChain of type VDI >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625StorageProcessor.java:[644,34] >>> error: cannot find symbol >>> [ERROR] symbol: method copyAsync2(Connection,SR,<null>,<null>) >>> [ERROR] location: variable srcVdi of type VDI >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625StorageProcessor.java:[696,34] >>> error: cannot find symbol >>> [ERROR] symbol: method copyAsync2(Connection,SR,<null>,<null>) >>> [ERROR] location: variable srcVdi of type VDI >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625StorageProcessor.java:[780,37] >>> error: cannot find symbol >>> [ERROR] symbol: method copyAsync2(Connection,<null>,<null>,VDI) >>> [ERROR] location: variable snapChain of type VDI >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/org/apache/cloudstack/hypervisor/xenserver/XenServerResourceNewBase.java:[108,33] >>> error: cannot find symbol >>> [ERROR] symbol: method properFrom(Connection,Set<String>,String,Double) >>> [ERROR] location: class Event >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/org/apache/cloudstack/hypervisor/xenserver/XenServerResourceNewBase.java:[171,39] >>> error: cannot find symbol >>> [ERROR] symbol: method properFrom(Connection,Set<String>,String,Double) >>> [ERROR] location: class Event >>> [ERROR] >>> /root/apache-cloudstack-4.3.1-src/dist/rpmbuild/BUILD/cloudstack-4.3.1/plugins/hypervisors/xen/src/org/apache/cloudstack/hypervisor/xenserver/XenServerResourceNewBase.java:[308,35] >>> error: cannot find symbol >>> [ERROR] -> [Help 1] >>> [ERROR] >>> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e >>> switch. >>> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >>> [ERROR] >>> [ERROR] For more information about the errors and possible solutions, >>> please read the following articles: >>> [ERROR] [Help 1] >>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException >>> [ERROR] >>> [ERROR] After correcting the problems, you can resume the build with the >>> command >>> [ERROR] mvn <goals> -rf :cloud-plugin-hypervisor-xen >>> error: Bad exit status from /var/tmp/rpm-tmp.l9Lnmb (%build) >>> >>> >>> RPM build errors: >>> Bad exit status from /var/tmp/rpm-tmp.l9Lnmb (%build) >>> >>> >>> -- >>> Sent from the Delta quadrant using Borg technology! >>> >>> Nux! >>> www.nux.ro >>> >>> >>> ----- Original Message ----- >>>> From: "Rohit Yadav" <rohit.ya...@shapeblue.com> >>>> To: dev@cloudstack.apache.org >>>> Sent: Tuesday, 9 September, 2014 2:35:42 PM >>>> Subject: Re: [VOTE] Release Apache CloudStack 4.3.1, round #3 >>>> >>>> +1 >>>> >>>> Tested to work with Xen and KVM with basic networking and SG. >>>> >>>> I’ve created new debs/rpms, you may use this repository for testing this >>>> vote >>>> candidate: >>>> http://packages.bhaisaab.org/cloudstack/main >>>> >>>> On 09-Sep-2014, at 2:12 pm, sebgoa <run...@gmail.com> wrote: >>>>> Hi All, >>>>> >>>>> I've created a 4.3.1 release, with the following artifacts up for a vote: >>>>> >>>>> Git Branch and Commit SH: >>>>> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.3 >>>>> Commit: 33911723f851fe9a816c400bb4739539b8087cd3 >>>>> >>>>> List of changes: >>>>> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob;f=CHANGES.md;hb=4.3 >>>>> >>>>> Source release (checksums and signatures are available at the same >>>>> location): >>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.3.1/ >>>>> >>>>> PGP release keys (signed using 8F89EB84): >>>>> https://dist.apache.org/repos/dist/release/cloudstack/KEYS >>>>> >>>>> Vote will be open for 72 hours. >>>>> >>>>> For sanity in tallying the vote, can PMC members please be sure to >>>>> indicate >>>>> "(binding)" with their vote? >>>>> >>>>> [ ] +1 approve >>>>> [ ] +0 no opinion >>>>> [ ] -1 disapprove (and reason why) >>>> >>>> Regards, >>>> Rohit Yadav >>>> Software Architect, ShapeBlue >>>> M. +41 779015219 | rohit.ya...@shapeblue.com >>>> Blog: bhaisaab.org | Twitter: @_bhaisaab >>>> >>>> Find out more about ShapeBlue and our range of CloudStack related services >>>> >>>> IaaS Cloud Design & >>>> Build<http://shapeblue.com/iaas-cloud-design-and-build//> >>>> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/> >>>> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/> >>>> CloudStack Infrastructure >>>> Support<http://shapeblue.com/cloudstack-infrastructure-support/> >>>> CloudStack Bootcamp Training >>>> Courses<http://shapeblue.com/cloudstack-training/> >>>> >>>> This email and any attachments to it may be confidential and are intended >>>> solely for the use of the individual to whom it is addressed. Any views or >>>> opinions expressed are solely those of the author and do not necessarily >>>> represent those of Shape Blue Ltd or related companies. If you are not the >>>> intended recipient of this email, you must neither take any action based >>>> upon its contents, nor copy or show it to anyone. Please contact the >>>> sender >>>> if you believe you have received this email in error. Shape Blue Ltd is a >>>> company incorporated in England & Wales. ShapeBlue Services India LLP is a >>>> company incorporated in India and is operated under license from Shape >>>> Blue >>>> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in >>>> Brasil >>>> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is >>>> a >>>> company registered by The Republic of South Africa and is traded under >>>> license from Shape Blue Ltd. ShapeBlue is a registered trademark. >>>> >> >> Regards, >> Rohit Yadav >> Software Architect, ShapeBlue >> M. +41 779015219 | rohit.ya...@shapeblue.com >> Blog: bhaisaab.org | Twitter: @_bhaisaab >> >> >> >> Find out more about ShapeBlue and our range of CloudStack related services >> >> IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//> >> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/> >> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/> >> CloudStack Infrastructure >> Support<http://shapeblue.com/cloudstack-infrastructure-support/> >> CloudStack Bootcamp Training >> Courses<http://shapeblue.com/cloudstack-training/> >> >> This email and any attachments to it may be confidential and are intended >> solely for the use of the individual to whom it is addressed. Any views or >> opinions expressed are solely those of the author and do not necessarily >> represent those of Shape Blue Ltd or related companies. If you are not the >> intended recipient of this email, you must neither take any action based >> upon its contents, nor copy or show it to anyone. Please contact the sender >> if you believe you have received this email in error. Shape Blue Ltd is a >> company incorporated in England & Wales. ShapeBlue Services India LLP is a >> company incorporated in India and is operated under license from Shape Blue >> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil >> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a >> company registered by The Republic of South Africa and is traded under >> license from Shape Blue Ltd. ShapeBlue is a registered trademark. >>