Advertisement
Guest User

Untitled

a guest
Oct 27th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. [translation:info] Error:
  2. [translation:info] File "/home/stian/pypy/rpython/translator/goal/translate.py", line 316, in main
  3. [translation:info] drv.proceed(goals)
  4. [translation:info] File "/home/stian/pypy/rpython/translator/driver.py", line 532, in proceed
  5. [translation:info] return self._execute(goals, task_skip = self._maybe_skip())
  6. [translation:info] File "/home/stian/pypy/rpython/translator/tool/taskengine.py", line 114, in _execute
  7. [translation:info] res = self._do(goal, taskcallable, *args, **kwds)
  8. [translation:info] File "/home/stian/pypy/rpython/translator/driver.py", line 276, in _do
  9. [translation:info] res = func()
  10. [translation:info] File "/home/stian/pypy/rpython/translator/driver.py", line 313, in task_annotate
  11. [translation:info] s = annotator.build_types(self.entry_point, self.inputtypes)
  12. [translation:info] File "/home/stian/pypy/rpython/annotator/annrpython.py", line 89, in build_types
  13. [translation:info] return self.build_graph_types(flowgraph, inputcells, complete_now=complete_now)
  14. [translation:info] File "/home/stian/pypy/rpython/annotator/annrpython.py", line 143, in build_graph_types
  15. [translation:info] self.complete()
  16. [translation:info] File "/home/stian/pypy/rpython/annotator/annrpython.py", line 219, in complete
  17. [translation:info] raise annmodel.AnnotatorError(text)
  18. [translation:ERROR] AnnotatorError:
  19. [translation:ERROR]
  20. [translation:ERROR] Blocked block -- operation cannot succeed
  21. [translation:ERROR]
  22. [translation:ERROR] v989 = getattr(self_129, ('current_size'))
  23. [translation:ERROR]
  24. [translation:ERROR] In <FunctionGraph of (pypy.module._lzma.interp_lzma:152)OutBuffer.prepare_next_chunk at 0x32f3ea68>:
  25. [translation:ERROR] Happened at file /home/stian/pypy/pypy/module/_lzma/interp_lzma.py line 153
  26. [translation:ERROR]
  27. [translation:ERROR] ==> size = self.current_size
  28. [translation:ERROR] self.temp.append(self._get_chunk(size))
  29. [translation:ERROR] self._allocate_chunk(_new_buffer_size(size))
  30. [translation:ERROR]
  31. [translation:ERROR] Known variable annotations:
  32. [translation:ERROR] self_129 = SomeInstance(can_be_None=False, classdef=pypy.module._lzma.interp_lzma.OutBuffer)
  33. [translation:ERROR]
  34. [translation:ERROR] Blocked block -- operation cannot succeed
  35. [translation:ERROR]
  36. [translation:ERROR] v990 = getattr(self_130, ('current_size'))
  37. [translation:ERROR]
  38. [translation:ERROR] In <FunctionGraph of (pypy.module._lzma.interp_lzma:166)OutBuffer.free at 0x2e16c870>:
  39. [translation:ERROR] Happened at file /home/stian/pypy/pypy/module/_lzma/interp_lzma.py line 167
  40. [translation:ERROR]
  41. [translation:ERROR] ==> if self.current_size > 0:
  42. [translation:ERROR]
  43. [translation:ERROR] Known variable annotations:
  44. [translation:ERROR] self_130 = SomeInstance(can_be_None=False, classdef=pypy.module._lzma.interp_lzma.OutBuffer)
  45. [translation:ERROR]
  46. [translation:ERROR] Blocked block -- operation cannot succeed
  47. [translation:ERROR]
  48. [translation:ERROR] v991 = getattr(self_131, ('current_size'))
  49. [translation:ERROR]
  50. [translation:ERROR] In <FunctionGraph of (pypy.module._lzma.interp_lzma:157)OutBuffer.make_result_string at 0x319cb520>:
  51. [translation:ERROR] Happened at file /home/stian/pypy/pypy/module/_lzma/interp_lzma.py line 159
  52. [translation:ERROR]
  53. [translation:ERROR] count_unoccupied = rffi.getintfield(self.lzs, 'c_avail_out')
  54. [translation:ERROR] ==> s = self._get_chunk(self.current_size - count_unoccupied)
  55. [translation:ERROR] if self.temp:
  56. [translation:ERROR]
  57. [translation:ERROR] Known variable annotations:
  58. [translation:ERROR] self_131 = SomeInstance(can_be_None=False, classdef=pypy.module._lzma.interp_lzma.OutBuffer)
  59. [translation:ERROR]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement