[JIRA] (OVIRT-1135) Re: Double welcome message
by eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-1135:
------------------------------------------------
Summary: Re: Double welcome message
Key: OVIRT-1135
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1135
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: eyal edri [Administrator]
Assignee: infra
Thanks,
I've removed the duplicate message, and opening a ticket on this to
consider more meaningful links or layout on the main page.
On Sat, Feb 11, 2017 at 6:42 PM, Nir Soffer <nsoffer(a)redhat.com> wrote:
> Hi all,
>
> If you click the "All" tab, you get double welcome message with
> similar content.
> Welcome to oVirt Jenkins continuous integration serverFor more
> information about the oVirt project visit http://www.ovirt.org
> Welcome to oVirt Jenkins continuous integration serverFor more info about
> the oVirt project, visit oVirt.org <http://ovirt.org/>
> See http://jenkins.ovirt.org/view/All/
>
> I think we can remove the welcome message entirely, it makes sense only
> when
> you visit http://jenkins.ovirt.org/, and only for unlogged users.
>
> Logged users do not need the welcome message, it takes valuable space on
> the screen that
> can be used for useful data.
>
> Nir
>
> _______________________________________________
> Infra mailing list
> Infra(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>
--
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R&D
Red Hat Israel
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
--
This message was sent by Atlassian JIRA
(v1000.747.1#100028)
7 years, 9 months
Double welcome message
by Nir Soffer
Hi all,
If you click the "All" tab, you get double welcome message with
similar content.
Welcome to oVirt Jenkins continuous integration serverFor more information
about the oVirt project visit http://www.ovirt.org
Welcome to oVirt Jenkins continuous integration serverFor more info about
the oVirt project, visit oVirt.org <http://ovirt.org/>
See http://jenkins.ovirt.org/view/All/
I think we can remove the welcome message entirely, it makes sense only when
you visit http://jenkins.ovirt.org/, and only for unlogged users.
Logged users do not need the welcome message, it takes valuable space on
the screen that
can be used for useful data.
Nir
7 years, 9 months
[JIRA] (OVIRT-1132) Jenkins jobs failing due to java exception ( caused by new plugins versions for pipeline? )
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1132?page=com.atlassian.jir... ]
eyal edri [Administrator] commented on OVIRT-1132:
--------------------------------------------------
Specifically:
'git':
version: '2.5.3'
'git-client':
version: '2.2.1'
> 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-pat...
> 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(a)redhat.com
--
This message was sent by Atlassian JIRA
(v1000.747.1#100028)
7 years, 9 months
[JIRA] (OVIRT-1132) Jenkins jobs failing due to java exception ( caused by new plugins versions for pipeline? )
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1132?page=com.atlassian.jir... ]
eyal edri [Administrator] commented on OVIRT-1132:
--------------------------------------------------
[~bkorren(a)redhat.com] [~ederevea] maybe due to https://ovirt-jira.atlassian.net/browse/OVIRT-1108 ?
> 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-pat...
> 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(a)redhat.com
--
This message was sent by Atlassian JIRA
(v1000.747.1#100028)
7 years, 9 months
[JIRA] (OVIRT-1132) Jenkins jobs failing due to java exception ( caused by new plugins versions for pipeline? )
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1132?page=com.atlassian.jir... ]
eyal edri [Administrator] updated OVIRT-1132:
---------------------------------------------
Priority: Highest (was: Medium)
> 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-pat...
> 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(a)redhat.com
--
This message was sent by Atlassian JIRA
(v1000.747.1#100028)
7 years, 9 months
[JIRA] (OVIRT-1132) Jenkins jobs failing due to java exception ( caused by new plugins versions for pipeline? )
by eyal edri [Administrator] (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1132?page=com.atlassian.jir... ]
eyal edri [Administrator] updated OVIRT-1132:
---------------------------------------------
Summary: Jenkins jobs failing due to java exception ( caused by new plugins versions for pipeline? ) (was: CI network outage (?))
> 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
>
> http://jenkins.ovirt.org/job/ovirt-engine-nodejs-modules_master_check-pat...
> 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(a)redhat.com
--
This message was sent by Atlassian JIRA
(v1000.747.1#100028)
7 years, 9 months
[JIRA] (OVIRT-1132) CI network outage (?)
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1132?page=com.atlassian.jir... ]
Barak Korren edited comment on OVIRT-1132 at 2/12/17 10:12 AM:
---------------------------------------------------------------
[~ederevea] do you know about such an outage?
This has be reported multiple times
was (Author: bkorren(a)redhat.com):
[~ederevea] do you know about such an outage
This has be reported multiple times
> CI network outage (?)
> ---------------------
>
> 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
>
> http://jenkins.ovirt.org/job/ovirt-engine-nodejs-modules_master_check-pat...
> 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(a)redhat.com
--
This message was sent by Atlassian JIRA
(v1000.747.1#100028)
7 years, 9 months
[JIRA] (OVIRT-1132) CI network outage (?)
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1132?page=com.atlassian.jir... ]
Barak Korren commented on OVIRT-1132:
-------------------------------------
[~ederevea] do you know about such an outage
This has be reported multiple times
> CI network outage (?)
> ---------------------
>
> 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
>
> http://jenkins.ovirt.org/job/ovirt-engine-nodejs-modules_master_check-pat...
> 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(a)redhat.com
--
This message was sent by Atlassian JIRA
(v1000.747.1#100028)
7 years, 9 months