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

pypy/module/bz2/test/apptest_bz2_compdecomp.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:1405: in exec_
    return statement.exec_code(self, w_globals, w_locals)
interpreter\eval.py:33: in exec_code
    return frame.run()
interpreter\pyframe.py:256: in run
    return self.execute_frame()
interpreter\pyframe.py:353: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:844: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:349: in execute_frame
    executioncontext)
interpreter\pyopcode.py:67: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:73: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:332: in dispatch_bytecode
    self.IMPORT_NAME(oparg, next_instr)
interpreter\pyopcode.py:1112: in IMPORT_NAME
    w_locals, w_fromlist, w_flag)
interpreter\baseobjspace.py:1238: in call_function
    return self.call_args(w_func, args)
objspace\descroperation.py:192: 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)
<2316-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\tool\sourcetools.py:174>: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:1238: in call_function
    return self.call_args(w_func, args)
objspace\descroperation.py:192: 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:256: in run
    return self.execute_frame()
interpreter\pyframe.py:353: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:844: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:349: in execute_frame
    executioncontext)
interpreter\pyopcode.py:67: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:73: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:290: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1382: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1261: 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:256: in run
    return self.execute_frame()
interpreter\pyframe.py:353: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:844: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:349: in execute_frame
    executioncontext)
interpreter\pyopcode.py:67: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:73: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:290: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1382: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1261: 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:256: in run
    return self.execute_frame()
interpreter\pyframe.py:353: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:844: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:349: in execute_frame
    executioncontext)
interpreter\pyopcode.py:67: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:73: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:290: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1382: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1261: 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:256: in run
    return self.execute_frame()
interpreter\pyframe.py:353: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:844: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:349: in execute_frame
    executioncontext)
interpreter\pyopcode.py:67: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:73: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:290: in dispatch_bytecode
    self.CALL_FUNCTION(oparg, next_instr)
interpreter\pyopcode.py:1382: in CALL_FUNCTION
    w_result = self.space.call_valuestack(w_function, nargs, self, dropvalues=nargs+1)
interpreter\baseobjspace.py:1261: 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:256: in run
    return self.execute_frame()
interpreter\pyframe.py:353: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:844: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:349: in execute_frame
    executioncontext)
interpreter\pyopcode.py:67: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:73: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:296: 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:1261: 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:256: in run
    return self.execute_frame()
interpreter\pyframe.py:353: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:844: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:349: in execute_frame
    executioncontext)
interpreter\pyopcode.py:67: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:73: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:296: 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:1261: 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:256: in run
    return self.execute_frame()
interpreter\pyframe.py:353: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:844: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:349: in execute_frame
    executioncontext)
interpreter\pyopcode.py:67: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:73: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:296: 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:1261: 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:256: in run
    return self.execute_frame()
interpreter\pyframe.py:353: in execute_frame
    raise self._convert_unexpected_exception(e)
interpreter\pyframe.py:844: in _convert_unexpected_exception
    operr = error.get_converted_unexpected_exception(self.space, e)
interpreter\pyframe.py:349: in execute_frame
    executioncontext)
interpreter\pyopcode.py:67: in dispatch
    next_instr = self.handle_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:73: in handle_bytecode
    next_instr = self.dispatch_bytecode(co_code, next_instr, ec)
interpreter\pyopcode.py:296: 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:1261: 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)
<2743-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:1238: in call_function
    return self.call_args(w_func, args)
objspace\descroperation.py:199: in call_args
    return space.get_and_call_args(w_descr, w_obj, args)
objspace\descroperation.py:164: 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)
<281-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\tool\sourcetools.py:174>:4: in _call
    return func(self, space, args)
objspace\std\typeobject.py:740: in descr_call
    __args__)
objspace\descroperation.py:164: 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)
<2663-codegen d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\rpython\tool\sourcetools.py:174>: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)
<98-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:286: 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:315: in _handle_error
    raise CompilationError(stdout, stderr)
E   CompilationError: CompilationError(out="""
E   	""")
builder: own-win-x86-64 build #2236
test: pypy/module/bz2/test/apptest_bz2_compdecomp/py