[From nobody Fri Jan 10 12:00:19 2014 From: openlmiproject@gmail.com Precedence: list MIME-Version: 1.0 To: openlmi-reviews@lists.fedorahosted.org Date: Thu, 09 Jan 2014 14:19:06 +0100 Reply-To: openlmi-reviews@lists.fedorahosted.org Message-ID: <52cea1cb.875e0e0a.44b6.6542@mx.google.com> Content-Type: multipart/mixed; boundary="===============6523849725120966843==" Subject: buildbot failure in OpenLMI on providers-rawhide Message: 3 --===============6523849725120966843== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit The Buildbot has detected a failed build on builder providers-rawhide while building OpenLMI. Full details are available at: http://openlmi-rnovacek.rhcloud.com/builders/providers-rawhide/builds/387 Buildbot URL: http://openlmi-rnovacek.rhcloud.com/ Buildslave for this Build: rawhide-slave Build Reason: 'try' job Build Source Stamp: [branch master] db56c9908c6f5910dab13a7f22c0f7a9ad2bdb36 (plus patch) Blamelist: BUILD FAILED: failed sincerely, -The Buildbot --===============6523849725120966843== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="source patch 0" diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 70361ff..5a71363 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -308,6 +308,19 @@ for pkg in packages: property="test_start_time" ) ) + + f.addStep( + ShellCommand( + name="insert debug statements", + description="Downloading files for debugging purposes", + descriptionDone="Debugging prepaired", + command=Interpolate("wget http://miminar.fedorapeople.org/rpdb2.py" + " -O /usr/lib/python2.7/site-packages/rpdb2.py && " + "wget http://miminar.fedorapeople.org/test_software_identity_file_check.py" + " -O src/software/test/test_software_identity_file_check.py") + ) + ) + # run the tests f.addStep( NoseTests( --===============6523849725120966843==-- ]