Traceback (most recent call last):
  File "tasklet/cli/main.py", <NUM>, in main
    run(args, logger)
  File "tasklet/cli/main.py", <NUM>, in run
    py_base.reraise(job_result)
  File "tasklet/runtime/python/base.py", <NUM>, in reraise
    six.reraise(*exception_tuple(job_result))
  File "contrib/python/six/six.py", <NUM>, in reraise
    raise value.with_traceback(tb)
  File "tasklet/runtime/__init__.py", <NUM>, in _execute_helper
    impl.run()
  File "tasklet/tests/bin_broken/broken_tasklets.py", <NUM>, in run
    raise Exception("some error")
Exception: some error
