Same from me. Ilya,
Unfortunately, I'm -1 on this RC. Specifically, it looks like there was a problem with the following step in the build script: perl -pi -e "s/4.1.1-SNAPSHOT/4.1.1/" deps/XenServerJava/pom.xml The XenServerJava pom included in the distribution doesn't seem to have an altered parent version. This is causing the build to fail (my RC verification steps / results are below). I'm not sure if this is an actual problem with the script, or if your build environment doesn't support that command correctly. If you want to re-run, see if you can get the resulting code to build correctly. If you have a problem with it, let me know and I'll publish a new RC using my build environment (I don't seem to have this issue). Strangely, "perl -pi -e "s/4.1.1-SNAPSHOT/4.1.1/" tools/apidoc/pom.xml" appears to have worked. -chip [PASS] rm -Rf /tmp/cloudstack [PASS] rm -Rf ~/.m2 [PASS] mkdir /tmp/cloudstack [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/release/cloudstack/KEYS [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2 [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.asc [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.md5 [PASS] wget --no-check-certificate -q https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.sha [PASS] gpg --verify apache-cloudstack-4.1.1-src.tar.bz2.asc [PASS] gpg --print-md MD5 apache-cloudstack-4.1.1-src.tar.bz2 | diff - apache-cloudstack-4.1.1-src.tar.bz2.md5 [PASS] gpg --print-md SHA512 apache-cloudstack-4.1.1-src.tar.bz2 | diff - apache-cloudstack-4.1.1-src.tar.bz2.sha [PASS] mkdir /tmp/cloudstack/git [PASS] mkdir /tmp/cloudstack/tree [PASS] git clone -q https://git-wip-us.apache.org/repos/asf/cloudstack.git /tmp/cloudstack/git [PASS] git archive --prefix=/tmp/cloudstack/tree/ 8fe3505cba45756a51e9e9ee97cd09bf1e71c79e | tar Pxf - [PASS] tar xvfj apache-cloudstack-4.1.1-src.tar.bz2 [PASS] diff -r /tmp/cloudstack/apache-cloudstack-4.1.1-src /tmp/cloudstack/tree [FAILED] mvn --projects='org.apache.cloudstack:cloudstack' org.apache.rat:apache-rat-plugin:0.8:check [SKIPPED] mvn -P developer,systemvm clean install [SKIPPED] mvn -P developer -pl developer,tools/devcloud -Ddeploydb Specific error: [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.cloudstack:xapi:5.6.100-1-SNAPSHOT (/tmp/cloudstack/apache-cloudstack-4.1.1-src/deps/XenServerJava/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not find artifact org.apache.cloudstack:cloudstack:pom:4.1.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 21, column 11 -> [Help 2] [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/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException On Thu, Jul 25, 2013 at 09:17:26AM -0400, Simon Weller wrote: > -1 > > mvn -P deps -D nonoss > [INFO] Scanning for projects... > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project org.apache.cloudstack:xapi:5.6.100-1-SNAPSHOT > (/home/sweller/apache-cloudstack-4.1.1-src/deps/XenServerJava/pom.xml) has 1 > error > [ERROR] Non-resolvable parent POM: Could not find artifact > org.apache.cloudstack:cloudstack:pom:4.1.1-SNAPSHOT and 'parent.relativePath' > points at wrong local POM @ line 21, column 11 -> [Help 2] > [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/ProjectBuildingException > [ERROR] [Help 2] > http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException > > > Doesn't build due to a pom.xml reference to <version>4.1.1-SNAPSHOT</version> > in apache-cloudstack-4.1.1-src/deps/XenServerJava/pom.xml > > Here's a patch to fix it: > > --- apache-cloudstack-4.1.1-src/deps/XenServerJava/pom.xml.old 2013-07-25 > 08:09:41.702309598 -0500 > +++ apache-cloudstack-4.1.1-src/deps/XenServerJava/pom.xml 2013-07-25 > 08:09:51.877251365 -0500 > @@ -21,7 +21,7 @@ > <parent> > <groupId>org.apache.cloudstack</groupId> > <artifactId>cloudstack</artifactId> > - <version>4.1.1-SNAPSHOT</version> > + <version>4.1.1</version> > <relativePath>../../pom.xml</relativePath> > </parent> > <artifactId>xapi</artifactId> > > - Si > > ----- Original Message ----- > > From: "Ilya Musayev" <imusa...@webmd.net> > To: dev@cloudstack.apache.org > Sent: Wednesday, July 24, 2013 12:23:17 PM > Subject: [VOTE] Apache Cloudstack 4.1.1 > > Hi All, > > I've created a 4.1.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.1 > > Commit: 8fe3505cba45756a51e9e9ee97cd09bf1e71c79e > > Source release (checksums and signatures are available at the same location): > https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/ > > PGP release keys (signed using B7B5E7FD): > 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) > > >