Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !!!!!!1524549926!!!!!!!!!
- !!!!!!4212!!!!!!!!!
- !!!!!!1!!!!!!!!!
- !!!!!!1000!!!!!!!!!
- !!!!!!1524549926!!!!!!!!!
- !!!!!!24794!!!!!!!!!
- !!!!!!1524549926!!!!!!!!!
- !!!!!!8628!!!!!!!!!
- !!!!!!1524549926!!!!!!!!!
- !!!!!!5962!!!!!!!!!
- !!!!!!0!!!!!!!!!
- !!!!!!0!!!!!!!!!
- !!!!!!1!!!!!!!!!
- !!!!!!1!!!!!!!!!
- !!!!!!1524549926!!!!!!!!!
- !!!!!!4841!!!!!!!!!
- [translation] translate.py configuration:
- [translation] [translate]
- opt = jit
- [translation] translation configuration:
- [translation] [translation]
- cc = mingw
- check_str_without_nul = True
- continuation = True
- gc = incminimark
- gcrootfinder = shadowstack
- gctransformer = framework
- icon = pypy.ico
- jit = True
- libname = C:\projects\msys64\pypy3-v6.0.0-src\libs\python35.lib
- list_comprehension_operations = True
- secondaryentrypoints = cpyext,main
- shared = True
- thread = True
- type_system = lltype
- withsmallfuncsets = 5
- [translation:info] Annotating&simplifying...
- ←[1m←[31m[0] {translation-task←[0m
- starting annotate
- [translation:info] with policy: pypy.tool.ann_override.PyPyAnnotatorPolicy
- .......+++++++++++++++****************************************##%%%%#%%%%%%%#%%%%#######################%%%%%#%%%%%%******%%%**************
- ....++++++++++++++***************************%%%%%%%%%%%%%%%%%%%#########%%%###################################%%%%%%%%%%###%**************
- ..+++++++++++++*********************%%%%%%%%%%%%%%%%%%%%%%%%%%%%%##########################################################%%%*************
- ++++++++++++******************%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%##########################################################%%%%%%%*********
- +++++++++****************%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%###########################################################%%%%%%%%%%******
- +++++++***************%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%###################!!!!!!1524549926!!!!!!!!!
- !!!!!!3396!!!!!!!!!
- ###########################################%#%%%%%%%%%%%%****
- ++++++*************%%%###%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#################################################################%%%%#%%%%%%%**
- ++++************%%%%%%%##%%%%%%%%%%%#%%%%########################################################################################%%%%%%%%%%
- +++***********%%%%%%%%%%%%####################################################################################################%%%%%%%%%%%%%
- ++***********%←[31m[204e] translation-task}←[0m
- [Timer] Timings:
- [Timer] annotate --- 82.7 s
- [Timer] =========================================
- [Timer] Total: --- 82.7 s
- [translation:info] Error:
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\goal\translate.py", line 318, in main
- drv.proceed(goals)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\driver.py", line 554, in proceed
- result = self._execute(goals, task_skip = self._maybe_skip())
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\tool\taskengine.py", line 114, in _execute
- res = self._do(goal, taskcallable, *args, **kwds)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\driver.py", line 278, in _do
- res = func()
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\driver.py", line 315, in task_annotate
- s = annotator.build_types(self.entry_point, self.inputtypes)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 92, in build_types
- return self.build_graph_types(flowgraph, inputs_s, complete_now=complete_now)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 140, in build_graph_types
- self.complete()
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 229, in complete
- self.complete_pending_blocks()
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 224, in complete_pending_blocks
- self.processblock(graph, block)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 398, in processblock
- self.flowin(graph, block)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 501, in flowin
- self.consider_op(op)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\annrpython.py", line 653, in consider_op
- resultcell = op.consider(self)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\operation.py", line 104, in consider
- return spec(annotator, *self.args)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\unaryop.py", line 118, in simple_call_SomeObject
- return s_func.call(argspec)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\unaryop.py", line 978, in call
- return bookkeeper.pbc_call(self, args)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\bookkeeper.py", line 535, in pbc_call
- results.append(desc.pycall(whence, args, s_previous_result, op))
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\description.py", line 441, in pycall
- return self.funcdesc.pycall(whence, func_args, s_previous_result, op)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\description.py", line 285, in pycall
- graph = self.specialize(inputcells, op)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\description.py", line 281, in specialize
- return self.specializer(self, inputcells)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\specialize.py", line 82, in default_specialize
- graph = funcdesc.cachedgraph(key, builder=builder)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\description.py", line 247, in cachedgraph
- graph = self.buildgraph(alt_name, builder)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\annotator\description.py", line 210, in buildgraph
- graph = translator.buildflowgraph(self.pyobj)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\translator\translator.py", line 53, in buildflowgraph
- graph = build_flow(func)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\objspace.py", line 49, in build_flow
- ctx.build_flow()
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\flowcontext.py", line 400, in build_flow
- self.record_block(block)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\flowcontext.py", line 408, in record_block
- next_offset = self.handle_bytecode(next_offset)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\flowcontext.py", line 487, in handle_bytecode
- offset = getattr(self, methodname)(oparg)
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\flowcontext.py", line 851, in LOAD_GLOBAL
- w_result = self.find_global(self.w_globals, self.getname_u(nameindex))
- File "C:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\flowcontext.py", line 847, in find_global
- raise FlowingError("global name '%s' is not defined" % varname)
- [translation:ERROR] FlowingError:
- global name 'FloatWFailed' is not defined
- In <FunctionGraph of (pypy.objspace.std.longobject:166)W_LongObject.float_w at 0xa4fd890>:
- Happened at file C:\projects\msys64\pypy3-v6.0.0-src\pypy\objspace\std\longobject.py line 170
- raise FloatWFailed
- Processing block:
- block@24[allow_conversion_0...] is a <class 'rpython.flowspace.flowcontext.SpamBlock'>
- in (pypy.interpreter.baseobjspace:1659)float_w__pypy_interpreter_baseobjspace_W_Root
- containing the following operations:
- v9 = getattr(w_obj_0, ('float_w'))
- v10 = simple_call(v9, self_4, allow_conversion_0)
- --end--
- [translation] start debugger...
- > c:\projects\msys64\pypy3-v6.0.0-src\rpython\flowspace\flowcontext.py(847)find_global()
- -> raise FlowingError("global name '%s' is not defined" % varname)
- (Pdb+)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement