[pypy-issue] [issue1744] py3k: pypy_interact.py exits with an AttributeError when trying to use the sandbox feature

Behold tracker at bugs.pypy.org
Fri Apr 25 20:38:41 CEST 2014


New submission from Behold <behold at behold.se>:

After compiling PyPy3 2.1 beta 1 by following the instructions at
http://pypy.readthedocs.org/en/latest/sandbox.html, I get the following when
trying to run pypy_interact.py from the pypy/sandbox directory:

$ PYTHONPATH=../../ python2 pypy_interact.py ../goal/pypy-c 
debug: OperationError:
debug:  operror-type: AttributeError
debug:  operror-value: 'NoneType' object has no attribute 'isatty'
[Subprocess exit code: 1]

----------
files: pypy3_interact.log
messages: 6790
nosy: Behold, pypy-issue
priority: bug
status: unread
title: py3k: pypy_interact.py exits with an AttributeError when trying to use the sandbox feature

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1744>
________________________________________
-------------- next part --------------
[sandlib:call] ll_os.ll_os_getenv('PYPY_GENERATIONGC_NURSERY')
[sandlib:result] None
[sandlib:call] ll_os.ll_os_getenv('PYPY_GC_DEBUG')
[sandlib:result] None
[sandlib:call] ll_os.ll_os_envitems()
[sandlib:result] []
[sandlib:call] ll_os.ll_os_stat('/bin/pypy-c')
[sandlib:vpath] '/bin/pypy-c' => <RealFile [...]/pypy3-2.1-beta1-src/pypy/goal/pypy-c>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_lstat('/bin/pypy-c')
[sandlib:vpath] '/bin/pypy-c' => <RealFile [...]/pypy3-2.1-beta1-src/pypy/goal/pypy-c>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3')
[sandlib:vpath] '/bin/lib-python/3' => <RealDir [...]/pypy3-2.1-beta1-src/lib-python/3>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy')
[sandlib:vpath] '/bin/lib_pypy' => <RealDir [...]/pypy3-2.1-beta1-src/lib_pypy>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/os')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/os.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy')
[sandlib:vpath] '/bin/lib_pypy' => <RealDir [...]/pypy3-2.1-beta1-src/lib_pypy>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/os')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/os'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/os.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/os.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3')
[sandlib:vpath] '/bin/lib-python/3' => <RealDir [...]/pypy3-2.1-beta1-src/lib-python/3>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/os')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/os'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/os.py')
[sandlib:vpath] '/bin/lib-python/3/os.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/os.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/os.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/os.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/os.py>
[sandlib:result] 3
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] 'r"""OS routines for...ptional'
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] ' argument \'followl...raise T'
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] 'ypeError("str expec...t NameE'
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] 'rror: # stat_result...args)\n'
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/posixpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/posixpath.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/posixpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/posixpath'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/posixpath.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/posixpath.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/posixpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/posixpath'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/posixpath.py')
[sandlib:vpath] '/bin/lib-python/3/posixpath.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/posixpath.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/posixpath.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/posixpath.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/posixpath.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '"""Common operation... forms '
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '$variable and ${var...list)\n'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/stat')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/stat.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/stat')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/stat'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/stat.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/stat.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/stat')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/stat'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/stat.py')
[sandlib:vpath] '/bin/lib-python/3/stat.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/stat.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/stat.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/stat.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/stat.py>
[sandlib:result] 5
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] '"""Constants/functi...00000\n'
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(5)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/genericpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/genericpath.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/genericpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/genericpath'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/genericpath.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/genericpath.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/genericpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/genericpath'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/genericpath.py')
[sandlib:vpath] '/bin/lib-python/3/genericpath.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/genericpath.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/genericpath.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/genericpath.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/genericpath.py>
[sandlib:result] 5
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] '"""\nPath operation...p[:0]\n'
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(5)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/types')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/types.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/types')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/types'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/types.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/types.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/types')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/types'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/types.py')
[sandlib:vpath] '/bin/lib-python/3/types.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/types.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/types.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/types.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/types.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '"""\nDefine names f...xport\n'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_abcoll')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_abcoll.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_abcoll')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_abcoll'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_abcoll.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_abcoll.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_abcoll')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_abcoll'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_abcoll.py')
[sandlib:vpath] '/bin/lib-python/3/_abcoll.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/_abcoll.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/_abcoll.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/_abcoll.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/_abcoll.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '# Copyright 2007 Go...ot in s'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'elf:\n            r...tring\n'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/encodings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/encodings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/encodings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/encodings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/encodings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/encodings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings')
[sandlib:vpath] '/bin/lib-python/3/encodings' => <RealDir [...]/pypy3-2.1-beta1-src/lib-python/3/encodings>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/__init__.py')
[sandlib:vpath] '/bin/lib-python/3/encodings/__init__.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/__init__.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/__init__')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/encodings/__init__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/__init__.py')
[sandlib:vpath] '/bin/lib-python/3/encodings/__init__.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/__init__.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/encodings/__init__.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/encodings/__init__.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/__init__.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '""" Standard "encod...tion)\n'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/codecs')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/codecs.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/codecs')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/codecs'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/codecs.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/codecs.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/codecs')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/codecs'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/codecs.py')
[sandlib:vpath] '/bin/lib-python/3/codecs.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/codecs.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/codecs.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/codecs.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/codecs.py>
[sandlib:result] 5
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] '""" codecs -- Pytho... of the'
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ' decoder.\n\n      ...    rai'
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] 'se\n            # k...es set '
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] 'by the file wrapper...ntalEnc'
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] 'oder\n    construct...-1\')\n'
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(5)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings')
[sandlib:vpath] '/bin/lib-python/3/encodings' => <RealDir [...]/pypy3-2.1-beta1-src/lib-python/3/encodings>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/aliases')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/encodings/aliases'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/aliases.py')
[sandlib:vpath] '/bin/lib-python/3/encodings/aliases.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/aliases.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/encodings/aliases.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/encodings/aliases.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/aliases.py>
[sandlib:result] 5
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] '""" Encoding Aliase...       '
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] "    : 'iso8859_10',...',\n}\n"
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(5)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/ascii')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/encodings/ascii'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/ascii.py')
[sandlib:vpath] '/bin/lib-python/3/encodings/ascii.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/ascii.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/encodings/ascii.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/encodings/ascii.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/ascii.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '""" Python \'ascii\...    )\n'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/copyreg')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/copyreg.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/copyreg')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/copyreg'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/copyreg.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/copyreg.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/copyreg')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/copyreg'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/copyreg.py')
[sandlib:vpath] '/bin/lib-python/3/copyreg.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/copyreg.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/copyreg.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/copyreg.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/copyreg.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '"""Helper to provid...tion.\n'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(3)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/utf_8')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/encodings/utf_8'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/utf_8.py')
[sandlib:vpath] '/bin/lib-python/3/encodings/utf_8.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/utf_8.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/encodings/utf_8.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/encodings/utf_8.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/utf_8.py>
[sandlib:result] 3
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '""" Python \'utf-8\...    )\n'
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(3)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/latin_1')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/encodings/latin_1'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/latin_1.py')
[sandlib:vpath] '/bin/lib-python/3/encodings/latin_1.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/latin_1.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/encodings/latin_1.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/encodings/latin_1.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/latin_1.py>
[sandlib:result] 3
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '""" Python \'latin-...    )\n'
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(3)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_fstat(0)
[sandlib:exception] OSError: [Errno 9] bad file descriptor
[sandlib:call] ll_os.ll_os_strerror(9)
[sandlib:result] 'Bad file descriptor'
[sandlib:call] ll_os.ll_os_fstat(1)
[sandlib:exception] OSError: [Errno 9] bad file descriptor
[sandlib:call] ll_os.ll_os_strerror(9)
[sandlib:result] 'Bad file descriptor'
[sandlib:call] ll_os.ll_os_fstat(2)
[sandlib:exception] OSError: [Errno 9] bad file descriptor
[sandlib:call] ll_os.ll_os_strerror(9)
[sandlib:result] 'Bad file descriptor'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/site')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/site.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/site')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/site'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/site.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/site.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/site')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/site'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/site.py')
[sandlib:vpath] '/bin/lib-python/3/site.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/site.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/site.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/site.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/site.py>
[sandlib:result] 3
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '"""Append module se...lib\', '
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '\'osx_framework_use...."""\n '
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '   try:\n        im...ipt()\n'
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/traceback')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/traceback.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/traceback')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/traceback'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/traceback.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/traceback.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/traceback')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/traceback'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/traceback.py')
[sandlib:vpath] '/bin/lib-python/3/traceback.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/traceback.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/traceback.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/traceback.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/traceback.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '"""Extract, format ...\')[:of'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'fset].lstrip()\n   ... list\n'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/linecache')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/linecache.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/linecache')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/linecache'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/linecache.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/linecache.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/linecache')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/linecache'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/linecache.py')
[sandlib:vpath] '/bin/lib-python/3/linecache.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/linecache.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/linecache.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/linecache.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/linecache.py>
[sandlib:result] 5
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] '"""Cache lines from...lines\n'
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/tokenize')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/tokenize.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/tokenize')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/tokenize'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/tokenize.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/tokenize.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/tokenize')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/tokenize'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/tokenize.py')
[sandlib:vpath] '/bin/lib-python/3/tokenize.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/tokenize.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/tokenize.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/tokenize.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/tokenize.py>
[sandlib:result] 6
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] '"""Tokenization hel...e the b'
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] 'ack to the input\n ...not lin'
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] 'e:\n               ...(tok)\n'
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/re')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/re.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/re')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/re'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/re.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/re.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/re')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/re'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/re.py')
[sandlib:vpath] '/bin/lib-python/3/re.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/re.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/re.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/re.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/re.py>
[sandlib:result] 7
[sandlib:call] ll_os.ll_os_read(7, 8192)
[sandlib:result] '#\n# Secret Labs\' ...a repla'
[sandlib:call] ll_os.ll_os_read(7, 8192)
[sandlib:result] 'cement string to be...g[i:]\n'
[sandlib:call] ll_os.ll_os_read(7, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(7, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/sre_compile')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/sre_compile.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/sre_compile')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/sre_compile'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/sre_compile.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/sre_compile.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/sre_compile')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/sre_compile'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/sre_compile.py')
[sandlib:vpath] '/bin/lib-python/3/sre_compile.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/sre_compile.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/sre_compile.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/sre_compile.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/sre_compile.py>
[sandlib:result] 8
[sandlib:call] ll_os.ll_os_read(8, 8192)
[sandlib:result] '#\n# Secret Labs\' ...turn ou'
[sandlib:call] ll_os.ll_os_read(8, 8192)
[sandlib:result] 't\n    else:\n     ...    )\n'
[sandlib:call] ll_os.ll_os_read(8, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(8, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/sre_parse')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/sre_parse.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/sre_parse')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/sre_parse'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/sre_parse.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/sre_parse.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/sre_parse')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/sre_parse'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/sre_parse.py')
[sandlib:vpath] '/bin/lib-python/3/sre_parse.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/sre_parse.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/sre_parse.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/sre_parse.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/sre_parse.py>
[sandlib:result] 9
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] '#\n# Secret Labs\' ...ression'
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] '\n    code = CATEGO...       '
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] 'subpatternappend((L...p[-1][0'
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] '] is LITERAL:\n    ...rals)\n'
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/sre_constants')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/sre_constants.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/sre_constants')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/sre_constants'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/sre_constants.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/sre_constants.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/sre_constants')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/sre_constants'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/sre_constants.py')
[sandlib:vpath] '/bin/lib-python/3/sre_constants.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/sre_constants.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/sre_constants.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/sre_constants.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/sre_constants.py>
[sandlib:result] 10
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] '#\n# Secret Labs\' ...one")\n'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(10)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(9)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(8)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/functools')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/functools.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/functools')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/functools'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/functools.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/functools.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/functools')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/functools'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/functools.py')
[sandlib:vpath] '/bin/lib-python/3/functools.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/functools.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/functools.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/functools.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/functools.py>
[sandlib:result] 8
[sandlib:call] ll_os.ll_os_read(8, 8192)
[sandlib:result] '"""functools.py - T...():\n  '
[sandlib:call] ll_os.ll_os_read(8, 8192)
[sandlib:result] '          """Clear ...ction\n'
[sandlib:call] ll_os.ll_os_read(8, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(8, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_functools')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_functools.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_functools')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_functools'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_functools.py')
[sandlib:vpath] '/bin/lib_pypy/_functools.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib_pypy/_functools.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib_pypy/_functools.py', 0, 438)
[sandlib:vpath] '/bin/lib_pypy/_functools.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib_pypy/_functools.py>
[sandlib:result] 9
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] '""" Supplies the in...te(d)\n'
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(9)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/collections')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/collections.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/collections')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/collections'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/collections.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/collections.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/collections')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/collections'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/collections.py')
[sandlib:vpath] '/bin/lib-python/3/collections.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/collections.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/collections.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/collections.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/collections.py>
[sandlib:result] 9
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] "__all__ = ['deque',...stance("
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] 'other, OrderedDict)...softwar'
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] "e/smalltalk/manual-...f elem "
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] 'not in self and cou...__(self'
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] ", n):\n        self...    pri"
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] 'nt(TestResults(*doctest.testmod()))\n'
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(9, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_collections')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_collections.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_collections')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_collections'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_collections.py')
[sandlib:vpath] '/bin/lib_pypy/_collections.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib_pypy/_collections.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib_pypy/_collections.py', 0, 438)
[sandlib:vpath] '/bin/lib_pypy/_collections.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib_pypy/_collections.py>
[sandlib:result] 10
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] '"""High performance...elf.lef'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] 'tndx + 1 - n\n     ...)))\n\n'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_thread.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_thread.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2')
[sandlib:vpath] '/bin/lib-python/3/plat-linux2' => <RealDir [...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_thread.py'
[sandlib:call] ll_os.ll_os_close(10)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/keyword')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/keyword.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/keyword')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/keyword'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/keyword.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/keyword.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/keyword')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/keyword'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/keyword.py')
[sandlib:vpath] '/bin/lib-python/3/keyword.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/keyword.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/keyword.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/keyword.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/keyword.py>
[sandlib:result] 10
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] '#! /usr/bin/env pyt...ain()\n'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(10)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/heapq')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/heapq.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/heapq')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/heapq'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/heapq.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/heapq.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/heapq')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/heapq'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/heapq.py')
[sandlib:vpath] '/bin/lib-python/3/heapq.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/heapq.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/heapq.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/heapq.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/heapq.py>
[sandlib:result] 10
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] '"""Heap queue algor... Equiva'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] 'lent to:  sorted(it...ey is n'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] 'one, use simpler de...mod()\n'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/utf_32_be')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/encodings/utf_32_be'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/encodings/utf_32_be.py')
[sandlib:vpath] '/bin/lib-python/3/encodings/utf_32_be.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/utf_32_be.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/encodings/utf_32_be.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/encodings/utf_32_be.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/encodings/utf_32_be.py>
[sandlib:result] 11
[sandlib:call] ll_os.ll_os_read(11, 8192)
[sandlib:result] '"""\nPython \'utf-3...    )\n'
[sandlib:call] ll_os.ll_os_read(11, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(11, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(11)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/bisect')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/bisect.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/bisect')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/bisect'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/bisect.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/bisect.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/bisect')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/bisect'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/bisect.py')
[sandlib:vpath] '/bin/lib-python/3/bisect.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/bisect.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/bisect.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/bisect.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/bisect.py>
[sandlib:result] 11
[sandlib:call] ll_os.ll_os_read(11, 8192)
[sandlib:result] '"""Bisection algori... pass\n'
[sandlib:call] ll_os.ll_os_read(11, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(11, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_bisect')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_bisect.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_bisect')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_bisect'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_bisect.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_bisect.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_bisect')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_bisect'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_bisect.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_bisect.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_bisect')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_bisect.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_bisect')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_bisect'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_bisect.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_bisect.py'
[sandlib:call] ll_os.ll_os_close(11)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_heapq')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_heapq.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_heapq')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_heapq'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_heapq.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_heapq.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_heapq')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_heapq'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_heapq.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_heapq.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_heapq')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_heapq.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_heapq')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_heapq'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_heapq.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_heapq.py'
[sandlib:call] ll_os.ll_os_close(10)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/weakref')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/weakref.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/weakref')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/weakref'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/weakref.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/weakref.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/weakref')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/weakref'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/weakref.py')
[sandlib:vpath] '/bin/lib-python/3/weakref.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/weakref.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/weakref.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/weakref.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/weakref.py>
[sandlib:result] 10
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] '"""Weak reference s...\n    d'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] 'ef _commit_removals...args)\n'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(10)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/reprlib')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/reprlib.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/reprlib')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/reprlib'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/reprlib.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/reprlib.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/reprlib')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/reprlib'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/reprlib.py')
[sandlib:vpath] '/bin/lib-python/3/reprlib.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/reprlib.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/reprlib.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/reprlib.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/reprlib.py>
[sandlib:result] 10
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] '"""Redo the builtin....repr\n'
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(10, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_thread.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_thread.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_thread.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_dummy_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_dummy_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_dummy_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_dummy_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_dummy_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_dummy_thread.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_dummy_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_dummy_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_dummy_thread.py')
[sandlib:vpath] '/bin/lib-python/3/_dummy_thread.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/_dummy_thread.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/_dummy_thread.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/_dummy_thread.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/_dummy_thread.py>
[sandlib:result] 11
[sandlib:call] ll_os.ll_os_read(11, 8192)
[sandlib:result] '"""Drop-in replacem... True\n'
[sandlib:call] ll_os.ll_os_read(11, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(11, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_close(11)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(10)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(9)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_thread.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_thread.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_thread')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_thread'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_thread.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_thread.py'
[sandlib:call] ll_os.ll_os_close(8)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(7)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(6)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(5)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_geteuid()
[sandlib:result] 1000
[sandlib:call] ll_os.ll_os_getuid()
[sandlib:result] 1000
[sandlib:call] ll_os.ll_os_getegid()
[sandlib:result] 1000
[sandlib:call] ll_os.ll_os_getgid()
[sandlib:result] 1000
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/sysconfig')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/sysconfig.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/sysconfig')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/sysconfig'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/sysconfig.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/sysconfig.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/sysconfig')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/sysconfig'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/sysconfig.py')
[sandlib:vpath] '/bin/lib-python/3/sysconfig.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/sysconfig.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/sysconfig.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/sysconfig.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/sysconfig.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '"""Provide access t...      t'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'mpv = v.replace(\'$...       '
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ' if sys.platform ==...ve mach'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'ine-type\n         ...ain()\n'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_lstat('/bin')
[sandlib:vpath] '/bin' => <rpython.translator.sandbox.vfs.Dir object at 0x7f288dc6b4d0>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_lstat('/bin/pypy-c')
[sandlib:vpath] '/bin/pypy-c' => <RealFile [...]/pypy3-2.1-beta1-src/pypy/goal/pypy-c>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/Modules/Setup.dist')
[sandlib:exception] OSError: [Errno 2] Modules
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
[sandlib:call] ll_os.ll_os_stat('/bin/Modules/Setup.local')
[sandlib:exception] OSError: [Errno 2] Modules
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/pwd')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/pwd.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/pwd')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/pwd'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/pwd.py')
[sandlib:vpath] '/bin/lib_pypy/pwd.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib_pypy/pwd.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib_pypy/pwd.py', 0, 438)
[sandlib:vpath] '/bin/lib_pypy/pwd.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib_pypy/pwd.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '# ctypes implementa...pw)\n\n'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/ctypes_support')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/ctypes_support.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/ctypes_support')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/ctypes_support'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/ctypes_support.py')
[sandlib:vpath] '/bin/lib_pypy/ctypes_support.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib_pypy/ctypes_support.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib_pypy/ctypes_support.py', 0, 438)
[sandlib:vpath] '/bin/lib_pypy/ctypes_support.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib_pypy/ctypes_support.py>
[sandlib:result] 5
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] '\n""" This file pro...e\n\n\n'
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/ctypes')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/ctypes.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/ctypes')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/ctypes'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/ctypes.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/ctypes.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/ctypes')
[sandlib:vpath] '/bin/lib-python/3/ctypes' => <RealDir [...]/pypy3-2.1-beta1-src/lib-python/3/ctypes>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/ctypes/__init__.py')
[sandlib:vpath] '/bin/lib-python/3/ctypes/__init__.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/ctypes/__init__.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/ctypes/__init__')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/ctypes/__init__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/ctypes/__init__.py')
[sandlib:vpath] '/bin/lib-python/3/ctypes/__init__.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/ctypes/__init__.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/3/ctypes/__init__.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/3/ctypes/__init__.py' => <RealFile [...]/pypy3-2.1-beta1-src/lib-python/3/ctypes/__init__.py>
[sandlib:result] 6
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] '"""create and manip...clear()'
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] '\n    _c_functype_c...       '
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] '  return ccom.DllGe...che()\n'
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] ''
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_ffi')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/_ffi.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_ffi')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_ffi'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_ffi.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/_ffi.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_ffi')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_ffi'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/_ffi.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/_ffi.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_ffi')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/_ffi.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_ffi')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_ffi'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/_ffi.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/_ffi.py'
[sandlib:call] ll_os.ll_os_close(6)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(5)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_close(3)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/__extensions__/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/__extensions__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib_pypy/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/lib-tk/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/3/plat-linux2/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '[...]/pypy3-2.1-beta1-src/lib-python/3/plat-linux2/signal.py'
debug: OperationError:
debug:  operror-type: AttributeError
debug:  operror-value: 'NoneType' object has no attribute 'isatty'
[Subprocess exit code: 1]


More information about the pypy-issue mailing list