You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by je...@cloudstack.org on 2014/11/19 18:19:16 UTC

Build failed in Jenkins: cloudstack-4.3-maven-build #633

See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/633/changes>

Changes:

[Daan Hoogland] CLOUDSTACK-7752: Fixed deployment planner stuck in infinite loop. If we create VM with shared service offering and attach disk with local disk offering, and one of storage pool is full(cannot be allocated) and other is not full then we are not putting the cluster in avoid list which is causing this infinite loop.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-383 (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
Cloning the remote Git repository
Cloning repository git://git.apache.org/cloudstack.git
 > /usr/bin/git init <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/> # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
 > /usr/bin/git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=400
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision 14e048dadabba67d09f85d12019fcd39b8b47db1 (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 14e048dadabba67d09f85d12019fcd39b8b47db1
 > /usr/bin/git rev-list e6d00bcc6670d77144e6d423091808877eaa610f # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Jenkins build is back to normal : cloudstack-4.3-maven-build #647

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/647/>


Build failed in Jenkins: cloudstack-4.3-maven-build #646

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/646/>

------------------------------------------
Started by user Rohit Yadav
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-87d (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision cef29cc8180f3507b7b1ef6b89f52b0fa7ccbafd (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f cef29cc8180f3507b7b1ef6b89f52b0fa7ccbafd
 > /usr/bin/git rev-list cef29cc8180f3507b7b1ef6b89f52b0fa7ccbafd # timeout=400
[cloudstack-4.3-maven-build] $ mvn clean test
FATAL: command execution failed
java.io.IOException: Cannot run program "mvn" (in directory "<http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/")>: java.io.IOException: error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:494)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:701)
	at ......remote call to cloudstack-buildslave-centos6-87d(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:752)
	at hudson.Launcher$RemoteLauncher.launch(Launcher.java:916)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$ProcStarter.join(Launcher.java:388)
	at hudson.tasks.Maven.perform(Maven.java:328)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
	at hudson.model.Run.execute(Run.java:1759)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:164)
	at java.lang.ProcessImpl.start(ProcessImpl.java:81)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:476)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
	at hudson.Launcher$ProcStarter.start(Launcher.java:381)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:701)
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #645

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/645/>

------------------------------------------
Started by user Rohit Yadav
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-87d (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision cef29cc8180f3507b7b1ef6b89f52b0fa7ccbafd (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f cef29cc8180f3507b7b1ef6b89f52b0fa7ccbafd
 > /usr/bin/git rev-list cef29cc8180f3507b7b1ef6b89f52b0fa7ccbafd # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #644

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/644/changes>

Changes:

[Rohit Yadav] appliance: use 4.3 git snapshot to configure services

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-87d (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision cef29cc8180f3507b7b1ef6b89f52b0fa7ccbafd (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f cef29cc8180f3507b7b1ef6b89f52b0fa7ccbafd
 > /usr/bin/git rev-list 879f94c74310ed89afe6d25df3b52c00422bbc5a # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Re: Build failed in Jenkins: cloudstack-4.3-maven-build #643

Posted by Rohit Yadav <ro...@shapeblue.com>.
> On 23-Nov-2014, at 6:49 pm, Ian Duffy <ia...@ianduffy.ie> wrote:
>
> Maven issues on build slaves?

I could not identify or resolve the issue. The noredist 4.3-maven build works and succeeds, for some reason this specific build job fails.

> On 23 Nov 2014 12:52, <je...@cloudstack.org> wrote:
>
>> See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/643/>
>>
>> ------------------------------------------
>> Started by an SCM change
>> Started by an SCM change
>> Started by an SCM change
>> Started by an SCM change
>> Started by an SCM change
>> Started by an SCM change
>> [EnvInject] - Loading node environment variables.
>> Building remotely on cloudstack-buildslave-centos6-87d
>> (cloudstack-buildslave-centos6) in workspace <
>> http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
>>> /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
>> Fetching changes from the remote Git repository
>>> /usr/bin/git config remote.origin.url git://
>> git.apache.org/cloudstack.git # timeout=400
>> Fetching upstream changes from git://git.apache.org/cloudstack.git
>>> /usr/bin/git --version # timeout=400
>>> /usr/bin/git fetch --tags --progress git://
>> git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
>>> /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
>> Checking out Revision 879f94c74310ed89afe6d25df3b52c00422bbc5a (origin/4.3)
>>> /usr/bin/git config core.sparsecheckout # timeout=400
>>> /usr/bin/git checkout -f 879f94c74310ed89afe6d25df3b52c00422bbc5a
>>> /usr/bin/git rev-list 879f94c74310ed89afe6d25df3b52c00422bbc5a #
>> timeout=400
>> FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
>> Build step 'Invoke top-level Maven targets' marked build as failure
>>

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.yadav@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 Software Engineering<http://shapeblue.com/cloudstack-software-engineering/>
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.

Re: Build failed in Jenkins: cloudstack-4.3-maven-build #643

Posted by Ian Duffy <ia...@ianduffy.ie>.
Maven issues on build slaves?
On 23 Nov 2014 12:52, <je...@cloudstack.org> wrote:

> See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/643/>
>
> ------------------------------------------
> Started by an SCM change
> Started by an SCM change
> Started by an SCM change
> Started by an SCM change
> Started by an SCM change
> Started by an SCM change
> [EnvInject] - Loading node environment variables.
> Building remotely on cloudstack-buildslave-centos6-87d
> (cloudstack-buildslave-centos6) in workspace <
> http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
>  > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
> Fetching changes from the remote Git repository
>  > /usr/bin/git config remote.origin.url git://
> git.apache.org/cloudstack.git # timeout=400
> Fetching upstream changes from git://git.apache.org/cloudstack.git
>  > /usr/bin/git --version # timeout=400
>  > /usr/bin/git fetch --tags --progress git://
> git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
>  > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
> Checking out Revision 879f94c74310ed89afe6d25df3b52c00422bbc5a (origin/4.3)
>  > /usr/bin/git config core.sparsecheckout # timeout=400
>  > /usr/bin/git checkout -f 879f94c74310ed89afe6d25df3b52c00422bbc5a
>  > /usr/bin/git rev-list 879f94c74310ed89afe6d25df3b52c00422bbc5a #
> timeout=400
> FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
> Build step 'Invoke top-level Maven targets' marked build as failure
>

Build failed in Jenkins: cloudstack-4.3-maven-build #643

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/643/>

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-87d (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision 879f94c74310ed89afe6d25df3b52c00422bbc5a (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 879f94c74310ed89afe6d25df3b52c00422bbc5a
 > /usr/bin/git rev-list 879f94c74310ed89afe6d25df3b52c00422bbc5a # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #642

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/642/changes>

Changes:

[Ian Duffy] modify travis file to force true on test execution. The XML parser will determine failures

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-87d (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision 879f94c74310ed89afe6d25df3b52c00422bbc5a (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 879f94c74310ed89afe6d25df3b52c00422bbc5a
 > /usr/bin/git rev-list df9fe7817c17b045f2f293bd238bf4982eebd7b5 # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #641

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/641/changes>

Changes:

[Rohit Yadav] Revert "Revert "Bump release version to 4.3.2-SNAPSHOT and add empty db upgrade path""

[Rohit Yadav] fixed CLOUDSTACK-6261: remove the forceful timeout setting when login to NetScaler.

[Rohit Yadav] CLOUDSTACK-7954:ListTags API is ignoring the resourceID and displaying

[Rohit Yadav] travis: run jetty using IPv4 stack only

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-3a0 (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision df9fe7817c17b045f2f293bd238bf4982eebd7b5 (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f df9fe7817c17b045f2f293bd238bf4982eebd7b5
 > /usr/bin/git rev-list 59ce63918e227f93d64642e881551c25738de3b3 # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #640

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/640/changes>

Changes:

[Rohit Yadav] Revert "Bump release version to 4.3.2-SNAPSHOT and add empty db upgrade path"

[Rohit Yadav] CLOUDSTACK-7415. Host remains in Alert after vCenter restart.

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-3a0 (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision 59ce63918e227f93d64642e881551c25738de3b3 (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 59ce63918e227f93d64642e881551c25738de3b3
 > /usr/bin/git rev-list 57f28f1085b519d67c58b8c7e08c83821635a4f9 # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #639

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/639/>

------------------------------------------
[...truncated 3684 lines...]
remote: Counting objects: 68009           
remote: Counting objects: 68024           
remote: Counting objects: 68029           
remote: Counting objects: 68037           
remote: Counting objects: 68055           
remote: Counting objects: 68070           
remote: Counting objects: 68255           
remote: Counting objects: 68258           
remote: Counting objects: 68269           
remote: Counting objects: 68279           
remote: Counting objects: 68285           
remote: Counting objects: 68291           
remote: Counting objects: 68307           
remote: Counting objects: 68314           
remote: Counting objects: 68317           
remote: Counting objects: 68318           
remote: Counting objects: 68319           
remote: Counting objects: 68320           
remote: Counting objects: 68323           
remote: Counting objects: 68571           
remote: Counting objects: 68573           
remote: Counting objects: 68579           
remote: Counting objects: 68586           
remote: Counting objects: 68595           
remote: Counting objects: 68597           
remote: Counting objects: 68612           
remote: Counting objects: 68623           
remote: Counting objects: 68627           
remote: Counting objects: 68633           
remote: Counting objects: 68637           
remote: Counting objects: 68648           
remote: Counting objects: 68651           
remote: Counting objects: 68664           
remote: Counting objects: 68669           
remote: Counting objects: 68673           
remote: Counting objects: 68677           
remote: Counting objects: 68680           
remote: Counting objects: 68681           
remote: Counting objects: 68682           
remote: Counting objects: 68685           
remote: Counting objects: 68686           
remote: Counting objects: 68687           
remote: Counting objects: 68688           
remote: Counting objects: 68692           
remote: Counting objects: 68694           
remote: Counting objects: 68702           
remote: Counting objects: 68703           
remote: Counting objects: 68707           
remote: Counting objects: 68712           
remote: Counting objects: 68715           
remote: Counting objects: 68717           
remote: Counting objects: 68723           
remote: Counting objects: 68741           
remote: Counting objects: 68756           
remote: Counting objects: 68757           
remote: Counting objects: 68764           
remote: Counting objects: 68770           
remote: Counting objects: 68776           
remote: Counting objects: 68786           
remote: Counting objects: 68793           
remote: Counting objects: 68794           
remote: Counting objects: 68808           
remote: Counting objects: 68817           
remote: Counting objects: 68839           
remote: Counting objects: 68840           
remote: Counting objects: 68843           
remote: Counting objects: 68847           
remote: Counting objects: 68848           
remote: Counting objects: 68849           
remote: Counting objects: 68851           
remote: Counting objects: 68855           
remote: Counting objects: 68856           
remote: Counting objects: 68862           
remote: Counting objects: 68863           
remote: Counting objects: 68868           
remote: Counting objects: 68874           
remote: Counting objects: 68884           
remote: Counting objects: 68892           
remote: Counting objects: 68897           
remote: Counting objects: 68900           
remote: Counting objects: 68907           
remote: Counting objects: 68910           
remote: Counting objects: 68912           
remote: Counting objects: 68913           
remote: Counting objects: 68915           
remote: Counting objects: 68916           
remote: Counting objects: 68917           
remote: Counting objects: 68918           
remote: Counting objects: 68920           
remote: Counting objects: 68925           
remote: Counting objects: 68929           
remote: Counting objects: 68933           
remote: Counting objects: 68943           
remote: Counting objects: 68948           
remote: Counting objects: 68949           
remote: Counting objects: 68950           
remote: Counting objects: 68952           
remote: Counting objects: 68954           
remote: Counting objects: 68955           
remote: Counting objects: 68960           
remote: Counting objects: 68973           
remote: Counting objects: 68980           
remote: Counting objects: 68981           
remote: Counting objects: 68984           
remote: Counting objects: 69045           
remote: Counting objects: 69289           
remote: Counting objects: 69357           
remote: Counting objects: 69974           
remote: Counting objects: 70250           
remote: Counting objects: 70382           
remote: Counting objects: 70383           
remote: Counting objects: 70448           
remote: Counting objects: 70450           
remote: Counting objects: 70766           
remote: Counting objects: 71307           
remote: Counting objects: 71551           
remote: Counting objects: 72162           
remote: Counting objects: 73201           
remote: Counting objects: 73302           
remote: Counting objects: 73443           
remote: Counting objects: 73577           
remote: Counting objects: 73582           
remote: Counting objects: 73695           
remote: Counting objects: 73845           
remote: Counting objects: 74947           
remote: Counting objects: 75243           
remote: Counting objects: 75423           
remote: Counting objects: 75730           
remote: Counting objects: 75731           
remote: Counting objects: 75766           
remote: Counting objects: 75905           
remote: Counting objects: 76380           
remote: Counting objects: 76403           
remote: Counting objects: 76417           
remote: Counting objects: 76433           
remote: Counting objects: 76463           
remote: Counting objects: 76498           
remote: Counting objects: 76957           
remote: Counting objects: 76959           
remote: Counting objects: 76960           
remote: Counting objects: 78246           
remote: Counting objects: 79323           
remote: Counting objects: 81123           
remote: Counting objects: 86047           
remote: Counting objects: 86488           
remote: Counting objects: 89102           
remote: Counting objects: 90544           
remote: Counting objects: 93680           
remote: Counting objects: 95054           
remote: Counting objects: 95375           
remote: Counting objects: 95612           
remote: Counting objects: 99646           
remote: Counting objects: 103234           
remote: Counting objects: 114783           
remote: Counting objects: 117849           
remote: Counting objects: 119554           
remote: Counting objects: 130283           
remote: Counting objects: 139588           
remote: Counting objects: 142518           
remote: Counting objects: 145997           
remote: Counting objects: 146249           
remote: Counting objects: 146290           
remote: Counting objects: 146400           
remote: Counting objects: 169279           
remote: Counting objects: 206417           
remote: Counting objects: 209162           
remote: Counting objects: 227945           
remote: Counting objects: 274350           
remote: Counting objects: 308248           
remote: Counting objects: 317309           
remote: Counting objects: 320316           
remote: Counting objects: 325015           
remote: Counting objects: 326507           
remote: Counting objects: 326521           
remote: Counting objects: 326538           
remote: Counting objects: 326799           
remote: Counting objects: 326901           
remote: Counting objects: 327450           
remote: Counting objects: 328928           
remote: Counting objects: 329523           
remote: Counting objects: 331571           
remote: Counting objects: 331587           
remote: Counting objects: 332460           
remote: Counting objects: 333597           
remote: Counting objects: 334063           
remote: Counting objects: 334265           
remote: Counting objects: 334743           
remote: Counting objects: 335178           
remote: Counting objects: 335471           
remote: Counting objects: 335518           
remote: Counting objects: 338689           
remote: Counting objects: 338745           
remote: Counting objects: 339161           
remote: Counting objects: 342797           
remote: Counting objects: 346180           
remote: Counting objects: 390751           
remote: Counting objects: 396112           
remote: Counting objects: 401132           
remote: Counting objects: 450795           
remote: Counting objects: 470916           
remote: Counting objects: 475230           
remote: Counting objects: 481145           
remote: Counting objects: 484975           
remote: Counting objects: 489569           
remote: Counting objects: 514551           
remote: Counting objects: 517305           
remote: Counting objects: 535730, done.        
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1435)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1223)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:85)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:280)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:436)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:701)
	at ......remote call to cloudstack-buildslave-centos6-3a0(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:752)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
	at sun.proxy.$Proxy140.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:881)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:914)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
	at hudson.model.Run.execute(Run.java:1759)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)
ERROR: null


Build failed in Jenkins: cloudstack-4.3-maven-build #638

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/638/changes>

Changes:

[Rohit Yadav] appliance: change CLOUDSTACK version to match 4.3.1 for building systemvmtemplate

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-383 (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision 57f28f1085b519d67c58b8c7e08c83821635a4f9 (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 57f28f1085b519d67c58b8c7e08c83821635a4f9
 > /usr/bin/git rev-list 5cd0d258126a1ce78113c09c5e1ebe832110f2ee # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #637

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/637/changes>

Changes:

[Rohit Yadav] CLOUDSTACK-7822: Fixed SSL Cert Tests and relaxed chain validation

[Rohit Yadav] CLOUDSTACK-7952: Remove private key from SslCertResponse (listSslCerts)

[Rohit Yadav] CLOUDSTACK-3383: Fetch CPU utilization more reliable.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-383 (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision 5cd0d258126a1ce78113c09c5e1ebe832110f2ee (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 5cd0d258126a1ce78113c09c5e1ebe832110f2ee
 > /usr/bin/git rev-list 09a3eefba7b4a59a2ec8d2dc328f6ec19715c3d3 # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #636

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/636/changes>

Changes:

[Daan Hoogland] Fixed CLOUDSTACK-7937 CloudStack accepts unauthenticated LDAP binds

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-383 (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision 09a3eefba7b4a59a2ec8d2dc328f6ec19715c3d3 (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 09a3eefba7b4a59a2ec8d2dc328f6ec19715c3d3
 > /usr/bin/git rev-list c3c3bab41a2734a1f0e67065b52c5233bb64d023 # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #635

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/635/changes>

Changes:

[Rohit Yadav] Bump release version to 4.3.2-SNAPSHOT and add empty db upgrade path

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-383 (cloudstack-buildslave-centos6) in workspace <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url git://git.apache.org/cloudstack.git # timeout=400
Fetching upstream changes from git://git.apache.org/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress git://git.apache.org/cloudstack.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/4.3^{commit} # timeout=400
Checking out Revision c3c3bab41a2734a1f0e67065b52c5233bb64d023 (origin/4.3)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f c3c3bab41a2734a1f0e67065b52c5233bb64d023
 > /usr/bin/git rev-list 14e048dadabba67d09f85d12019fcd39b8b47db1 # timeout=400
FATAL: Couldn’t find any executable in /opt/apache-maven-3.0.5
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: cloudstack-4.3-maven-build #634

Posted by je...@cloudstack.org.
See <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/634/>

------------------------------------------
[...truncated 940 lines...]
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CloudStack Server 4.3.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-server ---
[INFO] Deleting <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target> (includes = [**/*], excludes = [])
[INFO] Deleting <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server> (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-server ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-resource) @ cloud-server ---
[INFO] Executing tasks

main:
     [copy] Copying 3 files to <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/conf>
     [copy] Copying 1 file to <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/conf>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-server ---
[INFO] Compiling 358 source files to <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 29 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ cloud-server ---
[INFO] Compiling 75 source files to <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-server ---
[INFO] Surefire report directory: <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cloudstack.region.gslb.GlobalLoadBalancingRulesServiceImplTest
log4j:WARN No appenders could be found for logger (org.apache.cloudstack.region.gslb.GlobalLoadBalancingRulesServiceImplTest).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.587 sec
Running org.apache.cloudstack.region.RegionManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.cloudstack.service.ServiceOfferingVOTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.apache.cloudstack.affinity.AffinityApiUnitTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.536 sec
Running org.apache.cloudstack.privategw.AclOnPrivateGwTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.928 sec
Running org.apache.cloudstack.network.lb.CertServiceTest
Tests run: 15, Failures: 5, Errors: 3, Skipped: 0, Time elapsed: 1.466 sec <<< FAILURE!
Running org.apache.cloudstack.network.lb.ApplicationLoadBalancerTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 sec
Running org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.744 sec
Running com.cloud.keystore.KeystoreTest
org.apache.cloudstack.api.response.UserVmResponse/null/{"id":"3","securitygroup":[],"nic":[],"tags":[],"affinitygroup":[]}
org.apache.cloudstack.api.response.AlertResponse/null/{"id":"100","description":"Hello"}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 sec
Running com.cloud.server.ConfigurationServerImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running com.cloud.event.EventControlsUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
Running com.cloud.resourcelimit.ResourceLimitManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.cloud.api.ApiDispatcherTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running com.cloud.alert.AlertControlsUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running com.cloud.ha.KVMFencerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
Running com.cloud.capacity.CapacityManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running com.cloud.vm.snapshot.VMSnapshotManagerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 sec
Running com.cloud.vm.UserVmManagerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.782 sec
Running com.cloud.vm.DeploymentPlanningManagerImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.574 sec
Running com.cloud.network.NetworkModelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running com.cloud.network.security.SecurityGroupManagerImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.132 sec
Running com.cloud.network.security.SecurityGroupQueueTest
Num Vms= 50 Queue size = 50
Num Vms= 20000 Queue size = 20000 time=1272 ms
Num Vms= 5000 Queue size = 5000 time=1737 ms
Num Vms= 1 Queue size = 1 time=0 ms
Num Vms= 1000000 Queue size = 1000000 time=2135 ms
Num Vms= 1 Queue size = 1 time=264 ms
Total jobs dequeued = 10, num queued=1010 queue current size=1000
Total jobs dequeued = 10, num queued=1010 queue current size=1000
Total jobs dequeued = 1, num queued=1001 queue current size=1000
Total jobs dequeued = 10, num queued=1000 queue current size=990
Total jobs dequeued = 10, num queued=10 queue current size=0
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.569 sec
Running com.cloud.network.UpdatePhysicalNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.cloud.network.DedicateGuestVlanRangesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.cloud.network.CreatePrivateNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.cloud.network.firewall.FirewallManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec
Running com.cloud.network.dao.NetworkDaoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.cloud.vpc.Site2SiteVpnTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.995 sec
Running com.cloud.vpc.NetworkACLServiceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 sec
Running com.cloud.vpc.NetworkACLManagerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
Running com.cloud.configuration.ValidateIpRangeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.cloud.configuration.ConfigurationManagerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec

Results :

Failed tests:   runUploadSslCertBadChain(org.apache.cloudstack.network.lb.CertServiceTest)
  runUploadSslCertNoRootCert(org.apache.cloudstack.network.lb.CertServiceTest)
  runUploadSslCertNoChain(org.apache.cloudstack.network.lb.CertServiceTest)
  runUploadSslCertBadkeyPair(org.apache.cloudstack.network.lb.CertServiceTest)
  runUploadSslCertBadkeyAlgo(org.apache.cloudstack.network.lb.CertServiceTest)

Tests in error: 
  runUploadSslCertSelfSignedWithPassword(org.apache.cloudstack.network.lb.CertServiceTest): Certificate expired or not valid
  runUploadSslCertSelfSignedNoPassword(org.apache.cloudstack.network.lb.CertServiceTest): Certificate expired or not valid
  runUploadSslCertWithCAChain(org.apache.cloudstack.network.lb.CertServiceTest): Certificate expired or not valid

Tests run: 125, Failures: 5, Errors: 3, Skipped: 1

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack ................................. SUCCESS [2.440s]
[INFO] Apache CloudStack Maven Conventions Parent ........ SUCCESS [0.137s]
[INFO] Apache CloudStack Framework - Managed Context ..... SUCCESS [5.027s]
[INFO] Apache CloudStack Utils ........................... SUCCESS [15.334s]
[INFO] Apache CloudStack Framework ....................... SUCCESS [0.044s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [8.714s]
[INFO] Apache CloudStack Framework - Configuration ....... SUCCESS [6.737s]
[INFO] Apache CloudStack API ............................. SUCCESS [19.638s]
[INFO] Apache CloudStack Framework - REST ................ SUCCESS [4.419s]
[INFO] Apache CloudStack Framework - IPC ................. SUCCESS [9.507s]
[INFO] Apache CloudStack Cloud Engine .................... SUCCESS [0.031s]
[INFO] Apache CloudStack Cloud Engine API ................ SUCCESS [7.292s]
[INFO] Apache CloudStack Core ............................ SUCCESS [13.691s]
[INFO] Apache CloudStack Agents .......................... SUCCESS [7.820s]
[INFO] Apache CloudStack Framework - Clustering .......... SUCCESS [4.709s]
[INFO] Apache CloudStack Framework - Jobs ................ SUCCESS [5.732s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [15.637s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [2.522s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [4.208s]
[INFO] Apache CloudStack Server .......................... FAILURE [1:07.400s]
[INFO] Apache CloudStack Usage Server .................... SKIPPED
[INFO] Apache XenSource XAPI ............................. SKIPPED
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SKIPPED
[INFO] Apache CloudStack Cloud Services .................. SKIPPED
[INFO] Apache CloudStack Secondary Storage Service ....... SKIPPED
[INFO] Apache CloudStack Engine Storage Component ........ SKIPPED
[INFO] Apache CloudStack Engine Storage Volume Component . SKIPPED
[INFO] Apache CloudStack Engine Storage Image Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Data Motion Component  SKIPPED
[INFO] Apache CloudStack Engine Storage Cache Component .. SKIPPED
[INFO] Apache CloudStack Engine Storage Snapshot Component  SKIPPED
[INFO] Apache CloudStack Cloud Engine API ................ SKIPPED
[INFO] Apache CloudStack Cloud Engine Service ............ SKIPPED
[INFO] Apache CloudStack Plugin POM ...................... SKIPPED
[INFO] Apache CloudStack Plugin - API Rate Limit ......... SKIPPED
[INFO] Apache CloudStack Plugin - API Discovery .......... SKIPPED
[INFO] Apache CloudStack Plugin - ACL Static Role Based .. SKIPPED
[INFO] Apache CloudStack Plugin - Host Anti-Affinity Processor  SKIPPED
[INFO] Apache CloudStack Plugin - Explicit Dedication Processor  SKIPPED
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner  SKIPPED
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner  SKIPPED
[INFO] Apache CloudStack Plugin - Implicit Dedication Planner  SKIPPED
[INFO] Apache CloudStack Plugin - Skip Heurestics Planner  SKIPPED
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SKIPPED
[INFO] Apache CloudStack Plugin - Dedicated Resources .... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SKIPPED
[INFO] Apache CloudStack Plugin - Open vSwitch ........... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Xen ......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SKIPPED
[INFO] Apache CloudStack Plugin - RabbitMQ Event Bus ..... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Baremetal ... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor UCS ......... SKIPPED
[INFO] Apache CloudStack Plugin - Hypervisor Hyper-V ..... SKIPPED
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer  SKIPPED
[INFO] Apache CloudStack Plugin - Network Internal Load Balancer  SKIPPED
[INFO] Apache CloudStack Plugin - Network Juniper Contrail  SKIPPED
[INFO] Apache CloudStack Plugin - Palo Alto .............. SKIPPED
[INFO] Apache CloudStack Checkstyle Configuration ........ SKIPPED
[INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SKIPPED
[INFO] Apache CloudStack Plugin - BigSwitch Virtual Network Segment  SKIPPED
[INFO] Apache CloudStack Plugin - Midokura Midonet ....... SKIPPED
[INFO] Apache Cloudstack Plugin - Stratosphere SSP ....... 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 Plugin - Storage Image S3 ....... SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image Swift provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image default provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Image sample provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SKIPPED
[INFO] Apache CloudStack Plugin - Storage Volume sample provider  SKIPPED
[INFO] Apache CloudStack Plugin - SNMP Alerts ............ SKIPPED
[INFO] Apache CloudStack Plugin - Syslog Alerts .......... SKIPPED
[INFO] Apache CloudStack Plugin - Network VXLAN .......... SKIPPED
[INFO] Apache CloudStack Framework - Spring Life Cycle ... SKIPPED
[INFO] cloud-framework-spring-module ..................... SKIPPED
[INFO] Apache CloudStack Test ............................ SKIPPED
[INFO] Apache CloudStack Client UI ....................... SKIPPED
[INFO] Apache CloudStack Console Proxy - RDP Client ...... SKIPPED
[INFO] Apache CloudStack Console Proxy ................... SKIPPED
[INFO] Apache CloudStack Console Proxy - Server .......... SKIPPED
[INFO] Apache CloudStack Framework - QuickCloud .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:23.672s
[INFO] Finished at: Wed Nov 19 13:25:41 EST 2014
[INFO] Final Memory: 29M/215M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project cloud-server: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/surefire-reports> for the individual test results.
[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-server
Build step 'Invoke top-level Maven targets' marked build as failure