780f88a425
* [FIX,AUTOTVM] Add backtraces to tuning errors Collects tracebacks in LocalBuilder and LocalRunner and adds them to the error messages. * formatting * correctly unpack traceback and exception * add assert * fix? * one remaining measureresult * formatting * fixed