[JIRA] (OVIRT-2688) OST manual: enable engine 4.3
by Anton Marchukov (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2688?page=com.atlassian.jir... ]
Anton Marchukov commented on OVIRT-2688:
----------------------------------------
[~grosenth(a)redhat.com] please enable this once you are confident that 4.3 manual job is working
> OST manual: enable engine 4.3
> -----------------------------
>
> Key: OVIRT-2688
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2688
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Nir Soffer
> Assignee: infra
> Attachments: Screenshot from 2019-02-27 21-52-28.png
>
>
> When starting manual OST job, we can select engine version.
> The available options are:
> - master
> - 42
> Since we have now 4.3 branch, we should be able to select 4.3 engine.
> See attached screenshot.
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100099)
5 years, 8 months
[JIRA] (OVIRT-2691) All builds on vm0145.workers-phx.ovirt.org
(fc28 phx nested) fail with: Error fetching remote repo 'origin'
by Anton Marchukov (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2691?page=com.atlassian.jir... ]
Anton Marchukov updated OVIRT-2691:
-----------------------------------
Issue Type: Task (was: By-EMAIL)
> All builds on vm0145.workers-phx.ovirt.org (fc28 phx nested) fail with: Error fetching remote repo 'origin'
> -----------------------------------------------------------------------------------------------------------
>
> Key: OVIRT-2691
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2691
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Reporter: Nir Soffer
> Assignee: Liora Milbaum
>
> Looks like all builds on Fedora 28 fail with this error now:
> -
> https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> vm0145.workers-phx.ovirt.org (fc28 phx nested)
> -
> https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> vm0145.workers-phx.ovirt.org (fc28 phx nested)
> -
> https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> vm0145.workers-phx.ovirt.org (fc28 phx nested)
> https://jenkins.ovirt.org/job/vdsm_standard-check-patch/buildTimeTrend
> For some reason we always get the same slave for the py27 build.
> ----
> No credentials specified
> Fetching changes from the remote Git repository
> Cleaning workspace
> ERROR: Error fetching remote repo 'origin'
> hudson.plugins.git.GitException: Failed to fetch from
> https://gerrit.ovirt.org/vdsm
> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:904)
> at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1144)
> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1175)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
> at
> org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: hudson.plugins.git.GitException: Command "git clean -fdx"
> returned status code 1:
> stdout:
> stderr: warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/plugin.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/compat.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/engine.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/embed.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> tests/__pycache__/pywatch_test.cpython-27-PYTEST.pyc: Permission denied
> warning: failed to remove
> tests/__pycache__/prlimit_test.cpython-27-PYTEST.pyc: Permission denied
> warning: failed to remove tests/__pycache__/ssl_test.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> tests/__pycache__/hooking_test.cpython-27-PYTEST.pyc: Permission denied
> warning: failed to remove
> tests/common/__pycache__/systemd_test.cpython-27-PYTEST.pyc: Permission
> denied
> warning: failed to remove
> tests/common/__pycache__/systemctl_test.cpython-27-PYTEST.pyc: Permission
> denied
> warning: failed to remove
> tests/common/__pycache__/commands_test.cpython-27-PYTEST.pyc: Permission
> denied
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2318)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2248)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2244)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1777)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1789)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:901)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:912)
> at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
> at sun.reflect.GeneratedMethodAccessor225.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)
> ... 4 more
> Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to
> vm0145.workers-phx.ovirt.org
> 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.$Proxy96.clean(Unknown Source)
> at
> org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:463)
> at
> hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:900)
> at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1144)
> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1175)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
> at
> org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> ... 4 more
> > git rev-parse --is-inside-work-tree # timeout=10
> > git config remote.origin.url https://gerrit.ovirt.org/vdsm # timeout=10
> > git rev-parse --verify HEAD # timeout=10
> Resetting working tree
> > git reset --hard # timeout=10
> > git clean -fdx # timeout=10
> Error fetching remote repo 'origin'
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100099)
5 years, 8 months
[JIRA] (OVIRT-2691) All builds on vm0145.workers-phx.ovirt.org
(fc28 phx nested) fail with: Error fetching remote repo 'origin'
by Anton Marchukov (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2691?page=com.atlassian.jir... ]
Anton Marchukov reassigned OVIRT-2691:
--------------------------------------
Assignee: Liora Milbaum (was: infra)
> All builds on vm0145.workers-phx.ovirt.org (fc28 phx nested) fail with: Error fetching remote repo 'origin'
> -----------------------------------------------------------------------------------------------------------
>
> Key: OVIRT-2691
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2691
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Nir Soffer
> Assignee: Liora Milbaum
>
> Looks like all builds on Fedora 28 fail with this error now:
> -
> https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> vm0145.workers-phx.ovirt.org (fc28 phx nested)
> -
> https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> vm0145.workers-phx.ovirt.org (fc28 phx nested)
> -
> https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> vm0145.workers-phx.ovirt.org (fc28 phx nested)
> https://jenkins.ovirt.org/job/vdsm_standard-check-patch/buildTimeTrend
> For some reason we always get the same slave for the py27 build.
> ----
> No credentials specified
> Fetching changes from the remote Git repository
> Cleaning workspace
> ERROR: Error fetching remote repo 'origin'
> hudson.plugins.git.GitException: Failed to fetch from
> https://gerrit.ovirt.org/vdsm
> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:904)
> at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1144)
> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1175)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
> at
> org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: hudson.plugins.git.GitException: Command "git clean -fdx"
> returned status code 1:
> stdout:
> stderr: warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/plugin.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/compat.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/engine.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/embed.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> tests/__pycache__/pywatch_test.cpython-27-PYTEST.pyc: Permission denied
> warning: failed to remove
> tests/__pycache__/prlimit_test.cpython-27-PYTEST.pyc: Permission denied
> warning: failed to remove tests/__pycache__/ssl_test.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> tests/__pycache__/hooking_test.cpython-27-PYTEST.pyc: Permission denied
> warning: failed to remove
> tests/common/__pycache__/systemd_test.cpython-27-PYTEST.pyc: Permission
> denied
> warning: failed to remove
> tests/common/__pycache__/systemctl_test.cpython-27-PYTEST.pyc: Permission
> denied
> warning: failed to remove
> tests/common/__pycache__/commands_test.cpython-27-PYTEST.pyc: Permission
> denied
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2318)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2248)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2244)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1777)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1789)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:901)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:912)
> at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
> at sun.reflect.GeneratedMethodAccessor225.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)
> ... 4 more
> Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to
> vm0145.workers-phx.ovirt.org
> 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.$Proxy96.clean(Unknown Source)
> at
> org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:463)
> at
> hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:900)
> at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1144)
> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1175)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
> at
> org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> ... 4 more
> > git rev-parse --is-inside-work-tree # timeout=10
> > git config remote.origin.url https://gerrit.ovirt.org/vdsm # timeout=10
> > git rev-parse --verify HEAD # timeout=10
> Resetting working tree
> > git reset --hard # timeout=10
> > git clean -fdx # timeout=10
> Error fetching remote repo 'origin'
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100099)
5 years, 8 months
[JIRA] (OVIRT-2691) All builds on vm0145.workers-phx.ovirt.org
(fc28 phx nested) fail with: Error fetching remote repo 'origin'
by Anton Marchukov (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2691?page=com.atlassian.jir... ]
Anton Marchukov commented on OVIRT-2691:
----------------------------------------
Disabling slaves in jenkins does not prevent finding the solution, but prevents further failures in case it is specific to single slave. Assigning to [~lmilbaum(a)redhat.com] current infra owner.
> All builds on vm0145.workers-phx.ovirt.org (fc28 phx nested) fail with: Error fetching remote repo 'origin'
> -----------------------------------------------------------------------------------------------------------
>
> Key: OVIRT-2691
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2691
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Nir Soffer
> Assignee: infra
>
> Looks like all builds on Fedora 28 fail with this error now:
> -
> https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> vm0145.workers-phx.ovirt.org (fc28 phx nested)
> -
> https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> vm0145.workers-phx.ovirt.org (fc28 phx nested)
> -
> https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> vm0145.workers-phx.ovirt.org (fc28 phx nested)
> https://jenkins.ovirt.org/job/vdsm_standard-check-patch/buildTimeTrend
> For some reason we always get the same slave for the py27 build.
> ----
> No credentials specified
> Fetching changes from the remote Git repository
> Cleaning workspace
> ERROR: Error fetching remote repo 'origin'
> hudson.plugins.git.GitException: Failed to fetch from
> https://gerrit.ovirt.org/vdsm
> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:904)
> at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1144)
> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1175)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
> at
> org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: hudson.plugins.git.GitException: Command "git clean -fdx"
> returned status code 1:
> stdout:
> stderr: warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/plugin.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/compat.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/engine.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> .tox/lib-py27/lib/python2.7/site-packages/pytest_cov/__pycache__/embed.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> tests/__pycache__/pywatch_test.cpython-27-PYTEST.pyc: Permission denied
> warning: failed to remove
> tests/__pycache__/prlimit_test.cpython-27-PYTEST.pyc: Permission denied
> warning: failed to remove tests/__pycache__/ssl_test.cpython-27-PYTEST.pyc:
> Permission denied
> warning: failed to remove
> tests/__pycache__/hooking_test.cpython-27-PYTEST.pyc: Permission denied
> warning: failed to remove
> tests/common/__pycache__/systemd_test.cpython-27-PYTEST.pyc: Permission
> denied
> warning: failed to remove
> tests/common/__pycache__/systemctl_test.cpython-27-PYTEST.pyc: Permission
> denied
> warning: failed to remove
> tests/common/__pycache__/commands_test.cpython-27-PYTEST.pyc: Permission
> denied
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2318)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2248)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2244)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1777)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1789)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:901)
> at
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:912)
> at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
> at sun.reflect.GeneratedMethodAccessor225.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)
> ... 4 more
> Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to
> vm0145.workers-phx.ovirt.org
> 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.$Proxy96.clean(Unknown Source)
> at
> org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:463)
> at
> hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:900)
> at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1144)
> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1175)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
> at
> org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
> at
> org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> ... 4 more
> > git rev-parse --is-inside-work-tree # timeout=10
> > git config remote.origin.url https://gerrit.ovirt.org/vdsm # timeout=10
> > git rev-parse --verify HEAD # timeout=10
> Resetting working tree
> > git reset --hard # timeout=10
> > git clean -fdx # timeout=10
> Error fetching remote repo 'origin'
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100099)
5 years, 8 months
[ OST Failure Report ] [ oVirt Master (v2v-conversion-host) ] [
05-03-2019 ] [ 002_bootstrap.get_host_hooks]
by Dafna Ron
Hi,
We have a failure reported on basic suite and CQ has identified the below
patch as root cause:
https://github.com/oVirt/v2v-conversion-host/commit/ad74db5a93b7cff1f5309...
logs can be found here:
https://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/13229/arti...
can you please take a look?
error:
2019-03-04 11:04:19,704-05 ERROR
[org.ovirt.engine.core.bll.GetVdsHooksByIdQuery] (default task-1)
[2830423d-12b2-41f6-b4a0-ad616bfcdfca] Query 'GetVdsHooksByIdQuery' failed:
null
2019-03-04 11:04:19,759-05 DEBUG
[org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl.Message] (SSL Stomp
Reactor) [320e116b] MESSAGE
content-length:198
destination:jms.topic.vdsm_responses
content-type:application/json
subscription:0c285ec7-2518-4489-9d30-d949db933118
{"jsonrpc": "2.0", "id": "55a3412e-25bf-4926-b49b-652a612bb4c8", "result":
[{"status": 0, "id": "0f0aef42-0538-4b6c-8fac-3aa51e3a1e30"}, {"status": 0,
"id": "f6d1e432-7b85-4383-9db7-55ca471870d2"}]}^@
2019-03-04 11:04:19,764-05 DEBUG
[org.ovirt.vdsm.jsonrpc.client.internal.ResponseWorker] (ResponseWorker) []
Message received: {"jsonrpc": "2.0", "id":
"55a3412e-25bf-4926-b49b-652a612bb4c8", "result": [{"status
": 0, "id": "0f0aef42-0538-4b6c-8fac-3aa51e3a1e30"}, {"status": 0, "id":
"f6d1e432-7b85-4383-9db7-55ca471870d2"}]}
2019-03-04 11:04:19,764-05 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
(EE-ManagedThreadFactory-engineScheduled-Thread-14) [1cebc213] FINISH,
ConnectStorageServerVDSCommand,
return: {0f0aef42-0538-4b6c-8fac-3aa51e3a1e30=0,
f6d1e432-7b85-4383-9db7-55ca471870d2=0}, log id: 7b6e4cab
2019-03-04 11:04:19,764-05 DEBUG
[org.ovirt.engine.core.common.di.interceptor.DebugLoggingInterceptor]
(EE-ManagedThreadFactory-engineScheduled-Thread-14) [1cebc213] method:
runVdsCommand, params: [ConnectStorag
eServer,
StorageServerConnectionManagementVDSParameters:{hostId='19ceb20c-0c1b-4f72-a082-4a70055244b0',
storagePoolId='7fa468f8-267e-466e-9038-89ef5bcc365f', storageType='ISCSI',
connectionList='[StorageServerCo
nnections:{id='0f0aef42-0538-4b6c-8fac-3aa51e3a1e30',
connection='192.168.200.4', iqn='iqn.2014-07.org.ovirt:storage',
vfsType='null', mountOptions='null', nfsVersion='null', nfsRetrans='null',
nfsTimeo='null',
iface='null', netIfaceName='null'},
StorageServerConnections:{id='f6d1e432-7b85-4383-9db7-55ca471870d2',
connection='192.168.201.4', iqn='iqn.2014-07.org.ovirt:storage',
vfsType='null', mountOptions='null', nfsV
ersion='null', nfsRetrans='null', nfsTimeo='null', iface='null',
netIfaceName='null'}]', sendNetworkEventOnFailure='true'}], timeElapsed:
2805ms
2019-03-04 11:04:19,771-05 INFO
[org.ovirt.engine.core.bll.storage.pool.ConnectHostToStoragePoolServersCommand]
(EE-ManagedThreadFactory-engineScheduled-Thread-14) [1cebc213] Host
'lago-basic-suite-master-host-
1' storage connection was succeeded
2019-03-04 11:04:19,704-05 ERROR
[org.ovirt.engine.core.bll.GetVdsHooksByIdQuery] (default task-1)
[2830423d-12b2-41f6-b4a0-ad616bfcdfca] Exception:
java.lang.NullPointerException
at
org.ovirt.engine.core.utils.vdshooks.VdsHooksParser.parseHooks(VdsHooksParser.java:146)
[utils.jar:]
at
org.ovirt.engine.core.bll.GetVdsHooksByIdQuery.executeQueryCommand(GetVdsHooksByIdQuery.java:36)
[bll.jar:]
at
org.ovirt.engine.core.bll.QueriesCommandBase.executeCommand(QueriesCommandBase.java:106)
[bll.jar:]
at
org.ovirt.engine.core.dal.VdcCommandBase.execute(VdcCommandBase.java:31)
[dal.jar:]
at
org.ovirt.engine.core.bll.executor.DefaultBackendQueryExecutor.execute(DefaultBackendQueryExecutor.java:14)
[bll.jar:]
at org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:520)
[bll.jar:]
at org.ovirt.engine.core.bll.Backend.runQuery(Backend.java:489)
[bll.jar:]
at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
[:1.8.0_191]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_191]
at java.lang.reflect.Method.invoke(Method.java:498)
[rt.jar:1.8.0_191]
at
org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
at
org.jboss.as.weld.ejb.DelegatingInterceptorInvocationContext.proceed(DelegatingInterceptorInvocationContext.java:92)
[wildfly-weld-ejb-15.0.1.Final.jar:15.0.1.Final]
at
org.jboss.weld.interceptor.proxy.WeldInvocationContextImpl.interceptorChainCompleted(WeldInvocationContextImpl.java:107)
[weld-core-impl-3.0.5.Final.jar:3.0.5.Final]
at
org.jboss.weld.interceptor.proxy.WeldInvocationContextImpl.proceed(WeldInvocationContextImpl.java:126)
[weld-core-impl-3.0.5.Final.jar:3.0.5.Final]
at
org.ovirt.engine.core.common.di.interceptor.LoggingInterceptor.apply(LoggingInterceptor.java:12)
[common.jar:]
at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
[:1.8.0_191]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_191]
at java.lang.reflect.Method.invoke(Method.java:498)
[rt.jar:1.8.0_191]
at
org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:73)
[weld-core-impl-3.0.5.Final.jar:3.0.5.Final]
at
org.jboss.weld.interceptor.proxy.WeldInvocationContextImpl.invokeNext(WeldInvocationContextImpl.java:92)
[weld-core-impl-3.0.5.Final.jar:3.0.5.Final]
at
org.jboss.weld.interceptor.proxy.WeldInvocationContextImpl.proceed(WeldInvocationContextImpl.java:124)
[weld-core-impl-3.0.5.Final.jar:3.0.5.Final]
at
org.jboss.weld.bean.InterceptorImpl.intercept(InterceptorImpl.java:105)
[weld-core-impl-3.0.5.Final.jar:3.0.5.Final]
at
org.jboss.as.weld.ejb.DelegatingInterceptorInvocationContext.proceed(DelegatingInterceptorInvocationContext.java:82)
[wildfly-weld-ejb-15.0.1.Final.jar:15.0.1.Final]
Thanks,
Dafna
5 years, 8 months
[JIRA] (OVIRT-2566) make network suite blocking
by Dafna Ron (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2566?page=com.atlassian.jir... ]
Dafna Ron commented on OVIRT-2566:
----------------------------------
its basic and upgrade suites that run.
the basic suite covers multiple projects and should continue running.
I think that we should not add any specific components suites for 3 reasons:
1. Basic suites tests basic tests on all components, testing your specific area would not give the coverage we would like as sometimes the code change would effect multiple components and we are likely to miss serious regressions.
2. if we start adding more and more suites to CQ we would end up testing like QE and we are not providing those sort of tests
3. if we add the network suite we will have to add storage, virt, sla atc and we do not have resources to run every suite on every change.
I think that the basic and upgrade suite provide the coverage we need for CQ and other suites are running in check-patch.
If you believe that the basic suite is not stable or lacking, please contribute to stabilizing and adding to it.
> make network suite blocking
> ---------------------------
>
> Key: OVIRT-2566
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2566
> Project: oVirt - virtualization made easy
> Issue Type: Improvement
> Components: OST
> Reporter: danken
> Assignee: infra
> Priority: High
>
> The network suite is executing nightly for almost a year. It has a caring team that tends to it, and it does not have false positives.
> Currently, it currently fails for a week on the 4.2 branch, but it is due to a production code bug.
> https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-te...
> I would like to see this suite escalated to the importance of the basic suite, making it a gating condition for marking a collection of packages as "tested".
> [~gbenhaim(a)redhat.com], what should be done to make this happen?
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100099)
5 years, 8 months