I'm getting audit failures now. See attached text file. I'll fix them in code and run again but wanted to alert you to this.
Roger -----Original Message----- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Friday, March 27, 2015 9:48 AM To: Roger Crerie Cc: Funs Kessen; dev Subject: Re: OVM3 test failures You should be able to do 'git pull' in your working dir, from the shell. On Fri, Mar 27, 2015 at 2:38 PM, Roger Crerie <roger.cre...@hds.com> wrote: > Having never pulled anything from cloudstack but the master how would I go > about getting this fix? > > Roger > > -----Original Message----- > From: Funs Kessen [mailto:fozzielumpk...@gmail.com] On Behalf Of Funs Kessen > Sent: Friday, March 27, 2015 7:21 AM > To: Daan Hoogland > Cc: Roger Crerie; dev > Subject: Re: OVM3 test failures > > Nah you are smart enough, it’s just that I was lazy and did a search and > replace and then noticed I broke something and fixed it with another commit. > > thanks! > >> On 27 Mar 2015, at 12:12, Daan Hoogland <daan.hoogl...@gmail.com> wrote: >> >> /me not being smart enough to use pull requests. >> >> I am pulling it now. >> >> On Fri, Mar 27, 2015 at 12:04 PM, Funs Kessen <f...@barred.org> wrote: >>> Hi Daan, >>> >>>> On 27 Mar 2015, at 11:58, Daan Hoogland <daan.hoogl...@gmail.com> wrote: >>>> >>>> Funs, I commented on it, I think it has a typo in it. >>>> Roger, can you apply that patch and test (after looking at my comment)? >>> >>> I replied to you, that’s why the pull request contains two commit IDs ;) >>> >>>> >>>> On Fri, Mar 27, 2015 at 11:33 AM, Funs Kessen <f...@barred.org> wrote: >>>>> Hi Daan, >>>>> >>>>> Had a fix ready yesterday, but after having slept on it, I crushed the >>>>> fix as it was wrong. I’ve fixed it by setting the separator hard, and not >>>>> to File.separator. >>>>> >>>>> The logic behind is that the Agent runs on Linux and not on Windows so >>>>> using File.separator will just break things instead of making it work, as >>>>> the code should not be platform independent but specifically for the >>>>> Agent. >>>>> >>>>> I’ve got pull request #133 open which should resolve the issues on >>>>> Windows. >>>>> >>>>> Cheers, >>>>> >>>>> Funs >>>>> >>>>>> On 26 Mar 2015, at 21:53, Funs Kessen <f...@barred.org> wrote: >>>>>> >>>>>> >>>>>>> On 26 Mar 2015, at 21:41, Daan Hoogland <daan.hoogl...@gmail.com> wrote: >>>>>>> >>>>>>> On Thu, Mar 26, 2015 at 9:35 PM, Funs Kessen <f...@barred.org> wrote: >>>>>>>> Hi Roger/Daan, >>>>>>>> >>>>>>>> Sorry for coming late to the party, and my apologies in advance! >>>>>>> >>>>>>> that's alright, i learned something about cs;) >>>>>>> >>>>>> Ditto!! :) >>>>>> >>>>>>> ... >>>>>>>> The second part of the booboo is in the tests themselves actually as >>>>>>>> you’ve noticed, so I’ll have to place the File.seperator there too in >>>>>>>> XenTest.java. >>>>>>>> >>>>>>>> Thanks for reaching out! >>>>>>>> >>>>>>>> @Daan: I can fix it in the ovm3rebase branch so you can pick it out ? >>>>>>> >>>>>>> yeah, that or send me a patch >>>>>>> >>>>>> I’ll get you a patch asap, want to make sure I don’t have to make two =) >>>>>> >>>>>>> Don't forget I added to the misery myself by adding >>>>>>> a4c23b170e4c94d4ed4783b19a051ad8f6c45328 >>>>>>> >>>>>> "My friend of misery" ? >>>>>> >>>>>> — >>>>>> =Funs >>>>> >>>>> — >>>>> =Funs >>>>> >>>> >>>> >>>> >>>> -- >>>> Daan >>>> >>> >>> — >>> =Funs >>> >> >> >> >> -- >> Daan >> > > — > =Funs > -- Daan
[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache CloudStack Plugin - Hypervisor OracleVM3 4.6.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ cloud-plugin-hypervisor-ovm3 --- [INFO] Starting audit... C:\workspaces\Cloudstack\WS1\cloudstack\plugins\hypervisors\ovm3\src\main\java\com\cloud\hypervisor\ovm3\objects\StoragePlugin.java:20:8: Unused import - java.io.File. C:\workspaces\Cloudstack\WS1\cloudstack\plugins\hypervisors\ovm3\src\main\java\com\cloud\hypervisor\ovm3\objects\Xen.java:20:8: Unused import - java.io.File. C:\workspaces\Cloudstack\WS1\cloudstack\plugins\hypervisors\ovm3\src\main\java\com\cloud\hypervisor\ovm3\resources\helpers\Ovm3VmSupport.java:20:8: Unused import - java.io.File. C:\workspaces\Cloudstack\WS1\cloudstack\plugins\hypervisors\ovm3\src\main\java\com\cloud\hypervisor\ovm3\resources\Ovm3StorageProcessor.java:20:8: Unused import - java.io.File. C:\workspaces\Cloudstack\WS1\cloudstack\plugins\hypervisors\ovm3\src\test\java\com\cloud\hypervisor\ovm3\objects\StoragePluginTest.java:21:8: Unused import - java.io.File. Audit done. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.219 s [INFO] Finished at: 2015-03-27T09:57:05-04:00 [INFO] Final Memory: 14M/61M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) on project cloud-plugin-hypervisor-ovm3: Failed during checkstyle execution: There are 5 checkstyle errors. -> [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/MojoExecutionException