python testrunner/pypyjit_tests.py
in dir /build_dir/pypy-c-jit-linux-x86-64/build (timeout 4000 secs)
watching logfiles {'pytestLog': 'pypyjit_new.log'}
argv: ['python', 'testrunner/pypyjit_tests.py']
environment:
AUDITWHEEL_ARCH=x86_64
AUDITWHEEL_PLAT=manylinux2014_x86_64
AUDITWHEEL_POLICY=manylinux2014
DEVTOOLSET_ROOTPATH=/opt/rh/devtoolset-10/root
HOME=/home/buildslave
HOSTNAME=a58a84039819
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64
LOGNAME=buildslave
PATH=/python27_virt/bin:/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig
PWD=/build_dir/pypy-c-jit-linux-x86-64/build
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
PYPY_USESSION_DIR=/tmp/pytest
SHELL=/bin/bash
SHLVL=2
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
TMPDIR=/tmp/pytest
USER=buildslave
USE_CURL=1
_=/python27_virt/bin/buildslave
using PTY: False
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/pypy-c-jit-linux-x86-64/build/.hypothesis/examples')
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-64/build, inifile: pytest.ini
plugins: hypothesis-4.42.0
collected 1194 items / 1 skipped
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 111, in wrap_session
INTERNALERROR> session.exitstatus = doit(config, session) or 0
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 141, in _main
INTERNALERROR> config.hook.pytest_collection(session=session)
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 724, in __call__
INTERNALERROR> return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 338, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 333, in <lambda>
INTERNALERROR> _MultiCall(methods, kwargs, hook.spec_opts).execute()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 596, in execute
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 150, in pytest_collection
INTERNALERROR> return session.perform_collect()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 584, in perform_collect
INTERNALERROR> config=self.config, items=items)
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 724, in __call__
INTERNALERROR> return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 338, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 333, in <lambda>
INTERNALERROR> _MultiCall(methods, kwargs, hook.spec_opts).execute()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 596, in execute
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/pypy/conftest.py", line 187, in pytest_collection_modifyitems
INTERNALERROR> if is_applevel(item):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/pypy/conftest.py", line 179, in is_applevel
INTERNALERROR> from pypy.tool.pytest.apptest import AppTestMethod
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/pypy/tool/pytest/apptest.py", line 16, in <module>
INTERNALERROR> from pypy.tool.pytest import appsupport
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/pypy/tool/pytest/appsupport.py", line 4, in <module>
INTERNALERROR> from pypy.interpreter import gateway, pycode, typedef, baseobjspace
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/pypy/interpreter/pycode.py", line 19, in <module>
INTERNALERROR> from pypy.tool.stdlib_opcode import opcodedesc, HAVE_ARGUMENT
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/pypy/tool/stdlib_opcode.py", line 31, in <module>
INTERNALERROR> load_pypy_opcode()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/pypy/tool/stdlib_opcode.py", line 25, in load_pypy_opcode
INTERNALERROR> execfile(str(opcode_path), d)
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/opcode.py", line 48
INTERNALERROR> SyntaxError: Non-ASCII character '\xc2' in file /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/3/opcode.py on line 48, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
========================== 1 skipped in 1.29 seconds ===========================
program finished with exit code 3
elapsedTime=1.673487