<div dir="ltr">The first error is here:<div><br></div><div><br></div><div><pre class="gmail-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:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial"><span class="gmail-timestamp" style="box-sizing:border-box"><b style="box-sizing:border-box">13:25:37</b> </span>[ INFO  ] TASK [Wait for the engine to come up on the target VM]
<span class="gmail-timestamp" style="box-sizing:border-box"><b style="box-sizing:border-box">13:37:01</b> </span>[ ERROR ] fatal: [localhost]: FAILED! =&gt; {&quot;attempts&quot;: 120, &quot;changed&quot;: true, &quot;cmd&quot;: [&quot;hosted-engine&quot;, &quot;--vm-status&quot;, &quot;--json&quot;], &quot;delta&quot;: &quot;0:00:00.316574&quot;, &quot;end&quot;: &quot;2018-04-05 09:37:00.826888&quot;, &quot;rc&quot;: 0, &quot;start&quot;: &quot;2018-04-05 09:37:00.510314&quot;, &quot;stderr&quot;: &quot;&quot;, &quot;stderr_lines&quot;: [], &quot;stdout&quot;: &quot;{\&quot;1\&quot;: {\&quot;conf_on_shared_storage\&quot;: true, \&quot;live-data\&quot;: true, \&quot;extra\&quot;: \&quot;metadata_parse_version=1\\nmetadata_feature_version=1\\ntimestamp=1838 (Thu Apr  5 09:36:51 2018)\\nhost-id=1\\nscore=0\\nvm_conf_refresh_time=1838 (Thu Apr  5 09:36:51 2018)\\nconf_on_shared_storage=True\\nmaintenance=False\\nstate=EngineUnexpectedlyDown\\nstopped=False\\ntimeout=Wed Dec 31 19:31:35 1969\\n\&quot;, \&quot;hostname\&quot;: \&quot;lago-he-basic-ansible-suite-master-host0\&quot;, \&quot;host-id\&quot;: 1, \&quot;engine-status\&quot;: {\&quot;reason\&quot;: \&quot;bad vm status\&quot;, \&quot;health\&quot;: \&quot;bad\&quot;, \&quot;vm\&quot;: \&quot;down_unexpected\&quot;, \&quot;detail\&quot;: \&quot;Down\&quot;}, \&quot;score\&quot;: 0, \&quot;stopped\&quot;: false, \&quot;maintenance\&quot;: false, \&quot;crc32\&quot;: \&quot;72e3e0e9\&quot;, \&quot;local_conf_timestamp\&quot;: 1838, \&quot;host-ts\&quot;: 1838}, \&quot;global_maintenance\&quot;: false}&quot;, &quot;stdout_lines&quot;: [&quot;{\&quot;1\&quot;: {\&quot;conf_on_shared_storage\&quot;: true, \&quot;live-data\&quot;: true, \&quot;extra\&quot;: \&quot;metadata_parse_version=1\\nmetadata_feature_version=1\\ntimestamp=1838 (Thu Apr  5 09:36:51 2018)\\nhost-id=1\\nscore=0\\nvm_conf_refresh_time=1838 (Thu Apr  5 09:36:51 2018)\\nconf_on_shared_storage=True\\nmaintenance=False\\nstate=EngineUnexpectedlyDown\\nstopped=False\\ntimeout=Wed Dec 31 19:31:35 1969\\n\&quot;, \&quot;hostname\&quot;: \&quot;lago-he-basic-ansible-suite-master-host0\&quot;, \&quot;host-id\&quot;: 1, \&quot;engine-status\&quot;: {\&quot;reason\&quot;: \&quot;bad vm status\&quot;, \&quot;health\&quot;: \&quot;bad\&quot;, \&quot;vm\&quot;: \&quot;down_unexpected\&quot;, \&quot;detail\&quot;: \&quot;Down\&quot;}, \&quot;score\&quot;: 0, \&quot;stopped\&quot;: false, \&quot;maintenance\&quot;: false, \&quot;crc32\&quot;: \&quot;72e3e0e9\&quot;, \&quot;local_conf_timestamp\&quot;: 1838, \&quot;host-ts\&quot;: 1838}, \&quot;global_maintenance\&quot;: false}&quot;]}
<span class="gmail-timestamp" style="box-sizing:border-box"><b style="box-sizing:border-box">13:37:01</b> </span>[ ERROR ] Failed to execute stage &#39;Closing up&#39;: Failed executing ansible-playbook</pre><div><br></div><div>Anso so we have to check VDSM logs where we can find:</div><div><pre style="color:rgb(0,0,0);font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">2018-04-05 09:27:01,083-0400 ERROR (vm/9bb2deab) [virt.vm] (vmId=&#39;9bb2deab-f686-4629-acee-90e2774a66b6&#39;) The vm start process failed (vm:945)
Traceback (most recent call last):
  File &quot;/usr/lib/python2.7/site-packages/vdsm/virt/vm.py&quot;, line 874, in _startUnderlyingVm
    self._run()
  File &quot;/usr/lib/python2.7/site-packages/vdsm/virt/vm.py&quot;, line 2832, in _run
    domxml = hooks.before_vm_start(self._buildDomainXML(),
  File &quot;/usr/lib/python2.7/site-packages/vdsm/virt/vm.py&quot;, line 2258, in _buildDomainXML
    return vmxml.format_xml(dom, pretty=True)
  File &quot;/usr/lib/python2.7/site-packages/vdsm/virt/vmxml.py&quot;, line 71, in format_xml
    stream, encoding=&#39;utf-8&#39;, xml_declaration=True)
  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 820, in write
    serialize(write, self._root, encoding, qnames, namespaces)
  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 939, in _serialize_xml
    _serialize_xml(write, e, encoding, qnames, None)
  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 939, in _serialize_xml
    _serialize_xml(write, e, encoding, qnames, None)
  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 939, in _serialize_xml
    _serialize_xml(write, e, encoding, qnames, None)
  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 932, in _serialize_xml
    v = _escape_attrib(v, encoding)
  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 1092, in _escape_attrib
    _raise_serialization_error(text)
  File &quot;/usr/lib64/python2.7/xml/etree/ElementTree.py&quot;, line 1052, in _raise_serialization_error
    &quot;cannot serialize %r (type %s)&quot; % (text, type(text).__name__)
TypeError: cannot serialize 0 (type int)
2018-04-05 09:27:01,084-0400 INFO  (vm/9bb2deab) [virt.vm] (vmId=&#39;9bb2deab-f686-4629-acee-90e2774a66b6&#39;) Changed state to Down: cannot serialize 0 (type int) (code=1) (vm:1685)</pre><br></div><div>It seams another regression with the libvirt XML generated by the engine.</div><div><br></div><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 5, 2018 at 3:37 PM,  <span dir="ltr">&lt;<a href="mailto:jenkins@jenkins.phx.ovirt.org" target="_blank">jenkins@jenkins.phx.ovirt.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Project: <a href="http://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-ansible-suite-master/" rel="noreferrer" target="_blank">http://jenkins.ovirt.org/job/<wbr>ovirt-system-tests_he-basic-<wbr>ansible-suite-master/</a><br>
Build: <a href="http://jenkins.ovirt.org/job/ovirt-system-tests_he-basic-ansible-suite-master/143/" rel="noreferrer" target="_blank">http://jenkins.ovirt.org/job/<wbr>ovirt-system-tests_he-basic-<wbr>ansible-suite-master/143/</a><br>
Build Number: 143<br>
Build Status:  Still Failing<br>
Triggered By: Started by user Simone Tiraboschi<br>
<br>
------------------------------<wbr>-------<br>
Changes Since Last Success:<br>
------------------------------<wbr>-------<br>
Changes for Build #139<br>
[Gal Ben Haim] he: Share control.sh between all the non-ansible suites<br>
<br>
[Daniel Belenky] Workaround for a race in gerrit-trigger plugin<br>
<br>
<br>
Changes for Build #140<br>
[Gal Ben Haim] he: Share control.sh between all the non-ansible suites<br>
<br>
<br>
Changes for Build #141<br>
[Gal Ben Haim] he: Share control.sh between all the non-ansible suites<br>
<br>
<br>
Changes for Build #142<br>
[Yaniv Kaul] Disable 006_migrations.prepare_<wbr>migration_attachments_ipv6<br>
<br>
<br>
Changes for Build #143<br>
[Yaniv Kaul] Disable 006_migrations.prepare_<wbr>migration_attachments_ipv6<br>
<br>
<br>
<br>
<br>
-----------------<br>
Failed Tests:<br>
-----------------<br>
No tests ran.</blockquote></div><br></div></div></div>