[JIRA] (OVIRT-2691) All builds on vm0145.workers-phx.ovirt.org
(fc28 phx nested) fail with: Error fetching remote repo 'origin'
by Nir Soffer (oVirt JIRA)
Nir Soffer created OVIRT-2691:
---------------------------------
Summary: 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#100098)
5 years, 8 months
All builds on vm0145.workers-phx.ovirt.org (fc28 phx nested) fail
with: Error fetching remote repo 'origin'
by Nir Soffer
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'
5 years, 8 months
[JIRA] (OVIRT-2690) v2v_conversion_host jenkins job bugged
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2690?page=com.atlassian.jir... ]
Barak Korren commented on OVIRT-2690:
-------------------------------------
It looks like the RPMs end up aving the job name and build number embedded in the package version string. This can happen if the build provcess is using git tags with a command like {{git describe}} to calculate its version number, without first filtering for the right kind of tags. It ends up picking up the tag jenkins sets internally for itself to travk which commit was checked out.
If {{git describe}} is used the {{--match}} option needs to be passe to it to whitelist the tags used for version calculation.
> v2v_conversion_host jenkins job bugged
> --------------------------------------
>
> Key: OVIRT-2690
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2690
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: sbonazzo
> Assignee: infra
>
> Hi,
> just noticed today we have a jenkins job:
> https://jenkins.ovirt.org/job/oVirt_v2v-conversion-host_standard-on-ghpus...
> which generates packages named like:
> v2v-conversion-host-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.src.rpm
> v2v-conversion-host-1.11.0.tar.gz
> v2v-conversion-host-ansible-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.noarch.rpm
> v2v-conversion-host-debugsource-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.x86_64.rpm
> v2v-conversion-host-provider-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.x86_64.rpm
> v2v-conversion-host-provider-debuginfo-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.x86_64.rpm
> v2v-conversion-host-wrapper-1.11.0-0.oVirt_v2v_conversion_host_standard_on.githpush_13.20190301133957.fc27.noarch.rpm
> which are breaking NVR naming conventions for RPMs and are probably the
> result of a bug within jenkins job.
> Please fix the job as soon as possible and clean up
> - https://resources.ovirt.org/repos/ovirt/tested/master
> - https://resources.ovirt.org/repos/ovirt/tested/4.2
> - https://resources.ovirt.org/pub/ovirt-4.2-snapshot
> - https://resources.ovirt.org/pub/ovirt-master-snapshot
> Thanks,
> --
> SANDRO BONAZZOLA
> MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
> Red Hat EMEA <https://www.redhat.com/>
> sbonazzo(a)redhat.com
> <https://red.ht/sig>
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
5 years, 8 months
[oVirt Jenkins] ovirt-system-tests_compat-4.2-suite-master - Build
# 500 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.2-suite-master/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.2-suite-master/500/
Build Number: 500
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #500
[Milan Zamazal] Make 002_bootstrap.get_host_devices wait longer
[Evgheni Dereveanchin] update EPEL mirror snapshot
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.get_host_devices_42
Error Message:
Could not find block_vda_1 device in host devices:
Stack Trace:
Traceback (most recent call last):
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper
prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs
File "/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py", line 1019, in get_host_devices
raise RuntimeError('Could not find block_vda_1 device in host devices: {}'.format(device_list))
RuntimeError: Could not find block_vda_1 device in host devices:
5 years, 8 months