<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=35323#comment-35323 ]</pre>
<h3>Daniel Belenky commented on OVIRT-1752:</h3>
<p>The issue you've referred to is not that cause for the job to fail. What you've seen here: {code:java} 05:49:40 + find exported-artifacts/find-bugs/ -name &lsquo;*.xml&rsquo; 05:49:40 + grep -e &lsquo;.*&rsquo; 05:49:40 find: &lsquo;exported-artifacts/find-bugs/&rsquo;: No such file or directory 05:49:40 Run condition [Execute Shell] preventing perform for step [[Publish FindBugs analysis results]] {code} is a condition check, if the find command returns with false (ie nothing was found) it skips the publish.</p>
<p>From the log of the job you've attached, I see that the real failure might becaused by:</p>
<p>{code:java} 05:49:19 + su -l postgres -c ' /usr/bin/initdb --pgdata='\''/var/lib/pgsql/data'\'' --auth='\''ident'\''' 05:49:19 -bash: /usr/bin/initdb: No such file or directory 05:49:19 + cleanup 05:49:19 + su -l postgres -c ' /usr/bin/pg_ctl stop -D &lsquo;\''/var/lib/pgsql/data'\&rsquo;' -s -m fast' 05:49:19 -bash: /usr/bin/pg_ctl: No such file or directory 05:49:19 Took 0 seconds {code}</p>
<p>I'm closing the ticket as it's not an infra issue</p>
<blockquote><h3>oVirt Engine CI failures on FC26</h3>
<pre>     Key: OVIRT-1752
     URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1752
 Project: oVirt - virtualization made easy
         Issue Type: Bug
         Components: oVirt CI
Reporter: Allon Mureinik
Assignee: infra</pre>
<p>Hi Infra, I've observed failures in oVirt Engine's CI on FC26, e.g. (<a href="http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch-fc26-x86_64/121/">http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch-fc26-x86_64/121/</a> &ndash; it's a manual trigger, but the same errors happen in the &ldquo;real&rdquo; CI). The failure seems to be around collecting FindBugs exported artifacts: 05:49:40 [ovirt-engine_master_check-patch-fc26-x86_64] $ /bin/bash -xe /tmp/CommandInterpreterCondition8737185823553801263.sh 05:49:40 + find exported-artifacts/find-bugs/ -name &lsquo;*.xml&rsquo; 05:49:40 + grep -e &lsquo;.*&rsquo; 05:49:40 find: &lsquo;exported-artifacts/find-bugs/&rsquo;: No such file or directory 05:49:40 Run condition [Execute Shell] preventing perform for step [[Publish FindBugs analysis results]] Which should only happen on EL7 according to automation/check-patch.sh Is checking `$STD_CI_DISTRO` there the wrong thing to do?</p></blockquote>
<p>&mdash; This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100070)</p>

<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYLyzYS3r1Q939T2sgz3rOhlsg6q-2B0GUT8nFOQRXXtPRB3T0owmygmg6vQQwbghMWruKWHuWBUmXaKrYiRF1hpyhrdUhmqQuIi-2Fr-2BrHqHXTfmLvLUTiyCemPLbhNznb38lTqqE4yHzA6XDq1IFlm2atlGff7Q6YlBHHOKYOOMOJsw-2Fc5wAkUOAY9IMrFtb6obYmfXuqYcZAj04oj-2FKXY-3D" 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>