On Sun, Aug 23, 2020 at 1:24 AM Nir Soffer <[email protected]> wrote: > > Since Friday, engine build-artifacts job is broken. Here are latest > failing builds: > https://jenkins.ovirt.org/job/ovirt-engine_standard-check-patch/7425/ > https://jenkins.ovirt.org/job/ovirt-engine_standard-check-patch/7426/ > https://jenkins.ovirt.org/job/ovirt-engine_standard-check-patch/7427/
Still fails with same error https://jenkins.ovirt.org/job/ovirt-engine_standard-check-patch/7431/ > > Error from last failing build: > > [2020-08-22T18:16:16.995Z] No credentials specified > > [2020-08-22T18:16:17.019Z] Fetching changes from the remote Git repository > > [2020-08-22T18:16:17.035Z] Cleaning workspace > > [2020-08-22T18:16:17.006Z] > git rev-parse --is-inside-work-tree # timeout=10 > > [2020-08-22T18:16:17.028Z] > git config remote.origin.url > https://gerrit.ovirt.org/ovirt-engine # timeout=10 > > [2020-08-22T18:16:17.046Z] > git rev-parse --verify HEAD # timeout=10 > > [2020-08-22T18:16:17.136Z] Resetting working tree > > [2020-08-22T18:16:17.136Z] > git reset --hard # timeout=10 > > [2020-08-22T18:16:17.797Z] > git clean -fdx # timeout=10 > > [2020-08-22T18:16:18.179Z] ERROR: Error fetching remote repo 'origin' > > [2020-08-22T18:16:18.179Z] hudson.plugins.git.GitException: Failed to > fetch from https://gerrit.ovirt.org/ovirt-engine > > [2020-08-22T18:16:18.179Z] at > hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909) > > [2020-08-22T18:16:18.179Z] at > hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) > > [2020-08-22T18:16:18.179Z] at > hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) > > [2020-08-22T18:16:18.179Z] at > org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) > > [2020-08-22T18:16:18.179Z] at > org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) > > [2020-08-22T18:16:18.179Z] at > org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) > > [2020-08-22T18:16:18.179Z] at > org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) > > [2020-08-22T18:16:18.179Z] at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > > [2020-08-22T18:16:18.179Z] at > java.util.concurrent.FutureTask.run(FutureTask.java:266) > > [2020-08-22T18:16:18.180Z] at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > > [2020-08-22T18:16:18.180Z] at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > > [2020-08-22T18:16:18.180Z] at java.lang.Thread.run(Thread.java:748) > > [2020-08-22T18:16:18.180Z] Caused by: hudson.plugins.git.GitException: > Command "git clean -fdx" returned status code 1: > > [2020-08-22T18:16:18.180Z] stdout: > > [2020-08-22T18:16:18.180Z] stderr: warning: failed to remove > rpmbuild/BUILD/ovirt-engine-4.4.2.3/frontend/webadmin/modules/webadmin/target/tmp/gwtc15338967752245717048.tmp/org.ovirt.engine.ui.webadmin.WebAdmin/compiler/permutation-0.js > > [2020-08-22T18:16:18.180Z] > > [2020-08-22T18:16:18.180Z] at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430) > > [2020-08-22T18:16:18.180Z] at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2360) > > [2020-08-22T18:16:18.180Z] at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2356) > > [2020-08-22T18:16:18.180Z] at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1916) > > [2020-08-22T18:16:18.180Z] at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1928) > > [2020-08-22T18:16:18.180Z] at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:1010) > > [2020-08-22T18:16:18.180Z] at > sun.reflect.GeneratedMethodAccessor1271.invoke(Unknown Source) > > [2020-08-22T18:16:18.180Z] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > [2020-08-22T18:16:18.180Z] at java.lang.reflect.Method.invoke(Method.java:498) > > [2020-08-22T18:16:18.180Z] at > hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931) > > [2020-08-22T18:16:18.180Z] at > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905) > > [2020-08-22T18:16:18.180Z] at > hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857) > > [2020-08-22T18:16:18.180Z] at > hudson.remoting.UserRequest.perform(UserRequest.java:211) > > [2020-08-22T18:16:18.180Z] at > hudson.remoting.UserRequest.perform(UserRequest.java:54) > > [2020-08-22T18:16:18.180Z] at hudson.remoting.Request$2.run(Request.java:369) > > [2020-08-22T18:16:18.180Z] at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > > [2020-08-22T18:16:18.180Z] ... 4 more > > [2020-08-22T18:16:18.182Z] Suppressed: > hudson.remoting.Channel$CallSiteStackTrace: Remote call to > vm0006.workers-phx.ovirt.org > > [2020-08-22T18:16:18.182Z] at > hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) > > [2020-08-22T18:16:18.182Z] at > hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) > > [2020-08-22T18:16:18.182Z] at hudson.remoting.Channel.call(Channel.java:998) > > [2020-08-22T18:16:18.182Z] at > hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285) > > [2020-08-22T18:16:18.182Z] at com.sun.proxy.$Proxy89.clean(Unknown Source) > > [2020-08-22T18:16:18.182Z] at > org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:455) > > [2020-08-22T18:16:18.182Z] at > hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:44) > > [2020-08-22T18:16:18.183Z] at > hudson.plugins.git.extensions.GitSCMExtension.decorateFetchCommand(GitSCMExtension.java:288) > > [2020-08-22T18:16:18.183Z] at > hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:905) > > [2020-08-22T18:16:18.183Z] at > hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131) > > [2020-08-22T18:16:18.183Z] at > hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167) > > [2020-08-22T18:16:18.183Z] at > org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) > > [2020-08-22T18:16:18.183Z] at > org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) > > [2020-08-22T18:16:18.183Z] at > org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) > > [2020-08-22T18:16:18.183Z] at > org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) > > [2020-08-22T18:16:18.183Z] at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > > [2020-08-22T18:16:18.183Z] ... 4 more > > Error fetching remote repo 'origin' _______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/U4TBYI62CPQQWAEETWU5SCQE7T5GDBMY/
