Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. [translation:info] Error:
  2. File "/h/nate/research/pypy/rpython/translator/goal/translate.py", line 318, in main
  3. drv.proceed(goals)
  4. File "/h/nate/research/pypy/rpython/translator/driver.py", line 551, in proceed
  5. result = self._execute(goals, task_skip = self._maybe_skip())
  6. File "/h/nate/research/pypy/rpython/translator/tool/taskengine.py", line 114, in _execute
  7. res = self._do(goal, taskcallable, *args, **kwds)
  8. File "/h/nate/research/pypy/rpython/translator/driver.py", line 278, in _do
  9. res = func()
  10. File "/h/nate/research/pypy/rpython/translator/driver.py", line 361, in task_pyjitpl_lltype
  11. backend_name=self.config.translation.jit_backend, inline=True)
  12. File "/h/nate/research/pypy/rpython/jit/metainterp/warmspot.py", line 72, in apply_jit
  13. warmrunnerdesc.finish()
  14. File "/h/nate/research/pypy/rpython/jit/metainterp/warmspot.py", line 288, in finish
  15. self.annhelper.finish()
  16. File "/h/nate/research/pypy/rpython/rtyper/annlowlevel.py", line 218, in finish
  17. self.finish_annotate()
  18. File "/h/nate/research/pypy/rpython/rtyper/annlowlevel.py", line 238, in finish_annotate
  19. ann.complete_helpers()
  20. File "/h/nate/research/pypy/rpython/annotator/annrpython.py", line 116, in complete_helpers
  21. self.complete()
  22. File "/h/nate/research/pypy/rpython/annotator/annrpython.py", line 201, in complete
  23. self.complete_pending_blocks()
  24. File "/h/nate/research/pypy/rpython/annotator/annrpython.py", line 196, in complete_pending_blocks
  25. self.processblock(graph, block)
  26. File "/h/nate/research/pypy/rpython/annotator/annrpython.py", line 376, in processblock
  27. self.flowin(graph, block)
  28. File "/h/nate/research/pypy/rpython/annotator/annrpython.py", line 472, in flowin
  29. new_ops = op.transform(self)
  30. File "/h/nate/research/pypy/rpython/flowspace/operation.py", line 113, in transform
  31. args_s = [annotator.annotation(arg) for arg in self.args]
  32. File "/h/nate/research/pypy/rpython/annotator/annrpython.py", line 250, in annotation
  33. return self.bookkeeper.immutablevalue(arg.value)
  34. File "/h/nate/research/pypy/rpython/annotator/bookkeeper.py", line 328, in immutablevalue
  35. result = SomePBC([self.getdesc(x)])
  36. File "/h/nate/research/pypy/rpython/annotator/bookkeeper.py", line 403, in getdesc
  37. raise Exception("%s: %r" % (msg, pyobj))
  38. [translation:ERROR] Exception: object with a __call__ is not RPython: <built-in function pack>
  39. Processing block:
  40. block@15[eax_0...] is a <class 'rpython.flowspace.flowcontext.SpamBlock'>
  41. in (rpython.jit.backend.x86.detect_feature:23)cpu_id
  42. containing the following operations:
  43. v47 = simple_call((builtin_function_or_method pack), ('<I'), eax_0)
  44. asm_0 = newlist(('\xb8'), v47, ('S'), ('\x0f\xa2'), ('['))
  45. v48 = bool(ret_edx_0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement