Closed Bug 1025892 Opened 10 years ago Closed 10 years ago

"IndexError: list index out of range" in runnightly.py", line 148, in getBuildUrl

Categories

(Testing :: mozregression, defect)

x86_64
Windows 8.1
defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Unassigned)

References

Details

Using mozregression 0.18 on Win8.1 x64, running:
$ mozregression --app=thunderbird --good=2014-06-06 --bad=2014-06-11 --bits=32

Gives:
Running nightly for 2014-06-08
Traceback (most recent call last):
  File "c:\Users\Ed\.virtualenvs\mozregression\Scripts\mozregression-script.py", line 9, in <module>
    load_entry_point('mozregression==0.18', 'console_scripts', 'mozregression')()
  File "c:\Users\Ed\.virtualenvs\mozregression\lib\site-packages\mozregression\regression.py", line 276, in cli
    get_date(options.bad_date))
  File "c:\Users\Ed\.virtualenvs\mozregression\lib\site-packages\mozregression\regression.py", line 167, in bisect_nightlies
    dest = self.nightlyRunner.start(midDate)
  File "c:\Users\Ed\.virtualenvs\mozregression\lib\site-packages\mozregression\runnightly.py", line 281, in start
    if not self.install(date):
  File "c:\Users\Ed\.virtualenvs\mozregression\lib\site-packages\mozregression\runnightly.py", line 274, in install
    if not self.app.download(date=date):
  File "c:\Users\Ed\.virtualenvs\mozregression\lib\site-packages\mozregression\runnightly.py", line 96, in download
    url = self.getBuildUrl(date)
  File "c:\Users\Ed\.virtualenvs\mozregression\lib\site-packages\mozregression\runnightly.py", line 148, in getBuildUrl
    return matches[-1] # the most recent build url
IndexError: list index out of range
See Also: → 997310
I think that we should close this one. It is probably fixed with Bug 1106258 - in any case, runnightly.py file does not exist anymore.
Well, I'm closing it. I really think it is outdated, and fixed now - at least in master.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.