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/20 15:25:29 UTC

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

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

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