Bug 1535954 - Gluster Build System for glusto-tests fails
Summary: Gluster Build System for glusto-tests fails
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: project-infrastructure
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-18 10:19 UTC by spandura
Modified: 2018-01-22 09:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-22 09:43:27 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description spandura 2018-01-18 10:19:56 UTC
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.

Comment 1 Nigel Babu 2018-01-22 09:43:27 UTC
This is now fixed.


Note You need to log in before you can comment on or make changes to this bug.