Project:
http://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-ansible-suite-4.2/
Build:
http://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-ansible-suite-4.2/248/
Build Number: 248
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #248
[Yuval Turgeman] Added ovirt-node-ng suite that deploys HE
-----------------
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 0x7f6a011f2090>
-------------------- >> begin captured logging << --------------------
lago.ssh: DEBUG: start task:72f486ed-beff-4fb4-9c2c-6b9f01ec4df5:Get ssh client
for lago-he-basic-ansible-suite-4-2-host-0:
lago.ssh: DEBUG: start task:a252b172-efce-489d-9ff5-8f41c7733a3f:Get ssh client
for lago-he-basic-ansible-suite-4-2-host-1:
lago.ssh: DEBUG: end task:72f486ed-beff-4fb4-9c2c-6b9f01ec4df5:Get ssh client
for lago-he-basic-ansible-suite-4-2-host-0:
lago.ssh: DEBUG: end task:a252b172-efce-489d-9ff5-8f41c7733a3f:Get ssh client
for lago-he-basic-ansible-suite-4-2-host-1:
lago.ssh: DEBUG: Running e0917b46 on lago-he-basic-ansible-suite-4-2-host-1:
yum -y install cockpit-ovirt-dashboard
lago.ssh: DEBUG: Running e09389d6 on lago-he-basic-ansible-suite-4-2-host-0:
yum -y install cockpit-ovirt-dashboard
lago.ssh: DEBUG: Command e09389d6 on lago-he-basic-ansible-suite-4-2-host-0
returned with 1
lago.ssh: DEBUG: Command e09389d6 on lago-he-basic-ansible-suite-4-2-host-0
output:
Loaded plugins: enabled_repos_upload, fastestmirror, package_upload,
product-id,
: search-disabled-repos, subscription-manager
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&infra=stock error
was
14: curl#56 - "Recv failure: Connection reset by peer"
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 e09389d6 on lago-he-basic-ansible-suite-4-2-host-0
errors:
BDB2053 Freeing read locks for locker 0xf1: 13556/140555738736704
BDB2053 Freeing read locks for locker 0xf3: 13556/140555738736704
BDB2053 Freeing read locks for locker 0xf4: 13556/140555738736704
BDB2053 Freeing read locks for locker 0xf5: 13556/140555738736704
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-4.2/ovirt-system-tests/he-basic-ansible-suite-4.2/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 0x7f6a011f2090>
lago.ssh: DEBUG: Command e0917b46 on lago-he-basic-ansible-suite-4-2-host-1
returned with 0
lago.ssh: DEBUG: Command e0917b46 on lago-he-basic-ansible-suite-4-2-host-1
output:
Loaded plugins: enabled_repos_upload, fastestmirror, package_upload,
product-id,
: search-disabled-repos, subscription-manager
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.sjc02.svwh.net
* updates: mirror.scalabledns.com
Package cockpit-ovirt-dashboard-0.11.27-1.20180531.gitdf52405.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 e0917b46 on lago-he-basic-ansible-suite-4-2-host-1
errors:
Cannot upload enabled repos report, is this client registered?
--------------------- >> 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 129, in
wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 59, in
wrapper
return func(get_test_prefix(), *args, **kwargs)
File
"/home/jenkins/workspace/ovirt-system-tests_he-basic-ansible-suite-4.2/ovirt-system-tests/he-basic-ansible-suite-4.2/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-4.2/ovirt-system-tests/he-basic-ansible-suite-4.2/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 0x7f6a011f2090>\n-------------------- >>
begin captured logging << --------------------\nlago.ssh: DEBUG: start
task:72f486ed-beff-4fb4-9c2c-6b9f01ec4df5:Get ssh client for
lago-he-basic-ansible-suite-4-2-host-0:\nlago.ssh: DEBUG: start
task:a252b172-efce-489d-9ff5-8f41c7733a3f:Get ssh client for
lago-he-basic-ansible-suite-4-2-host-1:\nlago.ssh: DEBUG: end
task:72f486ed-beff-4fb4-9c2c-6b9f01ec4df5:Get ssh client for
lago-he-basic-ansible-suite-4-2-host-0:\nlago.ssh: DEBUG: end
task:a252b172-efce-489d-9ff5-8f41c7733a3f:Get ssh client for
lago-he-basic-ansible-suite-4-2-host-1:\nlago.ssh: DEBUG: Running e0917b46 on
lago-he-basic-ansible-suite-4-2-host-1: yum -y install
cockpit-ovirt-dashboard\nlago.ssh: DEBUG: Running e09389d6 on
lago-he-basic-ansible-suite-4-2-host-0: yum -y install
cockpit-ovirt-dashboard\nlago.ssh: DEBUG: Command e09389d6 on
lago-he-basic-ansible-suite-4-2-host-0 returned with 1\nlago.ssh: DEBUG:
Command e09389d6 on lago-he-basic-ansible-suite-4-2-host-0 output:\n Loaded
plugins: enabled_repos_upload, fastestmirror, package_upload, product-id,\n
: search-disabled-repos, subscription-manager\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&infra=stock error
was\n14: curl#56 - "Recv failure: Connection reset by peer"\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
e09389d6 on lago-he-basic-ansible-suite-4-2-host-0 errors:\n BDB2053 Freeing
read locks for locker 0xf1: 13556/140555738736704\nBDB2053 Freeing read locks
for locker 0xf3: 13556/140555738736704\nBDB2053 Freeing read locks for locker
0xf4: 13556/140555738736704\nBDB2053 Freeing read locks for locker 0xf5:
13556/140555738736704\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-4.2/ovirt-system-tests/he-basic-ansible-suite-4.2/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 0x7f6a011f2090>\nlago.ssh: DEBUG: Command
e0917b46 on lago-he-basic-ansible-suite-4-2-host-1 returned with 0\nlago.ssh:
DEBUG: Command e0917b46 on lago-he-basic-ansible-suite-4-2-host-1 output:\n
Loaded plugins: enabled_repos_upload, fastestmirror, package_upload,
product-id,\n : search-disabled-repos, subscription-manager\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.sjc02.svwh.net\n * updates:
mirror.scalabledns.com\nPackage
cockpit-ovirt-dashboard-0.11.27-1.20180531.gitdf52405.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 e0917b46 on
lago-he-basic-ansible-suite-4-2-host-1 errors:\n Cannot upload enabled repos
report, is this client registered?\n\n--------------------- >> end captured
logging << ---------------------'_______________________________________________
Infra mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:
https://lists.ovirt.org/archives/list/[email protected]/message/RHHLC4HWBQV6R45562S6CGTF6IPUWSTZ/