[JIRA] (OVIRT-1497) mirroring of upstream repos may be broken
by eedri (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1497?page=com.atlassian.jir... ]
eedri commented on OVIRT-1497:
------------------------------
I'm pretty sure check-patch isn't using mirrors yet, so the problem isn't there. [1]
It seems that we keep hitting issues originating from the centos ops tools testing repo, I suggest we'll remove it until we can find away to consume the release repo, or some other way to verify it before it hits OST.
The amount of errors and issues we hit weekly due to repo closure is not realistic and doesn't justify the test itself IMO or the stability of OST and ease to test patches.
[1] https://ovirt-jira.atlassian.net/browse/OST-33
> mirroring of upstream repos may be broken
> -----------------------------------------
>
> Key: OVIRT-1497
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1497
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: sbonazzo
> Assignee: infra
>
> Hi,
> just got into
> package: 1:libuv-static-1.8.0-1.el7.x86_64 from internal_repo
> unresolved deps:
> libuv-devel = 1:1.8.0-1.el7
> within
> http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x8...
> I'm now trying to figure out where this package comes from.
> It's not in ovirt-master-snapshot-static.
> I've found it on our internal mirror:
> $ ssh mirrors.phx.ovirt.org
> $ cd /var/www/html/repos/yum
> $ find . -name "libuv*el7*"
> ./centos-opstools-testing-el7/base/common/libuv-1.8.0-1.el7.x86_64.rpm
> ./centos-opstools-testing-el7/base/common/libuv-devel-1.8.0-1.el7.x86_64.rpm
> ./centos-opstools-testing-el7/base/common/libuv-static-1.8.0-1.el7.x86_64.rpm
> ./centos-opstools-testing-el7/base/common/libuv-0.10.34-2.el7.x86_64.rpm
> ./centos-opstools-testing-el7/base/common/libuv-devel-0.10.34-2.el7.x86_64.rpm
> ./centos-opstools-testing-el7/base/common/libuv-static-0.10.34-2.el7.x86_64.rpm
> ./epel-el7/base/l/libuv-1.10.2-1.el7.x86_64.rpm
> ./epel-el7/base/l/libuv-devel-1.10.2-1.el7.x86_64.rpm
> ./epel-el7/base/l/libuv-static-1.10.2-1.el7.x86_64.rpm
> So looks like it comes from here. But the CentOS test repo has no such
> package.
> https://buildlogs.centos.org/centos/7/opstools/x86_64/common/
> has
> libuv-0.10.34-2.el7.x86_64.rpm 2015-12-23 01:51 60K
> libuv-devel-0.10.34-2.el7.x86_64.rpm 2015-12-23 01:51 40K
> libuv-static-0.10.34-2.el7.x86_64.rpm 2015-12-23 01:51 59K
> which is also a mistake since that package is not tagged to be there:
> http://cbs.centos.org/koji/buildinfo?buildID=8182
> and isn't in
> https://cbs.centos.org/repos/opstools7-common-testing/x86_64/os/
> (already reported to centos people)
> Are we not syncing mirrors but just appending stuff?
> --
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D
> Red Hat EMEA <https://www.redhat.com/>
> <https://red.ht/sig>
> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
--
This message was sent by Atlassian JIRA
(v1000.1092.1#100053)
7 years, 4 months
[oVirt Jenkins] ovirt_4.1_hc-system-tests - Build # 121 - Failure!
by jenkins@jenkins.phx.ovirt.org
------=_Part_37_1406022858.1498793848501
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Project: http://jenkins.ovirt.org/job/ovirt_4.1_hc-system-tests/
Build: http://jenkins.ovirt.org/job/ovirt_4.1_hc-system-tests/121/
Build Number: 121
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #121
[Shlomi Ben-David] Added host details to sso alternate engine fqdns
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.add_hosts
Error Message:
Host lago-hc-basic-suite-4-1-host1 failed to install
-------------------- >> begin captured logging << --------------------
ovirtlago.testlib: ERROR: * Unhandled exception in <function _host_is_up at 0x4a30c08>
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 217, in assert_equals_within
res = func()
File "/home/jenkins/workspace/ovirt_4.1_hc-system-tests/ovirt-system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line 150, in _host_is_up
raise RuntimeError('Host %s failed to install' % host.name())
RuntimeError: Host lago-hc-basic-suite-4-1-host1 failed to install
--------------------- >> 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_4.1_hc-system-tests/ovirt-system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line 163, in add_hosts
testlib.assert_true_within(_host_is_up, timeout=15 * 60)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 256, in assert_true_within
assert_equals_within(func, True, timeout, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 217, in assert_equals_within
res = func()
File "/home/jenkins/workspace/ovirt_4.1_hc-system-tests/ovirt-system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line 150, in _host_is_up
raise RuntimeError('Host %s failed to install' % host.name())
Host lago-hc-basic-suite-4-1-host1 failed to install
-------------------- >> begin captured logging << --------------------
ovirtlago.testlib: ERROR: * Unhandled exception in <function _host_is_up at 0x4a30c08>
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 217, in assert_equals_within
res = func()
File "/home/jenkins/workspace/ovirt_4.1_hc-system-tests/ovirt-system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line 150, in _host_is_up
raise RuntimeError('Host %s failed to install' % host.name())
RuntimeError: Host lago-hc-basic-suite-4-1-host1 failed to install
--------------------- >> end captured logging << ---------------------
------=_Part_37_1406022858.1498793848501--
7 years, 4 months