Project:
http://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-ansible-suite-ma...
Build:
http://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-ansible-suite-ma...
Build Number: 708
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #708
[Eitan Raviv] networking: connect NFS to engine over IPv6
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.install_cockpit_ovirt
Error Message:
_install_cockpit_ovirt_on_host(): failed to install cockpit-ovirt-dashboard on host
<ovirtlago.virt.HostVM object at 0x7f565ad34810>
-------------------- >> begin captured logging << --------------------
lago.ssh: DEBUG: start task:11772f94-8884-45cf-a992-ffea1dc9a633:Get ssh client for
lago-he-basic-ansible-suite-master-host-0:
lago.ssh: DEBUG: start task:4188d33b-fd14-4ab7-b5ce-a53c1b970597:Get ssh client for
lago-he-basic-ansible-suite-master-host-1:
lago.ssh: DEBUG: end task:4188d33b-fd14-4ab7-b5ce-a53c1b970597:Get ssh client for
lago-he-basic-ansible-suite-master-host-1:
lago.ssh: DEBUG: end task:11772f94-8884-45cf-a992-ffea1dc9a633:Get ssh client for
lago-he-basic-ansible-suite-master-host-0:
lago.ssh: DEBUG: Running 1ce699c0 on lago-he-basic-ansible-suite-master-host-0: yum -y
install cockpit-ovirt-dashboard
lago.ssh: DEBUG: Running 1ceadc4c on lago-he-basic-ansible-suite-master-host-1: yum -y
install cockpit-ovirt-dashboard
lago.ssh: DEBUG: Command 1ceadc4c on lago-he-basic-ansible-suite-master-host-1 returned
with 0
lago.ssh: DEBUG: Command 1ceadc4c on lago-he-basic-ansible-suite-master-host-1 output:
Loaded plugins: enabled_repos_upload, fastestmirror, package_upload, product-id,
: search-disabled-repos, subscription-manager, vdsmupgrade
This system is not registered with an entitlement server. You can use subscription-manager
to register.
Determining fastest mirrors
* base:
repos.lax.quadranet.com
* extras:
mirror.fileplanet.com
* updates:
mirror.scalabledns.com
Package cockpit-ovirt-dashboard-0.11.999-0.0.master.20180927.git6281078.el7.noarch already
installed and latest version
Nothing to do
Uploading Enabled Repositories Report
Loaded plugins: fastestmirror, product-id, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager
to register.
lago.ssh: DEBUG: Command 1ceadc4c on lago-he-basic-ansible-suite-master-host-1 errors:
Cannot upload enabled repos report, is this client registered?
lago.ssh: DEBUG: Command 1ce699c0 on lago-he-basic-ansible-suite-master-host-0 returned
with 1
lago.ssh: DEBUG: Command 1ce699c0 on lago-he-basic-ansible-suite-master-host-0 output:
Loaded plugins: enabled_repos_upload, fastestmirror, package_upload, product-id,
: search-disabled-repos, subscription-manager, vdsmupgrade
This system is not registered with an entitlement server. You can use subscription-manager
to register.
Determining fastest mirrors
Could not retrieve mirrorlist
http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&i... error
was
12: Timeout on
http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&i...: (28,
'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Uploading Enabled Repositories Report
Loaded plugins: fastestmirror, product-id, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager
to register.
lago.ssh: DEBUG: Command 1ce699c0 on lago-he-basic-ansible-suite-master-host-0 errors:
BDB2053 Freeing read locks for locker 0x101: 21385/140097655068736
BDB2053 Freeing read locks for locker 0x103: 21385/140097655068736
BDB2053 Freeing read locks for locker 0x104: 21385/140097655068736
BDB2053 Freeing read locks for locker 0x105: 21385/140097655068736
One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
Cannot find a valid baseurl for repo: base/7/x86_64
Cannot upload enabled repos report, is this client registered?
lago.utils: ERROR: Error while running thread
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in
_ret_via_queue
queue.put({'return': func()})
File
"/home/jenkins/workspace/ovirt-system-tests_he-basic-ansible-suite-master/ovirt-system-tests/he-basic-ansible-suite-master/test-scenarios/002_bootstrap.py",
line 414, in _install_cockpit_ovirt_on_host
nt.assert_equals(ret.code, 0, '_install_cockpit_ovirt_on_host(): failed to install
cockpit-ovirt-dashboard on host %s' % host)
File "/usr/lib64/python2.7/unittest/case.py", line 553, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib64/python2.7/unittest/case.py", line 546, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: _install_cockpit_ovirt_on_host(): failed to install
cockpit-ovirt-dashboard on host <ovirtlago.virt.HostVM object at 0x7f565ad34810>
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in
wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in
wrapper
return func(get_test_prefix(), *args, **kwargs)
File
"/home/jenkins/workspace/ovirt-system-tests_he-basic-ansible-suite-master/ovirt-system-tests/he-basic-ansible-suite-master/test-scenarios/002_bootstrap.py",
line 421, in install_cockpit_ovirt
nt.assert_true(all(vt.join_all()), 'not all threads finished: %s' % vt)
File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in
_ret_via_queue
queue.put({'return': func()})
File
"/home/jenkins/workspace/ovirt-system-tests_he-basic-ansible-suite-master/ovirt-system-tests/he-basic-ansible-suite-master/test-scenarios/002_bootstrap.py",
line 414, in _install_cockpit_ovirt_on_host
nt.assert_equals(ret.code, 0, '_install_cockpit_ovirt_on_host(): failed to install
cockpit-ovirt-dashboard on host %s' % host)
File "/usr/lib64/python2.7/unittest/case.py", line 553, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib64/python2.7/unittest/case.py", line 546, in _baseAssertEqual
raise self.failureException(msg)
'_install_cockpit_ovirt_on_host(): failed to install cockpit-ovirt-dashboard on host
<ovirtlago.virt.HostVM object at 0x7f565ad34810>\n-------------------- >>
begin captured logging << --------------------\nlago.ssh: DEBUG: start
task:11772f94-8884-45cf-a992-ffea1dc9a633:Get ssh client for
lago-he-basic-ansible-suite-master-host-0:\nlago.ssh: DEBUG: start
task:4188d33b-fd14-4ab7-b5ce-a53c1b970597:Get ssh client for
lago-he-basic-ansible-suite-master-host-1:\nlago.ssh: DEBUG: end
task:4188d33b-fd14-4ab7-b5ce-a53c1b970597:Get ssh client for
lago-he-basic-ansible-suite-master-host-1:\nlago.ssh: DEBUG: end
task:11772f94-8884-45cf-a992-ffea1dc9a633:Get ssh client for
lago-he-basic-ansible-suite-master-host-0:\nlago.ssh: DEBUG: Running 1ce699c0 on
lago-he-basic-ansible-suite-master-host-0: yum -y install
cockpit-ovirt-dashboard\nlago.ssh: DEBUG: Running 1ceadc4c on
lago-he-basic-ansible-suite-master-host-1: yum -y install
cockpit-ovirt-dashboard\nlago.ssh: DEBUG: Command 1ceadc4c on
lago-he-basic-ansible-suite-master-host-1 returned with 0\nlago.ssh: DEBUG: Command
1ceadc4c on lago-he-basic-ansible-suite-master-host-1 output:\n Loaded plugins:
enabled_repos_upload, fastestmirror, package_upload, product-id,\n :
search-disabled-repos, subscription-manager, vdsmupgrade\nThis system is not registered
with an entitlement server. You can use subscription-manager to register.\nDetermining
fastest mirrors\n * base: repos.lax.quadranet.com\n * extras: mirror.fileplanet.com\n *
updates: mirror.scalabledns.com\nPackage
cockpit-ovirt-dashboard-0.11.999-0.0.master.20180927.git6281078.el7.noarch already
installed and latest version\nNothing to do\nUploading Enabled Repositories Report\nLoaded
plugins: fastestmirror, product-id, subscription-manager\nThis system is not registered
with an entitlement server. You can use subscription-manager to register.\n\nlago.ssh:
DEBUG: Command 1ceadc4c on lago-he-basic-ansible-suite-master-host-1 errors:\n Cannot
upload enabled repos report, is this client registered?\n\nlago.ssh: DEBUG: Command
1ce699c0 on lago-he-basic-ansible-suite-master-host-0 returned with 1\nlago.ssh: DEBUG:
Command 1ce699c0 on lago-he-basic-ansible-suite-master-host-0 output:\n Loaded plugins:
enabled_repos_upload, fastestmirror, package_upload, product-id,\n :
search-disabled-repos, subscription-manager, vdsmupgrade\nThis system is not registered
with an entitlement server. You can use subscription-manager to register.\nDetermining
fastest mirrors\nCould not retrieve mirrorlist
http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&i... error
was\n12: Timeout on
http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&i...: (28,
\'Operation too slow. Less than 1000 bytes/sec transferred the last 30
seconds\')\nUploading Enabled Repositories Report\nLoaded plugins: fastestmirror,
product-id, subscription-manager\nThis system is not registered with an entitlement
server. You can use subscription-manager to register.\n\nlago.ssh: DEBUG: Command 1ce699c0
on lago-he-basic-ansible-suite-master-host-0 errors:\n BDB2053 Freeing read locks for
locker 0x101: 21385/140097655068736\nBDB2053 Freeing read locks for locker 0x103:
21385/140097655068736\nBDB2053 Freeing read locks for locker 0x104:
21385/140097655068736\nBDB2053 Freeing read locks for locker 0x105:
21385/140097655068736\n\n\n One of the configured repositories failed (Unknown),\n and yum
doesn\'t have enough cached data to continue. At this point the only\n safe thing yum
can do is fail. There are a few ways to work "fix" this:\n\n 1. Contact the
upstream for the repository and get them to fix the problem.\n\n 2. Reconfigure the
baseurl/etc. for the repository, to point to a working\n upstream. This is most
often useful if you are using a newer\n distribution release than is supported by
the repository (and the\n packages for the previous distribution release still
work).\n\n 3. Run the command with the repository temporarily disabled\n
yum --disablerepo=<repoid> ...\n\n 4. Disable the repository permanently, so yum
won\'t use it by default. Yum\n will then just ignore the repository until you
permanently enable it\n again or use --enablerepo for temporary usage:\n\n
yum-config-manager --disable <repoid>\n or\n
subscription-manager repos --disable=<repoid>\n\n 5. Configure the failing
repository to be skipped, if it is unavailable.\n Note that yum will try to contact
the repo. when it runs most commands,\n so will have to try and fail each time (and
thus. yum will be be much\n slower). If it is a very temporary problem though, this
is often a nice\n compromise:\n\n yum-config-manager --save
--setopt=<repoid>.skip_if_unavailable=true\n\nCannot find a valid baseurl for repo:
base/7/x86_64\nCannot upload enabled repos report, is this client
registered?\n\nlago.utils: ERROR: Error while running thread\nTraceback (most recent call
last):\n File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in
_ret_via_queue\n queue.put({\'return\': func()})\n File
"/home/jenkins/workspace/ovirt-system-tests_he-basic-ansible-suite-master/ovirt-system-tests/he-basic-ansible-suite-master/test-scenarios/002_bootstrap.py",
line 414, in _install_cockpit_ovirt_on_host\n nt.assert_equals(ret.code, 0,
\'_install_cockpit_ovirt_on_host(): failed to install cockpit-ovirt-dashboard on host
%s\' % host)\n File "/usr/lib64/python2.7/unittest/case.py", line 553, in
assertEqual\n assertion_func(first, second, msg=msg)\n File
"/usr/lib64/python2.7/unittest/case.py", line 546, in _baseAssertEqual\n
raise self.failureException(msg)\nAssertionError: _install_cockpit_ovirt_on_host(): failed
to install cockpit-ovirt-dashboard on host <ovirtlago.virt.HostVM object at
0x7f565ad34810>\n--------------------- >> end captured logging <<
---------------------'