Colm,

Thanks for your update! Your change helped, but we still have build issue.
We need to figure out next step to fix the build issue with
"java.lang.NoClassDefFoundError:
hudson.model.Computer".

1) Before your change, the exception callstack is at
https://builds.apache.org/job/Sentry-jdk-1.8/126/console

Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H17 <https://builds.apache.org/computer/H17>
(Hadoop xenial) in workspace
/home/jenkins/jenkins-slave/workspace/Sentry-jdk-1.8
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url
https://git-wip-us.apache.org/repos/asf/sentry.git # timeout=10
Fetching upstream changes from
https://git-wip-us.apache.org/repos/asf/sentry.git
 > git --version # timeout=10
 > git fetch --tags --progress
https://git-wip-us.apache.org/repos/asf/sentry.git
+refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from
https://git-wip-us.apache.org/repos/asf/sentry.git
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
        at hudson.scm.SCM.checkout(SCM.java:504)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
        at hudson.model.Run.execute(Run.java:1794)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags
--progress https://git-wip-us.apache.org/repos/asf/sentry.git
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:



2) After your change at build 129, the callstack is at
https://builds.apache.org/job/Sentry-jdk-1.8/130/console.

Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/sentry.git
 > git init /home/jenkins/jenkins-slave/workspace/Sentry-jdk-1.8 # timeout=10
Fetching upstream changes from
https://git-wip-us.apache.org/repos/asf/sentry.git
 > git --version # timeout=10
 > git fetch --tags --progress
https://git-wip-us.apache.org/repos/asf/sentry.git
+refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url
https://git-wip-us.apache.org/repos/asf/sentry.git # timeout=10
 > git config --add remote.origin.fetch
+refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url
https://git-wip-us.apache.org/repos/asf/sentry.git # timeout=10
Fetching upstream changes from
https://git-wip-us.apache.org/repos/asf/sentry.git
 > git fetch --tags --progress
https://git-wip-us.apache.org/repos/asf/sentry.git
+refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 3dab053e18b4197e97f4a654e2707cb1eb673047
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3dab053e18b4197e97f4a654e2707cb1eb673047
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H17
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
                at com.sun.proxy.$Proxy117.withRepository(Unknown Source)
                at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
                at 
hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)
                at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)
                at hudson.scm.SCM.checkout(SCM.java:504)
                at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
                at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
                at hudson.model.Run.execute(Run.java:1794)
                at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
java.lang.NoClassDefFoundError: hudson.model.Computer
        at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)
        at sun.reflect.GeneratedMethodAccessor149.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        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: Remote call on H17 failed
        at hudson.remoting.Channel.call(Channel.java:961)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
        at com.sun.proxy.$Proxy117.withRepository(Unknown Source)
        at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
        at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)
        at hudson.scm.SCM.checkout(SCM.java:504)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
        at hudson.model.Run.execute(Run.java:1794)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)


Thanks,

Lina

On Thu, Jul 26, 2018 at 4:05 AM, Colm O hEigeartaigh <cohei...@apache.org>
wrote:

> Hi Lina,
>
> I made the change for both the JDK8 build and the staging build, so let's
> see if that makes a difference.
>
> Colm.
>
> On Thu, Jul 26, 2018 at 7:11 AM, Na Li <lina...@cloudera.com.invalid>
> wrote:
>
> > Kalyan,
> >
> > to solve the sentry upstream build issue, do you have access to "Please
> > enable 'Delete workspace before build starts' in your build
> configuration."
> > as mentioned in INFRA-16822?
> >
> > Thanks,
> >
> > Lina
> >
> > On Wed, Jul 25, 2018 at 11:48 PM, Na Li <lina...@cloudera.com> wrote:
> >
> > > Kalyan,
> > >
> > > The build still fails. I found this link https://stackoverflow.
> > > com/questions/21277806/fatal-early-eof-fatal-index-pack-failed. It is
> > > possible that  git ran out of memory. I have filed
> https://issues.apache
> > .
> > > org/jira/browse/INFRA-16822
> > >
> > > Do you know if there are other things we can do to bring the build back
> > to
> > > green? like change git command on how to get remote repo?
> > >
> > > Thanks,
> > >
> > > Lina
> > >
> > >
> > >
> > > On Wed, Jul 25, 2018 at 11:26 PM, Apache Jenkins Server <
> > > jenk...@builds.apache.org> wrote:
> > >
> > >> The Apache Jenkins build system has built Sentry-jdk-1.8 (build #110)
> > >>
> > >> Status: Still Failing
> > >>
> > >> Check console output at https://builds.apache.org/job/
> > Sentry-jdk-1.8/110/
> > >> to view the results.
> > >
> > >
> > >
> >
>
>
>
> --
> Colm O hEigeartaigh
>
> Talend Community Coder
> http://coders.talend.com
>

Reply via email to