[JIRA] (OVIRT-1132) Jenkins jobs failing due to java exception ( caused by new plugins versions for pipeline? )

Barak Korren (oVirt JIRA) jira at ovirt-jira.atlassian.net
Sun Feb 12 08:50:36 UTC 2017


    [ https://ovirt-jira.atlassian.net/browse/OVIRT-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=27017#comment-27017 ] 

Barak Korren commented on OVIRT-1132:
-------------------------------------

So which plugin need to be upgraded? GIt or Gerrit-trigger?

nothing runs, we need to update right now.

> Jenkins jobs failing due to java exception ( caused by new plugins versions for pipeline? ) 
> --------------------------------------------------------------------------------------------
>
>                 Key: OVIRT-1132
>                 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1132
>             Project: oVirt - virtualization made easy
>          Issue Type: By-EMAIL
>            Reporter: Greg Sheremeta
>            Assignee: infra
>            Priority: Highest
>
> http://jenkins.ovirt.org/job/ovirt-engine-nodejs-modules_master_check-patch-fc24-x86_64/19/console
> 17:42:45 Checking out Revision bcd71a510c749735ee568d3a8fd7c7ddbd3af062
> (master)
> 17:42:45  > git config core.sparsecheckout # timeout=10
> 17:42:45  > git checkout -f bcd71a510c749735ee568d3a8fd7c7ddbd3af062
> 17:42:45  > git rev-parse FETCH_HEAD^{commit} # timeout=10
> 17:42:45 java.io.IOException: Remote call on vm0172.workers-phx.ovirt.org
> failed
> 17:42:45 at hudson.remoting.Channel.call(Channel.java:830)
> 17:42:45 at
> hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:256)
> 17:42:45 at com.sun.proxy.$Proxy70.withRepository(Unknown Source)
> 17:42:45 at
> org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:234)
> 17:42:45 at
> com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTriggerBuildChooser.getFirstParent(GerritTriggerBuildChooser.java:166)
> 17:42:45 at
> com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTriggerBuildChooser.prevBuildForChangelog(GerritTriggerBuildChooser.java:132)
> 17:42:45 at hudson.plugins.git.GitSCM.computeChangeLog(GitSCM.java:1202)
> 17:42:45 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1135)
> 17:42:45 at
> org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:129)
> 17:42:45 at hudson.scm.SCM.checkout(SCM.java:495)
> 17:42:45 at hudson.model.AbstractProject.checkout(AbstractProject.java:1278)
> 17:42:45 at
> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
> 17:42:45 at
> jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
> 17:42:45 at
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
> 17:42:45 at hudson.model.Run.execute(Run.java:1728)
> 17:42:45 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> 17:42:45 at
> hudson.model.ResourceController.execute(ResourceController.java:98)
> 17:42:45 at hudson.model.Executor.run(Executor.java:404)
> 17:42:45 Caused by: java.lang.NoSuchMethodError:
> org.eclipse.jgit.revwalk.RevWalk.release()V
> 17:42:45 at
> com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTriggerBuildChooser$1.invoke(GerritTriggerBuildChooser.java:185)
> 17:42:45 at
> com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTriggerBuildChooser$1.invoke(GerritTriggerBuildChooser.java:166)
> 17:42:45 at
> org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
> 17:42:45 at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:64)
> 17:42:45 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 17:42:45 at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 17:42:45 at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 17:42:45 at java.lang.reflect.Method.invoke(Method.java:498)
> 17:42:45 at
> hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:894)
> 17:42:45 at
> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:869)
> 17:42:45 at
> hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:828)
> 17:42:45 at hudson.remoting.UserRequest.perform(UserRequest.java:153)
> 17:42:45 at hudson.remoting.UserRequest.perform(UserRequest.java:50)
> 17:42:45 at hudson.remoting.Request$2.run(Request.java:336)
> 17:42:45 at
> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
> 17:42:45 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 17:42:45 at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 17:42:45 at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 17:42:45 at java.lang.Thread.run(Thread.java:745)
> 17:42:45 at ......remote call to vm0172.workers-phx.ovirt.org(Native Method)
> 17:42:45 at
> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
> 17:42:45 at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
> 17:42:45 at hudson.remoting.Channel.call(Channel.java:822)
> 17:42:45 ... 17 more
> 17:42:45 Performing Post build task...
> 17:42:45 Match found for :.* : True
> 17:42:45 Logical operation result is TRUE
> 17:42:45 Running script  : #!/bin/bash -ex
> 17:42:45 echo "shell-scripts/collect_artifacts.sh"
> 17:42:45 cat <<EOC
> 17:42:45
> _______________________________________________________________________
> 17:42:45
> #######################################################################
> 17:42:45 #
>     #
> 17:42:45 #                         ARTIFACT COLLECTION
>     #
> -- 
> Greg Sheremeta, MBA
> Red Hat, Inc.
> Sr. Software Engineer
> gshereme at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.747.1#100028)


More information about the Infra mailing list