[Gluster-infra] [Bug 1535954] New: Gluster Build System for glusto-tests fails

bugzilla at redhat.com bugzilla at redhat.com
Thu Jan 18 10:19:56 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1535954

            Bug ID: 1535954
           Summary: Gluster Build System for glusto-tests fails
           Product: GlusterFS
           Version: mainline
         Component: project-infrastructure
          Severity: urgent
          Assignee: bugs at gluster.org
          Reporter: spandura at redhat.com
                CC: bugs at gluster.org, gluster-infra at gluster.org



Description of problem:
========================
Gluster Build System created for glusto-tests patch reviews fails with the
following message:

09:32:32  > git init /home/jenkins/root/workspace/glusto-tests-lint #
timeout=10
09:32:32 Fetching upstream changes from
git://review.gluster.org/glusto-tests.git
09:32:32  > git --version # timeout=10
09:32:32  > git fetch --tags --progress
git://review.gluster.org/glusto-tests.git +refs/heads/*:refs/remotes/origin/*
09:32:32  > git config remote.origin.url
git://review.gluster.org/glusto-tests.git # timeout=10
09:32:32  > git config --add remote.origin.fetch
+refs/heads/*:refs/remotes/origin/* # timeout=10
09:32:32  > git config remote.origin.url
git://review.gluster.org/glusto-tests.git # timeout=10
09:32:32 Fetching upstream changes from
git://review.gluster.org/glusto-tests.git
09:32:32  > git fetch --tags --progress
git://review.gluster.org/glusto-tests.git refs/changes/44/19044/17
09:32:32  > git rev-parse d54ca18e4a254faa063bb66c5ae36afaa060f8b6^{commit} #
timeout=10
09:32:32 JENKINS-19022: warning: possible memory leak due to Git plugin usage;
see:
https://wiki.jenkins-ci.org/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData
09:32:32 Checking out Revision d54ca18e4a254faa063bb66c5ae36afaa060f8b6
(refs/changes/44/19044/17)
09:32:32  > git config core.sparsecheckout # timeout=10
09:32:32  > git checkout -f d54ca18e4a254faa063bb66c5ae36afaa060f8b6
09:32:32 Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to
builder7.int.rht.gluster.org
09:32:32         at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
09:32:32         at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
09:32:32         at hudson.remoting.Channel.call(Channel.java:908)
09:32:32         at
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:281)
09:32:32         at com.sun.proxy.$Proxy64.withRepository(Unknown Source)
09:32:32         at
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
09:32:32         at
hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1245)
09:32:32         at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1218)
09:32:32         at hudson.scm.SCM.checkout(SCM.java:495)
09:32:32         at
hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
09:32:32         at
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
09:32:32         at
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
09:32:32         at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
09:32:32         at hudson.model.Run.execute(Run.java:1724)
09:32:32         at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
09:32:32         at
hudson.model.ResourceController.execute(ResourceController.java:97)
09:32:32         at hudson.model.Executor.run(Executor.java:421)
09:32:32 java.lang.NoClassDefFoundError: Could not initialize class
jenkins.model.Jenkins$MasterComputer
09:32:32     at
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
09:32:32     at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)
09:32:32     at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
09:32:32     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:32:32     at java.lang.reflect.Method.invoke(Method.java:498)
09:32:32     at
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:922)
09:32:32     at
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:896)
09:32:32     at
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:853)
09:32:32     at hudson.remoting.UserRequest.perform(UserRequest.java:207)
09:32:32     at hudson.remoting.UserRequest.perform(UserRequest.java:53)
09:32:32     at hudson.remoting.Request$2.run(Request.java:358)
09:32:32     at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
09:32:32     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09:32:32     at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
09:32:32     at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
09:32:32     at java.lang.Thread.run(Thread.java:748)
09:32:32 Caused: java.io.IOException: Remote call on
builder7.int.rht.gluster.org failed
09:32:32     at hudson.remoting.Channel.call(Channel.java:916)
09:32:32     at
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:281)
09:32:32     at com.sun.proxy.$Proxy64.withRepository(Unknown Source)
09:32:32     at
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
09:32:32     at
hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1245)
09:32:32     at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1218)
09:32:32     at hudson.scm.SCM.checkout(SCM.java:495)
09:32:32     at
hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
09:32:32     at
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
09:32:32     at
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
09:32:32     at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
09:32:32     at hudson.model.Run.execute(Run.java:1724)
09:32:32     at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
09:32:32     at
hudson.model.ResourceController.execute(ResourceController.java:97)
09:32:32     at hudson.model.Executor.run(Executor.java:421)
09:32:32 Retrying after 10 seconds
09:32:42 Wiping out workspace first.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GOz31RD613&a=cc_unsubscribe


More information about the Gluster-infra mailing list