Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

pypy/module/array/test/apptest_array.py

tool\pytest\apptest2.py:37: in collect
    w_mod = create_module(space, w_name, fname, source)
tool\pytest\apptest2.py:56: in create_module
    space.exec_(source, w_dict, w_dict, filename=filename)
interpreter\baseobjspace.py:1408: in exec_
    return statement.exec_code(self, w_globals, w_locals)
interpreter\eval.py:33: in exec_code
    return frame.run()
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:349: in dispatch_bytecode
    self.IMPORT_NAME(oparg, next_instr)
interpreter\pyopcode.py:1129: in IMPORT_NAME
    w_locals, w_fromlist, w_flag)
interpreter\baseobjspace.py:1241: in call_function
    return self.call_args(w_func, args)
objspace\descroperation.py:201: in call_args
    return w_obj.call_args(args)
interpreter\function.py:81: in call_args
    w_res = self.getcode().funcrun(self, args)
interpreter\gateway.py:869: in funcrun
    return BuiltinCode.funcrun_obj(self, func, None, args)
interpreter\gateway.py:884: in funcrun_obj
    self.handle_exception(space, e)
interpreter\gateway.py:908: in handle_exception
    raise error.get_converted_unexpected_exception(space, e)
interpreter\gateway.py:878: in funcrun_obj
    w_result = activation._run(space, scope_w)
<2112-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\tool\sourcetools.py:200>:3: in _run
    return self.behavior(space, scope_w[0], scope_w[1], scope_w[2], scope_w[3], scope_w[4])
module\_frozen_importlib\interp_import.py:96: in interp___import__
    w_level)
interpreter\baseobjspace.py:1241: in call_function
    return self.call_args(w_func, args)
objspace\descroperation.py:201: in call_args
    return w_obj.call_args(args)
interpreter\function.py:81: in call_args
    w_res = self.getcode().funcrun(self, args)
interpreter\pycode.py:280: in funcrun
    return frame.run(func.name, func.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:193: in funccall_valuestack
    natural_arity - nargs, dropvalues)
interpreter\function.py:231: in _flat_pycall_defaults
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:313: in dispatch_bytecode
    self.CALL_METHOD(oparg, next_instr)
objspace\std\callmethod.py:93: in CALL_METHOD
    w_callable, n, f, methodcall=w_self is not None, dropvalues=n_args+2)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:203: in funccall_valuestack
    return self.call_args(args)
interpreter\function.py:81: in call_args
    w_res = self.getcode().funcrun(self, args)
interpreter\pycode.py:280: in funcrun
    return frame.run(func.name, func.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:311: in dispatch_bytecode
    self.CALL_FUNCTION_EX(oparg, next_instr)
interpreter\pyopcode.py:1441: in CALL_FUNCTION_EX
    w_result = self.space.call_args(w_function, args)
objspace\descroperation.py:201: in call_args
    return w_obj.call_args(args)
interpreter\function.py:81: in call_args
    w_res = self.getcode().funcrun(self, args)
interpreter\gateway.py:869: in funcrun
    return BuiltinCode.funcrun_obj(self, func, None, args)
interpreter\gateway.py:884: in funcrun_obj
    self.handle_exception(space, e)
interpreter\gateway.py:908: in handle_exception
    raise error.get_converted_unexpected_exception(space, e)
interpreter\gateway.py:878: in funcrun_obj
    w_result = activation._run(space, scope_w)
<393-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\tool\sourcetools.py:200>:3: in _run
    return self.behavior(space, scope_w[0])
module\imp\interp_imp.py:65: in create_builtin
    return space.getbuiltinmodule(name, force_init=True, reuse=reuse)
interpreter\baseobjspace.py:583: in getbuiltinmodule
    w_mod.init(self)
interpreter\mixedmodule.py:66: in init
    Module.init(self, space)
interpreter\module.py:65: in init
    self.startup(space)
module\array\moduledef.py:15: in startup
    w_mod = space.call_function(space.w_default_importlib_import, space.newtext("_collections_abc"))
interpreter\baseobjspace.py:1237: in call_function
    return w_func.funccall(*args_w)
interpreter\function.py:137: in funccall
    return self.call_args(Arguments(self.space, list(args_w)))
interpreter\function.py:81: in call_args
    w_res = self.getcode().funcrun(self, args)
interpreter\gateway.py:869: in funcrun
    return BuiltinCode.funcrun_obj(self, func, None, args)
interpreter\gateway.py:884: in funcrun_obj
    self.handle_exception(space, e)
interpreter\gateway.py:908: in handle_exception
    raise error.get_converted_unexpected_exception(space, e)
interpreter\gateway.py:878: in funcrun_obj
    w_result = activation._run(space, scope_w)
<2112-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\tool\sourcetools.py:200>:3: in _run
    return self.behavior(space, scope_w[0], scope_w[1], scope_w[2], scope_w[3], scope_w[4])
module\_frozen_importlib\interp_import.py:96: in interp___import__
    w_level)
interpreter\baseobjspace.py:1241: in call_function
    return self.call_args(w_func, args)
objspace\descroperation.py:201: in call_args
    return w_obj.call_args(args)
interpreter\function.py:81: in call_args
    w_res = self.getcode().funcrun(self, args)
interpreter\pycode.py:280: in funcrun
    return frame.run(func.name, func.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:193: in funccall_valuestack
    natural_arity - nargs, dropvalues)
interpreter\function.py:231: in _flat_pycall_defaults
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:307: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1399: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:313: in dispatch_bytecode
    self.CALL_METHOD(oparg, next_instr)
objspace\std\callmethod.py:93: in CALL_METHOD
    w_callable, n, f, methodcall=w_self is not None, dropvalues=n_args+2)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:313: in dispatch_bytecode
    self.CALL_METHOD(oparg, next_instr)
objspace\std\callmethod.py:93: in CALL_METHOD
    w_callable, n, f, methodcall=w_self is not None, dropvalues=n_args+2)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:313: in dispatch_bytecode
    self.CALL_METHOD(oparg, next_instr)
objspace\std\callmethod.py:93: in CALL_METHOD
    w_callable, n, f, methodcall=w_self is not None, dropvalues=n_args+2)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:187: in funccall_valuestack
    return self._flat_pycall(code, nargs, frame, dropvalues)
interpreter\function.py:214: in _flat_pycall
    return new_frame.run(self.name, self.qualname)
interpreter\pyframe.py:257: in run
    return self.execute_frame(None)
interpreter\pyframe.py:354: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:845: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:350: in execute_frame
    executioncontext)
interpreter\pyopcode.py:68: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:74: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:313: in dispatch_bytecode
    self.CALL_METHOD(oparg, next_instr)
objspace\std\callmethod.py:93: in CALL_METHOD
    w_callable, n, f, methodcall=w_self is not None, dropvalues=n_args+2)
interpreter\baseobjspace.py:1264: in call_valuestack
    nargs, frame, methodcall=methodcall, dropvalues=dropvalues)
interpreter\function.py:162: in funccall_valuestack
    return code.fastcall_1(self.space, self, f_0)
interpreter\gateway.py:982: in fastcall_1
    self.handle_exception(space, e)
interpreter\gateway.py:908: in handle_exception
    raise error.get_converted_unexpected_exception(space, e)
interpreter\gateway.py:977: in fastcall_1
    w_result = self.fastfunc_1(space, w1)
module\_io\interp_io.py:177: in open_code
    return open(space, w_file, "rb")
module\_io\interp_io.py:27: in open
    closefd, w_opener)
<2646-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\rlib\jit.py:246>:13: in f
    return func(space, w_file, mode, buffering, encoding, errors, newline, closefd, w_opener)
module\_io\interp_io.py:120: in _open
    space.newbool(bool(closefd)), w_opener)
interpreter\baseobjspace.py:1241: in call_function
    return self.call_args(w_func, args)
objspace\descroperation.py:208: in call_args
    return space.get_and_call_args(w_descr, w_obj, args)
objspace\descroperation.py:173: in get_and_call_args
    return w_descr.call_obj_args(w_obj, args)
interpreter\function.py:87: in call_obj_args
    w_res = self.getcode().funcrun_obj(self, w_obj, args)
interpreter\gateway.py:941: in funcrun_obj
    self.handle_exception(space, e)
interpreter\gateway.py:908: in handle_exception
    raise error.get_converted_unexpected_exception(space, e)
interpreter\gateway.py:937: in funcrun_obj
    w_result = self.func__args__(space, w_obj, args)
<282-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\tool\sourcetools.py:200>:4: in _call
    return func(self, space, args)
objspace\std\typeobject.py:743: in descr_call
    __args__)
objspace\descroperation.py:173: in get_and_call_args
    return w_descr.call_obj_args(w_obj, args)
interpreter\function.py:87: in call_obj_args
    w_res = self.getcode().funcrun_obj(self, w_obj, args)
interpreter\gateway.py:884: in funcrun_obj
    self.handle_exception(space, e)
interpreter\gateway.py:908: in handle_exception
    raise error.get_converted_unexpected_exception(space, e)
interpreter\gateway.py:878: in funcrun_obj
    w_result = activation._run(space, scope_w)
<2566-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\tool\sourcetools.py:200>:3: in _run
    return self.behavior(space.interp_w(W_FileIO, scope_w[0]), space, scope_w[1], space.text_w(scope_w[2]), space.gateway_int_w(scope_w[3]), scope_w[4])
module\_io\interp_fileio.py:211: in descr_init
    self.fd = _open_fd(space, w_name, flags)
module\_io\interp_fileio.py:141: in _open_fd
    space, w_path, flags, 0666)
module\posix\interp_posix.py:101: in dispatch
    return func(fname, *args)
..\rpython\rlib\rposix.py:468: in open
    fd = c_wopen(buf, flags, mode)
..\rpython\rtyper\lltypesystem\rffi.py:321: in wrapper
    res = call_external_function(*real_args)
<99-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\rtyper\lltypesystem\rffi.py:217>:19: in call_external_function
    rposix._errno_after(1)
..\rpython\rlib\rposix.py:192: in _errno_after
    rthread.tlfield_rpy_errno.setraw(_get_errno())
..\rpython\rtyper\lltypesystem\lltype.py:1384: in __call__
    return callb(*args)
..\rpython\rtyper\lltypesystem\ll2ctypes.py:1339: in __call__
    self.natural_arity)
..\rpython\rtyper\lltypesystem\ll2ctypes.py:1236: in get_ctypes_callable
    symbolic=True)
..\rpython\translator\tool\cbuild.py:345: in compile_shared_lib
    standalone=False))
..\rpython\translator\platform\__init__.py:57: in compile
    ofiles = self._compile_o_files(cfiles, eci, standalone)
..\rpython\translator\platform\__init__.py:79: in _compile_o_files
    ofiles.append(self._compile_c_file(self.cc, cfile, compile_args))
..\rpython\translator\platform\windows.py:290: in _compile_c_file
    self._execute_c_compiler(cc, args, oname)
..\rpython\translator\platform\__init__.py:143: in _execute_c_compiler
    self._handle_error(returncode, stdout, stderr, outname)
..\rpython\translator\platform\windows.py:319: in _handle_error
    raise CompilationError(stdout, stderr)
E   CompilationError: CompilationError(out="""
E   	""")
builder: own-win-x86-64 build #2399+
test: pypy/module/array/test/apptest_array.py