<table><tr><td style="">knauss added a comment.
</td></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/T3689#170601" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">T3689#170601</a>, <a href="https://phabricator.kde.org/p/bcooksley/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@bcooksley</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>I checked execution of KDav on all four build nodes, and the process ran fine when done manually.<br />
 Given there is no output from check-abi.py, this is quite hard to diagnose.</p></div>
</blockquote>

<p>In the last <tt style="background: #ebebeb; font-size: 13px;">for l in libraries:</tt> loop, we get output for every item in that list, etiher because there are candidates or there are not.<br />
That means the only way to produce no output at all is that libraries list must be empty. We do not remove any entry from that list, so the initial search do not find any matching entry.<br />
And the only way the list can be empty is that the <tt style="background: #ebebeb; font-size: 13px;">for key, entry in ourArchive.serverManifest.items()</tt> don't find any matching entry.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Can you propose some debug output which might point out why it's doing nothing?</p></blockquote>

<p>I added <a href="https://phabricator.kde.org/D17710" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D17710</a> to retry to reload the serverManiphest file again after 5secs to sleep. The added output is hopefully enough to spot the issue.</p></div></div><br /><div><strong>TASK DETAIL</strong><div><a href="https://phabricator.kde.org/T3689">https://phabricator.kde.org/T3689</a></div></div><br /><div><strong>To: </strong>knauss<br /><strong>Cc: </strong>dfaure, kde-frameworks-devel, bcooksley, sysadmin, scarlettclark, aacid, knauss, alexeymin, kaning, blazquez<br /></div>