CMSSW Integration Build Add-On Test log viewer

Logs available in /afs/cern.ch/cms/sw/ReleaseCandidates/slc5_amd64_gcc434/www/sun/3.6-sun-09/CMSSW_3_6_X_2010-03-14-0900/addOnTests/logs/

Integration Build CMSSW_3_6_X_2010-03-14-0900

ERROR: pkl file /afs/cern.ch/cms/sw/ReleaseCandidates/slc5_amd64_gcc434/www/sun/3.6-sun-09/CMSSW_3_6_X_2010-03-14-0900/addOnTests/logs/addOnTests.pkldoes not exist --> -->
 
 
NameError
Python 2.4.3: /usr/bin/python
Fri Feb 10 01:24:40 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /CERN_WWW/cms-service-sdtweb/cgi-bin/showAddOnLogs.py
  303 
  304     return
  305 
  306 
  307 main()
main = <function main>
 /CERN_WWW/cms-service-sdtweb/cgi-bin/showAddOnLogs.py in main()
  300 
  301     lv = LogViewer(fmtr)
  302     lv.showLogs()
  303 
  304     return
lv = <__main__.LogViewer object>, lv.showLogs = <bound method LogViewer.showLogs of <__main__.LogViewer object>>
 /CERN_WWW/cms-service-sdtweb/cgi-bin/showAddOnLogs.py in showLogs(self=<__main__.LogViewer object>)
  172         self.getCommands(normPath)
  173 
  174         passed, failed, notrun, stepOK, stepFail = self.getSummaryLogInfo(normPath)
  175         rvCmds = self.commands
  176 
passed undefined, failed undefined, notrun undefined, stepOK undefined, stepFail undefined, self = <__main__.LogViewer object>, self.getSummaryLogInfo = <bound method LogViewer.getSummaryLogInfo of <__main__.LogViewer object>>, normPath = '/afs/cern.ch/cms/sw/ReleaseCandidates/slc5_amd64...3.6-sun-09/CMSSW_3_6_X_2010-03-14-0900/addOnTests'
 /CERN_WWW/cms-service-sdtweb/cgi-bin/showAddOnLogs.py in getSummaryLogInfo(self=<__main__.LogViewer object>, path='/afs/cern.ch/cms/sw/ReleaseCandidates/slc5_amd64...3.6-sun-09/CMSSW_3_6_X_2010-03-14-0900/addOnTests')
  107             # print "ERROR openig or reading logFile", logFileName
  108             # formatter.writeH3( "ERROR opening or reading logFile: "+logFileName )
  109             return passed, failed, timeout, notrun, stepOK, stepFail
  110         
  111         logRe = re.compile('(cmsRun|cmsDriver.py)\s+(.*?)\s:\s([PF].*?D)\s.*')
passed = [], failed = [], timeout undefined, notrun = [], stepOK = 0, stepFail = 0

NameError: global name 'timeout' is not defined
      args = ("global name 'timeout' is not defined",)