python testrunner/app_level_tests.py
in dir /build_dir/pypy-c-jit-linux-x86-64/build (timeout 4000 secs)
watching logfiles {'pytestLog': 'pytest-A.log'}
argv: ['python', 'testrunner/app_level_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
using config pypy/pytest-A.cfg
using config pypy/pytest-A.py
ignoring non-existant config /home/buildslave/machine-A_cfg.py
-- interpreter/astcompiler/test
-- interpreter/pyparser/test
-- interpreter/test
-- objspace/test
-- objspace/std/test
-- module/__builtin__/test
-- module/__pypy__/test
-- module/_abc/test
-- module/_ast/test
-- module/_cffi_backend/test
-- module/_codecs/test
-- module/_collections/test
-- module/_continuation/test
-- module/_cppyy/test
-- module/_csv/test
-- module/_demo/test
-- module/_hpy_universal/test/_vendored
-- module/_hpy_universal/test/pypy
-- module/_io/test
-- module/_jitlog/test
-- module/_locale/test
-- module/_lsprof/test
-- module/_md5/test
-- module/_minimal_curses/test
-- module/_multibytecodec/test
-- module/_multiprocessing/test
-- module/_opcode/test
-- module/_pickle/test
-- module/_pickle_support/test
-- module/_posixsubprocess/test
-- module/_pypyjson/test
-- module/_random/test
-- module/_rawffi/alt/test
-- module/_rawffi/test
-- module/_socket/test
-- module/_sre/test
-- module/_vmprof/test
-- module/_warnings/test
-- module/_weakref/test
-- module/_winreg/test
-- module/array/test
-- module/atexit/test
-- module/binascii/test
-- module/bz2/test
-- module/cmath/test
-- module/cpyext/test
-- module/crypt/test
-- module/errno/test
-- module/exceptions/test
-- module/faulthandler/test
-- module/fcntl/test
-- module/gc/test
-- module/imp/test
-- module/itertools/test
-- module/marshal/test
-- module/math/test
-- module/micronumpy/test
-- module/mmap/test
-- module/operator/test
-- module/posix/test
-- module/pwd/test
-- module/pyexpat/test
-- module/pypyjit/test
-- module/select/test
-- module/signal/test
-- module/struct/test
-- module/sys/test
-- module/termios/test
-- module/test_lib_pypy
-- module/thread/test
-- module/time/test
-- module/token/test
-- module/unicodedata/test
-- module/zipimport/test
-- module/zlib/test
-- total: 75 to run
++ 13:20:58 starting interpreter/astcompiler/test [1 started in total]
__ interpreter/astcompiler/test [1 done in total, somefailed=True] ____________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:01 starting interpreter/pyparser/test [2 started in total]
__ interpreter/pyparser/test [2 done in total, somefailed=True] _______________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:02 starting interpreter/test [3 started in total]
__ interpreter/test [3 done in total, somefailed=True] ________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:03 starting objspace/test [4 started in total]
__ objspace/test [4 done in total, somefailed=True] ___________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:05 starting objspace/std/test [5 started in total]
__ objspace/std/test [5 done in total, somefailed=True] _______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:06 starting module/__builtin__/test [6 started in total]
__ module/__builtin__/test [6 done in total, somefailed=True] _________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:07 starting module/__pypy__/test [7 started in total]
__ module/__pypy__/test [7 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:08 starting module/_abc/test [8 started in total]
__ module/_abc/test [8 done in total, somefailed=True] ________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:09 starting module/_ast/test [9 started in total]
__ module/_ast/test [9 done in total, somefailed=True] ________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:10 starting module/_cffi_backend/test [10 started in total]
__ module/_cffi_backend/test [10 done in total, somefailed=True] ______________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:11 starting module/_codecs/test [11 started in total]
__ module/_codecs/test [11 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:12 starting module/_collections/test [12 started in total]
__ module/_collections/test [12 done in total, somefailed=True] _______________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:13 starting module/_continuation/test [13 started in total]
__ module/_continuation/test [13 done in total, somefailed=True] ______________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:14 starting module/_cppyy/test [14 started in total]
__ module/_cppyy/test [14 done in total, somefailed=True] _____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:15 starting module/_csv/test [15 started in total]
__ module/_csv/test [15 done in total, somefailed=True] _______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:16 starting module/_demo/test [16 started in total]
__ module/_demo/test [16 done in total, somefailed=True] ______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:17 starting module/_hpy_universal/test/_vendored [17 started in total]
__ module/_hpy_universal/test/_vendored [17 done in total, somefailed=True] ___
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:19 starting module/_hpy_universal/test/pypy [18 started in total]
__ module/_hpy_universal/test/pypy [18 done in total, somefailed=True] ________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:20 starting module/_io/test [19 started in total]
__ module/_io/test [19 done in total, somefailed=True] ________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:21 starting module/_jitlog/test [20 started in total]
__ module/_jitlog/test [20 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:22 starting module/_locale/test [21 started in total]
__ module/_locale/test [21 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:23 starting module/_lsprof/test [22 started in total]
__ module/_lsprof/test [22 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:24 starting module/_md5/test [23 started in total]
__ module/_md5/test [23 done in total, somefailed=True] _______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:25 starting module/_minimal_curses/test [24 started in total]
__ module/_minimal_curses/test [24 done in total, somefailed=True] ____________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:26 starting module/_multibytecodec/test [25 started in total]
__ module/_multibytecodec/test [25 done in total, somefailed=True] ____________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:27 starting module/_multiprocessing/test [26 started in total]
__ module/_multiprocessing/test [26 done in total, somefailed=True] ___________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:28 starting module/_opcode/test [27 started in total]
__ module/_opcode/test [27 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:29 starting module/_pickle/test [28 started in total]
__ module/_pickle/test [28 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:30 starting module/_pickle_support/test [29 started in total]
__ module/_pickle_support/test [29 done in total, somefailed=True] ____________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:31 starting module/_posixsubprocess/test [30 started in total]
__ module/_posixsubprocess/test [30 done in total, somefailed=True] ___________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:33 starting module/_pypyjson/test [31 started in total]
__ module/_pypyjson/test [31 done in total, somefailed=True] __________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:34 starting module/_random/test [32 started in total]
__ module/_random/test [32 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:35 starting module/_rawffi/alt/test [33 started in total]
__ module/_rawffi/alt/test [33 done in total, somefailed=True] ________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:36 starting module/_rawffi/test [34 started in total]
__ module/_rawffi/test [34 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:37 starting module/_socket/test [35 started in total]
__ module/_socket/test [35 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:38 starting module/_sre/test [36 started in total]
__ module/_sre/test [36 done in total, somefailed=True] _______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:39 starting module/_vmprof/test [37 started in total]
__ module/_vmprof/test [37 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:40 starting module/_warnings/test [38 started in total]
__ module/_warnings/test [38 done in total, somefailed=True] __________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:41 starting module/_weakref/test [39 started in total]
__ module/_weakref/test [39 done in total, somefailed=True] ___________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:42 starting module/_winreg/test [40 started in total]
__ module/_winreg/test [40 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:43 starting module/array/test [41 started in total]
__ module/array/test [41 done in total, somefailed=True] ______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:44 starting module/atexit/test [42 started in total]
__ module/atexit/test [42 done in total, somefailed=True] _____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:46 starting module/binascii/test [43 started in total]
__ module/binascii/test [43 done in total, somefailed=True] ___________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:47 starting module/bz2/test [44 started in total]
__ module/bz2/test [44 done in total, somefailed=True] ________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:48 starting module/cmath/test [45 started in total]
__ module/cmath/test [45 done in total, somefailed=True] ______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:49 starting module/cpyext/test [46 started in total]
__ module/cpyext/test [46 done in total, somefailed=True] _____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:50 starting module/crypt/test [47 started in total]
__ module/crypt/test [47 done in total, somefailed=True] ______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:51 starting module/errno/test [48 started in total]
__ module/errno/test [48 done in total, somefailed=True] ______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:52 starting module/exceptions/test [49 started in total]
__ module/exceptions/test [49 done in total, somefailed=True] _________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:53 starting module/faulthandler/test [50 started in total]
__ module/faulthandler/test [50 done in total, somefailed=True] _______________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:54 starting module/fcntl/test [51 started in total]
__ module/fcntl/test [51 done in total, somefailed=True] ______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:55 starting module/gc/test [52 started in total]
__ module/gc/test [52 done in total, somefailed=True] _________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:56 starting module/imp/test [53 started in total]
__ module/imp/test [53 done in total, somefailed=True] ________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:57 starting module/itertools/test [54 started in total]
__ module/itertools/test [54 done in total, somefailed=True] __________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:21:58 starting module/marshal/test [55 started in total]
__ module/marshal/test [55 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:00 starting module/math/test [56 started in total]
__ module/math/test [56 done in total, somefailed=True] _______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:01 starting module/micronumpy/test [57 started in total]
__ module/micronumpy/test [57 done in total, somefailed=True] _________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:02 starting module/mmap/test [58 started in total]
__ module/mmap/test [58 done in total, somefailed=True] _______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:03 starting module/operator/test [59 started in total]
__ module/operator/test [59 done in total, somefailed=True] ___________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:04 starting module/posix/test [60 started in total]
__ module/posix/test [60 done in total, somefailed=True] ______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:05 starting module/pwd/test [61 started in total]
__ module/pwd/test [61 done in total, somefailed=True] ________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:06 starting module/pyexpat/test [62 started in total]
__ module/pyexpat/test [62 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:07 starting module/pypyjit/test [63 started in total]
__ module/pypyjit/test [63 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:08 starting module/select/test [64 started in total]
__ module/select/test [64 done in total, somefailed=True] _____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:09 starting module/signal/test [65 started in total]
__ module/signal/test [65 done in total, somefailed=True] _____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:10 starting module/struct/test [66 started in total]
__ module/struct/test [66 done in total, somefailed=True] _____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:11 starting module/sys/test [67 started in total]
__ module/sys/test [67 done in total, somefailed=True] ________________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:12 starting module/termios/test [68 started in total]
__ module/termios/test [68 done in total, somefailed=True] ____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:14 starting module/test_lib_pypy [69 started in total]
__ module/test_lib_pypy [69 done in total, somefailed=True] ___________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:15 starting module/thread/test [70 started in total]
__ module/thread/test [70 done in total, somefailed=True] _____________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:16 starting module/time/test [71 started in total]
__ module/time/test [71 done in total, somefailed=True] _______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:17 starting module/token/test [72 started in total]
__ module/token/test [72 done in total, somefailed=True] ______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:18 starting module/unicodedata/test [73 started in total]
__ module/unicodedata/test [73 done in total, somefailed=True] ________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:19 starting module/zipimport/test [74 started in total]
__ module/zipimport/test [74 done in total, somefailed=True] __________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
++ 13:22:20 starting module/zlib/test [75 started in total]
__ module/zlib/test [75 done in total, somefailed=True] _______________________
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/main.py", line 107, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/config.py", line 839, in _do_configure
INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File "/build_dir/pypy-c-jit-linux-x86-64/build/_pytest/vendored_packages/pluggy.py", line 729, in call_historic
INTERNALERROR> 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 91, in pytest_configure
INTERNALERROR> from pypy.tool.pytest.apptest import PythonInterpreter
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
program finished with exit code 1
elapsedTime=83.298521