You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by Ed Espino <es...@apache.org> on 2017/08/10 23:14:06 UTC

Jenkins madlib-master-build failed

Not sure what caused the MADlib master build to fail (git clone issue?). I
have re-triggered it and it is beyond the previous failure point.

-=e

Here is the failure for future reference (
https://builds.apache.org/view/M-R/view/MADlib/job/madlib-master-build/79/console
):

Checking out Revision 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
(refs/remotes/origin/master)
Commit message: "MADLIB-1133. TLP graduation - remove references to
"incubating"."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
 > git rev-list 0dc2df94358bb2ec3fd85865a6d53ae7cbde0226 # timeout=10
Extended Email Publisher is currently disabled in project settings
FATAL: Unable to produce a script file
java.io.IOException: Permission denied
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createTempFile(File.java:2024)
at hudson.FilePath$17.invoke(FilePath.java:1373)
at hudson.FilePath$17.invoke(FilePath.java:1363)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:336)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: Failed to create a temporary directory in /tmp
at hudson.FilePath$17.invoke(FilePath.java:1375)
at hudson.FilePath$17.invoke(FilePath.java:1363)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:336)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
at ......remote call to H21(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel.call(Channel.java:830)
at hudson.FilePath.act(FilePath.java:986)
Caused: java.io.IOException: remote file operation failed:
/home/jenkins/jenkins-slave/workspace/madlib-master-build at
hudson.remoting.Channel@4b715ff3:H21
at hudson.FilePath.act(FilePath.java:993)
at hudson.FilePath.act(FilePath.java:975)
at hudson.FilePath.createTextTempFile(FilePath.java:1363)
Caused: java.io.IOException: Failed to create a temp file on
/home/jenkins/jenkins-slave/workspace/madlib-master-build
at hudson.FilePath.createTextTempFile(FilePath.java:1386)
at
hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:162)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:94)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:735)
at hudson.model.Build$BuildExecution.build(Build.java:206)
at hudson.model.Build$BuildExecution.doRun(Build.java:163)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
at hudson.model.Run.execute(Run.java:1735)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:405)
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Recording test results
Extended Email Publisher is currently disabled in project settings
Warning: this build has no associated authentication, so build permissions
may be lacking, and downstream projects which cannot even be seen by an
anonymous user will be silently skipped
Finished: FAILURE



-- 
*Ed Espino*

Re: Jenkins madlib-master-build failed

Posted by Nandish Jayaram <nj...@pivotal.io>.
Thank you for the info Ed. :)

NJ

On Fri, Aug 11, 2017 at 9:58 AM, Ed Espino <es...@apache.org> wrote:

> An observant badminton birdie whispered in the wind "I couldn't find a way
> to re-trigger Jenkins master, is it because I don't have a Jenkins
> account?"
>
> It just so happens that I assist with Apache Jenkins support for the Apache
> HAWQ (incubating) project. I requested access from the mentor (The great,
> powerful and kind Roman). It is he who granted me access to the Apache
> Jenkins service. It is through that privilege that I was able to trigger a
> MADlib master build to get the project back to a green state. I'm not sure
> how many team members on the Apache MADlib project have access to this
> service, but I suggest there are at least a few to assist with its
> maintenance.
>
> Who on the team currently has access to the Apache Jenkins service?
>
> -=e
>
> On Thu, Aug 10, 2017 at 4:15 PM, Ed Espino <es...@apache.org> wrote:
>
> > FYI: The manually triggered Jenkins master build passed:
> > https://builds.apache.org/view/M-R/view/MADlib/job/
> madlib-master-build/80/
> >
> > -=e
> >
> > On Thu, Aug 10, 2017 at 4:14 PM, Ed Espino <es...@apache.org> wrote:
> >
> >> Not sure what caused the MADlib master build to fail (git clone issue?).
> >> I have re-triggered it and it is beyond the previous failure point.
> >>
> >> -=e
> >>
> >> Here is the failure for future reference (https://builds.apache.org/vie
> >> w/M-R/view/MADlib/job/madlib-master-build/79/console):
> >>
> >> Checking out Revision 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
> >> (refs/remotes/origin/master)
> >> Commit message: "MADLIB-1133. TLP graduation - remove references to
> >> "incubating"."
> >>  > git config core.sparsecheckout # timeout=10
> >>  > git checkout -f 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
> >>  > git rev-list 0dc2df94358bb2ec3fd85865a6d53ae7cbde0226 # timeout=10
> >> Extended Email Publisher is currently disabled in project settings
> >> FATAL: Unable to produce a script file
> >> java.io.IOException: Permission denied
> >> at java.io.UnixFileSystem.createFileExclusively(Native Method)
> >> at java.io.File.createTempFile(File.java:2024)
> >> at hudson.FilePath$17.invoke(FilePath.java:1373)
> >> at hudson.FilePath$17.invoke(FilePath.java:1363)
> >> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
> >> at hudson.remoting.UserRequest.perform(UserRequest.java:153)
> >> at hudson.remoting.UserRequest.perform(UserRequest.java:50)
> >> at hudson.remoting.Request$2.run(Request.java:336)
> >> at hudson.remoting.InterceptingExecutorService$1.call(Intercept
> >> ingExecutorService.java:68)
> >> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> >> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
> >> Executor.java:1142)
> >> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
> >> lExecutor.java:617)
> >> at java.lang.Thread.run(Thread.java:748)
> >> Caused: java.io.IOException: Failed to create a temporary directory in
> >> /tmp
> >> at hudson.FilePath$17.invoke(FilePath.java:1375)
> >> at hudson.FilePath$17.invoke(FilePath.java:1363)
> >> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
> >> at hudson.remoting.UserRequest.perform(UserRequest.java:153)
> >> at hudson.remoting.UserRequest.perform(UserRequest.java:50)
> >> at hudson.remoting.Request$2.run(Request.java:336)
> >> at hudson.remoting.InterceptingExecutorService$1.call(Intercept
> >> ingExecutorService.java:68)
> >> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> >> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
> >> Executor.java:1142)
> >> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
> >> lExecutor.java:617)
> >> at java.lang.Thread.run(Thread.java:748)
> >> at ......remote call to H21(Native Method)
> >> at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
> >> at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
> >> at hudson.remoting.Channel.call(Channel.java:830)
> >> at hudson.FilePath.act(FilePath.java:986)
> >> Caused: java.io.IOException: remote file operation failed:
> >> /home/jenkins/jenkins-slave/workspace/madlib-master-build at
> >> hudson.remoting.Channel@4b715ff3:H21
> >> at hudson.FilePath.act(FilePath.java:993)
> >> at hudson.FilePath.act(FilePath.java:975)
> >> at hudson.FilePath.createTextTempFile(FilePath.java:1363)
> >> Caused: java.io.IOException: Failed to create a temp file on
> >> /home/jenkins/jenkins-slave/workspace/madlib-master-build
> >> at hudson.FilePath.createTextTempFile(FilePath.java:1386)
> >> at hudson.tasks.CommandInterpreter.createScriptFile(CommandInte
> >> rpreter.java:162)
> >> at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:94)
> >> at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
> >> at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> >> at hudson.model.AbstractBuild$AbstractBuildExecution.perform(
> >> AbstractBuild.java:735)
> >> at hudson.model.Build$BuildExecution.build(Build.java:206)
> >> at hudson.model.Build$BuildExecution.doRun(Build.java:163)
> >> at hudson.model.AbstractBuild$AbstractBuildExecution.run(Abstra
> >> ctBuild.java:490)
> >> at hudson.model.Run.execute(Run.java:1735)
> >> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> >> at hudson.model.ResourceController.execute(ResourceController.java:97)
> >> at hudson.model.Executor.run(Executor.java:405)
> >> Build step 'Execute shell' marked build as failure
> >> Skipped archiving because build is not successful
> >> Recording test results
> >> Extended Email Publisher is currently disabled in project settings
> >> Warning: this build has no associated authentication, so build
> >> permissions may be lacking, and downstream projects which cannot even be
> >> seen by an anonymous user will be silently skipped
> >> Finished: FAILURE
> >>
> >>
> >>
> >> --
> >> *Ed Espino*
> >>
> >
> >
> >
> > --
> > *Ed Espino*
> >
>
>
>
> --
> *Ed Espino*
>

Re: Jenkins madlib-master-build failed

Posted by Rahul Iyer <ra...@gmail.com>.
I've access to the service and had built the MADlib projects on Jenkins.

I believe admin access to Jenkins allows editing *any* project. Roman
wanted us to be careful with such privileges, hence access was provided to
just 1 committer. With the move to TLP, maybe we could add more with admin
access.

- iR

On Fri, Aug 11, 2017 at 9:58 AM, Ed Espino <es...@apache.org> wrote:

> An observant badminton birdie whispered in the wind "I couldn't find a way
> to re-trigger Jenkins master, is it because I don't have a Jenkins
> account?"
>
> It just so happens that I assist with Apache Jenkins support for the Apache
> HAWQ (incubating) project. I requested access from the mentor (The great,
> powerful and kind Roman). It is he who granted me access to the Apache
> Jenkins service. It is through that privilege that I was able to trigger a
> MADlib master build to get the project back to a green state. I'm not sure
> how many team members on the Apache MADlib project have access to this
> service, but I suggest there are at least a few to assist with its
> maintenance.
>
> Who on the team currently has access to the Apache Jenkins service?
>
> -=e
>
> On Thu, Aug 10, 2017 at 4:15 PM, Ed Espino <es...@apache.org> wrote:
>
> > FYI: The manually triggered Jenkins master build passed:
> > https://builds.apache.org/view/M-R/view/MADlib/job/
> madlib-master-build/80/
> >
> > -=e
> >
> > On Thu, Aug 10, 2017 at 4:14 PM, Ed Espino <es...@apache.org> wrote:
> >
> >> Not sure what caused the MADlib master build to fail (git clone issue?).
> >> I have re-triggered it and it is beyond the previous failure point.
> >>
> >> -=e
> >>
> >> Here is the failure for future reference (https://builds.apache.org/vie
> >> w/M-R/view/MADlib/job/madlib-master-build/79/console):
> >>
> >> Checking out Revision 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
> >> (refs/remotes/origin/master)
> >> Commit message: "MADLIB-1133. TLP graduation - remove references to
> >> "incubating"."
> >>  > git config core.sparsecheckout # timeout=10
> >>  > git checkout -f 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
> >>  > git rev-list 0dc2df94358bb2ec3fd85865a6d53ae7cbde0226 # timeout=10
> >> Extended Email Publisher is currently disabled in project settings
> >> FATAL: Unable to produce a script file
> >> java.io.IOException: Permission denied
> >> at java.io.UnixFileSystem.createFileExclusively(Native Method)
> >> at java.io.File.createTempFile(File.java:2024)
> >> at hudson.FilePath$17.invoke(FilePath.java:1373)
> >> at hudson.FilePath$17.invoke(FilePath.java:1363)
> >> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
> >> at hudson.remoting.UserRequest.perform(UserRequest.java:153)
> >> at hudson.remoting.UserRequest.perform(UserRequest.java:50)
> >> at hudson.remoting.Request$2.run(Request.java:336)
> >> at hudson.remoting.InterceptingExecutorService$1.call(Intercept
> >> ingExecutorService.java:68)
> >> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> >> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
> >> Executor.java:1142)
> >> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
> >> lExecutor.java:617)
> >> at java.lang.Thread.run(Thread.java:748)
> >> Caused: java.io.IOException: Failed to create a temporary directory in
> >> /tmp
> >> at hudson.FilePath$17.invoke(FilePath.java:1375)
> >> at hudson.FilePath$17.invoke(FilePath.java:1363)
> >> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
> >> at hudson.remoting.UserRequest.perform(UserRequest.java:153)
> >> at hudson.remoting.UserRequest.perform(UserRequest.java:50)
> >> at hudson.remoting.Request$2.run(Request.java:336)
> >> at hudson.remoting.InterceptingExecutorService$1.call(Intercept
> >> ingExecutorService.java:68)
> >> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> >> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
> >> Executor.java:1142)
> >> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
> >> lExecutor.java:617)
> >> at java.lang.Thread.run(Thread.java:748)
> >> at ......remote call to H21(Native Method)
> >> at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
> >> at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
> >> at hudson.remoting.Channel.call(Channel.java:830)
> >> at hudson.FilePath.act(FilePath.java:986)
> >> Caused: java.io.IOException: remote file operation failed:
> >> /home/jenkins/jenkins-slave/workspace/madlib-master-build at
> >> hudson.remoting.Channel@4b715ff3:H21
> >> at hudson.FilePath.act(FilePath.java:993)
> >> at hudson.FilePath.act(FilePath.java:975)
> >> at hudson.FilePath.createTextTempFile(FilePath.java:1363)
> >> Caused: java.io.IOException: Failed to create a temp file on
> >> /home/jenkins/jenkins-slave/workspace/madlib-master-build
> >> at hudson.FilePath.createTextTempFile(FilePath.java:1386)
> >> at hudson.tasks.CommandInterpreter.createScriptFile(CommandInte
> >> rpreter.java:162)
> >> at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:94)
> >> at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
> >> at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> >> at hudson.model.AbstractBuild$AbstractBuildExecution.perform(
> >> AbstractBuild.java:735)
> >> at hudson.model.Build$BuildExecution.build(Build.java:206)
> >> at hudson.model.Build$BuildExecution.doRun(Build.java:163)
> >> at hudson.model.AbstractBuild$AbstractBuildExecution.run(Abstra
> >> ctBuild.java:490)
> >> at hudson.model.Run.execute(Run.java:1735)
> >> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> >> at hudson.model.ResourceController.execute(ResourceController.java:97)
> >> at hudson.model.Executor.run(Executor.java:405)
> >> Build step 'Execute shell' marked build as failure
> >> Skipped archiving because build is not successful
> >> Recording test results
> >> Extended Email Publisher is currently disabled in project settings
> >> Warning: this build has no associated authentication, so build
> >> permissions may be lacking, and downstream projects which cannot even be
> >> seen by an anonymous user will be silently skipped
> >> Finished: FAILURE
> >>
> >>
> >>
> >> --
> >> *Ed Espino*
> >>
> >
> >
> >
> > --
> > *Ed Espino*
> >
>
>
>
> --
> *Ed Espino*
>

Re: Jenkins madlib-master-build failed

Posted by Ed Espino <es...@apache.org>.
An observant badminton birdie whispered in the wind "I couldn't find a way
to re-trigger Jenkins master, is it because I don't have a Jenkins account?"

It just so happens that I assist with Apache Jenkins support for the Apache
HAWQ (incubating) project. I requested access from the mentor (The great,
powerful and kind Roman). It is he who granted me access to the Apache
Jenkins service. It is through that privilege that I was able to trigger a
MADlib master build to get the project back to a green state. I'm not sure
how many team members on the Apache MADlib project have access to this
service, but I suggest there are at least a few to assist with its
maintenance.

Who on the team currently has access to the Apache Jenkins service?

-=e

On Thu, Aug 10, 2017 at 4:15 PM, Ed Espino <es...@apache.org> wrote:

> FYI: The manually triggered Jenkins master build passed:
> https://builds.apache.org/view/M-R/view/MADlib/job/madlib-master-build/80/
>
> -=e
>
> On Thu, Aug 10, 2017 at 4:14 PM, Ed Espino <es...@apache.org> wrote:
>
>> Not sure what caused the MADlib master build to fail (git clone issue?).
>> I have re-triggered it and it is beyond the previous failure point.
>>
>> -=e
>>
>> Here is the failure for future reference (https://builds.apache.org/vie
>> w/M-R/view/MADlib/job/madlib-master-build/79/console):
>>
>> Checking out Revision 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
>> (refs/remotes/origin/master)
>> Commit message: "MADLIB-1133. TLP graduation - remove references to
>> "incubating"."
>>  > git config core.sparsecheckout # timeout=10
>>  > git checkout -f 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
>>  > git rev-list 0dc2df94358bb2ec3fd85865a6d53ae7cbde0226 # timeout=10
>> Extended Email Publisher is currently disabled in project settings
>> FATAL: Unable to produce a script file
>> java.io.IOException: Permission denied
>> at java.io.UnixFileSystem.createFileExclusively(Native Method)
>> at java.io.File.createTempFile(File.java:2024)
>> at hudson.FilePath$17.invoke(FilePath.java:1373)
>> at hudson.FilePath$17.invoke(FilePath.java:1363)
>> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
>> at hudson.remoting.UserRequest.perform(UserRequest.java:153)
>> at hudson.remoting.UserRequest.perform(UserRequest.java:50)
>> at hudson.remoting.Request$2.run(Request.java:336)
>> at hudson.remoting.InterceptingExecutorService$1.call(Intercept
>> ingExecutorService.java:68)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
>> Executor.java:1142)
>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
>> lExecutor.java:617)
>> at java.lang.Thread.run(Thread.java:748)
>> Caused: java.io.IOException: Failed to create a temporary directory in
>> /tmp
>> at hudson.FilePath$17.invoke(FilePath.java:1375)
>> at hudson.FilePath$17.invoke(FilePath.java:1363)
>> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
>> at hudson.remoting.UserRequest.perform(UserRequest.java:153)
>> at hudson.remoting.UserRequest.perform(UserRequest.java:50)
>> at hudson.remoting.Request$2.run(Request.java:336)
>> at hudson.remoting.InterceptingExecutorService$1.call(Intercept
>> ingExecutorService.java:68)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
>> Executor.java:1142)
>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
>> lExecutor.java:617)
>> at java.lang.Thread.run(Thread.java:748)
>> at ......remote call to H21(Native Method)
>> at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
>> at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
>> at hudson.remoting.Channel.call(Channel.java:830)
>> at hudson.FilePath.act(FilePath.java:986)
>> Caused: java.io.IOException: remote file operation failed:
>> /home/jenkins/jenkins-slave/workspace/madlib-master-build at
>> hudson.remoting.Channel@4b715ff3:H21
>> at hudson.FilePath.act(FilePath.java:993)
>> at hudson.FilePath.act(FilePath.java:975)
>> at hudson.FilePath.createTextTempFile(FilePath.java:1363)
>> Caused: java.io.IOException: Failed to create a temp file on
>> /home/jenkins/jenkins-slave/workspace/madlib-master-build
>> at hudson.FilePath.createTextTempFile(FilePath.java:1386)
>> at hudson.tasks.CommandInterpreter.createScriptFile(CommandInte
>> rpreter.java:162)
>> at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:94)
>> at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
>> at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
>> at hudson.model.AbstractBuild$AbstractBuildExecution.perform(
>> AbstractBuild.java:735)
>> at hudson.model.Build$BuildExecution.build(Build.java:206)
>> at hudson.model.Build$BuildExecution.doRun(Build.java:163)
>> at hudson.model.AbstractBuild$AbstractBuildExecution.run(Abstra
>> ctBuild.java:490)
>> at hudson.model.Run.execute(Run.java:1735)
>> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>> at hudson.model.ResourceController.execute(ResourceController.java:97)
>> at hudson.model.Executor.run(Executor.java:405)
>> Build step 'Execute shell' marked build as failure
>> Skipped archiving because build is not successful
>> Recording test results
>> Extended Email Publisher is currently disabled in project settings
>> Warning: this build has no associated authentication, so build
>> permissions may be lacking, and downstream projects which cannot even be
>> seen by an anonymous user will be silently skipped
>> Finished: FAILURE
>>
>>
>>
>> --
>> *Ed Espino*
>>
>
>
>
> --
> *Ed Espino*
>



-- 
*Ed Espino*

Re: Jenkins madlib-master-build failed

Posted by Ed Espino <es...@apache.org>.
FYI: The manually triggered Jenkins master build passed:
https://builds.apache.org/view/M-R/view/MADlib/job/madlib-master-build/80/

-=e

On Thu, Aug 10, 2017 at 4:14 PM, Ed Espino <es...@apache.org> wrote:

> Not sure what caused the MADlib master build to fail (git clone issue?). I
> have re-triggered it and it is beyond the previous failure point.
>
> -=e
>
> Here is the failure for future reference (https://builds.apache.org/
> view/M-R/view/MADlib/job/madlib-master-build/79/console):
>
> Checking out Revision 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
> (refs/remotes/origin/master)
> Commit message: "MADLIB-1133. TLP graduation - remove references to
> "incubating"."
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
>  > git rev-list 0dc2df94358bb2ec3fd85865a6d53ae7cbde0226 # timeout=10
> Extended Email Publisher is currently disabled in project settings
> FATAL: Unable to produce a script file
> java.io.IOException: Permission denied
> at java.io.UnixFileSystem.createFileExclusively(Native Method)
> at java.io.File.createTempFile(File.java:2024)
> at hudson.FilePath$17.invoke(FilePath.java:1373)
> at hudson.FilePath$17.invoke(FilePath.java:1363)
> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
> at hudson.remoting.UserRequest.perform(UserRequest.java:153)
> at hudson.remoting.UserRequest.perform(UserRequest.java:50)
> at hudson.remoting.Request$2.run(Request.java:336)
> at hudson.remoting.InterceptingExecutorService$1.call(
> InterceptingExecutorService.java:68)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:748)
> Caused: java.io.IOException: Failed to create a temporary directory in /tmp
> at hudson.FilePath$17.invoke(FilePath.java:1375)
> at hudson.FilePath$17.invoke(FilePath.java:1363)
> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
> at hudson.remoting.UserRequest.perform(UserRequest.java:153)
> at hudson.remoting.UserRequest.perform(UserRequest.java:50)
> at hudson.remoting.Request$2.run(Request.java:336)
> at hudson.remoting.InterceptingExecutorService$1.call(
> InterceptingExecutorService.java:68)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:748)
> at ......remote call to H21(Native Method)
> at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
> at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
> at hudson.remoting.Channel.call(Channel.java:830)
> at hudson.FilePath.act(FilePath.java:986)
> Caused: java.io.IOException: remote file operation failed:
> /home/jenkins/jenkins-slave/workspace/madlib-master-build at
> hudson.remoting.Channel@4b715ff3:H21
> at hudson.FilePath.act(FilePath.java:993)
> at hudson.FilePath.act(FilePath.java:975)
> at hudson.FilePath.createTextTempFile(FilePath.java:1363)
> Caused: java.io.IOException: Failed to create a temp file on
> /home/jenkins/jenkins-slave/workspace/madlib-master-build
> at hudson.FilePath.createTextTempFile(FilePath.java:1386)
> at hudson.tasks.CommandInterpreter.createScriptFile(
> CommandInterpreter.java:162)
> at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:94)
> at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
> at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> at hudson.model.AbstractBuild$AbstractBuildExecution.
> perform(AbstractBuild.java:735)
> at hudson.model.Build$BuildExecution.build(Build.java:206)
> at hudson.model.Build$BuildExecution.doRun(Build.java:163)
> at hudson.model.AbstractBuild$AbstractBuildExecution.run(
> AbstractBuild.java:490)
> at hudson.model.Run.execute(Run.java:1735)
> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> at hudson.model.ResourceController.execute(ResourceController.java:97)
> at hudson.model.Executor.run(Executor.java:405)
> Build step 'Execute shell' marked build as failure
> Skipped archiving because build is not successful
> Recording test results
> Extended Email Publisher is currently disabled in project settings
> Warning: this build has no associated authentication, so build permissions
> may be lacking, and downstream projects which cannot even be seen by an
> anonymous user will be silently skipped
> Finished: FAILURE
>
>
>
> --
> *Ed Espino*
>



-- 
*Ed Espino*