
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_he-node-ng-suite-master/ Build: http://jenkins.ovirt.org/job/ovirt-system-tests_he-node-ng-suite-master/122/ Build Number: 122 Build Status: Failure Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #122 [Sandro Bonazzola] yum-repos: master: adjusted for new packages ----------------- 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 0x7ff6536ee310> -------------------- >> begin captured logging << -------------------- lago.ssh: DEBUG: start task:4045db12-7d51-4e75-98d4-58a330a5477e:Get ssh client for lago-he-node-ng-suite-master-host-1: lago.ssh: DEBUG: start task:498b2fbc-0553-45fd-91e7-43a6d4129d66:Get ssh client for lago-he-node-ng-suite-master-host-0: lago.ssh: DEBUG: end task:4045db12-7d51-4e75-98d4-58a330a5477e:Get ssh client for lago-he-node-ng-suite-master-host-1: lago.ssh: DEBUG: end task:498b2fbc-0553-45fd-91e7-43a6d4129d66:Get ssh client for lago-he-node-ng-suite-master-host-0: lago.ssh: DEBUG: Running 73903c02 on lago-he-node-ng-suite-master-host-1: yum -y install cockpit-ovirt-dashboard lago.ssh: DEBUG: Running 739d9744 on lago-he-node-ng-suite-master-host-0: yum -y install cockpit-ovirt-dashboard lago.ssh: DEBUG: Command 73903c02 on lago-he-node-ng-suite-master-host-1 returned with 0 lago.ssh: DEBUG: Command 73903c02 on lago-he-node-ng-suite-master-host-1 output: Loaded plugins: enabled_repos_upload, fastestmirror, imgbased-persist, : 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 * alocalsync: 192.168.200.1:8585 * ovirt-master-epel: mirrors.develooper.com 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 73903c02 on lago-he-node-ng-suite-master-host-1 errors: https://mirror.hmc.edu/epel/7/x86_64/repodata/d8af7af24cda4f056b3ce6ae7f8c4a...: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. Cannot upload enabled repos report, is this client registered? lago.ssh: DEBUG: Command 739d9744 on lago-he-node-ng-suite-master-host-0 returned with 1 lago.ssh: DEBUG: Command 739d9744 on lago-he-node-ng-suite-master-host-0 output: Loaded plugins: enabled_repos_upload, fastestmirror, imgbased-persist, : 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 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 739d9744 on lago-he-node-ng-suite-master-host-0 errors: BDB2053 Freeing read locks for locker 0x97: 15471/140282900039744 BDB2053 Freeing read locks for locker 0x99: 15471/140282900039744 BDB2053 Freeing read locks for locker 0x9a: 15471/140282900039744 BDB2053 Freeing read locks for locker 0x9b: 15471/140282900039744 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 retrieve metalink for repository: ovirt-master-epel/x86_64. Please verify its path and try again 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-node-ng-suite-master/ovirt-system-tests/he-node-ng-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 0x7ff6536ee310> --------------------- >> 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-node-ng-suite-master/ovirt-system-tests/he-node-ng-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-node-ng-suite-master/ovirt-system-tests/he-node-ng-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 0x7ff6536ee310>\n-------------------- >> begin captured logging << --------------------\nlago.ssh: DEBUG: start task:4045db12-7d51-4e75-98d4-58a330a5477e:Get ssh client for lago-he-node-ng-suite-master-host-1:\nlago.ssh: DEBUG: start task:498b2fbc-0553-45fd-91e7-43a6d4129d66:Get ssh client for lago-he-node-ng-suite-master-host-0:\nlago.ssh: DEBUG: end task:4045db12-7d51-4e75-98d4-58a330a5477e:Get ssh client for lago-he-node-ng-suite-master-host-1:\nlago.ssh: DEBUG: end task:498b2fbc-0553-45fd-91e7-43a6d4129d66:Get ssh client for lago-he-node-ng-suite-master-host-0:\nlago.ssh: DEBUG: Running 73903c02 on lago-he-node-ng-suite-master-host-1: yum -y install cockpit-ovirt-dashboard\nlago.ssh: DEBUG: Running 739d9744 on lago-he-node-ng-suite-master-host-0: yum -y install cockpit-ovirt-dashboard\nlago.ssh: DEBUG: Command 73903c02 on lago-he-node-ng-suite-master-host-1 returned with 0\nlago.ssh: DEBUG: Command 73903c02 on lago-he-node-ng-suite-master-host-1 output:\n Loaded plugins: enabled_repos_upload, fastestmirror, imgbased-persist,\n : package_upload, product-id, search-disabled-repos, subscription-\n : manager, vdsmupgrade\nThis system is not registered with an entitlement server. You can use subscription-manager to register.\nDetermining fastest mirrors\n * alocalsync: 192.168.200.1:8585\n * ovirt-master-epel: mirrors.develooper.com\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 73903c02 on lago-he-node-ng-suite-master-host-1 errors:\n https://mirror.hmc.edu/epel/7/x86_64/repodata/d8af7af24cda4f056b3ce6ae7f8c4a...: [Errno 14] HTTPS Error 404 - Not Found\nTrying other mirror.\nTo address this issue please refer to the below wiki article \n\nhttps://wiki.centos.org/yum-errors\n\nIf above article doesn\'t help to resolve this issue please use https://bugs.centos.org/.\n\nCannot upload enabled repos report, is this client registered?\n\nlago.ssh: DEBUG: Command 739d9744 on lago-he-node-ng-suite-master-host-0 returned with 1\nlago.ssh: DEBUG: Command 739d9744 on lago-he-node-ng-suite-master-host-0 output:\n Loaded plugins: enabled_repos_upload, fastestmirror, imgbased-persist,\n : package_upload, product-id, search-disabled-repos, subscription-\n : manager, vdsmupgrade\nThis system is not registered with an entitlement server. You can use subscription-manager to register.\nDetermining fastest mirrors\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 739d9744 on lago-he-node-ng-suite-master-host-0 errors:\n BDB2053 Freeing read locks for locker 0x97: 15471/140282900039744\nBDB2053 Freeing read locks for locker 0x99: 15471/140282900039744\nBDB2053 Freeing read locks for locker 0x9a: 15471/140282900039744\nBDB2053 Freeing read locks for locker 0x9b: 15471/140282900039744\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 retrieve metalink for repository: ovirt-master-epel/x86_64. Please verify its path and try again\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-node-ng-suite-master/ovirt-system-tests/he-node-ng-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 0x7ff6536ee310>\n--------------------- >> end captured logging << ---------------------'