You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Srikanteswararao Talluri <sr...@citrix.com> on 2013/05/07 10:24:00 UTC

[Query] build failed on master branch


[INFO] Apache CloudStack VMware Base ..................... FAILURE [5.797s]
[INFO] Apache CloudStack Plugin - Hypervisor VMware ...... SKIPPED
[INFO] Apache CloudStack Plugin - Cisco VNMC ............. SKIPPED
[INFO] Apache CloudStack Test ............................ SKIPPED
[INFO] Apache CloudStack Console Proxy Service ........... SKIPPED
[INFO] Apache CloudStack Console Proxy ................... SKIPPED
[INFO] Apache CloudStack Client UI ....................... SKIPPED
[INFO] Apache CloudStack Console Proxy Plugin ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:57.892s
[INFO] Finished at: Mon May 06 18:24:28 PDT 2013
[INFO] Final Memory: 46M/233M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile) on project cloud-vmware-base: Compilation failure: Compilation failure:
[ERROR] TestVmwareMO.java:[26,31] package com.cloud.utils.testcase does not exist
[ERROR] TestVmwareMO.java:[33,34] cannot find symbol

Thanks,
~Talluri

Re: [Query] build failed on master branch

Posted by Gavin Lee <ga...@gmail.com>.
Following the command inside the console output can pass the nonoss build:
http://jenkins.cloudstack.org/view/master/job/build-mater-nonoss/225/consoleFull

Dig out the related commands:

git reset --hard HEAD

git clean -fdx

mkdir -p ../patches_nonoss_mastercd ../patches_nonoss_master

wget 'https://dl.dropbox.com/s/hn5ahfwc5tr5qog/0001-CloudStack-ASF-master-nonoss-lib-deps.patch?dl=1'

git am '../patches_nonoss_master/0001-CloudStack-ASF-master-nonoss-lib-deps.patch?dl=1'

cd deps

./install-non-oss.sh

mvn install -Dnonoss




On Tue, May 7, 2013 at 4:24 PM, Srikanteswararao Talluri <
srikanteswararao.talluri@citrix.com> wrote:

>
>
> [INFO] Apache CloudStack VMware Base ..................... FAILURE [5.797s]
> [INFO] Apache CloudStack Plugin - Hypervisor VMware ...... SKIPPED
> [INFO] Apache CloudStack Plugin - Cisco VNMC ............. SKIPPED
> [INFO] Apache CloudStack Test ............................ SKIPPED
> [INFO] Apache CloudStack Console Proxy Service ........... SKIPPED
> [INFO] Apache CloudStack Console Proxy ................... SKIPPED
> [INFO] Apache CloudStack Client UI ....................... SKIPPED
> [INFO] Apache CloudStack Console Proxy Plugin ............ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 4:57.892s
> [INFO] Finished at: Mon May 06 18:24:28 PDT 2013
> [INFO] Final Memory: 46M/233M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile
> (default-testCompile) on project cloud-vmware-base: Compilation failure:
> Compilation failure:
> [ERROR] TestVmwareMO.java:[26,31] package com.cloud.utils.testcase does
> not exist
> [ERROR] TestVmwareMO.java:[33,34] cannot find symbol
>
> Thanks,
> ~Talluri
>



-- 
Gavin