hpy_tests._vendored.hpy_devel.test_distutils.TestDistutils:test_cpymod_setup_install
self = <_vendored.hpy_devel.test_distutils.TestDistutils object at 0x00000004080e0608>
def test_cpymod_setup_install(self):
# CPython-only project, no hpy at all. This is a baseline to check
# that everything works even without hpy.
self.gen_setup_py("""
setup(name = "hpy_test_project",
ext_modules = [cpymod],
)
""")
> self.python('setup.py', 'install')
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py:125: in python
proc.check_returncode()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = CompletedProcess(args=['/private/tmp/buildbot-arm64/pytest-of-matti/pytest-9/test_cpymod_setup_install0/venv/bin/python', 'setup.py', 'install'], returncode=1)
def check_returncode(self):
"""Raise CalledProcessError if the exit code is non-zero."""
if self.returncode:
> raise CalledProcessError(self.returncode, self.args, self.stdout,
self.stderr)
E subprocess.CalledProcessError: Command '['/private/tmp/buildbot-arm64/pytest-of-matti/pytest-9/test_cpymod_setup_install0/venv/bin/python', 'setup.py', 'install']' returned non-zero exit status 1.
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/subprocess.py:502: CalledProcessError
builder: pypy-c-jit-macos-arm64 build #1293+
test: hpy_tests._vendored.hpy_devel.test_distutils.TestDistutils:test_cpymod_setup_install