Github user edespino commented on the issue:
https://github.com/apache/incubator-hawq/pull/1167
Here is the error:
```
GitHub pull request #1,166 to apache/incubator-hawq
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu) in workspace
/home/jenkins/jenkins-slave/workspace/HAWQ-build-pullrequest
Cloning the remote Git repository
Cloning repository git://github.com/apache/incubator-hawq.git
ERROR: Failed to clean the workspace
java.io.IOException: Unable to delete
'/home/jenkins/jenkins-slave/workspace/HAWQ-build-pullrequest'. Tried 3 times
(of a maximum of 3) waiting 0.1 sec between attempts.
at hudson.Util.deleteContentsRecursive(Util.java:228)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:455)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
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:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.nio.file.AccessDeniedException:
/home/jenkins/jenkins-slave/workspace/HAWQ-build-pullrequest/depends/thirdparty/googletest/build/CMakeFiles/CMakeError.log
at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at
sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:244)
at
sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
at java.nio.file.Files.deleteIfExists(Files.java:1116)
at hudson.Util.tryOnceDeleteFile(Util.java:287)
at hudson.Util.tryOnceDeleteRecursive(Util.java:364)
at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:383)
at hudson.Util.tryOnceDeleteRecursive(Util.java:363)
at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:383)
at hudson.Util.tryOnceDeleteRecursive(Util.java:363)
at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:383)
at hudson.Util.tryOnceDeleteRecursive(Util.java:363)
at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:383)
at hudson.Util.tryOnceDeleteRecursive(Util.java:363)
at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:383)
at hudson.Util.tryOnceDeleteRecursive(Util.java:363)
at hudson.Util.tryOnceDeleteContentsRecursive(Util.java:383)
at hudson.Util.deleteContentsRecursive(Util.java:223)
... 11 more
ERROR: Error cloning remote repo 'origin'
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---