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

pypy/module/_posixsubprocess/test/apptest_subprocess.py

tool\pytest\apptest2.py:25: in collect
    space = objspace.gettestobjspace(**spaceconfig)
tool\pytest\objspace.py:24: in gettestobjspace
    space = maketestobjspace(config)
tool\pytest\objspace.py:34: in maketestobjspace
    space = make_objspace(config)
tool\option.py:33: in make_objspace
    return StdObjSpace(config)
interpreter\baseobjspace.py:455: in __init__
    self.initialize()
objspace\std\objspace.py:115: in initialize
    self.make_builtins()
interpreter\baseobjspace.py:663: in make_builtins
    self.install_mixedmodule(mixedname)
interpreter\baseobjspace.py:704: in install_mixedmodule
    self.setbuiltinmodule(mixedname)
interpreter\baseobjspace.py:541: in setbuiltinmodule
    mod = Module(self, self.newtext(name))
interpreter\mixedmodule.py:27: in __init__
    self.__class__.buildloaders()
module\fcntl\moduledef.py:17: in buildloaders
    from pypy.module.fcntl import interp_fcntl
module\fcntl\interp_fcntl.py:44: in <module>
    for k, v in platform.configure(CConfig).items():
..\rpython\rtyper\tool\rffi_platform.py:216: in configure
    for name, result in zip(entries, results):
..\rpython\rtyper\tool\rffi_platform.py:241: in configure_entries
    writer.path, eci, ignore_errors=ignore_errors))
..\rpython\rtyper\tool\rffi_platform.py:745: in run_example_code
    output = build_executable_cache(files, eci, ignore_errors=ignore_errors)
..\rpython\tool\gcc_cache.py:28: in build_executable_cache
    result = platform.execute(platform.compile(c_files, eci))
..\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(err="""
E   	platcheck_73.c
E   	d:\systemtemp\pytest\usession-py3.11-1377\platcheck_73.c(93): fatal error C1083: Cannot open include file: 'sys/file.h': No such file or directory
E   	""")
---------- Captured stderr ----------
[platform:Error] platcheck_73.c
[platform:Error] d:\systemtemp\pytest\usession-py3.11-1377\platcheck_73.c(93): fatal error C1083: Cannot open include file: 'sys/file.h': No such file or directory
builder: own-win-x86-64 build #2236
test: pypy/module/_posixsubprocess/test/apptest_subprocess/py