[JIRA] (OVIRT-1943) Re: he-basic-ansible_suite_master: failed to set MSR 0xd90 to 0x0
by eyal edri (oVirt JIRA)
eyal edri created OVIRT-1943:
--------------------------------
Summary: Re: he-basic-ansible_suite_master: failed to set MSR 0xd90 to 0x0
Key: OVIRT-1943
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1943
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: eyal edri
Assignee: infra
Opening a ticket on it, Gal will look into it, it might take some time to
investigate.
On Mon, Mar 26, 2018 at 1:24 PM, Yedidyah Bar David <didi(a)redhat.com> wrote:
> Hi all,
>
> Trying to run ovirt-system-tests using mock_runner.sh on my laptop
> (i7-6820HQ T460p, RHEL 7.4, kernel 3.10.0-693.17.1.el7.x86_64,
> qemu-kvm-rhev-2.9.0-16.el7_4.13.x86_64).
>
> hosted-engine deploy starts, and fails while running virt-install to
> create the engine vm (which will be a nested-kvm vm).
>
> qemu log on the nested-kvm host0 says:
>
> 2018-03-26T08:02:16.727212Z qemu-kvm: error: failed to set MSR 0xd90 to 0x0
> qemu-kvm: /builddir/build/BUILD/qemu-2.9.0/target/i386/kvm.c:1843:
> kvm_put_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed.
>
> Searched and found this:
>
> https://bugs.launchpad.net/qemu/+bug/1665389
>
> which seems very similar, although from a year ago and about a fedora
> 24 kernel+qemu. The conclusion there is:
>
> <quote>
> Yes, I mean '-cpu host' in the bare metal. There is no workaround; it
> worked by chance and it triggered other hard to find bugs.
> </quote>
>
> So, what should I/we do? Is there a workaround? How does this work
> elsewhere?
>
> Thanks,
> --
> Didi
> _______________________________________________
> Infra mailing list
> Infra(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
--
Eyal edri
MANAGER
RHV DevOps
EMEA VIRTUALIZATION R&D
Red Hat EMEA <https://www.redhat.com/>
<https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100082)
6 years, 8 months
he-basic-ansible_suite_master: failed to set MSR 0xd90 to 0x0
by Yedidyah Bar David
Hi all,
Trying to run ovirt-system-tests using mock_runner.sh on my laptop
(i7-6820HQ T460p, RHEL 7.4, kernel 3.10.0-693.17.1.el7.x86_64,
qemu-kvm-rhev-2.9.0-16.el7_4.13.x86_64).
hosted-engine deploy starts, and fails while running virt-install to
create the engine vm (which will be a nested-kvm vm).
qemu log on the nested-kvm host0 says:
2018-03-26T08:02:16.727212Z qemu-kvm: error: failed to set MSR 0xd90 to 0x0
qemu-kvm: /builddir/build/BUILD/qemu-2.9.0/target/i386/kvm.c:1843:
kvm_put_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed.
Searched and found this:
https://bugs.launchpad.net/qemu/+bug/1665389
which seems very similar, although from a year ago and about a fedora
24 kernel+qemu. The conclusion there is:
<quote>
Yes, I mean '-cpu host' in the bare metal. There is no workaround; it
worked by chance and it triggered other hard to find bugs.
</quote>
So, what should I/we do? Is there a workaround? How does this work elsewhere?
Thanks,
--
Didi
6 years, 8 months
Build failed in Jenkins: system-sync_mirrors-centos-qemu-ev-release-el7-x86_64 #809
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-qemu-ev-release-e...>
------------------------------------------
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-qemu-ev-release-e...>
> 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 b08e733e7d05b26f61caed7594d70863585fcee1 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b08e733e7d05b26f61caed7594d70863585fcee1
Commit message: "Fixed OST builder to inject ci mirrors"
> git rev-list --no-walk b08e733e7d05b26f61caed7594d70863585fcee1 # timeout=10
[system-sync_mirrors-centos-qemu-ev-release-el7-x86_64] $ /bin/bash -xe /tmp/jenkins2745826135221379299.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror centos-qemu-ev-release-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-qemu-ev-release-el7 error was: [Errno 17] File exists: '/home/jenkins/mirrors_cache/centos-qemu-ev-release-el7'
Build step 'Execute shell' marked build as failure
6 years, 8 months
Build failed in Jenkins: system-sync_mirrors-epel-el6-x86_64 #1328
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/1328/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 b08e733e7d05b26f61caed7594d70863585fcee1 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b08e733e7d05b26f61caed7594d70863585fcee1
Commit message: "Fixed OST builder to inject ci mirrors"
> git rev-list --no-walk b08e733e7d05b26f61caed7594d70863585fcee1 # timeout=10
[system-sync_mirrors-epel-el6-x86_64] $ /bin/bash -xe /tmp/jenkins4286217955892431253.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 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 1443, in _latestRepoXML
oxml = self._saveOldRepoXML(local)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1300, in _saveOldRepoXML
shutil.copy2(local, old_local)
File "/usr/lib64/python2.7/shutil.py", line 131, in copy2
copystat(src, dst)
File "/usr/lib64/python2.7/shutil.py", line 98, in copystat
os.utime(dst, (st.st_atime, st.st_mtime))
OSError: [Errno 2] No such file or directory: '/home/jenkins/mirrors_cache/centos-qemu-ev-testing-el7/repomd.xml.old.tmp'
Build step 'Execute shell' marked build as failure
6 years, 8 months
Fwd: [Bug 1560162] New: error when making a site for repositories with a certain name
by Anton Marchukov
Hello All.
This seems to be about overt mirroring scripts rather then repoman?
How do we track the bugs/FR for it? And whom to assign?
Anton.
On 24 March 2018 at 11:14:37, bugzilla(a)redhat.com (bugzilla(a)redhat.com) wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=1560162
>
> Bug ID: 1560162
> Summary: error when making a site for repositories with a
> certain name
> Product: Repoman
> Component: Core
> Assignee: amarchuk(a)redhat.com
> Reporter: mroshaghi(a)gmail.com
> QA Contact: eedri(a)redhat.com
>
>
>
> Created attachment 1412433
> --> https://bugzilla.redhat.com/attachment.cgi?id=1412433&action=edit
> the error pic
>
> Description of problem:
>
> I get an error when creating a site in the mirror manager.
> The error is when I create a site with the name "fedoralinux.ir"
>
> Version-Release number of selected component (if applicable):
> N/A
>
> How reproducible:
>
>
> Steps to Reproduce:
> 1.
> 2.
> 3.
>
> Actual results:
>
>
> Expected results:
>
>
> Additional info:
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.
6 years, 8 months