
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2691?page=com.atlassian.jira.p... ] Anton Marchukov reassigned OVIRT-2691: -------------------------------------- Assignee: Evgheni Dereveanchin (was: Liora Milbaum)
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: Evgheni Dereveanchin
Looks like all builds on Fedora 28 fail with this error now: - https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-pat... vm0145.workers-phx.ovirt.org (fc28 phx nested) - https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-pat... vm0145.workers-phx.ovirt.org (fc28 phx nested) - https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-pat... 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)