[pypy-issue] [issue949] 1.7 Sandbox problems

Richard Lobb tracker at bugs.pypy.org
Fri Dec 2 02:14:19 CET 2011


New submission from Richard Lobb <trampgeek at gmail.com>:

I've having problems getting the sandbox build of pypy-1.7 working. Has anyone 
used it successfully? I've done several builds using both pypy and python. The 
"standard" pypy+jit seems to build and work OK (on one trivial test), but while 
the sandbox builds "ok" (ignoring screeds of warning messages), several odd 
things happen when I try to use it. Firstly, when pypy_interact does its various 
imports, the message

[platform:execute] gcc -c -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused 
/tmp/usession-unknown-38/platcheck_7.c -o /tmp/usession-unknown-38/platcheck_7.o

appears. I've no idea what this means but it looks like the consequences of a 
build error that it's attempting to remedy at run time. A couple of other such 
errors (attempts to run gcc) occur in the process too.

Secondly, I get an 'import site' failed message. 

Thirdly, I get 'RuntimeError' when I try to run a script.

If instead of executing the script from the virtual /tmp directory, I run the 
sandbox without a script but with the appropriate /tmp directory set up, I get a 
RuntimeError when I attempt to open the script file, as follows:

import os
os.listdir('/tmp')   # Shows me the script junk.py is present
f = open('/tmp/junk.py')  # Crashes with RuntimeError

The corresponding log output is:


>>>> f = open('/tmp/junk.py', 'r')
[sandlib:call] ll_os.ll_os_open('/tmp/junk.py', 0, 438)
[sandlib:vpath] '/tmp/junk.py' => <RealFile /usr/local/pypy-pypy-release-
1.7/pypy/translator/sandbox/junk/junk.py>
[sandlib:result] 3
[sandlib:call] ll_os.ll_os_fstat(3)
[sandlib:exception] RuntimeError: no handler for this function

Am I doing something wrong or is this a bug? I attach the full log output.

-- Richard

PS: I just discovered that if I run the sandbox without a script, accepting 
console input, the two lines 'import os' and 'help(os.stat)' cause a runtime 
error. It's looking like any attempt to use stat causes a runtime error.

PPS: It may or may not be relevant, but if I attempt to compile platcheck_7.c by 
hand I get lots of messages like:
/tmp/usession-unknown-48/platcheck_7.c:88:26: error: ‘platcheck_t’ has no member 
named ‘st_flags’

----------
files: log.txt
messages: 3527
nosy: pypy-issue, r.lobb
priority: bug
status: unread
title: 1.7 Sandbox problems

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue949>
________________________________________
-------------- next part --------------
[version:WARNING] Errors getting Mercurial information: Not running from a Mercurial repository!
[platform:execute] gcc -c -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused /tmp/usession-unknown-45/platcheck_7.c -o /tmp/usession-unknown-45/platcheck_7.o
[sandlib:call] ll_os.ll_os_getenv('PYPY_GENERATIONGC_NURSERY')
[sandlib:result] None
[sandlib:call] ll_os.ll_os_open('/proc/cpuinfo', 0, 420)
Warning: cannot find your CPU L2 cache size in /proc/cpuinfo
[sandlib:exception] OSError: [Errno 2] proc
[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 /usr/local/pypy-pypy-release-1.7/pypy/translator/goal/pypy-sandbox>
[sandlib:result] posix.stat_result(st...ctime=0)
[platform:execute] gcc -c -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -I/usr/local/pypy-pypy-release-1.7/pypy/translator/c /tmp/usession-unknown-45/module_cache/module_0.c -o /tmp/usession-unknown-45/module_cache/module_0.o
[platform:execute] gcc -shared /tmp/usession-unknown-45/module_cache/module_0.o -pthread -Wl,--export-dynamic,--version-script=/tmp/usession-unknown-45/dynamic-symbols-0 -lrt -o /tmp/usession-unknown-45/shared_cache/externmod.so
[sandlib:call] ll_os.ll_os_getenv('PYTHONNOUSERSITE')
[sandlib:result] None
[sandlib:call] ll_os.ll_os_getenv('PYTHONDONTWRITEBYTECODE')
[sandlib:result] None
[sandlib:call] ll_os.ll_os_getenv('PYTHONINSPECT')
[sandlib:result] None
[sandlib:call] ll_os.ll_os_lstat('/bin/pypy-c')
[sandlib:vpath] '/bin/pypy-c' => <RealFile /usr/local/pypy-pypy-release-1.7/pypy/translator/goal/pypy-sandbox>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7')
[sandlib:vpath] '/bin/lib-python/2.7' => <RealDir /usr/local/pypy-pypy-release-1.7/lib-python/2.7>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7')
[sandlib:vpath] '/bin/lib-python/modified-2.7' => <RealDir /usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy')
[sandlib:vpath] '/bin/lib_pypy' => <RealDir /usr/local/pypy-pypy-release-1.7/lib_pypy>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_getenv('PYTHONPATH')
[sandlib:result] None
[sandlib:call] ll_os.ll_os_isatty(1)
[sandlib:result] True
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy')
[sandlib:vpath] '/bin/lib_pypy' => <RealDir /usr/local/pypy-pypy-release-1.7/lib_pypy>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/site')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/site.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7')
[sandlib:vpath] '/bin/lib-python/modified-2.7' => <RealDir /usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/site')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/site'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/site.py')
[sandlib:vpath] '/bin/lib-python/modified-2.7/site.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/site.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/modified-2.7/site.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/modified-2.7/site.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/site.py>
[sandlib:result] 3
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '"""Append module se...n      '
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '  return USER_SITE\...rtswith'
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '(\'cp\'):          ...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/os')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/os.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/os')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/os'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/os.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/os.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7')
[sandlib:vpath] '/bin/lib-python/2.7' => <RealDir /usr/local/pypy-pypy-release-1.7/lib-python/2.7>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/os')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/os'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/os.py')
[sandlib:vpath] '/bin/lib-python/2.7/os.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/os.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/os.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/os.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/os.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'r"""OS routines for...mes tha'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 't the client doesn\...\n     '
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '           return d...import '
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'warnings\n         ...rn bs\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/posixpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/posixpath.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/posixpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/posixpath'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/posixpath.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/posixpath.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/posixpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/posixpath'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/posixpath.py')
[sandlib:vpath] '/bin/lib-python/2.7/posixpath.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/posixpath.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/posixpath.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/posixpath.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/posixpath.py>
[sandlib:result] 5
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] '"""Common operation...\n    d'
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] 'o nothing."""\n    ...list)\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/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk')
[sandlib:vpath] '/bin/lib-python/2.7/lib-tk' => <RealDir /usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2')
[sandlib:vpath] '/bin/lib-python/2.7/plat-linux2' => <RealDir /usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/stat')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/stat.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/stat')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/stat'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/stat.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/stat.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/stat')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/stat'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/stat.py')
[sandlib:vpath] '/bin/lib-python/2.7/stat.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/stat.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/stat.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/stat.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/stat.py>
[sandlib:result] 6
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] '"""Constants/functi...00000\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_close(6)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/genericpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/genericpath.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/genericpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/genericpath'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/genericpath.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/genericpath.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/genericpath')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/genericpath'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/genericpath.py')
[sandlib:vpath] '/bin/lib-python/2.7/genericpath.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/genericpath.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/genericpath.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/genericpath.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/genericpath.py>
[sandlib:result] 6
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] '"""\nPath operation... \'\'\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_close(6)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/warnings.py')
[sandlib:vpath] '/bin/lib-python/2.7/warnings.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/warnings.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/warnings.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/warnings.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/warnings.py>
[sandlib:result] 6
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] '"""Python part of t...t for c'
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] 'ommon case\n    if ...aults\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/linecache')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/linecache.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/linecache')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/linecache'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/linecache.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/linecache.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/linecache')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/linecache'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/linecache.py')
[sandlib:vpath] '/bin/lib-python/2.7/linecache.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/linecache.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/linecache.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/linecache.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/linecache.py>
[sandlib:result] 7
[sandlib:call] ll_os.ll_os_read(7, 8192)
[sandlib:result] '"""Cache lines from...lines\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_close(7)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/types')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/types.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/types')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/types'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/types.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/types.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/types')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/types'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/types.py')
[sandlib:vpath] '/bin/lib-python/2.7/types.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/types.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/types.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/types.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/types.py>
[sandlib:result] 7
[sandlib:call] ll_os.ll_os_read(7, 8192)
[sandlib:result] '"""Define names for...xport\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_close(7)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/_warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/_warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/_warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/_warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/_warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/_warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/_warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/_warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/_warnings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/_warnings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/_warnings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/_warnings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/_warnings.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_stat('/bin/lib_pypy/UserDict')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/UserDict'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/UserDict.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/UserDict.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/UserDict')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/UserDict'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/UserDict.py')
[sandlib:vpath] '/bin/lib-python/modified-2.7/UserDict.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/UserDict.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/modified-2.7/UserDict.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/modified-2.7/UserDict.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/UserDict.py>
[sandlib:result] 5
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] '"""A more or less c...ys())\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/_abcoll')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/_abcoll.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/_abcoll')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/_abcoll'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/_abcoll.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/_abcoll.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/_abcoll')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/_abcoll'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/_abcoll.py')
[sandlib:vpath] '/bin/lib-python/2.7/_abcoll.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/_abcoll.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/_abcoll.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/_abcoll.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/_abcoll.py>
[sandlib:result] 6
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] '# Copyright 2007 Go...       '
[sandlib:call] ll_os.ll_os_read(6, 8192)
[sandlib:result] '       it = self._f...list)\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/abc')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/abc'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/abc.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/abc.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/abc')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/abc'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/abc.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/abc.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/abc')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/abc'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/abc.py')
[sandlib:vpath] '/bin/lib-python/2.7/abc.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/abc.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/abc.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/abc.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/abc.py>
[sandlib:result] 7
[sandlib:call] ll_os.ll_os_read(7, 8192)
[sandlib:result] '# Copyright 2007 Go...False\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/_weakrefset')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/_weakrefset'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/_weakrefset.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/_weakrefset.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/_weakrefset')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/_weakrefset'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/_weakrefset.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/_weakrefset.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/_weakrefset')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/_weakrefset'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/_weakrefset.py')
[sandlib:vpath] '/bin/lib-python/2.7/_weakrefset.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/_weakrefset.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/_weakrefset.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/_weakrefset.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/_weakrefset.py>
[sandlib:result] 8
[sandlib:call] ll_os.ll_os_read(8, 8192)
[sandlib:result] "# Access WeakSet th... == 0\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_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_stat('/bin/lib_pypy/copy_reg')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/copy_reg'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/copy_reg.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/copy_reg.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/copy_reg')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/copy_reg'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/copy_reg.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/copy_reg.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/copy_reg')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/copy_reg'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/copy_reg.py')
[sandlib:vpath] '/bin/lib-python/2.7/copy_reg.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/copy_reg.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/copy_reg.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/copy_reg.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/copy_reg.py>
[sandlib:result] 5
[sandlib:call] ll_os.ll_os_read(5, 8192)
[sandlib:result] '"""Helper to provid...tion.\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_geteuid()
[sandlib:exception] RuntimeError: no handler for this function
[sandlib:call] ll_os.ll_os_close(3)
[sandlib:result] None
'import site' failed
[sandlib:call] ll_os.ll_os_getenv('PYTHONIOENCODING')
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/encodings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/encodings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/encodings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/encodings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/encodings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/encodings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings')
[sandlib:vpath] '/bin/lib-python/2.7/encodings' => <RealDir /usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/__init__.py')
[sandlib:vpath] '/bin/lib-python/2.7/encodings/__init__.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/__init__.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/__init__')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/__init__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/__init__.py')
[sandlib:vpath] '/bin/lib-python/2.7/encodings/__init__.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/__init__.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/encodings/__init__.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/encodings/__init__.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/__init__.py>
[sandlib:result] 3
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '""" Standard "encod...tion)\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-python/2.7/encodings')
[sandlib:vpath] '/bin/lib-python/2.7/encodings' => <RealDir /usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/codecs')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/codecs'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/codecs.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/codecs.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/codecs')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/codecs.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/codecs')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/codecs'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/codecs.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/codecs.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/codecs')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/codecs'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/codecs.py')
[sandlib:vpath] '/bin/lib-python/2.7/codecs.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/codecs.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/codecs.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/codecs.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/codecs.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '""" codecs -- Pytho...ffered_'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'input, additional_s...    sel'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'f.bytebuffer = data...de work'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] ' on the frontend (t...r(encod'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'ing)(errors, **kwar...-1\')\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/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/unicodedata.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/unicodedata')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/unicodedata'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/unicodedata.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/unicodedata.py'
[sandlib:call] ll_os.ll_os_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/encodings')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/encodings'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/encodings.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/encodings.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/aliases')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/aliases'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/aliases.py')
[sandlib:vpath] '/bin/lib-python/2.7/encodings/aliases.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/aliases.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/encodings/aliases.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/encodings/aliases.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/aliases.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '""" Encoding Aliase...   : \''
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] "iso8859_10',\n\n   ...\n\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_close(4)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/__builtin__')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/__builtin__'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/__builtin__.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/__builtin__.py'
[sandlib:call] ll_os.ll_os_close(3)
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/ascii')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/ascii'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/encodings/ascii.py')
[sandlib:vpath] '/bin/lib-python/2.7/encodings/ascii.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/ascii.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/encodings/ascii.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/encodings/ascii.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/encodings/ascii.py>
[sandlib:result] 3
[sandlib:call] ll_os.ll_os_read(3, 8192)
[sandlib:result] '""" Python \'ascii\...    )\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_getenv('PYTHONWARNINGS')
[sandlib:result] None
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/signal.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/signal')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/signal'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/signal.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/signal.py'
[sandlib:call] ll_os.ll_os_lstat('/tmp/junk.py')
[sandlib:vpath] '/tmp/junk.py' => <RealFile /usr/local/pypy-pypy-release-1.7/pypy/translator/sandbox/junk/junk.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/tmp/junk.py')
[sandlib:vpath] '/tmp/junk.py' => <RealFile /usr/local/pypy-pypy-release-1.7/pypy/translator/sandbox/junk/junk.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/tmp/junk.py', 0, 438)
[sandlib:vpath] '/tmp/junk.py' => <RealFile /usr/local/pypy-pypy-release-1.7/pypy/translator/sandbox/junk/junk.py>
[sandlib:result] 3
[sandlib:call] ll_os.ll_os_fstat(3)
[sandlib:exception] RuntimeError: no handler for this function
[sandlib:call] ll_os.ll_os_stat('/tmp')
[sandlib:vpath] '/tmp' => <RealDir /usr/local/pypy-pypy-release-1.7/pypy/translator/sandbox/junk>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_stat('/tmp/traceback')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/pypy/translator/sandbox/junk/traceback'
[sandlib:call] ll_os.ll_os_stat('/tmp/traceback.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/pypy/translator/sandbox/junk/traceback.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/traceback')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/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: '/usr/local/pypy-pypy-release-1.7/lib_pypy/traceback.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/traceback')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/traceback'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/traceback.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/traceback.py'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/traceback')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/traceback'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/traceback.py')
[sandlib:vpath] '/bin/lib-python/2.7/traceback.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/traceback.py>
[sandlib:result] posix.stat_result(st...ctime=0)
[sandlib:call] ll_os.ll_os_open('/bin/lib-python/2.7/traceback.py', 0, 438)
[sandlib:vpath] '/bin/lib-python/2.7/traceback.py' => <RealFile /usr/local/pypy-pypy-release-1.7/lib-python/2.7/traceback.py>
[sandlib:result] 4
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] '"""Extract, format ...traceba'
[sandlib:call] ll_os.ll_os_read(4, 8192)
[sandlib:result] 'ck, limit, file)\'....ineno\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
Traceback (most recent call last):
  File "app_main.py", line 51, in run_toplevel
[sandlib:call] ll_os.ll_os_stat('app_main.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/pypy/translator/sandbox/junk/app_main.py'
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
[sandlib:call] ll_os.ll_os_stat('/tmp/app_main.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/pypy/translator/sandbox/junk/app_main.py'
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
[sandlib:call] ll_os.ll_os_stat('/bin/lib_pypy/app_main.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib_pypy/app_main.py'
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/app_main.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/app_main.py'
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/app_main.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/app_main.py'
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/modified-2.7/lib-tk/app_main.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/modified-2.7/lib-tk'
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/lib-tk/app_main.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/lib-tk/app_main.py'
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
[sandlib:call] ll_os.ll_os_stat('/bin/lib-python/2.7/plat-linux2/app_main.py')
[sandlib:exception] OSError: [Errno 2] No such file or directory: '/usr/local/pypy-pypy-release-1.7/lib-python/2.7/plat-linux2/app_main.py'
[sandlib:call] ll_os.ll_os_strerror(2)
[sandlib:result] 'No such file or directory'
RuntimeError
[sandlib:call] ll_os.ll_os_getenv('PYTHONINSPECT')
[sandlib:result] None
[Subprocess exit code: 1]


More information about the pypy-issue mailing list