[oVirt Jenkins] ovirt-appliance_ovirt-4.2-snapshot_build-artifacts-el7-x86_64 - Build # 151 - Failure!
by jenkins@jenkins.phx.ovirt.org
------=_Part_441_1359819724.1517368692698
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Project: http://jenkins.ovirt.org/job/ovirt-appliance_ovirt-4.2-snapshot_build-art...
Build: http://jenkins.ovirt.org/job/ovirt-appliance_ovirt-4.2-snapshot_build-art...
Build Number: 151
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #151
[Sandro Bonazzola] copy-create-job: drop EOLed Fedoras
[Dafna Ron] otopi - dropping fc24
[Dafna Ron] ovirt-hosted-engine-setup - dropping fc24
[Daniel Belenky] Mock runner to search full script path
[Sandro Bonazzola] otopi: 4.2 and latest fedora
[Sandro Bonazzola] ovirt-hosted-engine-setup: 4.2 and new Fedoras
[Sandro Bonazzola] ovirt-live: drop project
[Daniel Belenky] Introduce Gerrit pipelines
[Martin Perina] ovirt-engine-extensions: Add 4.2 jobs for all engine extensions
[Dafna Ron] ovirt-release - dropping fc24
[Sandro Bonazzola] ovirt-hosted-engine-setup: re-add fc27 to 4.2
[Sandro Bonazzola] ovirt-release: re-align
[Dafna Ron] ovirt-setup-lib - dropping fc24
[Sandro Bonazzola] ovirt-setup-lib: re-align
[Dafna Ron] ovirt-iso-uploader - dropping fc24
[Sandro Bonazzola] ovirt-iso-uploader: re-align
[Dafna Ron] ovirt-guest-agent - dropping fc24
[Yuval Turgeman] Resolve network issues in kickstart
-----------------
Failed Tests:
-----------------
No tests ran.
------=_Part_441_1359819724.1517368692698--
6 years, 9 months
[JIRA] (OVIRT-1873) Vdsm fcraw builds fail because ovirt-imageio-common is not installed
by Nir Soffer (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1873?page=com.atlassian.jir... ]
Nir Soffer commented on OVIRT-1873:
-----------------------------------
I fix the missing ovirt-imageio-common package, see:
https://gerrit.ovirt.org/#/c/87034/
But now it fails with mom:
nothing provides mom >= 0.5.8 needed by
vdsm-4.20.17-29.git89eb77538.fc28.x86_64
We are not ready yet for fcraw.
I disabled the job again, will give us more time until jenkins
configuration changes.
On Thu, Feb 1, 2018 at 6:22 PM Nir Soffer <nsoffer(a)redhat.com> wrote:
> We require the package:
>
> $ grep ovirt-imageio-common automation/check-patch.packages.fcraw
> ovirt-imageio-common
>
> Here are few failing builds, we have more:
>
>
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/95/cons...
>
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/97/cons...
>
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/96/cons...
>
> *00:03:25.311* =================================== FAILURES ===================================*00:03:25.311* _________________________ test_import[vdsm.kvm2ovirt] __________________________*00:03:25.312* *00:03:25.312* name = 'vdsm.kvm2ovirt'*00:03:25.312* *00:03:25.312* @pytest.mark.parametrize("name", find_modules())*00:03:25.312* def test_import(name):*00:03:25.313* try:*00:03:25.313* > importlib.import_module(name)*00:03:25.313* *00:03:25.313* check_imports.py:61: *00:03:25.313* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:03:25.314* /usr/lib64/python2.7/importlib/__init__.py:37: in import_module*00:03:25.314* __import__(name)*00:03:25.314* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:03:25.315* *00:03:25.315* from __future__ import absolute_import*00:03:25.315* *00:03:25.315* import argparse*00:03:25.315* from contextlib import contextmanager*00:03:25.315* import itertools*00:03:25.315* import sys*00:03:25.316* import threading*00:03:25.316* *00:03:25.316* > from ovirt_imageio_common import directio*00:03:25.316* E ImportError: No module named ovirt_imageio_common*00:03:25.316* *00:03:25.316* ../lib/vdsm/kvm2ovirt.py:28: ImportError*00:03:25.317* ========== 1 failed, 376 passed, 1 skipped, 1 xfailed in 3.25 seconds ==========
>
>
>
>
> Vdsm fcraw builds fail because ovirt-imageio-common is not installed
> --------------------------------------------------------------------
>
> Key: OVIRT-1873
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1873
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Nir Soffer
> Assignee: infra
>
> We require the package:
> $ grep ovirt-imageio-common automation/check-patch.packages.fcraw
> ovirt-imageio-common
> Here are few failing builds, we have more:
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/95/cons...
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/97/cons...
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/96/cons...
> *00:03:25.311* =================================== FAILURES
> ===================================*00:03:25.311*
> _________________________ test_import[vdsm.kvm2ovirt]
> __________________________*00:03:25.312* *00:03:25.312* name =
> 'vdsm.kvm2ovirt'*00:03:25.312* *00:03:25.312*
> @pytest.mark.parametrize("name", find_modules())*00:03:25.312* def
> test_import(name):*00:03:25.313* try:*00:03:25.313* >
> importlib.import_module(name)*00:03:25.313* *00:03:25.313*
> check_imports.py:61: *00:03:25.313* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:03:25.314*
> /usr/lib64/python2.7/importlib/__init__.py:37: in
> import_module*00:03:25.314* __import__(name)*00:03:25.314* _ _ _ _
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _ *00:03:25.315* *00:03:25.315* from __future__ import
> absolute_import*00:03:25.315* *00:03:25.315* import
> argparse*00:03:25.315* from contextlib import
> contextmanager*00:03:25.315* import itertools*00:03:25.315*
> import sys*00:03:25.316* import threading*00:03:25.316*
> *00:03:25.316* > from ovirt_imageio_common import
> directio*00:03:25.316* E ImportError: No module named
> ovirt_imageio_common*00:03:25.316* *00:03:25.316*
> ../lib/vdsm/kvm2ovirt.py:28: ImportError*00:03:25.317* ========== 1
> failed, 376 passed, 1 skipped, 1 xfailed in 3.25 seconds ==========
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100078)
6 years, 9 months