<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=35734#comment-35734 ]</pre>
<h3>Nir Soffer commented on OVIRT-1873:</h3>
<p>I fix the missing ovirt-imageio-common package, see: <a href="https://gerrit.ovirt.org/#/c/87034/">https://gerrit.ovirt.org/#/c/87034/</a></p>
<p>But now it fails with mom: nothing provides mom &gt;= 0.5.8 needed by vdsm-4.20.17-29.git89eb77538.fc28.x86_64</p>
<p>We are not ready yet for fcraw. I disabled the job again, will give us more time until jenkins configuration changes.</p>
<p>On Thu, Feb 1, 2018 at 6:22 PM Nir Soffer &lt;nsoffer@redhat.com&gt; wrote:</p>
<blockquote><p>We require the package:</p>
<p>$ grep ovirt-imageio-common automation/check-patch.packages.fcraw ovirt-imageio-common</p>
<p>Here are few failing builds, we have more:</p>
<p><a href="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/95/consoleFull</a></p>
<p><a href="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/97/consoleFull</a></p>
<p><a href="http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/96/consoleFull">http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/96/consoleFull</a></p>
<p><strong>00:03:25.311</strong> =================================== FAILURES ===================================*00:03:25.311* <em>______________________</em>_ test_import[vdsm.kvm2ovirt] __________________________*00:03:25.312* <strong>00:03:25.312</strong> name = 'vdsm.kvm2ovirt'*00:03:25.312* <strong>00:03:25.312</strong>     @pytest.mark.parametrize(&quot;name&quot;, find_modules())*00:03:25.312*     def test_import(name):*00:03:25.313*         try:*00:03:25.313* &gt;           importlib.import_module(name)*00:03:25.313* <strong>00:03:25.313</strong> check_imports.py:61: <strong>00:03:25.313</strong> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <strong>00:03:25.314</strong> /usr/lib64/python2.7/importlib/__init__.py:37: in import_module*00:03:25.314*     __import__(name)*00:03:25.314* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <strong>00:03:25.315</strong> <strong>00:03:25.315</strong>     from <em>_future</em>_ import absolute_import*00:03:25.315*     <strong>00:03:25.315</strong>     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*     <strong>00:03:25.316</strong> &gt;   from ovirt_imageio_common import directio*00:03:25.316* E   ImportError: No module named ovirt_imageio_common*00:03:25.316* <strong>00:03:25.316</strong> ../lib/vdsm/kvm2ovirt.py:28: ImportError*00:03:25.317* ========== 1 failed, 376 passed, 1 skipped, 1 xfailed in 3.25 seconds ==========</p>
<h3>Vdsm fcraw builds fail because ovirt-imageio-common is not installed</h3>
<pre>     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</pre>
<p>We require the package: $ grep ovirt-imageio-common automation/check-patch.packages.fcraw ovirt-imageio-common Here are few failing builds, we have more: <a href="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/95/consoleFull</a> <a href="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/97/consoleFull</a> <a href="http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/96/consoleFull">http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/96/consoleFull</a> <strong>00:03:25.311</strong> =================================== FAILURES ===================================*00:03:25.311* <em>______________________</em>_ test_import[vdsm.kvm2ovirt] __________________________*00:03:25.312* <strong>00:03:25.312</strong> name = 'vdsm.kvm2ovirt'*00:03:25.312* <strong>00:03:25.312</strong> @pytest.mark.parametrize(&quot;name&quot;, find_modules())*00:03:25.312*     def test_import(name):*00:03:25.313*         try:*00:03:25.313* &gt;</p>
<pre>importlib.import_module(name)*00:03:25.313* *00:03:25.313*</pre>
<p>check_imports.py:61: <strong>00:03:25.313</strong> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <strong>00:03:25.314</strong> /usr/lib64/python2.7/importlib/__init__.py:37: in import_module*00:03:25.314*     __import__(name)*00:03:25.314* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <strong>00:03:25.315</strong> <strong>00:03:25.315</strong>     from <em>_future</em>_ import absolute_import*00:03:25.315*     <strong>00:03:25.315</strong>     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* <strong>00:03:25.316</strong> &gt;   from ovirt_imageio_common import directio*00:03:25.316* E   ImportError: No module named ovirt_imageio_common*00:03:25.316* <strong>00:03:25.316</strong> ../lib/vdsm/kvm2ovirt.py:28: ImportError*00:03:25.317* ========== 1 failed, 376 passed, 1 skipped, 1 xfailed in 3.25 seconds ==========</p></blockquote>
<p>&mdash; This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100078)</p>

<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BJ33BSM3tuiUfRTk64K-2BOjFAZhmI8w9nM-2BdGzmmyOFXchnmOCQ8S8hQYGSkr1AwoDSfieDls3eG72DMhMKm7eygrNqK1oWksHtpBO0j6KIs27c3yt25utiR-2F0TU6TZ5F6va5dtvm79N-2BTqiRVwmbbmkklC74XY-2FNxDvFPVv6ULhfnD1a-2FRqDX2F6-2Bpcu6T6cT1KFVT-2BjgC-2Fp7KHlgQpBhxmmjSLAZFIafh15GOnyG6nq-2Bv6QKlyBXj82mQnHzpPL3hC9EBm78UP8X9QCGKaJsxVA0V5CHeKgVjgnjZafsU587GOLJRjbJn8n7EZ-2FQOcrFFdOEpvGFWwyRn8YlJN-2FFjIbaBvCiMfdz6csShZeTfut-2B7I8UG9BjFZPULD1K68KnV0XrrqYEWWlcRQn-2BkSBvzQ42B0S7EGFnFBUpNJPI1HH" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>