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/23 13:40:15 UTC

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

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

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