Thanks Hugo for the quick fix. Close CLOUDSTACK-1354. On Thu, Feb 21, 2013 at 9:22 PM, Hugo Trippaers <htrippa...@schubergphilis.com> wrote: > It's fixed > > The problem was a change to the Guru that used a different call on the > network object. This call wasn't properly mocked yet, so the call failed. > > It's fixed in 4.1 and master now. > > General reminder: please run "mvn clean test" before you commit anything. > The clean part is important here to make sure that all modules and > dependencies are rebuild. > > Cheers, > > Hugo > >> -----Original Message----- >> From: Gavin Lee [mailto:gavin....@gmail.com] >> Sent: Thursday, February 21, 2013 2:17 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: Master build failure >> >> Hi, Hugo >> Thanks for your guidance. >> I shoud emphasize it's a dirty fix. >> I just want to jump to next step in my develop environment. >> >> >> On Thu, Feb 21, 2013 at 7:00 PM, Hugo Trippaers >> <htrippa...@schubergphilis.com> wrote: >> > Hey, >> > >> > I'm investigating why master had broken. The unittests in the NVP plugin >> break because something changed in another part of CloudStack and I'm >> trying to track it down now. >> > >> > Please take care when sending the advice to other developers/users to >> build with "-Dmaven.test.skip=true". This might allow the project to be >> build, >> but it will be a flawed product. Something is broken and that might >> potentially cause other failures as well. In this case the broken test is in >> the >> NVP plugin, but that isn't where the problem is. It's in the networking core >> most likely. So in a sense you are telling somebody just build a broken >> product and hope for the best. >> > >> > >> > Cheers, >> > >> > Hugo >> > >> >> -----Original Message----- >> >> From: Isaac Chiang [mailto:isaacchi...@gmail.com] >> >> Sent: Thursday, February 21, 2013 8:35 AM >> >> To: cloudstack-dev@incubator.apache.org >> >> Subject: Re: Master build failure >> >> >> >> Hi Gavin: >> >> It works, thank you! >> >> >> >> Isaac >> >> >> >> On Thu, Feb 21, 2013 at 2:55 PM, Gavin Lee <gavin....@gmail.com> >> wrote: >> >> >> >> > Hi, Isaac >> >> > I also encountered this build issue and submitted a bug: >> >> > https://issues.apache.org/jira/browse/CLOUDSTACK-1354 >> >> > >> >> > If you are urgent to build this, just add "-Dmaven.test.skip=true" >> >> > on maven command line. >> >> > >> >> > >> >> > On Thu, Feb 21, 2013 at 9:12 AM, Isaac Chiang >> >> > <isaacchi...@gmail.com> >> >> > wrote: >> >> > > Hi all: >> >> > > I was trying to build CloudStack from source and blocked >> >> > > by following message: >> >> > > >> >> > > [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer >> >> > > SUCCESS [2.816s] [INFO] Apache CloudStack Plugin - Network Nicira >> >> > > NVP ..... FAILURE >> >> > [7.876s] >> >> > > [INFO] Apache CloudStack Plugin - BigSwitch Virtual Network >> >> > > Segment >> >> > SKIPPED >> >> > > [INFO] Apache CloudStack Plugin - Storage Allocator Random >> >> > > SKIPPED [INFO] Apache CloudStack Plugin - User Authenticator LDAP >> >> > > SKIPPED [INFO] Apache CloudStack Plugin - User Authenticator MD5 >> >> > > . SKIPPED [INFO] Apache CloudStack Plugin - User Authenticator >> >> > > Plain Text SKIPPED [INFO] Apache CloudStack Plugin - User >> >> > > Authenticator SHA256 Salted >> >> > SKIPPED >> >> > > [INFO] Apache CloudStack Plugin - Dns Notifier Example ... >> >> > > SKIPPED [INFO] Apache CloudStack Engine Storage Image Component >> >> > > .. SKIPPED [INFO] Apache CloudStack Plugin - Storage Image S3 >> >> > > ....... SKIPPED [INFO] Apache CloudStack Engine Storage Volume >> >> > > Component . SKIPPED [INFO] Apache CloudStack Plugin - Storage >> >> > > Volume solidfire SKIPPED [INFO] Apache CloudStack SystemVM >> >> > > Patches ................ SKIPPED [INFO] Apache CloudStack Cloud >> >> > > Engine Compute Component .. SKIPPED [INFO] Apache CloudStack >> >> > > Cloud Engine Orchestration Component SKIPPED [INFO] Apache >> >> > > CloudStack Engine Storage Image Motion Component SKIPPED [INFO] >> >> > > Apache CloudStack Engine Storage Backup Component . SKIPPED >> >> > > [INFO] Apache CloudStack Engine Storage >> >> Snapshot >> >> > > Component SKIPPED [INFO] Apache CloudStack Engine Storage >> >> > > integration test Component >> >> > SKIPPED >> >> > > [INFO] Apache CloudStack Cloud Engine Schema Component ... >> >> > > SKIPPED [INFO] Apache CloudStack Cloud Engine API >> >> > > ................ SKIPPED [INFO] Apache CloudStack Cloud Engine >> >> > > Service ............ SKIPPED INFO] Apache CloudStack Console >> >> > > Proxy Plugin ............ SKIPPED [INFO] Apache CloudStack >> >> > > Console Proxy ................... SKIPPED [INFO] Apache >> >> > > CloudStack Test ............................ SKIPPED [INFO] >> >> > > Apache CloudStack Client UI ....................... SKIPPED >> >> > > [INFO] Apache CloudStack Developer Tools ................. >> >> > > SKIPPED [INFO] Apache CloudStack Developer Tools >> >> > > ................. SKIPPED [INFO] Apache CloudStack marvin >> >> > > .......................... SKIPPED [INFO] Apache CloudStack >> >> > > cloudmonkey cli ................. SKIPPED [INFO] Apache >> >> > > CloudStack DevCloud ........................ SKIPPED [INFO] >> >> > > Apache CloudStack DevCloud-KVM .................... SKIPPED >> >> > > [INFO] >> >> > > ----------------------------------------------------------------- >> >> > > --- >> >> > > ---- >> >> > > [INFO] BUILD FAILURE >> >> > > [INFO] >> >> > > ----------------------------------------------------------------- >> >> > > --- >> >> > > ---- >> >> > > [INFO] Total time: 3:11.112s >> >> > > [INFO] Finished at: Thu Feb 21 09:04:16 CST 2013 [INFO] Final >> >> > > Memory: 34M/241M [INFO] >> >> > > ----------------------------------------------------------------- >> >> > > --- >> >> > > ---- >> >> > > [ERROR] Failed to execute goal >> >> > > org.apache.maven.plugins:maven-surefire-plugin:2.12:test >> >> > > (default-test) >> >> > on >> >> > > project cloud-plugin-network- >> >> > > nvp: There are test failures. >> >> > > >> >> > > The commit version is : commit 744c24ee >> >> > > >> >> > > Anyone else running into this? Any help will be appreciated >> >> > > >> >> > > Thanks >> >> > > >> >> > > Isaac Chiang >> >> > >> >> > >> >> > >> >> > -- >> >> > Gavin >> >> > >> >> >> >> -- >> Gavin
-- Gavin