Advertisement
Guest User

Untitled

a guest
Oct 11th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. starting annotate
  2. [translation:info] with policy: pypy.tool.ann_override.PyPyAnnotatorPolicy
  3. .......+++++++++++++++****************************************##%%%%#%%%%%%%#%%%%#######################%%%%%#%%%%%%******%%%**************
  4. ....++++++++++++++***************************%%%%%%%%%%%%%%%%%%%#########%%%###################################%%%%%%%%%%###%**************
  5. ..+++++++++++++*********************%%%%%%%%%%%%%%%%%%%%%%%%%%%%%##########################################################%%%*************
  6. ++++++++++++******************%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%##########################################################%%%%%%%*********
  7. +++++++++****************%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%###########################################################%%%%%%%%%%******
  8. +++++++***************%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%###################!!!!!!3396!!!!!!!!!
  9. ###########################################%#%%%%%%%%%%%%****
  10. ++++++*************%%%###%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#################################################################%%%%#%%%%%%%**
  11. ++++************%%%%%%%##%%%%%%%%%%%#%%%%########################################################################################%%%%%%%%%%
  12. +++***********%%%%%%%%%%%%####################################################################################################%%%%%%%%%%%%%
  13. ++***********%%%%%%%%%%%%#####################################################################################################%%%%%%%%%%%%%
  14. +***********%%%%%%%%%%%%######################################################################################################%%%%%%%%%%%%%
  15. **********%%%#%%%##############################################################################################################%%%%%%%%%%%%
  16. *********%%%%%###############################################################################################################%%%%%%%%%%%%%%
  17. %%%****%%%%%%#############################################################################################################%%%%%%%%%%%%%%%%%
  18. ###########################################################################################################################%%%%%%%%%%%%%%%%
  19. %%%****%%%%%%#############################################################################################################%%%%%%%%%%%%%%%%%
  20. *********%%%%%###############################################################################################################%%%%%%%%%%%%%%
  21. **********%%%#%%%##############################################################################################################%%%%%%%%%%%%
  22. +***********%%%%%%%%%%%%######################################################################################################%%%%%%%%%%%%%
  23. ++***********%%%%%%%%%%%%################################←[31m[35ad] translation-task}←[0m
  24.  
  25. [Timer] Timings:
  26. [Timer] annotate --- 137.4 s
  27. [Timer] ==========================================
  28. [Timer] Total: --- 137.4 s
  29. [translation:info] Error:
  30. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\goal\translate.py", line 318, in main
  31. drv.proceed(goals)
  32. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\driver.py", line 554, in proceed
  33. result = self._execute(goals, task_skip = self._maybe_skip())
  34. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\tool\taskengine.py", line 114, in _execute
  35. res = self._do(goal, taskcallable, *args, **kwds)
  36. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\driver.py", line 278, in _do
  37. res = func()
  38. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\driver.py", line 315, in task_annotate
  39. s = annotator.build_types(self.entry_point, self.inputtypes)
  40. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 92, in build_types
  41. return self.build_graph_types(flowgraph, inputs_s, complete_now=complete_now)
  42. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 140, in build_graph_types
  43. self.complete()
  44. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 229, in complete
  45. self.complete_pending_blocks()
  46. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 224, in complete_pending_blocks
  47. self.processblock(graph, block)
  48. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 398, in processblock
  49. self.flowin(graph, block)
  50. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 501, in flowin
  51. self.consider_op(op)
  52. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 653, in consider_op
  53. resultcell = op.consider(self)
  54. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\operation.py", line 104, in consider
  55. return spec(annotator, *self.args)
  56. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\operation.py", line 189, in specialized
  57. return impl(*[annotator.annotation(x) for x in other_args])
  58. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\unaryop.py", line 949, in simple_call
  59. return self.analyser(self.s_self, *args)
  60. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\tool\descriptor.py", line 18, in __call__
  61. return self.im_func(firstarg, *args, **kwds)
  62. File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\unaryop.py", line 687, in method_format
  63. raise AnnotatorError("Method format() is not RPython")
  64. [translation:ERROR] AnnotatorError:
  65.  
  66. Method format() is not RPython
  67.  
  68.  
  69. Occurred processing the following simple_call:
  70. (AttributeError getting at the binding!)
  71. v87 = simple_call((method format), intval_0)
  72.  
  73. In <FunctionGraph of (pypy.objspace.std.longobject:93)fromint at 0x12fe5cb0>:
  74. Happened at file C:\projects\msys64\pypy3-v6.0.0-src\pypy\objspace\std\longobject.py line 96
  75.  
  76. ==> print "!!!!!!{}!!!!!!!!!".format(intval)
  77.  
  78. Known variable annotations:
  79. intval_0 = SomeInteger(knowntype=int, nonneg=False, unsigned=False)
  80.  
  81. Processing block:
  82. block@12[space_4...] is a <class 'rpython.flowspace.flowcontext.SpamBlock'>
  83. in (pypy.objspace.std.longobject:93)fromint
  84. containing the following operations:
  85. v87 = simple_call((method format), intval_0)
  86. --end--
  87. [translation] start debugger...
  88. > c:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\unaryop.py(687)method_format()
  89. -> raise AnnotatorError("Method format() is not RPython")
  90. (Pdb+)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement