Mailing-Lists upgrade
by Marc Dequènes (Duck)
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--IfGqXrbgT9wNNdIsvS8kI8WdhEQHlgkiq
Content-Type: multipart/mixed; boundary="AUFHCWPQQknM84fF2kF4uGjIv4blC9bMv";
protected-headers="v1"
From: =?UTF-8?B?TWFyYyBEZXF1w6huZXMgKER1Y2sp?= <duck(a)redhat.com>
To: oVirt Infra <infra(a)ovirt.org>, users <users(a)ovirt.org>,
devel <devel(a)ovirt.org>
Message-ID: <c5c71fce-0290-e97a-ddd0-eab0e6fccea4(a)redhat.com>
Subject: Mailing-Lists upgrade
--AUFHCWPQQknM84fF2kF4uGjIv4blC9bMv
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable
Quack,
On behalf of the oVirt infra team, I'd like to announce the current
Mailing-Lists system is going to be upgraded to a brand new Mailman 3
installation on Monday during the slot 11:00-12:00 JST.
It should not take a full hour to migrate as we already made incremental
synchronization with the current system but better keep some margin. The
system will then take over delivery of the mails but might be a bit slow
at first as it needs to reindex all the archived mails (which might take
a few hours).
To manage your subscriptions and delivery settings you can do this
easily on the much nicer web interface (https://lists.ovirt.org). There
is a notion of account so you don't need to login separately for each ML.=
You can Sign In using Fedora, GitHub or Google or create a local account
if you prefer. Please keep in mind signing in with a different method
would create separate accounts (which cannot be merged at the moment).
But you can easily link your account to other authentication methods in
your settings (click on you name in the up-right corner -> Account ->
Account Connections).
As for the original mail archives, because the previous system did not
have stable URLs, we cannot create mappings to the new pages. We decided
to keep the old archives around on the same URL (/pipermail), so the
Internet links would still work fine.
Hope you'd be happy with the new system.
\_o<
--AUFHCWPQQknM84fF2kF4uGjIv4blC9bMv--
--IfGqXrbgT9wNNdIsvS8kI8WdhEQHlgkiq
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEcpcqg+UmRT3yiF+BVen596wcRD8FAlmwx0MACgkQVen596wc
RD9LTQ/+LtUncsq9K8D/LX8wqUTd6VyPwAD5UnAk5c3H/2tmyVA0u7FIfhEyPsXs
Z//LE9FEneTDqDVRi1Dw9I54K0ZwxPBemi71dXfwgBI7Ay0ezkbLWrA168Mt9spE
tHAODEuxPt2to2aqaS4ujogrkp/gvEP8ILoxPEqoTPCJ/eDTPAu/I1a2JzjMPK3n
2BBS6D8z0TLAf7w1n72TsgX2QzJW57ig/0HELyjvat2/K8V3HSrkwiKlsdULQDWe
zB+aMde7r6UoyVKHqlu4asTl2tU/lGZ+e31Hd9Bnx1/oZOJdzslGOhEo9Qoz6763
AHWU9LKiK4NtxYHj2UQTWhndr8PiTtTmR73eIDmkb0cuRXxzjl9VQbwYJ0Kbrmfp
attTqpc2CnEojTNXUUNSmNxotZoYXZiX8ZvjPfSgRVr15TUYujzlOfG+lUynbQMV
9rQ9/m58wgwYUymMpOIsRGaIcAKzjm+WpuuVnO+bS2AfmcBkGMQRoIhfV+3SkS8q
kT9cDXgcDZOzVFcnZZB4EjbycMcPgZDcoHxU88VdYH+jFJYvvb21esgswVF/wJ2Z
uEI/chp4+ADaQhl8ehZNWMSZq125v6SeirPhBNgLG7zFVZI1S9Tm/6qFmH+ajQY7
nCk1X9HZlB1ubex1X+HibRz9QKOilkMgkADyJ4yMDckwYj93sx0=
=l6uN
-----END PGP SIGNATURE-----
--IfGqXrbgT9wNNdIsvS8kI8WdhEQHlgkiq--
6 years, 7 months
Adding s390 support to oVirt
by Viktor Mihajlovski
Hi,
as a heads up: I'd like to contribute some basic support for the s390
architecture to oVirt. For that purpose I'll post some patches to
gerrit, mostly for the following repositories: VDSM,
ovirt-engine-api-model and ovirt-engine. There might be some collateral
patches that need to go into ovirt-host[-deploy] since not all of the
pre-requisite RPMs are available on s390, but this probably needs a
separate discussion.
I've started to hang out on the #ovirt OFTC channel, feel free to ping
me if you have questions related to s390. Thanks!
--
Mit freundlichen Grüßen/Kind Regards
Viktor Mihajlovski
6 years, 11 months
oVirt CI now supports Fedora 27 and Fedora Rawhide
by Barak Korren
Over the TLV shut-down we took the time to add support for using Fedora 27
as well as Fedora Rawhide in the oVirt CI system.
To use Fedora 27 just use 'fc27' as you would for other Fedora versions in
the CI YAML files and/or file extensions in the 'automation/' directory.
Using Fedora rawhide is similar, you just use 'fcraw' to refer to it.
--
Barak Korren
RHV DevOps team , RHCE, RHCi
Red Hat EMEA
redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
6 years, 12 months
Code owners configuration for GitHub projects
by Martin Sivak
Hi,
I recently noticed GitHub enabled a feature that allows specifying
code owners for different pieces of code:
https://github.com/blog/2392-introducing-code-owners
It should supposedly automatically add the proper reviewers to patches.
We have similar feature enabled in Gerrit and it might make sense for
our GitHub specific projects to do the same. (It might even make sense
to follow the same format in Gerrit)
Martin Sivak
7 years
[ANN] oVirt 4.2.0 First Beta Release is now available for testing
by Sandro Bonazzola
The oVirt Project is pleased to announce the availability of the First Beta
Release of oVirt 4.2.0, as of October 31st, 2017
This is pre-release software. This pre-release should not to be used in
production.
Please take a look at our community page[1] to learn how to ask questions
and interact with developers and users.
All issues or bugs should be reported via oVirt Bugzilla[2].
This update is the first beta release of the 4.2.0 version. This release
brings more than 230 enhancements and more than one thousand bug fixes,
including more than 380 high or urgent severity fixes, on top of oVirt 4.1
series.
What's new in oVirt 4.2.0?
-
The Administration Portal has been completely redesigned using
Patternfly, a widely adopted standard in web application design. It now
features a cleaner, more intuitive design, for an improved user experience.
-
There is an all-new VM Portal for non-admin users.
-
A new High Performance virtual machine type has been added to the New VM
dialog box in the Administration Portal.
-
Open Virtual Network (OVN) adds support for Open vSwitch software
defined networking (SDN).
-
oVirt now supports Nvidia vGPU.
-
The ovirt-ansible-roles package helps users with common administration
tasks.
-
Virt-v2v now supports Debian/Ubuntu based VMs.
For more information about these and other features, check out the oVirt
4.2.0 blog post <https://ovirt.org/blog/2017/09/introducing-ovirt-4.2.0/>.
This release is available now on x86_64 architecture for:
* Red Hat Enterprise Linux 7.4 or later
* CentOS Linux (or similar) 7.4 or later
This release supports Hypervisor Hosts on x86_64 and ppc64le architectures
for:
* Red Hat Enterprise Linux 7.4 or later
* CentOS Linux (or similar) 7.4 or later
* oVirt Node 4.2 (available for x86_64 only)
See the release notes draft [3] for installation / upgrade instructions and
a list of new features and bugs fixed.
Notes:
- oVirt Appliance is already available.
- An async release of oVirt Node will follow soon.
Additional Resources:
* Read more about the oVirt 4.2.0 release highlights:
http://www.ovirt.org/release/4.2.0/
* Get more oVirt project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog:
http://www.ovirt.org/blog/
[1] https://www.ovirt.org/community/
[2] https://bugzilla.redhat.com/enter_bug.cgi?classification=oVirt
[3] http://www.ovirt.org/release/4.2.0/
[4] http://resources.ovirt.org/pub/ovirt-4.2-pre/iso/
--
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>
<http://www.teraplan.it/redhat-osd-2017/>
7 years
[oVirt 4.2 Localization Question #6] Misplaced double quotes?
by Yuko Katabami
Hello oVirt developers.
My next question is as follows;
*File: *UIConstants
*Resource IDs: *highPerformancePopupRecommendationMsgForKsmPart1
highPerformancePopupRecommendationMsgForKsmPart2
*Strings: *
KERNEL SAME PAGE MERGING (KSM):
Please disable KSM by disabling it for the Cluster: "
". This can be done by editing the Cluster and disabling the "Enable KSM"
field.
*Question:* There is something wrong with the usage of double quotes in
those two strings. Could I remove it from the end of the first string, and
the beginning of the second string (as well as the period)?
Thank you,
Yuko
7 years
[ OST Failure Report ] [ oVirt 4.1] [ 31 Oct 2017 ] [ 002_bootstrap.add_dc ]
by Dafna Ron
This is a multi-part message in MIME format.
--------------C919754174FE6754A6E941D5
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Hi,
we had a failure in 002_bootstrap.add_dc in ovirt 4.1.
I think that it's a dependency packaging issue for ruby-gem with the
ovirt-host packages.
**
*Link to suspected patches: https://gerrit.ovirt.org/#/c/83403/1*
**
*
Link to Job:
*
http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227
**
*Link to all logs:*
*
*http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227/testReport/junit/(root)/002_bootstrap/add_dc/*
*
*
*http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227/artifact/exported-artifacts/basic-suit-4.1-el7/test_logs/basic-suite-4.1/post-002_bootstrap.py/lago_logs/lago.log*
**
*http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227/artifact/ *
*
*
(Relevant) error snippet from the log:
**
<error>
*from the test:
Error: The response content type 'text/html; charset=UTF-8' isn't the expected JSON
looking at the logs:
---> Package ruby-irb.noarch 0:2.0.0.648-30.el7 will be installed
---> Package rubygem-json.x86_64 0:1.7.7-30.el7 will be installed
--> Finished Dependency Resolution
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
2017-10-31 11:18:16,122::ssh.py::ssh::96::lago.ssh::DEBUG::Command 2fed0ea0 on lago-basic-suite-4-1-host-0 errors:
Error: Package: ovirt-host-4.2.0-0.0.master.20171019135233.git1921fc6.el7.centos.noarch (alocalsync)
Requires: vdsm-client >= 4.20.0
Available: vdsm-client-4.19.35-2.gitc1d5a55.el7.centos.noarch (alocalsync)
vdsm-client = 4.19.35-2.gitc1d5a55.el7.centos
Error: Package: ovirt-host-4.2.0-0.0.master.20171019135233.git1921fc6.el7.centos.noarch (alocalsync)
Requires: vdsm >= 4.20.0
Available: vdsm-4.19.35-2.gitc1d5a55.el7.centos.x86_64 (alocalsync)
vdsm = 4.19.35-2.gitc1d5a55.el7.centos
**
*</error>*
**
--------------C919754174FE6754A6E941D5
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi, <br>
</p>
<p>we had a failure in 002_bootstrap.add_dc in ovirt 4.1. <br>
</p>
<p>I think that it's a dependency packaging issue for ruby-gem with
the ovirt-host packages. <br>
</p>
<p><b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-7246-dc32-8f4a-e8b8e6fd2969">
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">Link to suspected patches: <a class="moz-txt-link-freetext" href="https://gerrit.ovirt.org/#/c/83403/1">https://gerrit.ovirt.org/#/c/83403/1</a></span></p>
</b><br>
<b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-7246-dc32-8f4a-e8b8e6fd2969">
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">Link to Job:</span></p>
</b></p>
<p><a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227">http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227</a></p>
<p><br>
<b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-7246-dc32-8f4a-e8b8e6fd2969">
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">Link to all logs:</span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">
</span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"><b><a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227/testRepor...">http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227/testRepor...</a></b></span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"></span></p>
</b><br>
<b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-7246-dc32-8f4a-e8b8e6fd2969">
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"></span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"><b><a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227/artifact/...">http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227/artifact/...</a></b></span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"><b>
</b></span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"><b><a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227/artifact/">http://jenkins.ovirt.org/job/ovirt-4.1_change-queue-tester/1227/artifact/</a>
</b></span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"></span></p>
</b><br>
<b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-7246-dc32-8f4a-e8b8e6fd2969">
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"></span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">(Relevant) error snippet from the log: </span></p>
</b><b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-7246-dc32-8f4a-e8b8e6fd2969">
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"><error></span></p>
<br>
</b>from the test: <br>
</p>
<pre style="box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: rgb(51, 51, 51); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">Error: The response content type 'text/html; charset=UTF-8' isn't the expected JSON
looking at the logs:
</pre>
<pre style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">---> Package ruby-irb.noarch 0:2.0.0.648-30.el7 will be installed
---> Package rubygem-json.x86_64 0:1.7.7-30.el7 will be installed
--> Finished Dependency Resolution
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
2017-10-31 11:18:16,122::ssh.py::<a class="moz-txt-link-freetext" href="ssh::96::lago.ssh::DEBUG::Command">ssh::96::lago.ssh::DEBUG::Command</a> 2fed0ea0 on lago-basic-suite-4-1-host-0 errors:
Error: Package: ovirt-host-4.2.0-0.0.master.20171019135233.git1921fc6.el7.centos.noarch (alocalsync)
Requires: vdsm-client >= 4.20.0
Available: vdsm-client-4.19.35-2.gitc1d5a55.el7.centos.noarch (alocalsync)
vdsm-client = 4.19.35-2.gitc1d5a55.el7.centos
Error: Package: ovirt-host-4.2.0-0.0.master.20171019135233.git1921fc6.el7.centos.noarch (alocalsync)
Requires: vdsm >= 4.20.0
Available: vdsm-4.19.35-2.gitc1d5a55.el7.centos.x86_64 (alocalsync)
vdsm = 4.19.35-2.gitc1d5a55.el7.centos</pre>
<p><b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-7246-dc32-8f4a-e8b8e6fd2969">
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"></error></span></p>
</b><br class="Apple-interchange-newline">
</p>
</body>
</html>
--------------C919754174FE6754A6E941D5--
7 years
changeq failure due to vdsm build
by Dafna Ron
This is a multi-part message in MIME format.
--------------A119455983AC5C6EEC118AAF
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Hi,
I am seeing a failure in CQ (see below).
this is because of failed job:
ovirt-hosted-engine-ha_master_build-artifacts-fc26-x86_64 (28) failed building
And this job seemed to have failed due to a packaging issue:
http://jenkins.ovirt.org/job/ovirt-hosted-engine-ha_master_build-artifact...
*11:43:08* Error: Package: ovirt-imageio-daemon-1.2.0-0.201710301042.git86ff585.fc26.noarch (ovirt-master-snapshot)
*11:43:08* Requires: ovirt-imageio-common = 1.2.0-0.201710301042.git86ff585.fc26
*11:43:08* Available: ovirt-imageio-common-1.2.0-0.201710261209.git0014861.fc26.noarch (ovirt-master-snapshot)
*11:43:08* ovirt-imageio-common = 1.2.0-0.201710261209.git0014861.fc26
*11:43:08* Available: ovirt-imageio-common-1.2.0-0.201710290856.gitc099060.fc26.noarch (ovirt-master-snapshot)
*11:43:08* ovirt-imageio-common = 1.2.0-0.201710290856.gitc099060.fc26
*11:43:08* Installing: ovirt-imageio-common-1.2.0-0.201710301041.git86ff585.fc26.noarch (ovirt-master-snapshot)
*11:43:08* ovirt-imageio-common = 1.2.0-0.201710301041.git86ff585.fc26
*11:43:08* You could try using --skip-broken to work around the problem
*11:43:08* You could try running: rpm -Va --nofiles --nodigest
*11:43:08* Took 21 seconds
Thanks,
Dafna
-------- Forwarded Message --------
Subject: [CQ]: 83278, 1 (ovirt-hosted-engine-ha) failed "ovirt-master"
system tests
Date: Tue, 31 Oct 2017 14:22:24 +0000 (UTC)
From: oVirt Jenkins <jenkins(a)ovirt.org>
To: infra(a)ovirt.org
Change 83278,1 (ovirt-hosted-engine-ha) is probably the reason behind recent
system test failures in the "ovirt-master" change queue and needs to be fixed.
This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.
For further details about the change see:
https://gerrit.ovirt.org/#/c/83278/1
For failed test results see:
http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/3557/
_______________________________________________
Infra mailing list
Infra(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra
--------------A119455983AC5C6EEC118AAF
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi, <br>
</p>
<p>I am seeing a failure in CQ (see below). <br>
</p>
<p>this is because of failed job: <br>
</p>
<pre class="console-output" style="box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: rgb(51, 51, 51); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">ovirt-hosted-engine-ha_master_build-artifacts-fc26-x86_64 (28) failed building</pre>
<br>
And this job seemed to have failed due to a packaging issue: <br>
<br>
<a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/ovirt-hosted-engine-ha_master_build-artifact...">http://jenkins.ovirt.org/job/ovirt-hosted-engine-ha_master_build-artifact...</a><br>
<br>
<br>
<pre class="console-output" style="box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: rgb(51, 51, 51); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"><span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span>Error: Package: ovirt-imageio-daemon-1.2.0-0.201710301042.git86ff585.fc26.noarch (ovirt-master-snapshot)
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span> Requires: ovirt-imageio-common = 1.2.0-0.201710301042.git86ff585.fc26
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span> Available: ovirt-imageio-common-1.2.0-0.201710261209.git0014861.fc26.noarch (ovirt-master-snapshot)
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span> ovirt-imageio-common = 1.2.0-0.201710261209.git0014861.fc26
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span> Available: ovirt-imageio-common-1.2.0-0.201710290856.gitc099060.fc26.noarch (ovirt-master-snapshot)
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span> ovirt-imageio-common = 1.2.0-0.201710290856.gitc099060.fc26
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span> Installing: ovirt-imageio-common-1.2.0-0.201710301041.git86ff585.fc26.noarch (ovirt-master-snapshot)
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span> ovirt-imageio-common = 1.2.0-0.201710301041.git86ff585.fc26
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span> You could try using --skip-broken to work around the problem
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span> You could try running: rpm -Va --nofiles --nodigest
<span class="timestamp" style="box-sizing: border-box;"><b style="box-sizing: border-box;">11:43:08</b> </span>Took 21 seconds</pre>
<p><br>
</p>
<p>Thanks, <br>
</p>
<p>Dafna</p>
<p><br>
</p>
<div class="moz-forward-container"><br>
<br>
-------- Forwarded Message --------
<table class="moz-email-headers-table" border="0" cellspacing="0"
cellpadding="0">
<tbody>
<tr>
<th valign="BASELINE" align="RIGHT" nowrap="nowrap">Subject:
</th>
<td>[CQ]: 83278, 1 (ovirt-hosted-engine-ha) failed
"ovirt-master" system tests</td>
</tr>
<tr>
<th valign="BASELINE" align="RIGHT" nowrap="nowrap">Date: </th>
<td>Tue, 31 Oct 2017 14:22:24 +0000 (UTC)</td>
</tr>
<tr>
<th valign="BASELINE" align="RIGHT" nowrap="nowrap">From: </th>
<td>oVirt Jenkins <a class="moz-txt-link-rfc2396E" href="mailto:jenkins@ovirt.org"><jenkins(a)ovirt.org></a></td>
</tr>
<tr>
<th valign="BASELINE" align="RIGHT" nowrap="nowrap">To: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:infra@ovirt.org">infra(a)ovirt.org</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<pre>Change 83278,1 (ovirt-hosted-engine-ha) is probably the reason behind recent
system test failures in the "ovirt-master" change queue and needs to be fixed.
This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.
For further details about the change see:
<a class="moz-txt-link-freetext" href="https://gerrit.ovirt.org/#/c/83278/1">https://gerrit.ovirt.org/#/c/83278/1</a>
For failed test results see:
<a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/3557/">http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/3557/</a>
_______________________________________________
Infra mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Infra@ovirt.org">Infra(a)ovirt.org</a>
<a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/infra">http://lists.ovirt.org/mailman/listinfo/infra</a>
</pre>
</div>
</body>
</html>
--------------A119455983AC5C6EEC118AAF--
7 years