[VDSM] Tests fail with "missing workspace /home/jenkins/workspace/vdsm_standard-check-patch/vdsm
on vm0038.workers-phx.ovirt.org"
by Nir Soffer
I have seen this before, very strange failure.
The job run normally and then abort when we start to run the tests. The error
does not come from our tests.
Error:
../tests/run_tests_local.sh API_test.py alignmentscan_test.py
api_response_test.py bridge_test.py caps_test.py client_test.py
clientif_test.py cmdutils_test.py config_test.py cpu_profile_test.py
cpuinfo_test.py domcaps_test.py encoding_test.py exception_test.py
executor_test.py eventfd_test.py fallocate_test.py filecontrol_test.py
fuser_test.py glob_test.py gluster_cli_test.py
gluster_exception_test.py glusterTestData.py
gluster_thinstorage_test.py hooks_test.py hostdev_test.py
hoststats_test.py hugepages_test.py hwinfo_test.py jobs_test.py
jsonRpcClient_test.py jsonrpc_test.py loopback_test.py mkimage_test.py
modprobe.py moduleloader_test.py monkeypatch_test.py mom_test.py
mompolicy_test.py osinfo_test.py osutils_test.py passwords_test.py
permutation_test.py protocoldetector_test.py response_test.py
rngsources_test.py schedule_test.py schemavalidation_test.py
sigutils_test.py sparsify_test.py stompadapter_test.py
stompasyncclient_test.py stompasyncdispatcher_test.py stomp_test.py
sysprep_test.py taskset_test.py testlib_test.py tool_confmeta_test.py
tool_test.py throttledlog_test.py unicode_test.py utils_test.py
validate_test.py vdsmapi_test.py vdsmdumpchains_test.py verify.py
vmapi_test.py vmfakelib_test.py vmTestsData.py zombiereaper_test.py
network/*_test.py devices/parsing/complex_vm_test.py
common/cache_test.py common/cmdutils_test.py common/concurrent_test.py
common/contextlib_test.py common/fileutils_test.py
common/function_test.py common/hostutils_test.py
common/libvirtconnection_test.py common/logutils_test.py
common/network_test.py common/osutils_test.py common/proc_test.py
common/properties_test.py common/pthread_test.py common/time_test.py
common/validate_test.py
missing workspace
/home/jenkins/workspace/vdsm_standard-check-patch/vdsm on
vm0038.workers-phx.ovirt.org
Build:
https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_...
5 years, 11 months
Build failed in Jenkins:
system-sync_mirrors-fedora-base-fc28-x86_64 #704
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-fedora-base-fc28-x86_64/...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-fedora-base-fc28-x86_64/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from http://gerrit.ovirt.org/jenkins.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1810)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune" returned status code 128:
stdout:
stderr: fatal: unable to access 'http://gerrit.ovirt.org/jenkins.git/': Could not resolve host: gerrit.ovirt.org; Unknown error
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2016)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1735)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:420)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
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)
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)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to mirrors.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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1810)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
5 years, 11 months
Build failed in Jenkins:
system-sync_mirrors-centos-kvm-common-el7-x86_64 #2030
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-kvm-common-el7-x8...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-kvm-common-el7-x8...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/changes/59/95959/1:test --prune
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from http://gerrit.ovirt.org/jenkins.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1810)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/changes/59/95959/1:test --prune" returned status code 128:
stdout:
stderr: fatal: unable to access 'http://gerrit.ovirt.org/jenkins.git/': Could not resolve host: gerrit.ovirt.org; Unknown error
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2016)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1735)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:420)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
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)
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)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to mirrors.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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1810)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
5 years, 11 months
Build failed in Jenkins: system-sync_mirrors-epel-el6-x86_64 #2160
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/2160/dis...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5211c5a66cf9806dec3d0f314f43ad3524a950c4 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5211c5a66cf9806dec3d0f314f43ad3524a950c4
Commit message: "jenkins: adding inject mirror for opstool-release"
> git rev-list --no-walk 5211c5a66cf9806dec3d0f314f43ad3524a950c4 # timeout=10
[system-sync_mirrors-epel-el6-x86_64] $ /bin/bash -xe /tmp/jenkins8021921832285851297.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror epel-el6 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 209, in main
my.doSackSetup(arches)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 741, in doSackSetup
return self._getSacks(archlist=archlist, thisrepo=thisrepo)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 778, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 386, in populateSack
sack.populate(repo, mdtype, callback, cacheonly)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 256, in populate
ret = misc.repo_gen_decompress(xml, gen, cached=repo.cache)
File "/usr/lib/python2.7/site-packages/yum/misc.py", line 1165, in repo_gen_decompress
return decompress(filename, dest=dest, check_timestamps=True)
File "/usr/lib/python2.7/site-packages/yum/misc.py", line 1150, in decompress
_decompress_chunked(filename, out, ztype)
File "/usr/lib/python2.7/site-packages/yum/misc.py", line 791, in _decompress_chunked
raise Errors.MiscError, msg
yum.Errors.MiscError: Error reading from file /home/jenkins/mirrors_cache/epel-el6/e28df9d9ca8416407a42d5789382a7c95f0d9e5d5d51a6f05641c0df499e1bde-primary.xml.gz: Not a gzipped file
Build step 'Execute shell' marked build as failure
5 years, 11 months
Build failed in Jenkins: system-mk_mirrors_index-yum #44467
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-mk_mirrors_index-yum/44467/display/re...>
------------------------------------------
Started by upstream project "system-sync_mirrors-fedora-updates-fc28-x86_64" build number 705
originally caused by:
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-mk_mirrors_index-yum/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from http://gerrit.ovirt.org/jenkins.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1810)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune" returned status code 128:
stdout:
stderr: fatal: unable to access 'http://gerrit.ovirt.org/jenkins.git/': Could not resolve host: gerrit.ovirt.org; Unknown error
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2016)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1735)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:420)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
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)
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)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to mirrors.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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy91.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1810)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
5 years, 11 months
Build failed in Jenkins:
system-sync_mirrors-centos-updates-el7-x86_64 #2247
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
Changes:
[Sandro Bonazzola] ovirt-hosted-engine-ha: drop 3.6 jobs
[Sandro Bonazzola] ovirt-log-collector: drop obsolete jobs
[Sandro Bonazzola] ovirt-hosted-engine-setup: drop obsolete jobs
[Sandro Bonazzola] ovirt-release: drop 3.6 jobs
[Sandro Bonazzola] ovirt-engine-cli: drop obsolete jobs
[Sandro Bonazzola] vdsm-jsonrpc-java: drop obsolete jobs
[Sandro Bonazzola] ovirt-scheduler-proxy: drop obsolete jobs
[Sandro Bonazzola] ovirt-engine-sdk-java: drop obsolete jobs
[Sandro Bonazzola] ovirt-engine-sdk: drop obsolete jobs
[Dafna Ron] jenkins: adding inject mirror for opstool-release
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5211c5a66cf9806dec3d0f314f43ad3524a950c4 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5211c5a66cf9806dec3d0f314f43ad3524a950c4
Commit message: "jenkins: adding inject mirror for opstool-release"
> git rev-list --no-walk 176abf92c7f6ef0fb587732da7f1a3d7dc95ac79 # timeout=10
[system-sync_mirrors-centos-updates-el7-x86_64] $ /bin/bash -xe /tmp/jenkins5275414381709599673.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 175, in main
my.doRepoSetup()
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 681, in doRepoSetup
return self._getRepos(thisrepo, True)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 721, in _getRepos
self._repos.doSetup(thisrepo)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
self.retrieveAllMD()
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD
dl = repo._async and repo._commonLoadRepoXML(repo)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1474, in _commonLoadRepoXML
if self._latestRepoXML(local):
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1452, in _latestRepoXML
repomd = self.metalink_data.repomd
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 918, in <lambda>
metalink_data = property(fget=lambda self: self._getMetalink(),
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 914, in _getMetalink
self._metalink = metalink.MetaLinkRepoMD(self.metalink_filename)
File "/usr/lib/python2.7/site-packages/yum/metalink.py", line 189, in __init__
raise MetaLinkRepoErrorParseFail, "File %s is not XML" % filename
yum.metalink.MetaLinkRepoErrorParseFail: File /home/jenkins/mirrors_cache/fedora-updates-fc29/metalink.xml is not XML
Build step 'Execute shell' marked build as failure
5 years, 11 months
[JIRA] (OVIRT-2630) [VDSM] Tests fail with "missing workspace
/home/jenkins/workspace/vdsm_standard-check-patch/vdsm on
vm0038.workers-phx.ovirt.org"
by Nir Soffer (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2630?page=com.atlassian.jir... ]
Nir Soffer commented on OVIRT-2630:
-----------------------------------
On Fri, Dec 21, 2018 at 5:57 PM Nir Soffer <nsoffer(a)redhat.com> wrote:
> On Fri, Dec 21, 2018 at 1:47 AM Nir Soffer <nsoffer(a)redhat.com> wrote:
>
>> Third time today:
>>
>> Error:
>> sh: /home/jenkins/workspace/vdsm_standard-check-patch/vdsm@tmp
>> /durable-15072b7e/jenkins-result.txt.tmp:
>> No such file or directory
>> mv: cannot stat
>> '/home/jenkins/workspace/vdsm_standard-check-patch/vdsm@tmp
>> /durable-15072b7e/jenkins-result.txt.tmp':
>> No such file or directory
>> missing workspace
>> /home/jenkins/workspace/vdsm_standard-check-patch/vdsm on
>> vm0013.workers-phx.ovirt.org
>>
>> Build:
>>
>> https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_...
>
>
> Adding devel - if you see this error please report here.
>
> On Thu, Dec 20, 2018 at 10:01 PM Nir Soffer <nsoffer(a)redhat.com> wrote:
>> >
>> > Two incidents on a different slaves today:
>> >
>> > Error:
>> > sh: /home/jenkins/workspace/vdsm_standard-check-patch/vdsm@tmp
>> /durable-d993b7a2/jenkins-result.txt.tmp:
>> > No such file or directory
>> > mv: cannot stat
>> > '/home/jenkins/workspace/vdsm_standard-check-patch/vdsm@tmp
>> /durable-d993b7a2/jenkins-result.txt.tmp':
>> > No such file or directory
>> > missing workspace
>> > /home/jenkins/workspace/vdsm_standard-check-patch/vdsm on
>> > vm0088.workers-phx.ovirt.org
>> >
>> > Build:
>> >
>> https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_...
>> >
>> >
>> > Error:
>> > sh: /home/jenkins/workspace/vdsm_standard-check-patch/vdsm@tmp
>> /durable-edec94a0/jenkins-result.txt.tmp:
>> > No such file or directory
>> > mv: cannot stat
>> > '/home/jenkins/workspace/vdsm_standard-check-patch/vdsm@tmp
>> /durable-edec94a0/jenkins-result.txt.tmp':
>> > No such file or directory
>> > missing workspace
>> > /home/jenkins/workspace/vdsm_standard-check-patch/vdsm on
>> > vm0013.workers-phx.ovirt.org
>> >
>> > Build:
>> >
>> https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_...
>> >
>> > On Wed, Dec 19, 2018 at 4:36 PM Nir Soffer <nsoffer(a)redhat.com> wrote:
>> > >
>> > > I have seen this before, very strange failure.
>> > >
>> > > The job run normally and then abort when we start to run the tests.
>> The error
>> > > does not come from our tests.
>> > >
>> > > Error:
>> > > ../tests/run_tests_local.sh API_test.py alignmentscan_test.py
>> > > api_response_test.py bridge_test.py caps_test.py client_test.py
>> > > clientif_test.py cmdutils_test.py config_test.py cpu_profile_test.py
>> > > cpuinfo_test.py domcaps_test.py encoding_test.py exception_test.py
>> > > executor_test.py eventfd_test.py fallocate_test.py filecontrol_test.py
>> > > fuser_test.py glob_test.py gluster_cli_test.py
>> > > gluster_exception_test.py glusterTestData.py
>> > > gluster_thinstorage_test.py hooks_test.py hostdev_test.py
>> > > hoststats_test.py hugepages_test.py hwinfo_test.py jobs_test.py
>> > > jsonRpcClient_test.py jsonrpc_test.py loopback_test.py mkimage_test.py
>> > > modprobe.py moduleloader_test.py monkeypatch_test.py mom_test.py
>> > > mompolicy_test.py osinfo_test.py osutils_test.py passwords_test.py
>> > > permutation_test.py protocoldetector_test.py response_test.py
>> > > rngsources_test.py schedule_test.py schemavalidation_test.py
>> > > sigutils_test.py sparsify_test.py stompadapter_test.py
>> > > stompasyncclient_test.py stompasyncdispatcher_test.py stomp_test.py
>> > > sysprep_test.py taskset_test.py testlib_test.py tool_confmeta_test.py
>> > > tool_test.py throttledlog_test.py unicode_test.py utils_test.py
>> > > validate_test.py vdsmapi_test.py vdsmdumpchains_test.py verify.py
>> > > vmapi_test.py vmfakelib_test.py vmTestsData.py zombiereaper_test.py
>> > > network/*_test.py devices/parsing/complex_vm_test.py
>> > > common/cache_test.py common/cmdutils_test.py common/concurrent_test.py
>> > > common/contextlib_test.py common/fileutils_test.py
>> > > common/function_test.py common/hostutils_test.py
>> > > common/libvirtconnection_test.py common/logutils_test.py
>> > > common/network_test.py common/osutils_test.py common/proc_test.py
>> > > common/properties_test.py common/pthread_test.py common/time_test.py
>> > > common/validate_test.py
>> > >
>> > > missing workspace
>> > > /home/jenkins/workspace/vdsm_standard-check-patch/vdsm on
>> > > vm0038.workers-phx.ovirt.org
>> > >
>> > >
>> > > Build:
>> > >
>> https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_...
>
>
More failures today:
Error:
sh: /home/jenkins/workspace/vdsm_standard-check-patch/vdsm(a)tmp/durable-1e9c64d0/jenkins-result.txt.tmp:
No such file or directory
mv: cannot stat
'/home/jenkins/workspace/vdsm_standard-check-patch/vdsm(a)tmp/durable-1e9c64d0/jenkins-result.txt.tmp':
No such file or directory
missing workspace /home/jenkins/workspace/vdsm_standard-check-patch/vdsm on
vm0009.workers-phx.ovirt.org
Error:
sh: /home/jenkins/workspace/vdsm_standard-check-patch/vdsm(a)tmp/durable-dca09b15/jenkins-result.txt.tmp:
No such file or directory
mv: cannot stat
'/home/jenkins/workspace/vdsm_standard-check-patch/vdsm(a)tmp/durable-dca09b15/jenkins-result.txt.tmp':
No such file or directory
missing workspace /home/jenkins/workspace/vdsm_standard-check-patch/vdsm on
vm0013.workers-phx.ovirt.org
Build:
https://jenkins.ovirt.org/blue/organizations/jenkins/vdsm_standard-check-...
> [VDSM] Tests fail with "missing workspace /home/jenkins/workspace/vdsm_standard-check-patch/vdsm on vm0038.workers-phx.ovirt.org"
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: OVIRT-2630
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2630
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Nir Soffer
> Assignee: infra
>
> I have seen this before, very strange failure.
> The job run normally and then abort when we start to run the tests. The error
> does not come from our tests.
> Error:
> ../tests/run_tests_local.sh API_test.py alignmentscan_test.py
> api_response_test.py bridge_test.py caps_test.py client_test.py
> clientif_test.py cmdutils_test.py config_test.py cpu_profile_test.py
> cpuinfo_test.py domcaps_test.py encoding_test.py exception_test.py
> executor_test.py eventfd_test.py fallocate_test.py filecontrol_test.py
> fuser_test.py glob_test.py gluster_cli_test.py
> gluster_exception_test.py glusterTestData.py
> gluster_thinstorage_test.py hooks_test.py hostdev_test.py
> hoststats_test.py hugepages_test.py hwinfo_test.py jobs_test.py
> jsonRpcClient_test.py jsonrpc_test.py loopback_test.py mkimage_test.py
> modprobe.py moduleloader_test.py monkeypatch_test.py mom_test.py
> mompolicy_test.py osinfo_test.py osutils_test.py passwords_test.py
> permutation_test.py protocoldetector_test.py response_test.py
> rngsources_test.py schedule_test.py schemavalidation_test.py
> sigutils_test.py sparsify_test.py stompadapter_test.py
> stompasyncclient_test.py stompasyncdispatcher_test.py stomp_test.py
> sysprep_test.py taskset_test.py testlib_test.py tool_confmeta_test.py
> tool_test.py throttledlog_test.py unicode_test.py utils_test.py
> validate_test.py vdsmapi_test.py vdsmdumpchains_test.py verify.py
> vmapi_test.py vmfakelib_test.py vmTestsData.py zombiereaper_test.py
> network/*_test.py devices/parsing/complex_vm_test.py
> common/cache_test.py common/cmdutils_test.py common/concurrent_test.py
> common/contextlib_test.py common/fileutils_test.py
> common/function_test.py common/hostutils_test.py
> common/libvirtconnection_test.py common/logutils_test.py
> common/network_test.py common/osutils_test.py common/proc_test.py
> common/properties_test.py common/pthread_test.py common/time_test.py
> common/validate_test.py
> missing workspace
> /home/jenkins/workspace/vdsm_standard-check-patch/vdsm on
> vm0038.workers-phx.ovirt.org
> Build:
> https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_...
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100096)
5 years, 11 months