Skip to content

Instantly share code, notes, and snippets.

@mitchellh
Created August 20, 2011 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchellh/e458477a6c60c3d15b9c to your computer and use it in GitHub Desktop.
Save mitchellh/e458477a6c60c3d15b9c to your computer and use it in GitHub Desktop.
pypy → CC=gcc python pytest.py -s lib-python/2.7/test/test_distutils.py
=========================================================================================== test session starts ============================================================================================
platform darwin -- Python 2.7.1 -- pytest-2.1.0.dev4
collected 1 items
lib-python/2.7/test/test_distutils.py [platform:execute] gcc -c -arch x86_64 -O3 -fomit-frame-pointer -mdynamic-no-pic /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_1.c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_1.o
[platform:execute] gcc -c -arch x86_64 -O3 -fomit-frame-pointer -mdynamic-no-pic /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_2.c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_2.o
[platform:execute] gcc -c -arch x86_64 -O3 -fomit-frame-pointer -mdynamic-no-pic /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_4.c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_4.o
[platform:execute] gcc -c -arch x86_64 -O3 -fomit-frame-pointer -mdynamic-no-pic /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_6.c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_6.o
[platform:execute] gcc -c -arch x86_64 -O3 -fomit-frame-pointer -mdynamic-no-pic /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_7.c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_7.o
[platform:execute] gcc -c -arch x86_64 -O3 -fomit-frame-pointer -mdynamic-no-pic -I/Users/mitchellh/code/3rdparty/python/pypy/pypy/translator/c /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_13.c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_13.o
[platform:execute] gcc -c -arch x86_64 -O3 -fomit-frame-pointer -mdynamic-no-pic -I/Users/mitchellh/code/3rdparty/python/pypy/pypy/translator/c /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/module_cache/module_0.c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/module_cache/module_0.o
[platform:execute] gcc /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_13.o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/module_cache/module_0.o -arch x86_64 -Wl,-exported_symbols_list,/var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/dynamic-symbols-0 -I/Users/mitchellh/code/3rdparty/python/pypy/pypy/translator/c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/platcheck_13
faking <type 'module'>
[platform:execute] gcc -c -arch x86_64 -O3 -fomit-frame-pointer -I/Users/mitchellh/code/3rdparty/python/pypy/pypy/translator/c /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/module_cache/module_1.c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/module_cache/module_1.o
[platform:execute] gcc -dynamiclib -undefined dynamic_lookup /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/module_cache/module_1.o -arch x86_64 -Wl,-exported_symbols_list,/var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/dynamic-symbols-1 -I/Users/mitchellh/code/3rdparty/python/pypy/pypy/translator/c -o /var/folders/5m/smdqsxrn28303q0bdkn45yb00000gn/T/usession-default-62/shared_cache/externmod.dylib
Traceback (most recent call last):
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/tool/alarm.py", line 44, in <module>
execfile(_main_with_alarm(finished))
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/bin/py.py", line 185, in <module>
sys.exit(main_(sys.argv))
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/bin/py.py", line 156, in main_
verbose=interactiveconfig.verbose):
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/main.py", line 103, in run_toplevel
f()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/bin/py.py", line 140, in doit
main.run_file(args[0], space=space)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/main.py", line 68, in run_file
run_string(istring, filename, space)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/main.py", line 59, in run_string
_run_eval_string(source, filename, space, False)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/main.py", line 48, in _run_eval_string
retval = pycode.exec_code(space, w_globals, w_globals)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/eval.py", line 34, in exec_code
return frame.run()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 142, in run
return self.execute_frame()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 176, in execute_frame
executioncontext)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 85, in dispatch
next_instr = self.handle_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 91, in handle_bytecode
next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 266, in dispatch_bytecode
res = meth(oparg, next_instr)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 810, in IMPORT_NAME
w_locals, w_fromlist)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/baseobjspace.py", line 853, in call_function
return w_func.funccall(*args_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 109, in funccall
return self.call_args(Arguments(self.space, list(args_w)))
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 57, in call_args
return self.getcode().funcrun(self, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 605, in funcrun
return BuiltinCode.funcrun_obj(self, func, None, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 622, in funcrun_obj
raise self.handle_exception(space, e)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 613, in funcrun_obj
w_result = activation._run(space, scope_w)
File "<970-codegen /Users/mitchellh/code/3rdparty/python/pypy/pypy/tool/sourcetools.py:176>", line 3, in _run
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 271, in importhook
fromlist_w, tentative=True)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 291, in absolute_import
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 300, in absolute_import_with_lock
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 361, in _absolute_import
tentative=tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 623, in load_part
w_mod = load_module(space, w_modulename, find_info)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 594, in load_module
load_module(space, w_modulename, find_info, reuse=True)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 578, in load_module
find_info.stream.readall())
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 885, in load_source_module
exec_code_module(space, w_mod, code_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 846, in exec_code_module
code_w.exec_code(space, w_dict, w_dict)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/eval.py", line 34, in exec_code
return frame.run()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 142, in run
return self.execute_frame()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 176, in execute_frame
executioncontext)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 85, in dispatch
next_instr = self.handle_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 91, in handle_bytecode
next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 266, in dispatch_bytecode
res = meth(oparg, next_instr)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 813, in IMPORT_NAME
w_locals, w_fromlist, w_flag)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/baseobjspace.py", line 857, in call_function
return self.call_args(w_func, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/objspace/descroperation.py", line 150, in call_args
return w_obj.call_args(args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 57, in call_args
return self.getcode().funcrun(self, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 605, in funcrun
return BuiltinCode.funcrun_obj(self, func, None, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 622, in funcrun_obj
raise self.handle_exception(space, e)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 613, in funcrun_obj
w_result = activation._run(space, scope_w)
File "<970-codegen /Users/mitchellh/code/3rdparty/python/pypy/pypy/tool/sourcetools.py:176>", line 3, in _run
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 274, in importhook
fromlist_w, tentative=False)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 291, in absolute_import
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 300, in absolute_import_with_lock
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 361, in _absolute_import
tentative=tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 623, in load_part
w_mod = load_module(space, w_modulename, find_info)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 578, in load_module
find_info.stream.readall())
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 885, in load_source_module
exec_code_module(space, w_mod, code_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 846, in exec_code_module
code_w.exec_code(space, w_dict, w_dict)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/eval.py", line 34, in exec_code
return frame.run()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 142, in run
return self.execute_frame()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 176, in execute_frame
executioncontext)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 85, in dispatch
next_instr = self.handle_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 91, in handle_bytecode
next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 266, in dispatch_bytecode
res = meth(oparg, next_instr)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 810, in IMPORT_NAME
w_locals, w_fromlist)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/baseobjspace.py", line 853, in call_function
return w_func.funccall(*args_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 109, in funccall
return self.call_args(Arguments(self.space, list(args_w)))
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 57, in call_args
return self.getcode().funcrun(self, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 605, in funcrun
return BuiltinCode.funcrun_obj(self, func, None, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 622, in funcrun_obj
raise self.handle_exception(space, e)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 613, in funcrun_obj
w_result = activation._run(space, scope_w)
File "<970-codegen /Users/mitchellh/code/3rdparty/python/pypy/pypy/tool/sourcetools.py:176>", line 3, in _run
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 279, in importhook
w_mod = absolute_import(space, modulename, 0, fromlist_w, tentative=0)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 291, in absolute_import
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 300, in absolute_import_with_lock
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 361, in _absolute_import
tentative=tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 623, in load_part
w_mod = load_module(space, w_modulename, find_info)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 578, in load_module
find_info.stream.readall())
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 885, in load_source_module
exec_code_module(space, w_mod, code_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 846, in exec_code_module
code_w.exec_code(space, w_dict, w_dict)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/eval.py", line 34, in exec_code
return frame.run()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 142, in run
return self.execute_frame()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 176, in execute_frame
executioncontext)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 85, in dispatch
next_instr = self.handle_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 91, in handle_bytecode
next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 266, in dispatch_bytecode
res = meth(oparg, next_instr)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 810, in IMPORT_NAME
w_locals, w_fromlist)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/baseobjspace.py", line 853, in call_function
return w_func.funccall(*args_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 109, in funccall
return self.call_args(Arguments(self.space, list(args_w)))
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 57, in call_args
return self.getcode().funcrun(self, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 605, in funcrun
return BuiltinCode.funcrun_obj(self, func, None, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 622, in funcrun_obj
raise self.handle_exception(space, e)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 613, in funcrun_obj
w_result = activation._run(space, scope_w)
File "<970-codegen /Users/mitchellh/code/3rdparty/python/pypy/pypy/tool/sourcetools.py:176>", line 3, in _run
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 271, in importhook
fromlist_w, tentative=True)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 291, in absolute_import
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 300, in absolute_import_with_lock
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 361, in _absolute_import
tentative=tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 623, in load_part
w_mod = load_module(space, w_modulename, find_info)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 578, in load_module
find_info.stream.readall())
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 885, in load_source_module
exec_code_module(space, w_mod, code_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 846, in exec_code_module
code_w.exec_code(space, w_dict, w_dict)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/eval.py", line 34, in exec_code
return frame.run()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 142, in run
return self.execute_frame()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 176, in execute_frame
executioncontext)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 85, in dispatch
next_instr = self.handle_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 91, in handle_bytecode
next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 266, in dispatch_bytecode
res = meth(oparg, next_instr)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 810, in IMPORT_NAME
w_locals, w_fromlist)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/baseobjspace.py", line 853, in call_function
return w_func.funccall(*args_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 109, in funccall
return self.call_args(Arguments(self.space, list(args_w)))
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 57, in call_args
return self.getcode().funcrun(self, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 605, in funcrun
return BuiltinCode.funcrun_obj(self, func, None, args)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 622, in funcrun_obj
raise self.handle_exception(space, e)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 613, in funcrun_obj
w_result = activation._run(space, scope_w)
File "<970-codegen /Users/mitchellh/code/3rdparty/python/pypy/pypy/tool/sourcetools.py:176>", line 3, in _run
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 271, in importhook
fromlist_w, tentative=True)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 291, in absolute_import
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 300, in absolute_import_with_lock
fromlist_w, tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 361, in _absolute_import
tentative=tentative)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 623, in load_part
w_mod = load_module(space, w_modulename, find_info)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 578, in load_module
find_info.stream.readall())
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 885, in load_source_module
exec_code_module(space, w_mod, code_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/imp/importing.py", line 846, in exec_code_module
code_w.exec_code(space, w_dict, w_dict)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/eval.py", line 34, in exec_code
return frame.run()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 142, in run
return self.execute_frame()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 176, in execute_frame
executioncontext)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 85, in dispatch
next_instr = self.handle_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 91, in handle_bytecode
next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 266, in dispatch_bytecode
res = meth(oparg, next_instr)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 1001, in CALL_FUNCTION
w_result = self.space.call_valuestack(w_function, nargs, self)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/baseobjspace.py", line 882, in call_valuestack
return w_func.funccall_valuestack(nargs, frame)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 139, in funccall_valuestack
return self._flat_pycall(code, nargs, frame)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 164, in _flat_pycall
return new_frame.run()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 142, in run
return self.execute_frame()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 176, in execute_frame
executioncontext)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 85, in dispatch
next_instr = self.handle_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 91, in handle_bytecode
next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 266, in dispatch_bytecode
res = meth(oparg, next_instr)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 1001, in CALL_FUNCTION
w_result = self.space.call_valuestack(w_function, nargs, self)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/baseobjspace.py", line 882, in call_valuestack
return w_func.funccall_valuestack(nargs, frame)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 127, in funccall_valuestack
frame.peekvalue(0))
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 729, in fastcall_2
raise self.handle_exception(space, e)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/gateway.py", line 722, in fastcall_2
w_result = self.fastfunc_2(space, w1, w2)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/__builtin__/abstractinst.py", line 209, in issubclass
result = abstract_issubclass_w(space, w_cls, w_klass_or_tuple, True)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/module/__builtin__/abstractinst.py", line 145, in abstract_issubclass_w
w_klass_or_tuple)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/objspace/descroperation.py", line 518, in issubtype_allow_override
return space.get_and_call_function(w_check, w_type, w_sub)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/objspace/descroperation.py", line 141, in get_and_call_function
return descr.funccall(w_obj, *args_w)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/function.py", line 103, in funccall
return new_frame.run()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 142, in run
return self.execute_frame()
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 176, in execute_frame
executioncontext)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 85, in dispatch
next_instr = self.handle_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 91, in handle_bytecode
next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 266, in dispatch_bytecode
res = meth(oparg, next_instr)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyopcode.py", line 330, in LOAD_FAST
self.pushvalue(w_value)
File "/Users/mitchellh/code/3rdparty/python/pypy/pypy/interpreter/pyframe.py", line 193, in pushvalue
self.locals_stack_w[depth] = w_object
IndexError: list assignment index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment