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 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-mon-00/CMSSW_3_6_X_2010-03-15-0000/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-mon-00/CMSSW_3_6_X_2010-03-15-0000/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 |