Build failed in Jenkins:
system-sync_mirrors-centos-updates-el7-x86_64 #2001
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
Changes:
[Sandro Bonazzola] ovirt-reports: drop 3.6 jobs
[Sandro Bonazzola] ovirt-host-deploy: drop 3.6 jobs
------------------------------------------
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 e04d7bbbbb0a577275c27beb257e90d2d6151f28 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e04d7bbbbb0a577275c27beb257e90d2d6151f28
Commit message: "ovirt-host-deploy: drop 3.6 jobs"
> git rev-list --no-walk 75dd7790cfc9c7487d36d7bac21f2f9317c9b5ae # timeout=10
[system-sync_mirrors-centos-updates-el7-x86_64] $ /bin/bash -xe /tmp/jenkins3687074287514395278.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 1465, in _commonLoadRepoXML
local = self.cachedir + '/repomd.xml'
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 774, in <lambda>
cachedir = property(lambda self: self._dirGetAttr('cachedir'))
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 757, in _dirGetAttr
self.dirSetup()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 735, in dirSetup
self._dirSetupMkdir_p(dir)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 712, in _dirSetupMkdir_p
raise Errors.RepoError, msg
yum.Errors.RepoError: Error making cache directory: /home/jenkins/mirrors_cache/centos-updates-el7 error was: [Errno 17] File exists: '/home/jenkins/mirrors_cache/centos-updates-el7'
Build step 'Execute shell' marked build as failure
6 years, 2 months
[JENKINS] Failed to setup proejct
kubevirt_kubevirt_standard-check-pr
by jenkins@jenkins.phx.ovirt.org
Failed to run project_setup.sh for:
#2064 kubevirt [check-patch].
It probably means that docker_cleanup.py failed.
This step doesn't fail the job, but we do collect
data about such failures to find the root cause.
Infra owner, ensure that we're not running out of
disk space on ovirt-srv06.infra-phx.ovirt.org-container-2.
6 years, 2 months
[JIRA] (OVIRT-2483) review the use of temp python-ovsdbapp repo
by Dafna Ron (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2483?page=com.atlassian.jir... ]
Dafna Ron updated OVIRT-2483:
-----------------------------
Resolution: Done
Status: Done (was: To Do)
> review the use of temp python-ovsdbapp repo
> -------------------------------------------
>
> Key: OVIRT-2483
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2483
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Reporter: Dafna Ron
> Assignee: infra
> Labels: ost_failures, ost_pacakg
>
> due to a bug in openstack, package python-ovsdbapp which is a dependency of ovirt-provider-ovn is broken.
> to fix the issue, [~mdbarroso(a)redhat.com] has created a tmp repo that would replace this specific package until its fixed by openstack.
> Since this should be a temporary solution and creating a new project that is needed to be maintained by ovirt until openstack will merge the fix may be a too elaborate solution I agreed to add a tmp repo for this package but to review this again in a month to see if there is advancement from openstack side.
> here is the patch from Miguel: https://gerrit.ovirt.org/#/c/93983/
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100092)
6 years, 2 months
[JIRA] (OVIRT-2483) review the use of temp python-ovsdbapp repo
by Dafna Ron (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2483?page=com.atlassian.jir... ]
Dafna Ron commented on OVIRT-2483:
----------------------------------
change was reverted once packages were added by openstack: https://gerrit.ovirt.org/#/c/94517/
> review the use of temp python-ovsdbapp repo
> -------------------------------------------
>
> Key: OVIRT-2483
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2483
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Reporter: Dafna Ron
> Assignee: infra
> Labels: ost_failures, ost_pacakg
>
> due to a bug in openstack, package python-ovsdbapp which is a dependency of ovirt-provider-ovn is broken.
> to fix the issue, [~mdbarroso(a)redhat.com] has created a tmp repo that would replace this specific package until its fixed by openstack.
> Since this should be a temporary solution and creating a new project that is needed to be maintained by ovirt until openstack will merge the fix may be a too elaborate solution I agreed to add a tmp repo for this package but to review this again in a month to see if there is advancement from openstack side.
> here is the patch from Miguel: https://gerrit.ovirt.org/#/c/93983/
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100092)
6 years, 2 months