[ https://ovirt-jira.atlassian.net/browse/OVIRT-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35733#comment-35733 ]

Nir Soffer commented on OVIRT-1873:

With the tested repo, the build fails with:

00:00:40.184 http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fcraw/repodata/repomd.xml: [Errno 14] HTTP Error 404 – Not Found

We don't have fcraw, we have fc28: http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc28/

And you can find ovirt-imageio-common there: http://resources.ovirt.org/repos/ovirt/tested/master/rpm/fc28/noarch/ovirt-imageio-common-1.2.0-1.fc28.noarch.rpm

I think we have several issues:

So we need to:

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/consoleFull http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/97/consoleFull http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/96/consoleFull 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)